sonic-radiance/sonic-radiance.love/datas/gamedata/items/medicines/chilidog.lua
2020-08-29 11:36:59 +02:00

15 lines
305 B
Lua

return {
name = "chilidog",
fullname = "Chili Dog",
description = "Sonic's favorite meal, complete with jalapeños. Heal a bit",
conditions = {
{"status", "ko", false}
},
effects= {
{"heal", "hp", "fixed", 10}
},
usableInBattle=true,
usableOnMap=true,
affectEverybody=false,
}