summaryrefslogtreecommitdiff
path: root/json/itemgroups
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2022-04-26 12:33:06 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2022-04-26 12:33:06 -0700
commitc1af80a063685b32e59126452419afe3b49f6b63 (patch)
treef24b14d312b2faf9748866667ab12908c9c9ad0d /json/itemgroups
parentTypo. (diff)
downloadcataclysm-bn-mod_hk-loadout-c1af80a063685b32e59126452419afe3b49f6b63.tar.xz
Add 4.6mm FMJ and SHP rounds, with itemgroups and uncraft.
-Also add reloaded and black powder variants with itemgroups and recipes.
Diffstat (limited to 'json/itemgroups')
-rw-r--r--json/itemgroups/Weapons_Mods_Ammo/ammo.json30
-rw-r--r--json/itemgroups/military.json2
2 files changed, 32 insertions, 0 deletions
diff --git a/json/itemgroups/Weapons_Mods_Ammo/ammo.json b/json/itemgroups/Weapons_Mods_Ammo/ammo.json
index ad791c8..46e1132 100644
--- a/json/itemgroups/Weapons_Mods_Ammo/ammo.json
+++ b/json/itemgroups/Weapons_Mods_Ammo/ammo.json
@@ -1,6 +1,36 @@
[
{
"type": "item_group",
+ "id": "ammo_pistol_milspec",
+ "//": "Military specification pistol ammo found at military sites.",
+ "subtype": "distribution",
+ "entries": [
+ { "item": "46mm_fmj", "prob": 70 },
+ { "item": "46mm_shp", "prob": 70 }
+ ]
+ },
+ {
+ "type": "item_group",
+ "id": "ammo_pistol_modern_handloads",
+ "//": "Reloaded pistol ammo balanced according to rarity.",
+ "subtype": "distribution",
+ "entries": [
+ { "item": "reloaded_46mm_fmj", "prob": 20 },
+ { "item": "reloaded_46mm_shp", "prob": 20 }
+ ]
+ },
+ {
+ "type": "item_group",
+ "id": "ammo_pistol_blackpowder_handloads",
+ "//": "Blackpowder pistol ammo balanced according to rarity, additional weight for calibers that have common, manual-action firearms available in that chambering.",
+ "subtype": "distribution",
+ "entries": [
+ { "item": "bp_46mm_fmj", "prob": 20 },
+ { "item": "bp_46mm_shp", "prob": 20 }
+ ]
+ },
+ {
+ "type": "item_group",
"id": "ammo_rifle_milspec",
"//": "Military specification rifle ammo found at military sites.",
"subtype": "distribution",
diff --git a/json/itemgroups/military.json b/json/itemgroups/military.json
index a492048..96d5403 100644
--- a/json/itemgroups/military.json
+++ b/json/itemgroups/military.json
@@ -7,6 +7,8 @@
{ "item": "hk_ucp", "prob": 7 },
{ "item": "hk_mp7", "prob": 7 },
{ "item": "46mm", "prob": 7 },
+ { "item": "46mm_fmj", "prob": 7 },
+ { "item": "46mm_shp", "prob": 7 },
{ "item": "hk_g11", "prob": 7 },
{ "item": "hk_caws", "prob": 5 },
{ "item": "shot_000", "prob": 5 },