diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2021-10-17 00:34:49 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2021-10-17 00:34:49 -0700 |
commit | 4f81533f02c47a2bdb4aa55c8acc5f8f4b684f02 (patch) | |
tree | 9c11d3dd2d7053fa946c5c2089db4215ac14f839 /json/items/magazine/shot.json | |
parent | Typo (diff) | |
download | cataclysm-bn-mod_m26-mass-4f81533f02c47a2bdb4aa55c8acc5f8f4b684f02.tar.xz |
Add price_postapoc
Diffstat (limited to 'json/items/magazine/shot.json')
-rw-r--r-- | json/items/magazine/shot.json | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/json/items/magazine/shot.json b/json/items/magazine/shot.json index 10fdf49..a229947 100644 --- a/json/items/magazine/shot.json +++ b/json/items/magazine/shot.json @@ -7,7 +7,8 @@ "description": "A 3 round box magazine for use with the M26 MASS auxiliary shotgun.", "weight": "140 g", "volume": "250 ml", - "price": 5000, + "price": 20000, + "price_postapoc": 125, "material": [ "steel", "plastic" ], "symbol": "#", "color": "dark_gray", @@ -23,7 +24,8 @@ "description": "A 5 round box magazine for use with the M26 MASS auxiliary shotgun.", "weight": "210 g", "volume": "250 ml", - "price": 7500, + "price": 20000, + "price_postapoc": 250, "capacity": 5 } ] |