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

16 lines
368 B
Lua

return {
name = "ringoflife",
fullname = "Ring of Life",
description = "A ring with the power to put the fallen back into fighting shape. Revives entirely.",
conditions = {
{"status", "ko", true}
},
effects= {
{"setStatus", "ko", false},
{"heal", "hp", "percent", 100}
},
usableInBattle=true,
usableOnMap=true,
affectEverybody=false,
}