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

15 lines
310 B
Lua
Raw Normal View History

2020-09-13 09:59:14 +02:00
return {
name = "eggdog",
fullname = "Egg Dog",
description = "Eggman's best hot dog, complete with motor oil. Doesn't really heal.",
conditions = {
{"status", "ko", false}
},
effects= {
{"heal", "hp", "fixed", -1}
},
usableInBattle=true,
usableOnMap=true,
affectEverybody=false,
}