8 Error(
"[ERROR] :: WoundInfectionMdfr is deprecated.");
46 player.IncreaseDiseaseCount();
47 player.GetSymptomManager().QueueUpPrimarySymptom(SymptomIDs.SYMPTOM_PAIN_LIGHT);
54 player.DecreaseDiseaseCount();
68 player.GetSymptomManager().QueueUpPrimarySymptom(SymptomIDs.SYMPTOM_PAIN_LIGHT);
int m_ID
ID of effect, given by SEffectManager when registered (automatically done when playing through it)
bool m_TrackActivatedTime
overall time this modifier was active
bool m_AnalyticsStatsEnabled
eModifierSyncIDs m_SyncID
float m_TickIntervalActive
float m_TickIntervalInactive
void OnDeactivate(PlayerBase player)
const int DEFAULT_TICK_TIME_INACTIVE
enum eModifierSyncIDs DEFAULT_TICK_TIME_ACTIVE
static const int PAIN_EVENT_INTERVAL_MIN
static const int PAIN_EVENT_INTERVAL_MAX
static const int AGENT_THRESHOLD_FEVER
override bool DeactivateCondition(PlayerBase player)
override string GetDebugText()
override bool ActivateCondition(PlayerBase player)
override void OnTick(PlayerBase player, float deltaT)
void WoundInfectionMdfr()
static const int AGENT_THRESHOLD_ACTIVATE
static const int AGENT_THRESHOLD_DEACTIVATE
void Error(string err)
Messagebox with error message.
static float RandomFloatInclusive(float min, float max)
Returns a random float number between and min [inclusive] and max [inclusive].