From f8f5615192d394d45c63579f54e58ad96f6ac439 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Thu, 12 Jan 2023 12:50:54 -0800 Subject: Fancy up the 000shot descriptions with newer dda text. --- json/items/ammo/000shot.json | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'json') diff --git a/json/items/ammo/000shot.json b/json/items/ammo/000shot.json index 9a6eca5..80d658b 100644 --- a/json/items/ammo/000shot.json +++ b/json/items/ammo/000shot.json @@ -54,7 +54,7 @@ "looks_like": "shot_beanbag", "type": "AMMO", "name": { "str_sp": "000 shotgun beanbag" }, - "description": "A beanbag round for shotguns, not deadly but designed to disable.", + "description": "A beanbag round for shotguns. Designated 'less-lethal' and intended to disable.", "price": 750, "price_postapoc": 300, "damage": { "damage_type": "bash", "amount": 6 }, @@ -83,7 +83,7 @@ "price": 4500, "price_postapoc": 2400, "count": 5, - "proportional": { "damage": { "damage_type": "bullet", "amount": 0.25, "armor_penetration": 0.25 } }, + "proportional": { "damage": { "damage_type": "bullet", "amount": 0.25 } }, "delete": { "effects": [ "SHOT" ] }, "extend": { "effects": [ "EXPLOSIVE" ] } }, @@ -92,6 +92,7 @@ "copy-from": "shot_000", "type": "AMMO", "name": { "str_sp": "000 shot, reloaded" }, + "description": "A shell filled with metal pellets. Extremely damaging, plus the spread makes it very accurate at short range. SWAT forces wouldn't use this homebrew shell, but a sovereign citizen looking to fend off SWAT probably would.", "proportional": { "price": 0.7, "damage": { "damage_type": "bullet", "amount": 0.9 }, "dispersion": 1.1 }, "extend": { "effects": [ "RECYCLED" ] }, "delete": { "effects": [ "NEVER_MISFIRES" ], "flags": [ "IRREPLACEABLE_CONSUMABLE" ] } @@ -101,6 +102,7 @@ "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" ] } @@ -110,6 +112,7 @@ "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" ] } @@ -119,6 +122,7 @@ "copy-from": "shot_000_inc", "type": "AMMO", "name": { "str_sp": "000 incendiary shell, reloaded" }, + "description": "A shell filled with a mix of metal and incendiary pellets. Damaging, and may cause flammable material to ignite. 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