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 } ] },