Colosseum is a type of round-based dungeon.
Rounds themselves are handled mostly by triggers, but especially by the trigger action DungeonClearRound.
Upon the dungeon being completed with the trigger action DungeonComplete, rewards are distributed based on the rounds considered clear by DungeonClearRound.
Rounds can also have gearScore requirements, checked by the trigger condition DungeonRoundRequire.
A dungeon's round rewards and gearScore requirement is defined by its roundID and found in table dungeonrounddata.
Colosseum is a type of round-based dungeon.
Rounds themselves are handled mostly by triggers, but especially by the trigger action DungeonClearRound.
Upon the dungeon being completed with the trigger action DungeonComplete, rewards are distributed based on the rounds considered clear by DungeonClearRound.
Rounds can also have gearScore requirements, checked by the trigger condition DungeonRoundRequire.
A dungeon's round rewards and gearScore requirement is defined by its roundID and found in table dungeonrounddata.