summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2024-02-09 18:12:12 -0800
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2024-02-09 18:12:12 -0800
commit38eac155448add0151e3926e2ff3da18576b8d0f (patch)
tree710410fadfbd4f5b9146945951f61fddf0dea154
parentFix 22 ratshot to hit targets in a cone. (diff)
downloadcataclysm-bn-mod_revert-handgun-damage-buff-38eac155448add0151e3926e2ff3da18576b8d0f.tar.xz
Rephrase .410 shot description to make it more clear.
-rw-r--r--json/items/ammo/410shot.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/json/items/ammo/410shot.json b/json/items/ammo/410shot.json
index 6a69b4a..734c80d 100644
--- a/json/items/ammo/410shot.json
+++ b/json/items/ammo/410shot.json
@@ -3,7 +3,7 @@
"id": "410shot_000",
"type": "AMMO",
"name": { "str_sp": ".410 000 buckshot" },
- "description": "A .410 shell with 5 000 pellets. Good for a hunting or combat load.",
+ "description": "A .410 shell with five 000 pellets. Good for a hunting or combat load.",
"weight": "16 g",
"volume": "170 ml",
"price": "175 cent",
@@ -27,7 +27,7 @@
"copy-from": "410shot_000",
"type": "AMMO",
"name": { "str_sp": ".410 000 buckshot, reloaded" },
- "description": "A .410 shell with 5 000 pellets. Good for a hunting or combat load. 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.",
+ "description": "A .410 shell with five 000 pellets. Good for a hunting or combat load. 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" ] }