BandaStation - Modules - Types

modular_bandastation/dynamic/code/config.dm

/datum/config_entry/flag/antag_weighted_selectionEnable weighted antagonist selection based on recent role history.
/datum/config_entry/number/antag_history_window_daysTime window in days for tracking antagonist role history.
/datum/config_entry/number/antag_base_weightBase weight for candidates (100 = normal chance).
/datum/config_entry/number/antag_weight_penaltyWeight penalty per recent antagonist role assignment.
/datum/config_entry/number/antag_min_weightMinimum weight a candidate can have (prevents complete exclusion).
/datum/config_entry/str_list/tracked_antagonists_roundstartList of antagonist datums that are tracked for roundstart selection.
/datum/config_entry/str_list/tracked_antagonists_midroundList of antagonist datums that are tracked for midround selection.
/datum/config_entry/str_list/tracked_antagonists_latejoinList of antagonist datums that are tracked for latejoin selection.