Rounds
🧭 Overview
The Round Builder lets you configure what happens each round — such as gold rewards, penalties, augments, and other mechanics.
⚙️ Settings
You can define any number of rounds (e.g.,
round-1,round-2, etc.)Rounds 13+ will automatically reuse settings from the last defined round (e.g., round 12).
The number of rounds in this section does not limit game length — it just defines round behavior.
💎 Augments
When specifying augments, use quotation marks "" and choose one of the following formats:
Single tier:
"SILVER"Multiple tiers:
"SILVER,GOLD,PRISMATIC"→ a random one will be chosen in-game
💡 Example
round-builder:
round-1:
give-gold: 500
health-penalty: 15
roll-augments: "SILVER,GOLD,PRISMATIC"
round-2:
give-gold: 500
round-3:
give-gold: 1000
roll-mythic: true
round-4:
give-gold: 1500
round-5:
give-gold: 2500
health-penalty: 25
high-stakes: true
roll-augments: "SILVER,GOLD,PRISMATIC"
round-6:
give-gold: 2500
round-7:
give-gold: 2500
roll-stats: true
round-8:
give-gold: 2500
roll-augments: "SILVER,GOLD,PRISMATIC"
round-9:
give-gold: 2500
health-penalty: 45
high-stakes: true
round-10:
give-gold: 2500
roll-stats: true
round-11:
give-gold: 2500
roll-augments: "SILVER,GOLD,PRISMATIC"
round-12:
give-gold: 2500
round-13:
give-gold: 2500
health-penalty: 55Last updated