From 66ffd7038cf10566bd35bb6713677a5f8de3b6ef Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Sat, 12 Sep 2020 22:40:36 -0700 Subject: Initial commit --- .../Modification_Files/Items/v_item_group.json | 95 ++++++++++++++++++++++ 1 file changed, 95 insertions(+) create mode 100644 vamp_stuff/Modification_Files/Items/v_item_group.json (limited to 'vamp_stuff/Modification_Files/Items/v_item_group.json') diff --git a/vamp_stuff/Modification_Files/Items/v_item_group.json b/vamp_stuff/Modification_Files/Items/v_item_group.json new file mode 100644 index 0000000..9df6478 --- /dev/null +++ b/vamp_stuff/Modification_Files/Items/v_item_group.json @@ -0,0 +1,95 @@ +[ + { + "type": "item_group", + "id": "bloodrunedrop", + "items": [ [ "bloodrune", 10 ] ] + }, + { + "type": "item_group", + "id": "deadhole_lair", + "items": [ [ "bigbloodrune", 10 ] ] + }, + { + "id": "bloodammo", + "type": "item_group", + "subtype": "collection", + "entries": [ { "item": "bloodypressure", "count": [ 50, 100 ] } ] + }, + { + "type": "item_group", + "id": "vampmeleeweapon", + "items": [ [ "sword_sip", 10 ], [ "sword_dive", 10 ], [ "hammerius", 10 ], [ "punchie_bitie", 10 ], [ "falc_crimsword", 10 ] ] + }, + { + "type": "item_group", + "id": "bloodset", + "items": [ + [ "blood_suit", 3 ], + [ "blood_hood", 3 ], + [ "blood_gloves", 3 ], + [ "blood_boots", 3 ], + [ "blood_duster", 3 ], + [ "blood_pants", 3 ], + [ "bloodpack", 2 ] + ] + }, + { + "type": "item_group", + "id": "medical", + "items": [ + [ "aspirin", 35 ], + [ "bandages", 35 ], + [ "disinfectant", 25 ], + [ "flu_shot", 15 ], + [ "1st_aid", 15 ], + [ "scalpel", 5 ] + ] + }, + { + "id": "elderbooks", + "type": "item_group", + "items": [ + [ "child_book", 30 ], + [ "holybook_bible1", 30 ], + [ "holybook_bible2", 30 ], + [ "holybook_bible3", 30 ], + [ "holybook_sutras", 30 ], + [ "holybook_talmud", 30 ], + [ "holybook_tanakh", 30 ], + [ "holybook_tripitaka", 30 ], + [ "holybook_upanishads", 30 ], + [ "holybook_vedas", 30 ], + [ "philosophy_book", 30 ], + [ "story_book", 30 ] + ] + }, + { + "id": "coffin_bones", + "type": "item_group", + "subtype": "collection", + "//": "Corpse disintegrates from aging too much.", + "entries": [ + { "item": "bone_human", "count": [ 2, 6 ], "prob": 60 }, + { "group": "clothing_outdoor_set", "damage": [ 2, 3 ], "prob": 10 }, + { "group": "underwear", "damage": [ 2, 3 ], "prob": 80 } + ] + }, + { + "id": "elder_blacksmithing", + "type": "item_group", + "subtype": "collection", + "entries": [ { "item": "hammer", "damage": [ 2, 3 ], "prob": 75 }, { "item": "tongs", "damage": [ 2, 3 ], "prob": 40 } ] + }, + { + "id": "elder_blacksmithing_spares", + "type": "item_group", + "subtype": "collection", + "entries": [ + { "item": "scrap", "prob": 75 }, + { "item": "coal_lump", "prob": 40 }, + { "item": "sheet_metal_small", "prob": 25 }, + { "item": "steel_chunk", "prob": 10 }, + { "item": "steel_lump", "prob": 5 } + ] + } +] -- cgit v1.2.1