Dayz Explorer  1.24.157551 (v105080)
Dayz Code Explorer by Zeroy
foodpoisonagent.c
Go to the documentation of this file.
1 class FoodPoisonAgent extends AgentBase
2 {
3  override void Init()
4  {
5  m_Type = eAgents.FOOD_POISON;
6  m_Invasibility = 1;
7  m_TransferabilityIn = 1;
8  m_TransferabilityOut = 0;
9  m_AntibioticsResistance = 0.5;
10  m_MaxCount = 400;
11  m_Potency = EStatLevels.CRITICAL;
12  m_DieOffSpeed = 1;
13  m_Digestibility = 1;
14  }
15 }
m_Type
eBleedingSourceType m_Type
Definition: bleedingsource.c:25
eAgents
eAgents
Definition: eagents.c:2
Init
class InventoryGridController extends ScriptedWidgetEventHandler Init
Definition: uihintpanel.c:46
AgentBase
Definition: brainagent.c:1
EStatLevels
EStatLevels
Definition: estatlevels.c:1