sonic-bluestreak/sonic-bluestreak.love/datas/gamedata/items/medicines/healthfruit.lua
2021-11-25 10:52:26 +01: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,
}