
# PLANT_TILE: <tile_name>, <growth_time>, <growth_variance>

carrot_plant
{
    PLANT_TILE: carrot_sapling_0, 12000, 3
    PLANT_TILE: carrot_sapling_1, 12000, 3
    PLANT_TILE: carrot_plant, 24000, 3
    PLANT_TILE: air

    SUBSTRATE: planting_tiles
}

wild_carrot_plant
{
    PLANT_TILE: carrot_sapling_0, 12000, 4
    PLANT_TILE: carrot_sapling_1, 12000, 4
    PLANT_TILE: carrot_plant, 24000, 4
    PLANT_TILE: air

    SUBSTRATE: grass_growing_tiles
}

magic_carrot_plant
{
    PLANT_TILE: carrot_sapling_0, 12000, 4
    PLANT_TILE: carrot_sapling_1, 12000, 4
    PLANT_TILE: carrot_plant, 24000, 4
    PLANT_TILE: air

    SUBSTRATE: magic_growing_tiles
}

oak_tree
{
    PLANT_TILE: carrot_sapling_0, 40000, 3
    PLANT_TILE: carrot_sapling_1, 40000, 3
    PLANT_TILE: oak_tree, 180000, 4
    PLANT_TILE: dead_tree, 20000, 4
    PLANT_TILE: tree_stump, 20000, 4
    PLANT_TILE: air

    SUBSTRATE: grass_growing_tiles
}

poplar_tree
{
    PLANT_TILE: carrot_sapling_0, 40000, 3
    PLANT_TILE: carrot_sapling_1, 40000, 3
    PLANT_TILE: poplar_tree, 160000, 4
    PLANT_TILE: air

    SUBSTRATE: grass_growing_tiles
}

tall_grass
{
    PLANT_TILE: tall_grass_0, 2000, 4
    PLANT_TILE: tall_grass_1, 2000, 4
    PLANT_TILE: tall_grass

    SUBSTRATE: grass_growing_tiles
}

wild_life_flower
{
    PLANT_TILE: life_flower_sapling_0, 18000, 4
    PLANT_TILE: life_flower_sapling_1, 18000, 4
    PLANT_TILE: wild_life_flower_plant, 18000, 4
    PLANT_TILE: life_flower_dead, 18000, 4
    PLANT_TILE: air

    SUBSTRATE: grass_growing_tiles
}

life_flower
{
    PLANT_TILE: life_flower_sapling_0, 18000, 4
    PLANT_TILE: life_flower_sapling_1, 18000, 4
    PLANT_TILE: life_flower_plant, 18000, 4
    PLANT_TILE: life_flower_dead, 18000, 4
    PLANT_TILE: air

    SUBSTRATE: planting_tiles
}

magic_life_flower
{
    PLANT_TILE: life_flower_sapling_0, 18000, 4
    PLANT_TILE: life_flower_sapling_1, 18000, 4
    PLANT_TILE: life_flower_plant, 18000, 4
    PLANT_TILE: life_flower_dead, 18000, 4
    PLANT_TILE: air

    SUBSTRATE: magic_growing_tiles
}

white_mushroom
{
    PLANT_TILE: white_mushroom_spore_0, 20000, 5
    PLANT_TILE: white_mushroom_spore_1, 20000, 5
    PLANT_TILE: white_mushroom_0, 20000, 5
    PLANT_TILE: white_mushroom_1, 20000, 5
    PLANT_TILE: white_mushroom_2, 60000, 5
    PLANT_TILE: air

    SUBSTRATE: mushroom_growing_tiles
}