/tg/ Station 13 - Modules - TypesVar Details - Proc Details

dynamic_tier

Dynamic tier datum

These datums are essentially used to configure the dynamic system They serve as a very simple way to see at a glance what dynamic is doing and what it is going to do

For example, a tier will say "we will spawn 1-2 roundstart antags"

Vars

advisory_reportString which is sent to the players reporting which tier is active
config_tagTag the tier uses for configuring. Don't change this unless you know what you're doing.
min_popThis tier will not be selected if the population is below this number
nameThe human readable name of the tier
ruleset_type_settingsHow Dynamic will select rulesets based on the tier
tierTier number - A number which determines the severity of the tier - the higher the number, the more antags
weightThe chance this tier will be selected from all tiers Keep all tiers added up to 100 weight, keeps things readable

Procs

set_config_valueUsed for parsing config entries to validate them

Var Details

advisory_report

String which is sent to the players reporting which tier is active

config_tag

Tag the tier uses for configuring. Don't change this unless you know what you're doing.

min_pop

This tier will not be selected if the population is below this number

name

The human readable name of the tier

ruleset_type_settings

How Dynamic will select rulesets based on the tier

Every tier configures each of the ruleset types - ie, roundstart, light midround, heavy midround, latejoin

Every type can be configured with the following:

Non-roundstart ruleset types also have:

tier

Tier number - A number which determines the severity of the tier - the higher the number, the more antags

weight

The chance this tier will be selected from all tiers Keep all tiers added up to 100 weight, keeps things readable

Proc Details

set_config_value

Used for parsing config entries to validate them