diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2021-10-17 00:30:56 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2021-10-17 00:30:56 -0700 |
commit | 473f1a55c65e79811dda6f4078284c08ce47e789 (patch) | |
tree | 7c73c32d68b3d9b68d1d9fda8517accf2657232e /json/items/ammo | |
parent | Convert semi-auto to semi, and 2/3/4 rd. to burst (diff) | |
download | cataclysm-bn-mod_hk-loadout-473f1a55c65e79811dda6f4078284c08ce47e789.tar.xz |
Clean up prices, add postapoc prices.
Diffstat (limited to 'json/items/ammo')
-rw-r--r-- | json/items/ammo/000shot.json | 14 | ||||
-rw-r--r-- | json/items/ammo/473.json | 4 |
2 files changed, 9 insertions, 9 deletions
diff --git a/json/items/ammo/000shot.json b/json/items/ammo/000shot.json index 1b05f50..1f227eb 100644 --- a/json/items/ammo/000shot.json +++ b/json/items/ammo/000shot.json @@ -44,7 +44,7 @@ "weight": "32 g", "volume": "250 ml", "price": 750, - "price_postapoc": 1500, + "price_postapoc": 1200, "flags": [ "IRREPLACEABLE_CONSUMABLE" ], "material": [ "plastic", "powder" ], "symbol": "=", @@ -67,7 +67,7 @@ "name": { "str": "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": 6000, + "price_postapoc": 1200, "count": 10, "relative": { "damage": { "damage_type": "stab", "amount": -5, "armor_penetration": 15 } } }, @@ -79,7 +79,7 @@ "name": { "str": "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": 1200, + "price_postapoc": 600, "relative": { "range": 12, "damage": { "damage_type": "stab", "armor_penetration": 8 }, "dispersion": 100 }, "proportional": { "recoil": 1.4 }, "delete": { "effects": [ "SHOT" ] } @@ -92,7 +92,7 @@ "name": { "str": "000 shotgun beanbag" }, "description": "A beanbag round for shotguns, not deadly but designed to disable.", "price": 750, - "price_postapoc": 1500, + "price_postapoc": 300, "proportional": { "damage": { "damage_type": "stab", "amount": 0.1 }, "recoil": 0.4, "loudness": 0.6 }, "delete": { "effects": [ "SHOT" ] }, "extend": { "effects": [ "BEANBAG", "NOGIB" ] } @@ -105,7 +105,7 @@ "name": { "str": "000 incendiary shell" }, "description": "A shell filled with a mix of metal and incendiary pellets. Damaging, and may cause flammable material to ignite.", "price": 1500, - "price_postapoc": 3000, + "price_postapoc": 2400, "extend": { "effects": [ "INCENDIARY" ] } }, { @@ -115,8 +115,8 @@ "type": "AMMO", "name": { "str": "000 explosive slug" }, "description": "A shotgun shell shooting a small explosive. Damaging, but rather inaccurate and short ranged. Banned in several states.", - "price": 6000, - "price_postapoc": 12000, + "price": 4500, + "price_postapoc": 2400, "count": 5, "proportional": { "damage": { "damage_type": "stab", "amount": 0.25, "armor_penetration": 0.25 } }, "delete": { "effects": [ "SHOT" ] }, diff --git a/json/items/ammo/473.json b/json/items/ammo/473.json index 4bc2e3f..b772a3c 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": "250 ml", - "price": 225, - "price_postapoc": 12500, + "price": 175, + "price_postapoc": 7000, "flags": [ "IRREPLACEABLE_CONSUMABLE" ], "material": [ "plastic", "powder" ], "symbol": "=", |