diff options
| author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2023-03-31 10:16:26 -0700 | 
|---|---|---|
| committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2023-03-31 10:16:26 -0700 | 
| commit | d59eff27a8bac7951e3cb46572a1ec2c3a47398a (patch) | |
| tree | b49a85b2fa78c2dac230eda3f8bc2643aade6ed1 /json/items/gun | |
| parent | More MP5 and USP9 magazines. (diff) | |
| download | cataclysm-bn-mod_hk-loadout-d59eff27a8bac7951e3cb46572a1ec2c3a47398a.tar.xz | |
Add copy-from abstracts to guns missing them.
Diffstat (limited to 'json/items/gun')
| -rw-r--r-- | json/items/gun/46.json | 4 | ||||
| -rw-r--r-- | json/items/gun/473.json | 1 | 
2 files changed, 4 insertions, 1 deletions
diff --git a/json/items/gun/46.json b/json/items/gun/46.json index 05dc0dd..e32ac15 100644 --- a/json/items/gun/46.json +++ b/json/items/gun/46.json @@ -1,8 +1,8 @@  [    {      "id": "hk_ucp", +    "copy-from": "pistol_base",      "type": "GUN", -    "reload_noise_volume": 10,      "name": { "str_sp": "H&K UCP" },      "description": "The Heckler & Koch UCP is a small, very high capacity pistol designed to counter most common body armors.",      "weight": "730 g", @@ -23,9 +23,11 @@      "valid_mod_locations": [        [ "accessories", 2 ],        [ "barrel", 1 ], +      [ "bore", 1 ],        [ "brass catcher", 1 ],        [ "grip", 1 ],        [ "mechanism", 4 ], +      [ "magazine", 1 ],        [ "muzzle", 1 ],        [ "rail", 1 ],        [ "sights", 1 ], diff --git a/json/items/gun/473.json b/json/items/gun/473.json index 8a91a5e..823a03b 100644 --- a/json/items/gun/473.json +++ b/json/items/gun/473.json @@ -1,6 +1,7 @@  [    {      "id": "hk_g11", +    "copy-from": "rifle_auto",      "type": "GUN",      "reload_noise_volume": 10,      "name": { "str_sp": "H&K G11K2" },  | 
