sonic-bluestreak/sonic-bluestreak.love/datas/gamedata/items/medicines/tonicinfusion.lua
2021-11-25 10:52:26 +01:00

15 lines
308 B
Lua

return {
name = "tonicinfusion",
fullname = "Tonic Infusion",
description = "A refreshing formula that invigorates mind and body.",
conditions = {
{"status", "ko", false}
},
effects= {
{"heal", "mp", "fixed", 25}
},
usableInBattle=true,
usableOnMap=true,
affectEverybody=false,
}