
snake_lair_loot
{
    EFFECT: white_clink
    MIN_THREAT_LEVEL: 90
    LOOT_LOOT: chest, 1.0, snake_lair_chest_loot
}

snake_lair_chest_loot
{
    EFFECT: white_clink
    EXCLUSIVE_LOOT: snake_lair_guaranteed_weapon_loot, 1.0
    EXCLUSIVE_LOOT: snake_lair_guaranteed_weapon_loot, 0.2

    LOOT_LOOT: NONE, 1.0, cave_chest_potion_loot
    LOOT_LOOT: NONE, 1.0, cave_chest_food_loot
}

snake_lair_guaranteed_weapon_loot
{
    EFFECT: white_clink
    LOOT: snake_staff, 1.0
    LOOT: snakerang, 1.0
    LOOT: refracting_crystal, 1.0
    LOOT: sandals, 1.0
    LOOT: charge_staff, 1.0
    LOOT: echo_cape, 1.0
    LOOT: iron_crown, 1.0
    LOOT: introduction_to_necromancy, 1.0
}
