entity_spell_system/docs/spells_and_auras/cooldowns.rst

19 lines
446 B
ReStructuredText
Raw Normal View History

.. _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.