From 3a0d5e4cdee2416e00c3bd9710fa3958f60fef08 Mon Sep 17 00:00:00 2001 From: Nelsonh Date: Fri, 27 Dec 2024 17:29:57 +0000 Subject: [PATCH 1/2] tweaks to grav equipment as per play testing --- scripts/scr_weapon/scr_weapon.gml | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/scripts/scr_weapon/scr_weapon.gml b/scripts/scr_weapon/scr_weapon.gml index 699c3893c..a0be06945 100644 --- a/scripts/scr_weapon/scr_weapon.gml +++ b/scripts/scr_weapon/scr_weapon.gml @@ -597,9 +597,9 @@ global.weapons = { "Grav-Pistol": { "abbreviation": "GrvPstl", "attack": { - "standard": 100, - "master_crafted": 110, - "artifact": 120 + "standard": 150, + "master_crafted": 200, + "artifact": 250 }, "description": "A smaller version of the Grav-Gun which utilises the gravitic reaction principle most commonly seen powering grav-vehicles such as the Land Speeder.", "melee_hands": 0, @@ -608,7 +608,8 @@ global.weapons = { "range": 2.1, "spli": 1, "arp": 1, - "tags": ["grav", "pistol"] + "tags": ["grav", "pistol"], + "maintenance" : 0.8, }, "Grav-Gun": { "abbreviation": "GrvGn", @@ -624,7 +625,8 @@ global.weapons = { "range": 4, "spli": 3, "arp": 1, - "tags": ["grav"] + "tags": ["grav"], + "maintenance" : 0.1, }, "Grav-Cannon": { "abbreviation": "GrvCan", @@ -641,6 +643,7 @@ global.weapons = { "spli": 6, "arp": 1, "tags": ["grav", "heavy_weapon"] + "maintenance" : 0.2, }, "Underslung Bolter": { "abbreviation": "UndBltr", From 86800b5149d3ed8f906603128ee1d76672c1b53f Mon Sep 17 00:00:00 2001 From: Nelsonh <81228864+OH296@users.noreply.github.com> Date: Fri, 27 Dec 2024 22:06:41 +0000 Subject: [PATCH 2/2] Update scripts/scr_weapon/scr_weapon.gml Co-authored-by: EttyKitty <20323032+EttyKitty@users.noreply.github.com> --- scripts/scr_weapon/scr_weapon.gml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/scr_weapon/scr_weapon.gml b/scripts/scr_weapon/scr_weapon.gml index a0be06945..9485ccba6 100644 --- a/scripts/scr_weapon/scr_weapon.gml +++ b/scripts/scr_weapon/scr_weapon.gml @@ -642,7 +642,7 @@ global.weapons = { "range": 8, "spli": 6, "arp": 1, - "tags": ["grav", "heavy_weapon"] + "tags": ["grav", "heavy_weapon"], "maintenance" : 0.2, }, "Underslung Bolter": {