diff options
| author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2021-10-17 00:30:56 -0700 | 
|---|---|---|
| committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2021-10-17 00:30:56 -0700 | 
| commit | 473f1a55c65e79811dda6f4078284c08ce47e789 (patch) | |
| tree | 7c73c32d68b3d9b68d1d9fda8517accf2657232e /json/items/gun | |
| parent | Convert semi-auto to semi, and 2/3/4 rd. to burst (diff) | |
| download | cataclysm-bn-mod_hk-loadout-473f1a55c65e79811dda6f4078284c08ce47e789.tar.xz | |
Clean up prices, add postapoc prices.
Diffstat (limited to 'json/items/gun')
| -rw-r--r-- | json/items/gun/308.json | 2 | ||||
| -rw-r--r-- | json/items/gun/46.json | 1 | ||||
| -rw-r--r-- | json/items/gun/473.json | 3 | 
3 files changed, 5 insertions, 1 deletions
diff --git a/json/items/gun/308.json b/json/items/gun/308.json index 3da789e..020bf52 100644 --- a/json/items/gun/308.json +++ b/json/items/gun/308.json @@ -15,6 +15,7 @@      "weight": "6670 g",      "volume": "2250 ml",      "price": 205000, +    "price_postapoc": 3850,      "to_hit": -1,      "bashing": 12,      "material": [ "steel", "plastic" ], @@ -38,6 +39,7 @@      "weight": "5280 g",      "volume": "2250 ml",      "price": 255000, +    "price_postapoc": 4750,      "barrel_length": "600 ml",      "default_mods": [ "rifle_scope", "adjustable_stock" ]    } diff --git a/json/items/gun/46.json b/json/items/gun/46.json index 30f7081..fd877ee 100644 --- a/json/items/gun/46.json +++ b/json/items/gun/46.json @@ -8,6 +8,7 @@      "weight": "730 g",      "volume": "500 ml",      "price": 125000, +    "price_postapoc": 2150,      "to_hit": -2,      "bashing": 6,      "material": [ "steel", "plastic" ], diff --git a/json/items/gun/473.json b/json/items/gun/473.json index 233da80..cc72d7f 100644 --- a/json/items/gun/473.json +++ b/json/items/gun/473.json @@ -8,7 +8,8 @@      "weight": "3650 g",      "volume": "1750 ml",      "looks_like": "rm51_assault_rifle", -    "price": 1800000, +    "price": 1500000, +    "price_postapoc": 10000,      "to_hit": -1,      "bashing": 12,      "material": [ "steel", "plastic" ],  | 
