diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2023-12-29 16:07:17 -0800 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2023-12-29 16:07:17 -0800 |
commit | b62c992b5fee442763dc7f713e554aa8702b1c44 (patch) | |
tree | c70c7aca19eea40d80dc1463b4117046a4eb53ad /json/items/ammo/flintlock.json | |
parent | Rename shotgun casings. (diff) | |
download | cataclysm-bn-mod_revert-handgun-damage-buff-b62c992b5fee442763dc7f713e554aa8702b1c44.tar.xz |
Convert price to cent/USD.
Diffstat (limited to 'json/items/ammo/flintlock.json')
-rw-r--r-- | json/items/ammo/flintlock.json | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/json/items/ammo/flintlock.json b/json/items/ammo/flintlock.json index 8429027..5b6a7d6 100644 --- a/json/items/ammo/flintlock.json +++ b/json/items/ammo/flintlock.json @@ -6,8 +6,8 @@ "description": "A paper cartridge containing black powder and a metallic projectile. Historically used to reload muzzleloaders in a more reasonable time.", "weight": "40 g", "volume": "10 ml", - "price": 1100, - "price_postapoc": 1200, + "price": "11 USD", + "price_postapoc": "12 USD", "material": [ "lead", "powder" ], "symbol": "=", "color": "white", @@ -28,8 +28,8 @@ "description": "A paper cartridge containing black powder and metallic shot. Historically used to reload muzzleloaders in a more reasonable time.", "weight": "40 g", "volume": "10 ml", - "price": 1100, - "price_postapoc": 1200, + "price": "11 USD", + "price_postapoc": "12 USD", "material": [ "lead", "powder" ], "symbol": "=", "color": "white", |