I updated Rampant to 3.1.0 and now I'm getting this error on startup:
Failed to load mod "Rampant": Rampant/libs/MathUtils.lua:56: attempt to perform arithmetic on local 'num' (a nil value)
stack traceback:
Rampant/libs/MathUtils.lua:56: in function 'distort'
Rampant/prototypes/SwarmUtils.lua:650: in function 'fillEntityTemplate'
Rampant/prototypes/SwarmUtils.lua:1012: in function 'buildEntitySpawner'
Rampant/prototypes/SwarmUtils.lua:1726: in function 'processFactions'
Rampant/data-final-fixes.lua:24: in main chunk
It happens even when Rampant is the only enabled mod.
Looks like spawningCooldownEnd for hives is missing one value. While I was looking at the arrays I also noticed the unitsToSpawn has a very suspicious 300 at tier 3 when all the other values are 3000.