|
Project SkyFire Core
SkyFire 5.4.8 server core API documentation
|
Private Member Functions | |
| void | CalculateArcaneResistanceAmount (AuraEffect const *, int32 &amount, bool &) |
| void | CalculateFrostResistanceAmount (AuraEffect const *, int32 &amount, bool &) |
| void | CalculateNatureResistanceAmount (AuraEffect const *, int32 &amount, bool &) |
| bool | Load () OVERRIDE |
| PrepareAuraScript (spell_warl_pet_scaling_03_AuraScript) | |
| void | Register () OVERRIDE |
Definition at line 424 of file spell_pet.cpp.
|
inlineprivate |
Definition at line 447 of file spell_pet.cpp.
References CalculatePct(), Pet::GetOwner(), AuraScript::GetUnitOwner(), SPELL_SCHOOL_ARCANE, and Unit::ToPet().
Referenced by Register().
|
inlineprivate |
Definition at line 435 of file spell_pet.cpp.
References CalculatePct(), Pet::GetOwner(), AuraScript::GetUnitOwner(), SPELL_SCHOOL_FROST, and Unit::ToPet().
Referenced by Register().
|
inlineprivate |
Definition at line 459 of file spell_pet.cpp.
References CalculatePct(), Pet::GetOwner(), AuraScript::GetUnitOwner(), SPELL_SCHOOL_NATURE, and Unit::ToPet().
Referenced by Register().
|
inlineprivatevirtual |
Reimplemented from _SpellScript.
Definition at line 428 of file spell_pet.cpp.
References AuraScript::GetCaster(), AuraScript::GetOwner(), OVERRIDE, and TYPEID_PLAYER.
|
private |
|
inlineprivatevirtual |
Implements _SpellScript.
Definition at line 471 of file spell_pet.cpp.
References AuraEffectCalcAmountFn, CalculateArcaneResistanceAmount(), CalculateFrostResistanceAmount(), CalculateNatureResistanceAmount(), AuraScript::DoEffectCalcAmount, EFFECT_0, EFFECT_1, EFFECT_2, OVERRIDE, and SPELL_AURA_MOD_RESISTANCE.