sonic-radiance/sonic-radiance.love/datas/gamedata/items/medicines/healthleaf.lua
2021-03-13 18:09:46 +01:00

15 lines
321 B
Lua

return {
name = "healthleaf",
fullname = "Health Leaf",
description = "The leaf of a plant known for its healing effects. Heal a good amount.",
conditions = {
{"status", "ko", false}
},
effects= {
{"heal", "hp", "fixed", 100}
},
usableInBattle=true,
usableOnMap=true,
affectEverybody=false,
}