From 6ddf31bc9e00821e44ffbffe4984fd514b4e70a1 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Wed, 4 Oct 2023 19:53:10 -0700 Subject: Remove shell from dragon breath name. --- json/items/ammo/shot.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'json') diff --git a/json/items/ammo/shot.json b/json/items/ammo/shot.json index be91573..4019174 100644 --- a/json/items/ammo/shot.json +++ b/json/items/ammo/shot.json @@ -58,7 +58,7 @@ "id": "shot_dragon", "copy-from": "shot_00", "type": "AMMO", - "name": { "str": "12ga dragon's breath shell" }, + "name": { "str": "12ga dragon's breath" }, "description": "A shotgun shell filled with magnesium pellets or shards, used mostly as a distress flare or pyrotechnics tool. When the round is fired, high temperature sparks and flames shoot out of the barrel, igniting everything in their path.", "price": 1000, "price_postapoc": 1600, @@ -73,7 +73,7 @@ "id": "reloaded_shot_dragon", "copy-from": "shot_dragon", "type": "AMMO", - "name": { "str": "12ga dragon's breath shell, reloaded" }, + "name": { "str": "12ga dragon's breath, reloaded" }, "description": "A shotgun shell filled with magnesium pellets or shards, used mostly as a distress flare or pyrotechnics tool. When the round is fired, high-temperature sparks and flames shoot out of the barrel, igniting everything in their path. This one was made in somebody's garage. Are you sure you want to shoot this?", "proportional": { "price": 0.7, "damage": { "damage_type": "heat", "amount": 0.9 }, "dispersion": 1.1 }, "extend": { "effects": [ "RECYCLED" ] }, @@ -150,7 +150,7 @@ "id": "bp_shot_dragon", "copy-from": "shot_dragon", "type": "AMMO", - "name": { "str": "12ga dragon's breath shell, black powder" }, + "name": { "str": "12ga dragon's breath, black powder" }, "description": "A shotgun shell filled with magnesium pellets or shards, used mostly as a distress flare or pyrotechnics tool. When the round is fired, high-temperature sparks and flames shoot out of the barrel, igniting everything in their path. This one was made in somebody's garage, and with black gunpowder to boot. Are you sure you want to shoot this?", "proportional": { "price": 0.6, "damage": { "damage_type": "heat", "amount": 0.8 }, "dispersion": 1.2 }, "extend": { "effects": [ "RECYCLED", "MUZZLE_SMOKE", "BLACKPOWDER" ] }, -- cgit v1.2.1