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