diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2020-08-23 23:24:12 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2020-08-23 23:24:12 -0700 |
commit | 56e4207ea1e65a3926096e3928c8031573314540 (patch) | |
tree | bfd969bd74b00bf4e0d23adeb8904b0bf7d49ca4 | |
parent | Fix names for HK416 and HK416 rifles and mags (diff) | |
download | cataclysm-bn-mod_hk-loadout-56e4207ea1e65a3926096e3928c8031573314540.tar.xz |
Fix PSG1/MSG90 volume
Add A7-M rifle to krav maga
-rw-r--r-- | json/items/gun/308.json | 8 | ||||
-rw-r--r-- | json/martialarts.json | 3 |
2 files changed, 6 insertions, 5 deletions
diff --git a/json/items/gun/308.json b/json/items/gun/308.json index 707bbb4..0b4ad65 100644 --- a/json/items/gun/308.json +++ b/json/items/gun/308.json @@ -8,13 +8,13 @@ }, { "id": "hk_psg1a1", - "copy-from": "rifle_manual", + "copy-from": "rifle_semi", "looks_like": "ar15", "type": "GUN", "name": { "str": "H&K PSG1A1", "str_pl": "H&K PSG1A1" }, "description": "The H&K PSG1A1 is a semi-automatic sniper rifle based the G3 rifle. It is exceptionally accurate for a semi-automatic rifle.", "weight": "6670 g", - "volume": "7000 ml", + "volume": "2250 ml", "price": 205000, "to_hit": -1, "bashing": 12, @@ -37,9 +37,9 @@ "name": { "str": "H&K MSG90A2", "str_pl": "H&K MSG90A2" }, "description": "The H&K MSG90A2 is a semi-automatic sniper rifle based the G3 rifle. It is exceptionally accurate for a semi-automatic rifle. This is the military version.", "weight": "5280 g", - "volume": "6750 ml", + "volume": "2250 ml", "price": 255000, "barrel_length": "600 ml", - "default_mods": [ "rifle_scope", "adjustable_stock", "suppressor" ] + "default_mods": [ "rifle_scope", "adjustable_stock" ] } ] diff --git a/json/martialarts.json b/json/martialarts.json index 0e4a3ac..ba8ffd0 100644 --- a/json/martialarts.json +++ b/json/martialarts.json @@ -93,7 +93,8 @@ "hk_ucp", "hk_mp7", "v29", - "laser_rifle" + "laser_rifle", + "laser_rifle_a7m" ] } ] |