WoW:PowerType: Difference between revisions

28 bytes added ,  29 September 2016
Added Arcane Charges Index
(Added Arcane Charges Index)
Line 8: Line 8:
:;SPELL_POWER_MANA = 0 : Mana will range from 0 to the maximum mana a unit has.  Player mana pools are calculated based on a base mana pool plus a certain amount given by the Intellect stat.  This is the default power type for most non-player units, although there are exceptions.
:;SPELL_POWER_MANA = 0 : Mana will range from 0 to the maximum mana a unit has.  Player mana pools are calculated based on a base mana pool plus a certain amount given by the Intellect stat.  This is the default power type for most non-player units, although there are exceptions.


:;SPELL_POWER_RAGE = 1 : Rage is used by Warriors and Druids in bear form.  Rage goes from 0 to 100, but may be increased via player talents.  Rage degenerates back to 0 out of combat.
;SPELL_POWER_RAGE = 1 : Rage is used by Warriors and Druids in bear form.  Rage goes from 0 to 100, but may be increased via player talents.  Rage degenerates back to 0 out of combat.
:;SPELL_POWER_FOCUS = 2 : Focus is used by Hunters and hunter pets.  Focus goes from 0 to 100, and has a slow regeneration rate, but certain abilities will generate focus.
:;SPELL_POWER_FOCUS = 2 : Focus is used by Hunters and hunter pets.  Focus goes from 0 to 100, and has a slow regeneration rate, but certain abilities will generate focus.
:;SPELL_POWER_ENERGY = 3 : Energy is used by Rogues and Druids in cat form.  Energy goes from 0 to 100, but may be increased via player talents.
:;SPELL_POWER_ENERGY = 3 : Energy is used by Rogues and Druids in cat form.  Energy goes from 0 to 100, but may be increased via player talents.
Line 22: Line 22:
:;SPELL_POWER_SHADOW_ORBS = 13 : Used by Shadow Priests who gain between 0 and 3 from the use of Mind Blast and Shadow Word: Death and used to cast and empower Psychic Horror and Devouring Plague. Shadow Orbs do not decay over time.
:;SPELL_POWER_SHADOW_ORBS = 13 : Used by Shadow Priests who gain between 0 and 3 from the use of Mind Blast and Shadow Word: Death and used to cast and empower Psychic Horror and Devouring Plague. Shadow Orbs do not decay over time.
:;SPELL_POWER_BURNING_EMBERS = 14 : A new resource type added for Destruction Warlocks in the Mists of Pandaria 5.0 expansion. Up to three burning embers are accumulated by the Warlock through the casting of certain spells and used to power up the damage resulting from the casting of other spells. Up to 10 points are accumulated per ember (MAX_POWER_PER_EMBER) before the ember is empowered.
:;SPELL_POWER_BURNING_EMBERS = 14 : A new resource type added for Destruction Warlocks in the Mists of Pandaria 5.0 expansion. Up to three burning embers are accumulated by the Warlock through the casting of certain spells and used to power up the damage resulting from the casting of other spells. Up to 10 points are accumulated per ember (MAX_POWER_PER_EMBER) before the ember is empowered.
:;SPELL_POWER_DEMONIC_FURY = 15 : A mana-like resource ranging in value between 0 and 1000 for Demonology Warlocks, accumulated through the use of certain Warlock spells and spent while using Metamorphosis.
:;SPELL_POWER_DEMONIC_FURY = 15 : A mana-like resource ranging in value between 0 and 1000 for Demonology Warlocks, accumulated through the use of certain Warlock spells and spent while using Metamorphosis.:


:;16 - Arcane Charges:
:
== Others ==
== Others ==
There are two other types, AMMOSLOT and FUEL, as returned by {api UnitPowerType|UnitPowerType}.  These are used by vehicles, but do not appear to have a constant associated with them.
There are two other types, AMMOSLOT and FUEL, as returned by {api UnitPowerType|UnitPowerType}.  These are used by vehicles, but do not appear to have a constant associated with them.
Anonymous user