improvement: revival ring should heal 25% of HP
This commit is contained in:
parent
99c4090698
commit
32d5aae8ef
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ return {
|
||||||
},
|
},
|
||||||
effects= {
|
effects= {
|
||||||
{"setStatus", "ko", false},
|
{"setStatus", "ko", false},
|
||||||
{"heal", "hp", "percent", 10}
|
{"heal", "hp", "percent", 25}
|
||||||
},
|
},
|
||||||
usableInBattle=true,
|
usableInBattle=true,
|
||||||
usableOnMap=true,
|
usableOnMap=true,
|
||||||
|
|
Loading…
Reference in a new issue