Paradise Station 13 - Modules - TypesVar Details - Proc Details

antag_mix

Vars

budgetHow much budget has left
budget_multiplierMultiplier of antag credits. Credits will be used to choose antag scenarios
executed_scenariosList of scenarios chosen on pre_setup stage, and which will be applied on post_setup
max_antag_fractionMax fraction of antags relative to ready players. Value between 0 and 1

Procs

calculate_budgetCalculates amount of credits that will spent on antag scenarios, that are available.
get_ready_playersCount players that are currently ingame and ready.
initialize_acceptable_scenariosCreates 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

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.