From c1af80a063685b32e59126452419afe3b49f6b63 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Tue, 26 Apr 2022 12:33:06 -0700 Subject: Add 4.6mm FMJ and SHP rounds, with itemgroups and uncraft. -Also add reloaded and black powder variants with itemgroups and recipes. --- json/itemgroups/Weapons_Mods_Ammo/ammo.json | 30 +++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) (limited to 'json/itemgroups/Weapons_Mods_Ammo') 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,4 +1,34 @@ [ + { + "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", -- cgit v1.2.1