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

15 lines
302 B
Lua
Raw Permalink Normal View History

2020-09-13 09:59:14 +02: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,
}