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,
|
|
|
|
}
|