DIFF

class InfluenzaMdfrSource

InfluenzaMdfr ModifierBase

All members, including inherited

Constants 7

const int AGENT_THRESHOLD_ACTIVATE = 600
const int AGENT_THRESHOLD_DEACTIVATE = 400
private const int COUGH_RND_DIVIDER_NORMAL_MIN = 5
Referenced by OnTick()
private const int COUGH_RND_DIVIDER_NORMAL_MAX = 20
Referenced by OnTick()
private const int COUGH_RND_DIVIDER_SUPPRESSED_MIN = 10
Referenced by OnTick()
private const int COUGH_RND_DIVIDER_SUPPRESSED_MAX = 40
Referenced by OnTick()
private const int TEMPORARY_RESISTANCE_TIME = 300
Referenced by OnDeactivate()

Members 1

private ModifiersManager m_ModifiersManager
Referenced by OnActivate(), and OnTick()

Methods 7

override string GetDebugText()
override protected bool ActivateCondition(PlayerBase player)
override protected void OnActivate(PlayerBase player)
override protected bool DeactivateCondition(PlayerBase player)