summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2023-10-04 19:53:10 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2023-10-04 19:53:10 -0700
commit6ddf31bc9e00821e44ffbffe4984fd514b4e70a1 (patch)
tree1e5a37ac0fb74822712145e0c5493f43644e1e9e
parentFix 20x66mm range to 12. (diff)
downloadcataclysm-bn-mod_revert-handgun-damage-buff-6ddf31bc9e00821e44ffbffe4984fd514b4e70a1.tar.xz
Remove shell from dragon breath name.
-rw-r--r--json/items/ammo/shot.json6
1 files changed, 3 insertions, 3 deletions
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" ] },