Dayz Explorer
1.29.162510
Loading...
Searching...
No Matches
nerveagent.c
Go to the documentation of this file.
1
class
NerveAgent
extends
AgentBase
2
{
3
override
void
Init
()
4
{
5
m_Type
=
eAgents
.NERVE_AGENT;
6
m_Invasibility = 0;
7
m_TransferabilityIn = 0.1;
8
m_TransferabilityOut = 1;
9
m_TransferabilityAirOut = 0;
10
m_AntibioticsResistance = 0.5;
//override in a func. GetAntiboticsResistance()
11
m_MaxCount = 500;
12
m_Potency =
EStatLevels
.CRITICAL;
13
m_DieOffSpeed = 0.1;
14
15
m_DrugResistances.Set(
EMedicalDrugsType
.ANTIBIOTICS, 0.5);
16
}
17
18
19
20
}
m_Type
eBleedingSourceType m_Type
Definition
bleedingsource.c:25
AgentBase
Definition
agentbase.c:2
AgentBase::Init
void Init()
eAgents
eAgents
Definition
eagents.c:3
EMedicalDrugsType
EMedicalDrugsType
Definition
emedicaldrugstype.c:2
EStatLevels
EStatLevels
Definition
estatlevels.c:2
Daten
4_world
classes
transmissionagents
agents
nerveagent.c
Generated by
1.16.1