Code: Select all
 result_units = (function()
                     local res = {}
                     res[1] = {"small-biter", 0.3}
                     if not data.isdemo then
                       res[2] = {"medium-biter", 0.3}
                       res[3] = {"big-biter", 0.4}
                     end
                     return res
                   end)(),
    spawning_cooldown = {300, 150}, -- With zero evolution the spawn rate is 5 seconds, with max evolution it is 2.5 seconds
    spawning_radius = 10,
    spawning_spacing = 3,
    max_spawn_shift = 0.65,
    max_richness_for_spawn_shift = 100,






 ))
 ))