cave_loot
{
    EXCLUSIVE_LOOT: cave_exclusive_loot, 1.0
}

cave_exclusive_loot
{
    LOOT_LOOT: chest, 0.25, cave_chest_loot
    LOOT_LOOT: human_corpse, 0.1, cave_corpse_loot
    LOOT: workbench, 0.025
    LOOT: furnace, 0.025
    LOOT: cauldron, 0.025
    LOOT: stone_anvil, 0.025
    LOOT: copper_anvil, 0.0125
}

cave_chest_loot
{
    LOOT: rusty_mace, 0.1
    LOOT: mace, 0.01
    LOOT: broken_shield, 0.1

    LOOT: copper_scissors, 0.05
    LOOT: meat_cleaver, 0.05
    LOOT: copper_machete, 0.05
    LOOT: bronze_dagger, 0.05
    LOOT: copper_hatchet, 0.05
    LOOT: copper_pickaxe, 0.05
    LOOT: stone_club, 0.05

    LOOT: wooden_shield, 0.1
    LOOT: reinforced_shield, 0.025

    LOOT: tin_nail, 10, 0.025

    LOOT: snakerang, 0.025
    LOOT: short_bow, 0.025

    LOOT: snake_staff, 0.025

    LOOT: stone_spear, 0.125

    LOOT: leather_bag, 0.05

    LOOT: leather_helmet, 0.1
    LOOT: leather_armor, 0.1
    LOOT: leather_pants, 0.1
    LOOT: leather_boots, 0.1

    LOOT: wool_hat, 0.05
    LOOT: wool_robe, 0.05
    LOOT: wool_skirt, 0.05
    LOOT: wool_shirt, 0.05
    LOOT: wool_pants, 0.05
    LOOT: wool_scarf, 0.05
    LOOT: wool_socks, 0.05

    LOOT: rope, 0.1

    LOOT: broom, 0.025

    
    LOOT_LOOT: NONE, 1.0, cave_chest_potion_loot

    LOOT_LOOT: NONE, 1.0, cave_chest_food_loot

    LOOT: wood_log, 8, 0.05
}

cave_chest_potion_loot
{
    LOOT: lesser_mana_potion, 6, 0.15
    LOOT: feeble_health_potion, 6, 0.15

    LOOT: mana_potion, 3, 0.02
    LOOT: health_potion, 3, 0.02
}

cave_chest_food_loot
{
    LOOT: stew, 3, 0.05
    LOOT: cheese, 3, 0.05
    LOOT: carrot, 3, 0.05
    LOOT: apple, 3, 0.05
    LOOT: meat, 3, 0.05
    LOOT: white_mushroom, 3, 0.05
}

cave_corpse_loot
{
    LOOT_LOOT: NONE, 1.0, cave_chest_loot
}