diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2023-12-29 15:43:14 -0800 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2023-12-29 15:43:14 -0800 |
commit | b966babfe8a19291012d339de5e84d4c25269d7a (patch) | |
tree | cbe156e0261178a34da818fcb1b57c0efd9c735d /json/items/ammo | |
parent | Add round information to the name of some magazines missing it. (diff) | |
download | cataclysm-bn-mod_hk-loadout-b966babfe8a19291012d339de5e84d4c25269d7a.tar.xz |
Convert prices to cent/USD.
Diffstat (limited to 'json/items/ammo')
-rw-r--r-- | json/items/ammo/46.json | 4 | ||||
-rw-r--r-- | json/items/ammo/473.json | 4 | ||||
-rw-r--r-- | json/items/ammo/obsolete.json | 16 | ||||
-rw-r--r-- | json/items/ammo/shot.json | 8 |
4 files changed, 16 insertions, 16 deletions
diff --git a/json/items/ammo/46.json b/json/items/ammo/46.json index 5b7e918..b7a2ef8 100644 --- a/json/items/ammo/46.json +++ b/json/items/ammo/46.json @@ -6,8 +6,8 @@ "description": "4.6x30mm ammunition with 31gr copper plated steel bullets. The Ultimate Combat DM11 Penetrator round has low recoil and excellent armor penetration.", "weight": "6500 mg", "volume": "156 ml", - "price": 300, - "price_postapoc": 1600, + "price": "3 USD", + "price_postapoc": "16 USD", "flags": [ "IRREPLACEABLE_CONSUMABLE" ], "material": [ "steel", "powder" ], "symbol": "=", diff --git a/json/items/ammo/473.json b/json/items/ammo/473.json index 7ef9138..fe798d3 100644 --- a/json/items/ammo/473.json +++ b/json/items/ammo/473.json @@ -7,8 +7,8 @@ "description": "4.73x33mm caseless rounds. Designed for the H&K G11 rifle, these rounds encase the bullet within a block of solid propellant, greatly reducing ammunition mass while reducing metal requirements to manufacture. Being caseless rounds, these cannot be disassembled or reloaded.", "weight": "5200 mg", "volume": "113 ml", - "price": 175, - "price_postapoc": 7000, + "price": "175 cent", + "price_postapoc": "70 USD", "flags": [ "IRREPLACEABLE_CONSUMABLE" ], "material": [ "plastic", "powder" ], "symbol": "=", diff --git a/json/items/ammo/obsolete.json b/json/items/ammo/obsolete.json index 7f2de99..5fa1f63 100644 --- a/json/items/ammo/obsolete.json +++ b/json/items/ammo/obsolete.json @@ -6,8 +6,8 @@ "type": "AMMO", "name": { "str_sp": "000 flechette shell" }, "description": "A shotgun shell filled with tiny steel darts. Extremely damaging, plus the spread makes it very accurate at short range. Slices through most forms of armor with ease.", - "price": 3000, - "price_postapoc": 1200, + "price": "30 USD", + "price_postapoc": "12 USD", "count": 10, "relative": { "damage": { "damage_type": "bullet", "amount": -5, "armor_penetration": 15 } } }, @@ -18,8 +18,8 @@ "type": "AMMO", "name": { "str_sp": "000 shotgun slug" }, "description": "A heavy metal slug used with shotguns to give them the range capabilities of a rifle. Extremely damaging but rather inaccurate.", - "price": 600, - "price_postapoc": 600, + "price": "6 USD", + "price_postapoc": "6 USD", "relative": { "range": 12, "damage": { "damage_type": "bullet", "armor_penetration": 8 }, "dispersion": 100 }, "proportional": { "recoil": 1.4 }, "delete": { "effects": [ "SHOT" ] } @@ -31,8 +31,8 @@ "type": "AMMO", "name": { "str_sp": "000 shotgun beanbag" }, "description": "A beanbag round for shotguns. Designated 'less-lethal' and intended to disable.", - "price": 750, - "price_postapoc": 300, + "price": "750 cent", + "price_postapoc": "300 cent", "damage": { "damage_type": "bash", "amount": 6 }, "proportional": { "recoil": 0.4, "loudness": 0.6 }, "delete": { "effects": [ "SHOT" ] }, @@ -45,8 +45,8 @@ "type": "AMMO", "name": { "str_sp": "000 explosive slug" }, "description": "A shotgun shell shooting a small explosive. Damaging, but rather inaccurate and short ranged. Banned in several states.", - "price": 4500, - "price_postapoc": 2400, + "price": "45 USD", + "price_postapoc": "24 USD", "count": 5, "proportional": { "damage": { "damage_type": "bullet", "amount": 0.25 } }, "delete": { "effects": [ "SHOT" ] }, diff --git a/json/items/ammo/shot.json b/json/items/ammo/shot.json index 6e7ef8a..158907a 100644 --- a/json/items/ammo/shot.json +++ b/json/items/ammo/shot.json @@ -7,8 +7,8 @@ "description": "A shell filled with metal pellets. Extremely damaging, plus the spread makes it very accurate at short range. Favored by SWAT forces.", "weight": "32 g", "volume": "250 ml", - "price": 750, - "price_postapoc": 1200, + "price": "750 cent", + "price_postapoc": "12 USD", "flags": [ "IRREPLACEABLE_CONSUMABLE" ], "material": [ "plastic", "powder" ], "symbol": "=", @@ -31,8 +31,8 @@ "type": "AMMO", "name": { "str_sp": "12ga 000 incendiary" }, "description": "A shell filled with a mix of metal and incendiary pellets. Damaging, and may cause flammable material to ignite.", - "price": 1500, - "price_postapoc": 2400, + "price": "15 USD", + "price_postapoc": "24 USD", "extend": { "effects": [ "INCENDIARY" ] } }, { |