DayZ
1.24
Loading...
Searching...
No Matches
BrainAgent.c
Go to the documentation of this file.
1
class
BrainAgent
extends
AgentBase
2
{
3
override
void
Init
()
4
{
5
m_Type
=
eAgents
.BRAIN;
6
m_Invasibility = 1;
7
m_TransferabilityIn = 1;
8
m_TransferabilityOut = 0;
9
m_AntibioticsResistance = 1;
10
m_MaxCount = 5000;
11
m_Potency =
EStatLevels
.GREAT;
12
m_DieOffSpeed = 1;
13
}
14
}
m_Type
eBleedingSourceType m_Type
Definition
BleedingSource.c:25
eAgents
eAgents
Definition
EAgents.c:3
EStatLevels
EStatLevels
Definition
EStatLevels.c:2
AgentBase
Definition
BrainAgent.c:2
AgentBase::Init
override void Init()
Definition
BrainAgent.c:3
Param3
Definition
EntityAI.c:95
scripts
4_World
Classes
TransmissionAgents
Agents
BrainAgent.c
Generated by
1.10.0