Thanks for replying.
Is there a global way to lower all that I can place at the top of said spawnlist.json instead of going through EVERY single “monster” list.
this is what I am looking at right now (use mon_horse as example
{ “monster”: “mon_horse_zombie”, “freq”: 1, “cost_multiplier”: 13, “starts”: 25, “conditions”: [“SPRING”, “SUMMER”, “AUTUMN”] },
{ “monster”: “mon_horse_zombie”, “freq”: 1, “cost_multiplier”: 13, “starts”: 350, “ends”: 2000, “conditions”: [“SPRING”, “SUMMER”, “AUTUMN”] },
{ “monster”: “mon_horse_zombie”, “freq”: 1, “cost_multiplier”: 13, “starts”: 650, “ends”: 2400, “conditions”: [“SPRING”, “SUMMER”, “AUTUMN”] },
{ “monster”: “mon_horse_zombie”, “freq”: 1, “cost_multiplier”: 13, “starts”: 900, “ends”: 2700, “conditions”: [“SPRING”, “SUMMER”, “AUTUMN”] },
{ “monster”: “mon_horse_zombie”, “freq”: 1, “cost_multiplier”: 13, “starts”: 1200, “ends”: 3500, “conditions”: [“SPRING”, “SUMMER”, “AUTUMN”] },
{ “monster”: “mon_horse_zombie”, “freq”: 1, “cost_multiplier”: 25, “starts”: 100, “ends”: 2100, “pack_size”: [1,3] },
So to lower the spawn of said monster would I decrease
“freq” ?
if so its al ready at 1 :(.
I am lost LOL.