Round Builder

Round Builder

The Round Builder allows you to configure settings for each round.

Settings

Setting
Description
Example

roll-augments

Enable augment rolling

"SILVER,GOLD,PRISMATIC"

give-gold

Set gold for the round

1500

health-penalty

Set health penalty for losing

25

high-stakes

Set as a high-stakes round

true

roll-items

Enable item rolling

true

roll-stats

Enable stat rolling

true

For augments, specify the tier in quotation marks (""). You can either specify:

  • One tier

  • Multiple tiers separated by commas (a random one will be chosen)

The amount of rounds in round-builder doesn't limit the game length.

Rounds 13+ will use settings from the last available round (round 12).

Config Example

round-builder:
  round-1:
    roll-augments: "SILVER,GOLD,PRISMATIC"
    give-gold: 500
    health-penalty: 15
  round-2:
    give-gold: 500
  round-3:
    roll-items: true
    give-gold: 1500
  round-4:
    give-gold: 2500
  round-5:
    roll-augments: "SILVER,GOLD,PRISMATIC"
    high-stakes: true
    give-gold: 1500
    health-penalty: 25
  round-6:
    give-gold: 2500
  round-7:
    roll-stats: true
    give-gold: 1500
  round-8:
    roll-augments: "SILVER,GOLD,PRISMATIC"
    give-gold: 1500
  round-9:
    high-stakes: true
    give-gold: 2500
    health-penalty: 45
  round-10:
    roll-stats: true
    give-gold: 1500
  round-11:
    roll-augments: "SILVER,GOLD,PRISMATIC"
    give-gold: 1500
  round-12:
    give-gold: 2500

Last updated