mirror of
https://github.com/Relintai/entity_spell_system.git
synced 2025-02-22 17:18:12 +01:00
19 lines
446 B
ReStructuredText
19 lines
446 B
ReStructuredText
.. _doc_spells_and_auras_cooldowns:
|
|
|
|
Cooldowns
|
|
=========
|
|
|
|
ESS implements two types of cooldowns. These are:
|
|
|
|
:ref:`Cooldown<class_Cooldown>`
|
|
===============================
|
|
|
|
This class is used for a single spell cooldown.
|
|
|
|
Later, spells on items will use this aswell.
|
|
|
|
:ref:`CategoryCooldown<class_CategoryCooldown>`
|
|
===============================================
|
|
|
|
This class is used for giving categories of spells a cooldown. E.g. interrupts.
|