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

15 lines
315 B
Lua

return {
name = "healthroot",
fullname = "Health Root",
description = "The root of a plant known for its healing effects. Heal grealty.",
conditions = {
{"status", "ko", false}
},
effects= {
{"heal", "hp", "fixed", 250}
},
usableInBattle=true,
usableOnMap=true,
affectEverybody=false,
}