Skip to content

Commit

Permalink
Add to lab groups
Browse files Browse the repository at this point in the history
  • Loading branch information
Standing-Storm committed Dec 16, 2024
1 parent 9bd4270 commit fcd914a
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions data/mods/Magiclysm/monstergroups.json
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
]
},
Expand Down

0 comments on commit fcd914a

Please sign in to comment.