sonic-radiance/sonic-radiance.love/datas/gamedata/items/medicines/healthfruit.lua
2020-09-13 09:59:14 +02:00

15 lines
323 B
Lua

return {
name = "healthfruit",
fullname = "Health Fruit",
description = "The fruit of a plant known for its healing effects. Heal completely.",
conditions = {
{"status", "ko", false}
},
effects= {
{"heal", "hp", "percent", 100}
},
usableInBattle=true,
usableOnMap=true,
affectEverybody=false,
}