From bba1f40fb386cd46a4d1360723bbafc765b33d2b Mon Sep 17 00:00:00 2001
From: richard Targets plugin version 3.0.0 Beta 2, (not released) Manual last modified: 2009.10.20 Manual last modified: 2009.10.30
Written by Richard HelgebyIndex
@@ -2340,9 +2340,15 @@ tune game balance.
Mother zombie ratio. Every random N-th player is infected. In this case it's 5 where - every fifth player will be infected. If it's set to 0 there will be only 1 mother zombie - every time.
+Mother zombie ratio. Every random n-th player is infected. In this case it's + 5 where every fifth player will be infected. If it's set to 0 there will be only 1 mother + zombie every time.
+Note that this is NOT a percentage value. The ratio 5 does not mean 5%, but every + fifth player. To get the percentage you need to do ratio / player slots. + Like 5 / 24 = 0.20 ⇒ 20% infection rate.
+Conversion formula from percent to ratio:
++ratio = (percent / 100) * player slots
Decimals are stripped from the ratio because it's a integer value.
Options:
0 or a positive number up to max server slots