summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2021-06-02 15:26:54 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2021-06-02 15:26:54 -0700
commitf2f157ba54d5be821e560fcb818d9f66280c3a23 (patch)
tree6877e58b85f9fd5f65854f1cf9eadf8bb76755d0
parentFix 000shot armor penetration for the new damage syntax (diff)
downloadcataclysm-bn-mod_hk-loadout-f2f157ba54d5be821e560fcb818d9f66280c3a23.tar.xz
Expand drop tables for 000shot
Make 000shot slightly less rare
-rw-r--r--json/itemgroups/Weapons_Mods_Ammo/ammo.json25
1 files changed, 22 insertions, 3 deletions
diff --git a/json/itemgroups/Weapons_Mods_Ammo/ammo.json b/json/itemgroups/Weapons_Mods_Ammo/ammo.json
index 831a4be..4f7970f 100644
--- a/json/itemgroups/Weapons_Mods_Ammo/ammo.json
+++ b/json/itemgroups/Weapons_Mods_Ammo/ammo.json
@@ -10,13 +10,32 @@
},
{
"type": "item_group",
+ "id": "ammo_shotgun_rare",
+ "//": "Less common shotgun ammo including that only used by police/paramilitary forces.",
+ "subtype": "distribution",
+ "entries": [
+ { "item": "shot_000", "prob": 60 },
+ { "item": "shot_000_slug", "prob": 30 }
+ ]
+ },
+ {
+ "type": "item_group",
"id": "ammo_shotgun_milspec",
"//": "Military specification shotgun ammo found at military sites.",
"subtype": "distribution",
"entries": [
- { "item": "shot_000", "prob": 100 },
- { "item": "shot_000_slug", "prob": 100 },
- { "item": "shot_000_flechette", "prob": 100 }
+ { "item": "shot_000_flechette", "prob": 80 }
+ ]
+ },
+ {
+ "type": "item_group",
+ "id": "ammo_shotgun_reloaded",
+ "//": "Reloaded shotgun ammo balanced according to rarity.",
+ "subtype": "distribution",
+ "entries": [
+ { "item": "reloaded_shot_000", "prob": 80 },
+ { "item": "reloaded_shot_000_flechette", "prob": 2 },
+ { "item": "reloaded_shot_000_slug", "prob": 10 }
]
}
]