Array
(
[scriptVersion] => 8
[oeValues] => Array
(
[Ubertip] => Increases the damage nearby towers deal to magical creeps.
[Art] => ReplaceableTextures\CommandButtons\BTNSpellShieldAmulet.blp
[abilList] => Array
(
)
[Name] => Magehunter's Insignia
)
[settings] => Array
(
[balanceTip] => Array
(
)
[goldcost] => 400
[author] => Moppy
[authorDisplay] => |c006969FFMoppy|r
[version] => 1.0
[rarity] => rare
)
[dmgTable] => Array
(
)
[triggers] => Array
(
[0] => Array
(
[name] => Header
[code] => globals
BuffType moppy_bonus_dmg_vs_magical_aura
endglobals
//Do not remove or rename this function!
//Put your initialization tasks here, this function will be called on map init
private function init takes nothing returns nothing
local Modifier m = Modifier.create()
set moppy_bonus_dmg_vs_magical_aura = BuffType.createAuraEffectType(true)
call m.addModification(MOD_DMG_TO_MAGIC,0.12,0.0024)
call moppy_bonus_dmg_vs_magical_aura.setBuffModifier(m)
call moppy_bonus_dmg_vs_magical_aura.setStackingGroup("moppy_bonus_dmg_vs_magical_aura")
call moppy_bonus_dmg_vs_magical_aura.setBuffIcon('@@0@@')
endfunction
[values] => Array
(
[explain] =>
[visible] => false
[goldcost] => 0
[name] =>
)
)
[1] => Array
(
[name] => Tower Aura
[code] => Array
(
)
[values] => Array
(
[AURA_powerAdd] => 1
[explain] => Grants |cffFFFF8012%|r bonus damage against magical to all towers within |cffFFFF80200|r range.|n|n|cffFF8000Level Bonus:|r|n|cffFFFF80+0.24%|r damage
[AURA_targetSelf] => true
[visible] => true
[AURA_auraEffect] => moppy_bonus_dmg_vs_magical_aura
[goldcost] => 400
[AURA_levelAdd] => 1
[AURA_power] => 0
[name] => Nullforce
[AURA_level] => 0
[AURA_targetType] => TARGET_TYPE_TOWERS
[AURA_auraRange] => 200
)
)
)
[abilities] => Array
(
)
[buffs] => Array
(
[0] => Array
(
[id] => @@0@@
[derivedFrom] => BHab
[oeValues] => Array
(
[EditorName] => Nullforce
[Buffubertip] => Deals increased damage to magical creeps.
[TargetArt] => Array
(
)
[Bufftip] => Nullforce
[Buffart] => ReplaceableTextures\CommandButtons\BTNSpellShieldAmulet.blp
)
)
)
[units] => Array
(
)
[references] => Array
(
)
)