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

15 lines
305 B
Lua
Raw Normal View History

2020-08-15 22:43:46 +02:00
return {
name = "chilidog",
fullname = "Chili Dog",
2020-08-29 11:36:59 +02:00
description = "Sonic's favorite meal, complete with jalapeños. Heal a bit",
2020-08-15 22:43:46 +02:00
conditions = {
{"status", "ko", false}
},
effects= {
{"heal", "hp", "fixed", 10}
},
usableInBattle=true,
usableOnMap=true,
affectEverybody=false,
}