sonic-bluestreak/sonic-bluestreak.love/datas/gamedata/items/medicines/medemmiter.lua
2021-11-25 10:52:26 +01: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,
}