antag_mix 
Vars | |
| budget | How much budget has left |
|---|---|
| budget_multiplier | Multiplier of antag credits. Credits will be used to choose antag scenarios |
| executed_scenarios | List of scenarios chosen on pre_setup stage, and which will be applied on post_setup |
| list_scenarios | Scenarious for choose |
| max_antag_fraction | Max fraction of antags relative to ready players. Value between 0 and 1 |
Procs | |
| calculate_budget | Calculates amount of credits that will spent on antag scenarios, that are available. |
| get_ready_players | Count players that are currently ingame and ready. |
| initialize_acceptable_scenarios | Creates actual scenario datums from inited_scenario_paths. |
Var Details
budget 
How much budget has left
budget_multiplier 
Multiplier of antag credits. Credits will be used to choose antag scenarios
executed_scenarios 
List of scenarios chosen on pre_setup stage, and which will be applied on post_setup
list_scenarios 
Scenarious for choose
max_antag_fraction 
Max fraction of antags relative to ready players. Value between 0 and 1
Proc Details
calculate_budget
Calculates amount of credits that will spent on antag scenarios, that are available.
get_ready_players
Count players that are currently ingame and ready.
initialize_acceptable_scenarios
Creates actual scenario datums from inited_scenario_paths.