From fcd914aa6d2894ff7ae20ba954affa8317999c8b Mon Sep 17 00:00:00 2001 From: "Standing-StormStanding-Storm git config --global user.name Standing-Storm git config --global user.name Standing-Storm" Date: Mon, 16 Dec 2024 11:09:58 -0600 Subject: [PATCH] Add to lab groups --- data/mods/Magiclysm/monstergroups.json | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/data/mods/Magiclysm/monstergroups.json b/data/mods/Magiclysm/monstergroups.json index 3b5cd5e404661..084a5aea57d8c 100644 --- a/data/mods/Magiclysm/monstergroups.json +++ b/data/mods/Magiclysm/monstergroups.json @@ -202,26 +202,38 @@ { "type": "monstergroup", "name": "GROUP_LAB", - "monsters": [ { "monster": "mon_feral_lab_magician", "weight": 25, "cost_multiplier": 5 } ] + "monsters": [ + { "monster": "mon_feral_lab_magician", "weight": 25, "cost_multiplier": 5 }, + { "monster": "mon_feral_technomancer", "weight": 8, "cost_multiplier": 5 }, + { "monster": "mon_feral_technomancer_enhanced", "weight": 2, "cost_multiplier": 10 } + ] }, { "type": "monstergroup", "name": "GROUP_LAB_SURFACE", "monsters": [ { "monster": "mon_feral_lab_magician", "weight": 25, "cost_multiplier": 5 }, + { "monster": "mon_feral_technomancer", "weight": 8, "cost_multiplier": 5 }, + { "monster": "mon_feral_technomancer_enhanced", "weight": 2, "cost_multiplier": 10 }, { "monster": "mon_feral_radiation_mage", "weight": 2, "cost_multiplier": 10 } ] }, { "type": "monstergroup", "name": "GROUP_MICROLAB", - "monsters": [ { "monster": "mon_feral_lab_magician", "weight": 2, "cost_multiplier": 5 } ] + "monsters": [ + { "monster": "mon_feral_lab_magician", "weight": 2, "cost_multiplier": 5 }, + { "monster": "mon_feral_technomancer", "weight": 2, "cost_multiplier": 5 }, + { "monster": "mon_feral_technomancer_enhanced", "weight": 1, "cost_multiplier": 50 } + ] }, { "type": "monstergroup", "name": "GROUP_LAB_RESEARCHERS", "monsters": [ { "monster": "mon_feral_lab_magician", "weight": 20, "cost_multiplier": 5 }, + { "monster": "mon_feral_technomancer", "weight": 10, "cost_multiplier": 5 }, + { "monster": "mon_feral_technomancer_enhanced", "weight": 2, "cost_multiplier": 10 }, { "monster": "mon_feral_radiation_mage", "weight": 1, "cost_multiplier": 10 } ] },