sonic-radiance/sonic-radiance.love/datas/gamedata/battles/test/testBoss.lua
2020-08-04 17:50:03 +02:00

14 lines
376 B
Lua

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