Array
(
[scriptVersion] => 8
[oeValues] => Array
(
[auto] => Array
(
)
[Art] => ReplaceableTextures\CommandButtons\BTNShimmerWeed.blp
[dmgplus1] => 46
[bldtm] => 1
[goldcost] => 50
[sides1] => 16
[acquire] => 850
[upgrades] => Array
(
)
[Upgrade] => Array
(
)
[Name] => Prickling Nettle
[weapTp1] => missile
[MissileHoming] => 1
[file] => .mdl
[uberSplat] => YTDH
[Missilespeed] => 1500
[Missileart] => Abilities\Weapons\BlackKeeperMissile\BlackKeeperMissile.mdl
[dice1] => 1
[RngBuff1] => 250
[modelScale] => 0.1
[rangeN1] => 850
[atkType1] => hero
[cool1] => 1.2
[Ubertip] => Proof that even plants can hold a grudge.
[abilList] => Array
(
)
[buildingShadow] => Array
(
)
[targs1] => Array
(
)
[weapsOn] => 1
)
[settings] => Array
(
[balanceTip] => |cffFFFF00-20% |rdmg to undead|n|cffFFFF00+10% |rdmg to orcs (|cffFFFF00+0.2%|r/lvl)|n|cffFFFF00+10% |rdmg to humanoids (|cffFFFF00+0.2%|r/lvl)
[abil_factor] => 0.9
[author] => Moppy
[alpha] => 255
[authorDisplay] => |c006969FFMoppy|r
[version] => 1.0
[element] => nature
[rarity] => common
)
[effects] => Array
(
[0] => Array
(
[x] => -0.959809
[y] => -0.842306
[z] => -32
[scale] => 0.5
[rot] => 3.75246
[file] => Doodads\Outland\Plants\Outland_Plant\Outland_Plant2.mdl
[red] => 40
[green] => 255
[blue] => 255
[alpha] => 255
[pitch] => 0
[advanced] => false
[animation] => Array
(
)
[aniSpeed] => 50
[pcolor] => 255
)
)
[dmgTable] => Array
(
[0] => Array
(
[id] => MOD_DMG_TO_UNDEAD
[base] => -0.2
[add] => 0
)
[1] => Array
(
[id] => MOD_DMG_TO_ORC
[base] => 0.1
[add] => 0.002
)
[2] => Array
(
[id] => MOD_DMG_TO_HUMANOID
[base] => 0.1
[add] => 0.002
)
)
[triggers] => Array
(
[0] => Array
(
[name] => Header
[code] => globals
//@export
BuffType moppy_inflaming_rash_debuff
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_inflaming_rash_debuff = BuffType.create(5, 0, false)
call m.addModification(MOD_ATK_DAMAGE_RECEIVED, 0.0, 0.001)
call moppy_inflaming_rash_debuff.setBuffModifier(m)
call moppy_inflaming_rash_debuff.setBuffIcon('@@0@@')
endfunction
[values] => Array
(
[visible] => false
[icon] =>
[name] =>
[short_explain] =>
[long_explain] =>
)
)
[1] => Array
(
[name] => On Damage
[code] => local real DmgAmp = 0.1 + (tower.getLevel() * 0.002)
local integer Power = R2I (DmgAmp / 0.001)
call moppy_inflaming_rash_debuff.applyCustomPower(tower, Event.getTarget(), tower.getLevel(), Power)
[values] => Array
(
[ONDAMAGE_chance] => 0.2
[visible] => true
[icon] => ReplaceableTextures\CommandButtons\BTNImmolationOff.blp
[name] => Inflaming Rash
[short_explain] => The tower has a chance on hit to inflict a painful rash on the target creep, increasing damage it takes from attacks.
[ONDAMAGE_chanceLevelAdd] => 0.0
[long_explain] => The tower has a |cffFFFF8020%|r chance on hit to inflict a painful rash on the target creep, increasing damage it takes from attacks by |cffFFFF8010%|r for |cffFFFF805|r seconds.|n|n|cffFF8000Level Bonus:|r|n|cffFFFF80+0.2%|r attack damage taken
)
)
)
[abilities] => Array
(
)
[buffs] => Array
(
[0] => Array
(
[id] => @@0@@
[derivedFrom] => BNab
[oeValues] => Array
(
[EditorName] => Inflaming Rash
[Buffubertip] => Taking increased attack damage.
[TargetArt] => Abilities\Spells\Items\OrbVenom\OrbVenom.mdl
[Bufftip] => Inflaming Rash
[Buffart] => ReplaceableTextures\CommandButtons\BTNImmolationOff.blp
)
)
)
[units] => Array
(
)
[references] => Array
(
[0] => Array
(
[export] => true
[category] => global
[typ] => BuffType
[name] => moppy_inflaming_rash_debuff
)
)
[lightning] => Array
(
)
)