Augments

What is an Augment?

Augments are special powers that enhance a player's abilities during the game.

Features

  • Offered to players on specific rounds

  • Three tiers of Augments (custom tiers can be created)

  • Players choose one Augment from three options

  • Random selection if no choice is made

  • Re-roll system using tokens

Parameters

Parameter
Description

enabled

Toggles whether the Augment is active in the game

name

Display name of the Augment (supports special characters)

color

Hex color code for the Augment's visual elements

tier

Rarity tier of the Augment (e.g., GOLD)

model

Unique model ID for the Augment

description

List of description lines with color codes

Config Example

general-settings:
  enabled: true
  name: "ᴀʀʀᴏᴡ ᴠᴏʟʟᴇʏ"
  color: "#fad282"
  tier: GOLD
  model: 11202239
  description:
    - "&7Shooting an arrow creates"
    - "&7volleys from both of its sides."

Last updated