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

16 lines
364 B
Lua
Raw Normal View History

2020-09-13 09:59:14 +02:00
return {
name = "revivalring",
fullname = "Revival Ring",
description = "A ring with the power to put the fallen back on their feet. Revives partially. ",
conditions = {
{"status", "ko", true}
},
effects= {
{"setStatus", "ko", false},
{"heal", "hp", "percent", 10}
},
usableInBattle=true,
usableOnMap=true,
affectEverybody=false,
}