DayZ 1.24
Loading...
Searching...
No Matches
SalmonellaAgent.c
Go to the documentation of this file.
1class SalmonellaAgent extends AgentBase
2{
3 override void Init()
4 {
5 m_Type = eAgents.SALMONELLA;
6 m_Invasibility = 0.75;
7 m_TransferabilityIn = 0.1;
8 m_TransferabilityOut = 0.1;
9 m_AntibioticsResistance = 1;
10 m_MaxCount = 300;
11 m_Potency = EStatLevels.HIGH;
12 m_DieOffSpeed = 1;
13 }
14}
eBleedingSourceType m_Type
eAgents
Definition EAgents.c:3
EStatLevels
Definition EStatLevels.c:2
override void Init()