![]() |
TrinityCore
|
#include "ScriptMgr.h"#include "Containers.h"#include "GameObject.h"#include "GridNotifiers.h"#include "InstanceScript.h"#include "Map.h"#include "ScriptedCreature.h"#include "SpellAuraEffects.h"#include "SpellScript.h"#include "SpellInfo.h"#include "SpellMgr.h"#include "TemporarySummon.h"#include "ulduar.h"#include <span>
Include dependency graph for boss_hodir.cpp:Go to the source code of this file.
Classes | |
| struct | boss_hodir |
| struct | CoolestFriendBaseAI |
| struct | npc_hodir_priest |
| struct | npc_hodir_shaman |
| struct | npc_hodir_druid |
| struct | npc_hodir_mage |
| struct | npc_toasty_fire |
| struct | npc_icicle |
| struct | npc_snowpacked_icicle_target |
| struct | npc_flash_freeze_init |
| struct | npc_flash_freeze_combat |
| class | spell_hodir_freeze |
| class | spell_hodir_flash_freeze |
| class | spell_hodir_shatter_chest |
| class | spell_hodir_icicle |
| class | spell_hodir_icicle_force_cast |
| class | spell_hodir_biting_cold_area_aura |
| class | spell_hodir_biting_cold_periodic |
| class | spell_hodir_dispel_magic |
| class | spell_hodir_storm_cloud_primer |
| class | spell_hodir_melt_ice |
| class | achievement_cheese_the_freeze |
| class | achievement_getting_cold_in_here |
| class | achievement_this_cache_was_rare |
| class | achievement_i_have_the_coolest_friends |
| class | achievement_staying_buffed_all_winter |
| class | achievement_staying_buffed_all_winter_25 |
Functions | |
| void | AddSC_boss_hodir () |
Variables | |
| Position const | SummonPositions [8] |
| static constexpr std::array< uint32, 8 > | CoolestFriendsEntriesAlliance |
| static constexpr std::array< uint32, 8 > | CoolestFriendsEntriesHorde |
| enum HodirActions |
| Enumerator | |
|---|---|
| ACTION_COOLEST_FRIEND_PREPARE | |
| ACTION_COOLEST_FRIEND_VICTORY | |
| ACTION_COOLEST_FRIEND_DIES | |
| ACTION_BITING_COLD_TOO_MUCH_STACKS | |
| ACTION_PLAYER_IS_FROZEN | |
Definition at line 173 of file boss_hodir.cpp.
| enum HodirCreatures |
| Enumerator | |
|---|---|
| NPC_ICICLE | |
| NPC_SNOWPACKED_ICICLE | |
| NPC_FLASH_FREEZE_INIT | |
| NPC_FLASH_FREEZE_COMBAT | |
| NPC_TOASTY_FIRE | |
| NPC_INVISIBLE_STALKER | |
Definition at line 158 of file boss_hodir.cpp.
| enum HodirEvents |
Definition at line 140 of file boss_hodir.cpp.
| enum HodirGameObjects |
| Enumerator | |
|---|---|
| GO_TOASTY_FIRE | |
Definition at line 168 of file boss_hodir.cpp.
| enum HodirSpells |
Definition at line 53 of file boss_hodir.cpp.
| enum HodirTexts |
| Enumerator | |
|---|---|
| SAY_AGGRO | |
| SAY_SLAY | |
| SAY_FLASH_FREEZE | |
| SAY_DEATH | |
| SAY_BERSERK | |
| EMOTE_SHATTER | |
| EMOTE_FREEZE | |
| EMOTE_BLOWS | |
Definition at line 41 of file boss_hodir.cpp.
| void AddSC_boss_hodir | ( | ) |
|
staticconstexpr |
Definition at line 194 of file boss_hodir.cpp.
|
staticconstexpr |
Definition at line 206 of file boss_hodir.cpp.
| Position const SummonPositions[8] |
Definition at line 182 of file boss_hodir.cpp.