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.
67 lines
1.3 KiB
67 lines
1.3 KiB
ItemDatabase
|
|
{
|
|
Small Health Potion
|
|
{
|
|
ItemScript = Restore
|
|
Description = Restores 40 health points.
|
|
HP Restore = 40
|
|
ItemCategory = Consumables
|
|
}
|
|
Medium Health Potion
|
|
{
|
|
ItemScript = Restore
|
|
Description = Restores 100 health points.
|
|
HP Restore = 100
|
|
ItemCategory = Consumables
|
|
}
|
|
Large Health Potion
|
|
{
|
|
ItemScript = Restore
|
|
Description = Restores 320 health points.
|
|
HP Restore = 320
|
|
ItemCategory = Consumables
|
|
}
|
|
Small Mana Potion
|
|
{
|
|
ItemScript = Restore
|
|
Description = Restores 40 mana points.
|
|
MP Restore = 40
|
|
ItemCategory = Consumables
|
|
}
|
|
Medium Mana Potion
|
|
{
|
|
ItemScript = Restore
|
|
Description = Restores 100 mana points.
|
|
MP Restore = 100
|
|
ItemCategory = Consumables
|
|
}
|
|
Large Mana Potion
|
|
{
|
|
ItemScript = Restore
|
|
Description = Restores 320 mana points.
|
|
MP Restore = 320
|
|
ItemCategory = Consumables
|
|
}
|
|
Bandages
|
|
{
|
|
ItemScript = Restore
|
|
Description = Restores 10% health points.
|
|
HP % Restore = 10%
|
|
ItemCategory = Consumables
|
|
}
|
|
Green Slime Remains
|
|
{
|
|
Description = The remains of a green slime. It stares at you intently.
|
|
ItemCategory = Materials
|
|
}
|
|
Blue Slime Remains
|
|
{
|
|
Description = The remains of a blue slime. It stares at you intently.
|
|
ItemCategory = Materials
|
|
}
|
|
Red Slime Remains
|
|
{
|
|
Description = The remains of a red slime. It stares at you intently.
|
|
ItemCategory = Materials
|
|
}
|
|
} |