sonic-bluestreak/sonic-bluestreak.love/datas/gamedata/items/medicines/tonicdrink.lua

15 lines
302 B
Lua
Raw Normal View History

2021-11-25 10:52:26 +01:00
return {
name = "tonicdrink",
fullname = "Tonic Drink",
description = "A refreshing formula that invigorates mind and body.",
conditions = {
{"status", "ko", false}
},
effects= {
{"heal", "mp", "fixed", 10}
},
usableInBattle=true,
usableOnMap=true,
affectEverybody=false,
}