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

15 lines
310 B
Lua
Raw Normal View History

2021-11-25 10:52:26 +01: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,
}