
grass_threat_0
{
    CREATURE: alpaca, 1
    THREAT_LEVEL: 0
    MAX_CREATURES: 1
    MAX_POPULATION: 5
    SPAWN_DELAY: 60000
    BIOME: grassland
}

grass_threat_5
{
    CREATURE: rat, 1
    THREAT_LEVEL: 5
    MAX_CREATURES: 2
    SPAWN_DELAY: 60000
    BIOME: grassland
}

grass_threat_15
{
    CREATURE: snake, 1
    CREATURE: rat, 1
    THREAT_LEVEL: 15
    MAX_CREATURES: 2
    SPAWN_DELAY: 60000
    BIOME: grassland
}

grass_threat_75
{
    CREATURE: spider, 1
    CREATURE: snake, 1
    CREATURE: rat, 1
    THREAT_LEVEL: 75
    MAX_CREATURES: 3
    SPAWN_DELAY: 60000
    BIOME: grassland
}

grass_threat_150
{
    CREATURE: spider, 3
    CREATURE: snake, 1
    CREATURE: rat, 1
    THREAT_LEVEL: 150
    MAX_CREATURES: 4
    SPAWN_DELAY: 60000
    BIOME: grassland
}

grass_threat_250
{
    CREATURE: spider, 5
    CREATURE: snake, 1
    CREATURE: rat, 1
    THREAT_LEVEL: 250
    MAX_CREATURES: 5
    SPAWN_DELAY: 60000
    BIOME: grassland
}

grass_threat_350
{
    CREATURE: spider, 5
    CREATURE: snake, 1
    CREATURE: rat, 1
    THREAT_LEVEL: 350
    MAX_CREATURES: 6
    SPAWN_DELAY: 60000
    BIOME: grassland
}