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/8x40mm.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/8x40mm.json')
-rw-r--r-- | json/items/ammo/8x40mm.json | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/json/items/ammo/8x40mm.json b/json/items/ammo/8x40mm.json index 81cb047..3cd2ef5 100644 --- a/json/items/ammo/8x40mm.json +++ b/json/items/ammo/8x40mm.json @@ -7,8 +7,8 @@ "description": "An 8x40mm caseless round. Proprietary ammunition for Rivtech firearms. Being caseless rounds, these cannot be disassembled or reloaded.", "weight": "12 g", "volume": "230 ml", - "price": 225, - "price_postapoc": 8000, + "price": "225 cent", + "price_postapoc": "80 USD", "flags": [ "IRREPLACEABLE_CONSUMABLE" ], "material": [ "plastic", "powder" ], "symbol": "=", @@ -50,8 +50,8 @@ "type": "AMMO", "name": { "str_sp": "8x40mm HVP" }, "description": "An 8x40mm caseless round, saboted high-velocity penetrator type. Advanced military grade, armor-piercing ammunition that fires a single depleted uranium flechette. Being caseless rounds, these cannot be disassembled or reloaded.", - "price": 2500, - "price_postapoc": 50000, + "price": "25 USD", + "price_postapoc": "500 USD", "count": 20, "relative": { "damage": { "damage_type": "bullet", "amount": 5, "armor_penetration": 20 } }, "proportional": { "dispersion": 1.5, "recoil": 1.5 } |