diff --git a/data/json/items/gun/40.json b/data/json/items/gun/40.json index 479f8f141256..d7e01ba78ef3 100644 --- a/data/json/items/gun/40.json +++ b/data/json/items/gun/40.json @@ -8,6 +8,7 @@ "weight": "921 g", "volume": "518 ml", "price": 65000, + "price_postapoc": 1500, "to_hit": -2, "material": [ "steel", "plastic" ], "color": "dark_gray", @@ -62,6 +63,7 @@ "weight": "785 g", "volume": "505 ml", "price": 65000, + "price_postapoc": 1500, "to_hit": -2, "material": [ "plastic", "steel" ], "color": "dark_gray", diff --git a/data/json/items/gun/9mm.json b/data/json/items/gun/9mm.json index e6a783bc56c3..c8d878df30fc 100644 --- a/data/json/items/gun/9mm.json +++ b/data/json/items/gun/9mm.json @@ -8,6 +8,7 @@ "weight": "921 g", "volume": "518 ml", "price": 65000, + "price_postapoc": 2000, "to_hit": -2, "material": [ "steel", "plastic" ], "color": "dark_gray", @@ -300,6 +301,7 @@ "weight": "785 g", "volume": "505 ml", "price": 65000, + "price_postapoc": 2000, "to_hit": -2, "material": [ "plastic", "steel" ], "color": "dark_gray",