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/5x50.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/5x50.json')
-rw-r--r-- | json/items/ammo/5x50.json | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/json/items/ammo/5x50.json b/json/items/ammo/5x50.json index bbb3b55..7ff3c14 100644 --- a/json/items/ammo/5x50.json +++ b/json/items/ammo/5x50.json @@ -6,7 +6,7 @@ "description": "Designed to defeat modern body armor, the Rivtech 5x50mm flechette round features a biodegradable sabot and a single, fin-stabilized penetrator.", "weight": "8 g", "volume": "144 ml", - "price": 1125, + "price": "1125 cent", "material": [ "plastic", "powder", "steel" ], "symbol": "=", "color": "green", @@ -19,7 +19,7 @@ "dispersion": 60, "recoil": 400, "flags": [ "IRREPLACEABLE_CONSUMABLE" ], - "price_postapoc": 1800, + "price_postapoc": "18 USD", "effects": [ "COOKOFF", "NEVER_MISFIRES" ] }, { @@ -29,8 +29,8 @@ "name": { "str": "RA119 5x50mm penetrator" }, "description": "Designed to defeat modern body armor, the Rivtech 5x50mm RA119 penetrator round features a biodegradable sabot and a single, fin-stabilized tungsten alloy projectile.", "weight": "9 g", - "price": 1688, - "price_postapoc": 2400, + "price": "1688 cent", + "price_postapoc": "25 USD", "relative": { "range": -10, "damage": { "damage_type": "bullet", "amount": 5, "armor_penetration": 20 }, "dispersion": 20 }, "proportional": { "recoil": 1.1 } }, @@ -39,7 +39,7 @@ "copy-from": "5x50dart", "type": "AMMO", "name": { "str": "RA110 5x50mm flechette, reloaded", "str_pl": "RA110 5x50mm flechettes, reloaded" }, - "price_postapoc": 1200, + "price_postapoc": "12 USD", "description": "Designed to defeat modern body armor, the Rivtech 5x50mm flechette round features a biodegradable sabot and a single, fin-stabilized penetrator. This one has been hand-reloaded by a lucky survivor or perhaps a pre-Cataclysm corporate spy, leading to slightly inferior performance compared to factory-produced ammo.", "effects": [ "COOKOFF", "RECYCLED" ], "relative": { "range": -15, "dispersion": 40 }, |