summaryrefslogtreecommitdiff
path: root/json/items/magazine/shot.json
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2023-12-29 15:44:46 -0800
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2023-12-29 15:44:46 -0800
commitf17ccf755891f393de874d24f44302852aee1448 (patch)
tree03a5507dea224e59ac5799fca1f76dfe9cafd93d /json/items/magazine/shot.json
parentUpdate gunmods for weapon categories. (diff)
downloadcataclysm-bn-mod_m26-mass-f17ccf755891f393de874d24f44302852aee1448.tar.xz
Convert prices to cent/USD.HEADmaster
Diffstat (limited to 'json/items/magazine/shot.json')
-rw-r--r--json/items/magazine/shot.json8
1 files changed, 4 insertions, 4 deletions
diff --git a/json/items/magazine/shot.json b/json/items/magazine/shot.json
index d140dcc..0bcb2a0 100644
--- a/json/items/magazine/shot.json
+++ b/json/items/magazine/shot.json
@@ -7,8 +7,8 @@
"description": "A 3 round box magazine for use with the M26 MASS auxiliary shotgun.",
"weight": "140 g",
"volume": "250 ml",
- "price": 20000,
- "price_postapoc": 125,
+ "price": "200 USD",
+ "price_postapoc": "125 cent",
"material": [ "steel", "plastic" ],
"symbol": "#",
"color": "dark_gray",
@@ -24,8 +24,8 @@
"description": "A 5 round box magazine for use with the M26 MASS auxiliary shotgun.",
"weight": "210 g",
"volume": "250 ml",
- "price": 20000,
- "price_postapoc": 250,
+ "price": "200 USD",
+ "price_postapoc": "250 cent",
"capacity": 5
}
]