From f1d95b36117a41811f29301e8da6ebb5503ab25f Mon Sep 17 00:00:00 2001
From: jc_gargma <jc_gargma@iserlohn-fortress.net>
Date: Wed, 4 Oct 2023 19:33:00 -0700
Subject: Apply newish rebalancing to 000 12ga rounds.

---
 json/items/ammo/shot.json | 15 ++++++++-------
 1 file changed, 8 insertions(+), 7 deletions(-)

(limited to 'json/items')

diff --git a/json/items/ammo/shot.json b/json/items/ammo/shot.json
index 8bcaf23..6e7ef8a 100644
--- a/json/items/ammo/shot.json
+++ b/json/items/ammo/shot.json
@@ -3,8 +3,8 @@
     "id": "shot_000",
     "type": "AMMO",
     "looks_like": "shot_00",
-    "name": { "str_sp": "12g 000 buckshot" },
-    "description": "A shell filled with metal pellets. Extremely damaging, plus the spread makes it very accurate at short range. Favored by SWAT forces.",
+    "name": { "str_sp": "12ga 000 buckshot" },
+    "description": "A shell filled with metal pellets. Extremely damaging, plus the spread makes it very accurate at short range.  Favored by SWAT forces.",
     "weight": "32 g",
     "volume": "250 ml",
     "price": 750,
@@ -13,12 +13,13 @@
     "material": [ "plastic", "powder" ],
     "symbol": "=",
     "color": "red",
+    "dispersion": 10,
     "count": 20,
     "stack_size": 20,
     "ammo_type": "shot",
     "casing": "shot_hull",
     "range": 12,
-    "damage": { "damage_type": "bullet", "amount": 60 },
+    "damage": { "damage_type": "bullet", "amount": 90, "armor_multiplier": 2.0 },
     "recoil": 3500,
     "loudness": 160,
     "effects": [ "COOKOFF", "SHOT" ]
@@ -28,8 +29,8 @@
     "copy-from": "shot_000",
     "looks_like": "shot_dragon",
     "type": "AMMO",
-    "name": { "str_sp": "12g 000 incendiary" },
-    "description": "A shell filled with a mix of metal and incendiary pellets. Damaging, and may cause flammable material to ignite.",
+    "name": { "str_sp": "12ga 000 incendiary" },
+    "description": "A shell filled with a mix of metal and incendiary pellets.  Damaging, and may cause flammable material to ignite.",
     "price": 1500,
     "price_postapoc": 2400,
     "extend": { "effects": [ "INCENDIARY" ] }
@@ -38,7 +39,7 @@
     "id": "reloaded_shot_000",
     "copy-from": "shot_000",
     "type": "AMMO",
-    "name": { "str_sp": "12g 000 buckshot, reloaded" },
+    "name": { "str_sp": "12ga 000 buckshot, reloaded" },
     "description": "A shell filled with metal pellets.  Extremely damaging, plus the spread makes it very accurate at short range.  SWAT forces wouldn't use this homebrew shell, but a sovereign citizen looking to fend off SWAT probably would.",
     "proportional": { "price": 0.7, "damage": { "damage_type": "bullet", "amount": 0.9 }, "dispersion": 1.1 },
     "extend": { "effects": [ "RECYCLED" ] },
@@ -48,7 +49,7 @@
     "id": "reloaded_shot_000_inc",
     "copy-from": "shot_000_inc",
     "type": "AMMO",
-    "name": { "str_sp": "12g 000 incendiary, reloaded" },
+    "name": { "str_sp": "12ga 000 incendiary, 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 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" ] },
-- 
cgit v1.2.1