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},
|
2021-03-12 21:50:57 +01:00
|
|
|
{"heal", "hp", "percent", 25}
|
2020-09-13 09:59:14 +02:00
|
|
|
},
|
|
|
|
usableInBattle=true,
|
|
|
|
usableOnMap=true,
|
|
|
|
affectEverybody=false,
|
|
|
|
}
|