From fde97375dd85b3d462cebd44e8faafb21f5cec1e Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Thu, 16 Feb 2023 18:17:44 -0800 Subject: Convert the CAWS to 00shot. -Obsolete 000 shells that aren't buckshot. --- json/items/ammo/obsolete.json | 75 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 75 insertions(+) create mode 100644 json/items/ammo/obsolete.json (limited to 'json/items/ammo/obsolete.json') diff --git a/json/items/ammo/obsolete.json b/json/items/ammo/obsolete.json new file mode 100644 index 0000000..7f2de99 --- /dev/null +++ b/json/items/ammo/obsolete.json @@ -0,0 +1,75 @@ +[ + { + "id": "shot_000_flechette", + "copy-from": "shot_000", + "looks_like": "shot_flechette", + "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, + "count": 10, + "relative": { "damage": { "damage_type": "bullet", "amount": -5, "armor_penetration": 15 } } + }, + { + "id": "shot_000_slug", + "copy-from": "shot_000", + "looks_like": "shot_slug", + "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, + "relative": { "range": 12, "damage": { "damage_type": "bullet", "armor_penetration": 8 }, "dispersion": 100 }, + "proportional": { "recoil": 1.4 }, + "delete": { "effects": [ "SHOT" ] } + }, + { + "id": "shot_000_beanbag", + "copy-from": "shot_000", + "looks_like": "shot_beanbag", + "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, + "damage": { "damage_type": "bash", "amount": 6 }, + "proportional": { "recoil": 0.4, "loudness": 0.6 }, + "delete": { "effects": [ "SHOT" ] }, + "extend": { "effects": [ "BEANBAG", "NOGIB" ] } + }, + { + "id": "shot_000_he", + "copy-from": "shot_000", + "looks_like": "shot_he", + "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, + "count": 5, + "proportional": { "damage": { "damage_type": "bullet", "amount": 0.25 } }, + "delete": { "effects": [ "SHOT" ] }, + "extend": { "effects": [ "EXPLOSIVE" ] } + }, + { + "id": "reloaded_shot_000_flechette", + "copy-from": "shot_000_flechette", + "type": "AMMO", + "name": { "str_sp": "000 flechette shell, reloaded" }, + "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. This one has been hand-reloaded by a survivor or perhaps a pre-Cataclysm hobbyist, leading to slightly inferior performance compared to factory-produced ammo", + "proportional": { "price": 0.7, "damage": { "damage_type": "bullet", "amount": 0.9 }, "dispersion": 1.1 }, + "extend": { "effects": [ "RECYCLED" ] }, + "delete": { "effects": [ "NEVER_MISFIRES" ], "flags": [ "IRREPLACEABLE_CONSUMABLE" ] } + }, + { + "id": "reloaded_shot_000_slug", + "copy-from": "shot_000_slug", + "type": "AMMO", + "name": { "str_sp": "000 shotgun slug, reloaded" }, + "description": "A heavy metal slug used to give a shotgun the range capabilities of a rifle. Extremely damaging but rather inaccurate. This one has been hand-reloaded by a survivor or perhaps a pre-Cataclysm hobbyist, leading to slightly inferior performance compared to factory-produced ammo.", + "proportional": { "price": 0.7, "damage": { "damage_type": "bullet", "amount": 0.9 }, "dispersion": 1.1 }, + "extend": { "effects": [ "RECYCLED" ] }, + "delete": { "effects": [ "NEVER_MISFIRES" ], "flags": [ "IRREPLACEABLE_CONSUMABLE" ] } + } +] -- cgit v1.2.1