sonic-bluestreak/sonic-bluestreak.love/datas/gamedata/items/medicines/ringoflife.lua

16 lines
368 B
Lua
Raw Normal View History

2021-11-25 10:52:26 +01:00
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,
}