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

15 lines
317 B
Lua

return {
name = "medemmiter",
fullname = "Med Emmiter",
description = "A device that produces an energy pulse that heals all party members",
conditions = {
{"status", "ko", false}
},
effects= {
{"heal", "hp", "fixed", 100}
},
usableInBattle=true,
usableOnMap=true,
affectEverybody=true,
}