The open source repository for the action RPG game in development by Sig Productions titled 'Adventures in Lestoria'! https://forums.lestoria.net
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
AdventuresInLestoria/Crawler/assets/config/items/ItemDatabase.txt

137 lines
2.8 KiB

ItemDatabase
{
Berries
{
ItemScript = Restore
Description = Restores 15 health points and 5 mana points.
HP Restore = 15
MP Restore = 5
ItemCategory = Consumables
Cooldown Time = 5.0
Cast Time = 0.0
SellValue = 8
}
Minor Health Potion
{
ItemScript = Restore
Description = Restores 50 health points.
HP Restore = 50
ItemCategory = Consumables
Cooldown Time = 5.0
Cast Time = 0.0
SellValue = 16
BuyValue = 23
}
Minor Mana Potion
{
ItemScript = Restore
Description = Restores 45 mana points over the next 15 seconds.
MP Restore = 3,1,15
ItemCategory = Consumables
Cooldown Time = 5.0
Cast Time = 0.0
SellValue = 21
BuyValue = 30
}
Minor Recovery Potion
{
ItemScript = Restore
Description = Recovers 60 health points over the next 15 seconds.
HP Restore = 12,3,15
ItemCategory = Consumables
Cooldown Time = 5.0
Cast Time = 0.0
}
Elixir of Bear Strength
{
ItemScript = Buff
Description = Increase your attack by 15% for 30 seconds.
Attack % = 15%,30
ItemCategory = Consumables
Cooldown Time = 5.0
Cast Time = 0.0
}
Bandages
{
ItemScript = RestoreDuringCast
Description = Restores 30% health points over 6 seconds. The effect can be interrupted.
HP % Restore = 5%,1,6
Cast Time = 6.0
Cooldown Time = 5.0
ItemCategory = Consumables
SellValue = 7
BuyValue = 10
}
Green Slime Remains
{
Description = The remains of a green slime. It stares at you intently.
ItemCategory = Materials
SellValue = 2
}
Blue Slime Remains
{
Description = The remains of a blue slime. It stares at you intently.
ItemCategory = Materials
SellValue = 4
}
Red Slime Remains
{
Description = The remains of a red slime. It stares at you intently.
ItemCategory = Materials
SellValue = 4
}
Yellow Slime Remains
{
Description = The remains of a yellow slime. It stares at you intently.
ItemCategory = Materials
SellValue = 9
}
Flower Petals
{
Description = Some beautiful petals of a flower.
ItemCategory = Materials
SellValue = 3
}
Frog Skin
{
Description = The skin of a frog.
ItemCategory = Materials
SellValue = 5
}
Bear Claw
{
Description = The claw of a bear.
ItemCategory = Materials
SellValue = 12
}
Bear Blood
{
Description = Some uncontaminated blood of a bear
ItemCategory = Materials
SellValue = 17
}
Wolf Skin
{
Description = The skin of a wolf with only minor damages.
ItemCategory = Materials
SellValue = 6
}
Logs
{
Description = A small unrefined pile of logs.
ItemCategory = Materials
SellValue = 3
}
High-Quality Logs
{
Description = A small unrefined pile of logs of exceptional quality.
ItemCategory = Materials
SellValue = 7
}
Green Gemstone
{
Description = Radiating with energy from the forest, it is used to refine stronger equipment.
ItemCategory = Materials
SellValue = 180
}
}