cosmic ![code/modules/antagonists/heretic/knowledge/cosmic_lore.dm 100](git.png)
Vars | |
combo_counter | The hits we have on a mob with a mind. |
---|---|
combo_duration | The active duration of the combo. |
combo_duration_amount | The duration of a combo when it starts. |
combo_timer | When this timer completes we reset our combo. |
increase_amount | The amount the combo duration increases. |
max_combo_duration | The maximum duration of the combo. |
second_target | Storage for the second target. |
third_target | Storage for the third target. |
Procs | |
increase_combo_duration | Increases the combo duration. |
reset_combo | Resets the combo. |
Var Details
combo_counter ![code/modules/antagonists/heretic/knowledge/cosmic_lore.dm 126](git.png)
The hits we have on a mob with a mind.
combo_duration ![code/modules/antagonists/heretic/knowledge/cosmic_lore.dm 118](git.png)
The active duration of the combo.
combo_duration_amount ![code/modules/antagonists/heretic/knowledge/cosmic_lore.dm 120](git.png)
The duration of a combo when it starts.
combo_timer ![code/modules/antagonists/heretic/knowledge/cosmic_lore.dm 116](git.png)
When this timer completes we reset our combo.
increase_amount ![code/modules/antagonists/heretic/knowledge/cosmic_lore.dm 124](git.png)
The amount the combo duration increases.
max_combo_duration ![code/modules/antagonists/heretic/knowledge/cosmic_lore.dm 122](git.png)
The maximum duration of the combo.
second_target ![code/modules/antagonists/heretic/knowledge/cosmic_lore.dm 112](git.png)
Storage for the second target.
third_target ![code/modules/antagonists/heretic/knowledge/cosmic_lore.dm 114](git.png)
Storage for the third target.
Proc Details
increase_combo_duration
Increases the combo duration.
reset_combo
Resets the combo.