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/38.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/38.json')
-rw-r--r-- | json/items/ammo/38.json | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/json/items/ammo/38.json b/json/items/ammo/38.json index 6033cab..6b1f58a 100644 --- a/json/items/ammo/38.json +++ b/json/items/ammo/38.json @@ -6,8 +6,8 @@ "description": ".38 Special ammunition with a 130gr FMJ bullet. The .38 Special round was extremely common among US police forces during the 20th century.", "weight": "8 g", "volume": "113 ml", - "price": 210, - "price_postapoc": 800, + "price": "210 cent", + "price_postapoc": "8 USD", "flags": [ "IRREPLACEABLE_CONSUMABLE" ], "material": [ "brass", "powder" ], "symbol": "=", @@ -36,8 +36,8 @@ "type": "AMMO", "name": { "str_sp": ".38 Super" }, "description": ".38 Super ammunition with a 90gr JHP bullet. Designed in 1929, the .38 super cartridge was designed to penetrate body armor and vehicles.", - "price": 240, - "price_postapoc": 600, + "price": "240 cent", + "price_postapoc": "6 USD", "flags": [ "IRREPLACEABLE_CONSUMABLE" ], "count": 20, "ammo_type": "38super", |