####################
# Item Definitions #
####################

# Currency
[item]
id=10
name=Gold
quality=normal
icon=88
price=1
price_sell=1
max_quantity=5000
soundfx=soundfx/inventory/inventory_coins.ogg
loot_animation=animations/loot/coins5.txt,0,9
loot_animation=animations/loot/coins25.txt,10,24
loot_animation=animations/loot/coins100.txt,25,0
quality=currency


# Potions: 1-2
INCLUDE items/categories/potions.txt

# Gems: 3-6
INCLUDE items/categories/gems.txt

# Melee Weapons: 32-35
INCLUDE items/categories/weapons_melee.txt

# Magic Weapons: 40-43
INCLUDE items/categories/weapons_magic.txt

# Ranged Weapons: 48-51
INCLUDE items/categories/weapons_ranged.txt

# Shields: 56-59
INCLUDE items/categories/shields.txt

# Cloth Armor: 64-67
INCLUDE items/categories/armor_cloth.txt

# Mage Robe Armor: 72-76
INCLUDE items/categories/armor_mage.txt

# Leather Armor: 80-84
INCLUDE items/categories/armor_leather.txt

# Chain Armor: 88-92
INCLUDE items/categories/armor_chain.txt

# Plate Armor: 96-100
INCLUDE items/categories/armor_plate.txt

# Rings: 106-113
INCLUDE items/categories/rings.txt

# Figurines: 119-122
INCLUDE items/categories/figurines.txt

# Magic items: 104-105, 114-118, 123-130
INCLUDE items/categories/magic.txt



# Quest Items

[item]
id=9000
name=Averguard Tome
INCLUDE items/base/misc/book.txt
quest_item=true
power_desc=This tome bears the seal of the Averguard
item_type=book
pickup_status=ak_tome_found

[item]
id=9001
name=Averguard Key
INCLUDE items/base/misc/key.txt
quest_item=true
power_desc=Opens special doors in Averguard Keep
item_type=key
pickup_status=ak_key_found

[item]
id=9002
name=Langlier's Talisman
INCLUDE items/base/gems/diamond.txt
quest_item=true
power_desc=Etched runes surround this talisman
pickup_status=ak_talisman_found

# Quest Items

[item]
id=9100
name=Scathelocke's Spellbook
INCLUDE items/base/misc/book.txt
#quest_item=true
quality=epic
item_type=artifact
bonus=mental,1
pickup_status=lb_spellbook_found
price=3000

[item]
id=9101
name=Scathelocke's Key
INCLUDE items/base/misc/key.txt
quest_item=true
power_desc=Opens Scathelocke's Runed Chest
item_type=key
pickup_status=lb_ice_key

[item]
id=9102
name=Vesuvvio's Key
INCLUDE items/base/misc/key.txt
quest_item=true
power_desc=Opens Vesuvvio's Runed Chest
item_type=key
pickup_status=lb_fire_key

[item]
id=9103
name=Grisbon's Key
INCLUDE items/base/misc/key.txt
quest_item=true
power_desc=Opens Grisbon's Runed Chest
item_type=key
pickup_status=lb_wind_key
