sonic-radiance/sonic-radiance.love/datas/gamedata/battles/test/testBattle.lua

15 lines
366 B
Lua
Raw Normal View History

return {
music = "battle1",
ennemies = {
2021-05-09 15:04:51 +02:00
{"normal", "classics", "motobug", 1},
{"normal", "classics", "spinner", 1},
{"normal", "classics", "motobug", 1},
}
}
-- There are three possible type of ennemies
-- NORMAL {"normal", category, name, number}
-- BOSS : {"boss", category, pvbonus, statbonus}
-- RIVALS : {"rival", charname, level, pvbonus}