| /datum/config_entry/flag/antag_weighted_selection | Enable weighted antagonist selection based on recent role history. |
|---|
| /datum/config_entry/number/antag_history_window_days | Time window in days for tracking antagonist role history. |
|---|
| /datum/config_entry/number/antag_base_weight | Base weight for candidates (100 = normal chance). |
|---|
| /datum/config_entry/number/antag_weight_penalty | Weight penalty per recent antagonist role assignment. |
|---|
| /datum/config_entry/number/antag_min_weight | Minimum weight a candidate can have (prevents complete exclusion). |
|---|
| /datum/config_entry/str_list/tracked_antagonists_roundstart | List of antagonist datums that are tracked for roundstart selection. |
|---|
| /datum/config_entry/str_list/tracked_antagonists_midround | List of antagonist datums that are tracked for midround selection. |
|---|
| /datum/config_entry/str_list/tracked_antagonists_latejoin | List of antagonist datums that are tracked for latejoin selection. |
|---|