From 96ed44938564e23dccc46ec1da1958d55842115d Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Thu, 15 Sep 2022 14:32:59 -0700 Subject: Remove boilerplate references to being reloaded or black powder from ammo descriptions. -This is what the RECYCLED and BLACKPOWDER effects are for. --- json/items/ammo/000shot.json | 4 ---- 1 file changed, 4 deletions(-) (limited to 'json/items/ammo/000shot.json') diff --git a/json/items/ammo/000shot.json b/json/items/ammo/000shot.json index 619d51c..686e80a 100644 --- a/json/items/ammo/000shot.json +++ b/json/items/ammo/000shot.json @@ -92,7 +92,6 @@ "copy-from": "shot_000", "type": "AMMO", "name": { "str": "000 shot, reloaded" }, - "description": "A shell filled with metal pellets. Extremely damaging, plus the spread makes it very accurate at short range. Favored by SWAT forces. This one has been hand-reloaded.", "proportional": { "price": 0.7, "damage": { "damage_type": "bullet", "amount": 0.9 }, "dispersion": 1.1 }, "extend": { "effects": [ "RECYCLED" ] }, "delete": { "effects": [ "NEVER_MISFIRES" ], "flags": [ "IRREPLACEABLE_CONSUMABLE" ] } @@ -102,7 +101,6 @@ "copy-from": "shot_000_flechette", "type": "AMMO", "name": { "str": "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.", "proportional": { "price": 0.7, "damage": { "damage_type": "bullet", "amount": 0.9 }, "dispersion": 1.1 }, "extend": { "effects": [ "RECYCLED" ] }, "delete": { "effects": [ "NEVER_MISFIRES" ], "flags": [ "IRREPLACEABLE_CONSUMABLE" ] } @@ -112,7 +110,6 @@ "copy-from": "shot_000_slug", "type": "AMMO", "name": { "str": "000 shotgun slug, reloaded" }, - "description": "A heavy metal slug used with shotguns to give them the range capabilities of a rifle. Extremely damaging but rather inaccurate. This one has been hand-reloaded.", "proportional": { "price": 0.7, "damage": { "damage_type": "bullet", "amount": 0.9 }, "dispersion": 1.1 }, "extend": { "effects": [ "RECYCLED" ] }, "delete": { "effects": [ "NEVER_MISFIRES" ], "flags": [ "IRREPLACEABLE_CONSUMABLE" ] } @@ -122,7 +119,6 @@ "copy-from": "shot_000_inc", "type": "AMMO", "name": { "str": "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.", "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