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

13 lines
320 B
Lua
Raw Permalink Normal View History

return {
music = "battle1",
ennemies = {
{"normal", "classics", "motobug", 2},
{"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}