sonic-radiance/sonic-radiance.love/datas/gamedata/items/medicines/tonicpotion.lua

15 lines
304 B
Lua
Raw Normal View History

2020-09-13 09:59:14 +02:00
return {
name = "tonicpotion",
fullname = "Tonic Potion",
description = "A refreshing formula that invigorates mind and body.",
conditions = {
{"status", "ko", false}
},
effects= {
{"heal", "mp", "fixed", 50}
},
usableInBattle=true,
usableOnMap=true,
affectEverybody=false,
}