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/32.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/32.json')
-rw-r--r-- | json/items/ammo/32.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/json/items/ammo/32.json b/json/items/ammo/32.json index 6599d30..f89eec4 100644 --- a/json/items/ammo/32.json +++ b/json/items/ammo/32.json @@ -6,8 +6,8 @@ "description": "A .32 ACP round, once a popular handgun cartridge in the 20th century. It lacks power compared to the .38 and the 9x19mm.", "weight": "5 g", "volume": "116 ml", - "price": 160, - "price_postapoc": 1600, + "price": "160 cent", + "price_postapoc": "16 USD", "flags": [ "IRREPLACEABLE_CONSUMABLE" ], "material": [ "brass", "powder" ], "symbol": "=", |