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

15 lines
328 B
Lua

return {
name = "refresherwave",
fullname = "Refresher Wave",
description = "A device that produces an energy pulse that invigorates all party members",
conditions = {
{"status", "ko", false}
},
effects= {
{"heal", "mp", "fixed", 20}
},
usableInBattle=true,
usableOnMap=true,
affectEverybody=true,
}