carrot_seed
{
    GRAPHICS: carrot_seed.png
    SLOT_TYPE: INVENTORY_SLOT
    WEIGHT: 1
    MAX_STACK_SIZE: 64

    ABILITY: plant_carrot
    ABILITY: terrain_decay_seeds
}

nut
{
    GRAPHICS: nut.png
    SLOT_TYPE: INVENTORY_SLOT
    WEIGHT: 1
    MAX_STACK_SIZE: 64

    ABILITY: plant_oak_tree
    ABILITY: terrain_decay_seeds
    ABILITY: self_plant
}

poplar_seed
{
    GRAPHICS: poplar_seed.png
    SLOT_TYPE: INVENTORY_SLOT
    WEIGHT: 1
    MAX_STACK_SIZE: 64

    ABILITY: plant_poplar_tree
    ABILITY: terrain_decay_seeds
    ABILITY: self_plant
}

life_flower_seed
{
    GRAPHICS: life_flower_seed.png
    SLOT_TYPE: INVENTORY_SLOT
    WEIGHT: 1
    MAX_STACK_SIZE: 64

    ABILITY: plant_life_flower
    ABILITY: terrain_decay_seeds
}