deep_cave_loot
{
    EXCLUSIVE_LOOT: deep_cave_exclusive_loot, 1.0
}

deep_cave_exclusive_loot
{
    LOOT_LOOT: chest, 0.25, deep_cave_chest_loot
    LOOT_LOOT: human_corpse, 0.1, deep_cave_corpse_loot
    LOOT: workbench, 0.025
    LOOT: furnace, 0.025
    LOOT: cauldron, 0.025
    LOOT: stone_anvil, 0.0125
    LOOT: copper_anvil, 0.025
}

deep_cave_chest_loot
{
    LOOT: mace, 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: bronze_hatchet, 0.05
    LOOT: bronze_pickaxe, 0.05

    LOOT: bronze_gladius, 0.02
    LOOT: bronze_longsword, 0.01

    LOOT: wooden_shield, 0.1
    LOOT: reinforced_shield, 0.05
    LOOT: bronze_shield, 0.025

    LOOT: tin_nail, 10, 0.025

    LOOT: snakerang, 0.0125
    LOOT: short_bow, 0.025
    LOOT: spiderang, 0.0125

    LOOT: snake_staff, 0.025
    LOOT: skull_staff, 0.0125

    LOOT: stone_spear, 0.05

    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: bronze_helmet, 0.025
    LOOT: bronze_chestplate, 0.025
    LOOT: bronze_leggings, 0.025
    LOOT: bronze_boots, 0.025

    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: silk_hat, 0.025
    LOOT: silk_robe, 0.025
    LOOT: silk_skirt, 0.025
    
    LOOT: spider_pants, 0.025
    LOOT: spider_boots, 0.025

    LOOT: boots_of_haste, 0.025

    LOOT: rope, 0.1

    LOOT: broom, 0.025

    
    LOOT_LOOT: NONE, 1.0, deep_cave_chest_potion_loot

    LOOT_LOOT: NONE, 1.0, deep_cave_chest_food_loot

    LOOT: wood_log, 8, 0.05
}

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

    LOOT: mana_potion, 6, 0.15
    LOOT: health_potion, 6, 0.15
}

deep_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
}

deep_cave_corpse_loot
{
    LOOT_LOOT: NONE, 1.0, deep_cave_chest_loot
}