sonic-radiance/sonic-radiance.love/datas/gamedata/items/medicines/healunit.lua

16 lines
340 B
Lua
Raw Normal View History

2020-09-13 09:59:14 +02:00
return {
name = "healunit",
fullname = "Heal Unit",
description = "A special medicine that restore entirely the body.",
conditions = {
{"status", "ko", false}
},
effects= {
{"setStatus", "allNegative", false},
{"heal", "hp", "percent", 100}
},
usableInBattle=true,
usableOnMap=true,
affectEverybody=false,
}