Difference between revisions of "Template:Zombie Infection starting zombies table"

From Team Fortress Wiki
Jump to: navigation, search
m (Due to its small size, I don't think we actually need this to collapse)
m (Added source)
Line 65: Line 65:
 
|}<noinclude>
 
|}<noinclude>
 
{{Doc begin}}
 
{{Doc begin}}
 
+
All information sourced from {{code|vscripts\infection\infection.nut:L229-251}}.
 
{{Translation switching|en, nl}}
 
{{Translation switching|en, nl}}
 
</noinclude>
 
</noinclude>

Revision as of 12:01, 2 November 2023

The number of starting Zombies is predefined for each team with less than 18 players. For teams with 18 or more players, it is calculated by rounding up the result of the number of RED players divided by 5.

RED players Number of Zombies
4 or less 1
8 or less 2
12 or less 3
Less than 18 4
18 4
19 4
20 4
21 5
22 5
23 5
24 5

Documentation for Zombie Infection starting zombies table

All information sourced from vscripts\infection\infection.nut:L229-251.