
lesser_mana_potion
{
    GRAPHICS: lesser_mana_potion.png
    SLOT_TYPE: INVENTORY_SLOT
    WEIGHT: 3
    MAX_STACK_SIZE: 16

    ABILITY: heal_lesser_mana_potion
}

mana_potion
{
    GRAPHICS: mana_potion.png
    SLOT_TYPE: INVENTORY_SLOT
    WEIGHT: 3
    MAX_STACK_SIZE: 16

    ABILITY: heal_mana_potion
}

refined_mana_potion
{
    GRAPHICS: refined_mana_potion.png
    SLOT_TYPE: INVENTORY_SLOT
    WEIGHT: 3
    MAX_STACK_SIZE: 16

    ABILITY: heal_refined_mana_potion
}

feeble_health_potion
{
    GRAPHICS: feeble_health_potion.png
    SLOT_TYPE: INVENTORY_SLOT
    WEIGHT: 3
    MAX_STACK_SIZE: 16

    ABILITY: heal_feeble_health_potion
}

health_potion
{
    GRAPHICS: health_potion.png
    SLOT_TYPE: INVENTORY_SLOT
    WEIGHT: 3
    MAX_STACK_SIZE: 16

    ABILITY: heal_health_potion
}

great_health_potion
{
    GRAPHICS: great_health_potion.png
    SLOT_TYPE: INVENTORY_SLOT
    WEIGHT: 3
    MAX_STACK_SIZE: 16

    ABILITY: heal_great_health_potion
}

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

    ABILITY: heal_spider_juice
    ABILITY: default_food_decay
}

flower_juice
{
    GRAPHICS: flower_juice.png
    SLOT_TYPE: INVENTORY_SLOT
    WEIGHT: 3
    MAX_STACK_SIZE: 64

    ABILITY: nutrition_flower_juice
    ABILITY: default_food_decay
}

spore_juice
{
    GRAPHICS: spore_juice.png
    SLOT_TYPE: INVENTORY_SLOT
    WEIGHT: 3
    MAX_STACK_SIZE: 64

    ABILITY: heal_spore_juice
    ABILITY: default_food_decay
}

meaty_juice
{
    GRAPHICS: meaty_juice.png
    SLOT_TYPE: INVENTORY_SLOT
    WEIGHT: 3
    MAX_STACK_SIZE: 64

    ABILITY: heal_meaty_juice
    ABILITY: default_food_decay
}

gut_juice
{
    GRAPHICS: gut_juice.png
    SLOT_TYPE: INVENTORY_SLOT
    WEIGHT: 3
    MAX_STACK_SIZE: 64

    ABILITY: heal_gut_juice
    ABILITY: default_food_decay
}
