From 38eac155448add0151e3926e2ff3da18576b8d0f Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Fri, 9 Feb 2024 18:12:12 -0800 Subject: Rephrase .410 shot description to make it more clear. --- json/items/ammo/410shot.json | 4 ++-- 1 file 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" ] } -- cgit v1.2.1