From 08753e2e1a88813f133e1cb411a27d1d7e4e85c6 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Tue, 14 Mar 2023 22:54:38 -0700 Subject: Port to DDA. --- json/items/ammo/obsolete.json | 75 ------------------------------------------- 1 file changed, 75 deletions(-) delete mode 100644 json/items/ammo/obsolete.json (limited to 'json/items/ammo') diff --git a/json/items/ammo/obsolete.json b/json/items/ammo/obsolete.json deleted file mode 100644 index 7f2de99..0000000 --- a/json/items/ammo/obsolete.json +++ /dev/null @@ -1,75 +0,0 @@ -[ - { - "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