Dayz Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
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;
9 m_AntibioticsResistance = 1; //deprecated, use m_DrugResistances to initialize this agents resistance to a specific drug
10 m_MaxCount = 300;
12 m_DieOffSpeed = 1;
13 }
14}
float m_TransferabilityOut
to the player
Definition agentbase.c:6
float m_TransferabilityIn
how fast the agent grows when potent enough to grow
Definition agentbase.c:5
int m_MaxCount
multiplier for agents digested in the player stomach from an infected item(agents_transfered = digest...
Definition agentbase.c:8
override void Init()
float m_DieOffSpeed
grow when player's immune system is at this level or lower
Definition agentbase.c:17
float m_Type
Definition agentbase.c:3
float m_Invasibility
Definition agentbase.c:4
EStatLevels m_Potency
Definition agentbase.c:16
float m_AntibioticsResistance
transferibility airborne out
Definition agentbase.c:12
eAgents
Definition eagents.c:3
EStatLevels
Definition estatlevels.c:2