Array
(
[scriptVersion] => 7
[oeValues] => Array
(
[RngBuff1] => 250
[Upgrade] => Array
(
)
[targs1] => Array
(
)
[goldcost] => 1500
[weapsOn] => 1
[dice1] => 1
[Missilespeed] => 1500
[file] => units\creeps\Furbolg\Furbolg.mdl
[atkType1] => siege
[modelScale] => 0.9
[weapTp1] => missile
[Missilearc] => 0.15
[acquire] => 800
[rangeN1] => 900
[upgrades] => Array
(
)
[cool1] => 1.9
[Ubertip] => A friendly and cuddly creature as long it isn't angry. Unfortunately it is always angry whenever it ain't sleeping.
[abilList] => Array
(
)
[Name] => Raging Furbolg
[Missileart] => Abilities\Weapons\MeatwagonMissile\MeatwagonMissile.mdl
[Art] => ReplaceableTextures\CommandButtons\BTNFurbolgTracker.blp
[buildingShadow] => Array
(
)
[turnRate] => 3
[sides1] => 1401
[uberSplat] => ESMB
[auto] => Array
(
)
[dmgplus1] => 1224
[bldtm] => 1
)
[settings] => Array
(
[author] => geX
[element] => nature
[authorDisplay] => geX
[alpha] => 255
[balanceTip] => +20% dmg to orcs
[rarity] => uncommon
[version] => 1.0
[abil_factor] => 0.6
)
[effects] => Array
(
[0] => Array
(
[x] => -0.890989
[y] => -46.2709
[z] => 0
[scale] => 0.749999
[rot] => 5.5136
[file] => Doodads\Ruins\Plants\Ruins_Shrub\Ruins_Shrub0.mdl
[red] => 255
[green] => 255
[blue] => 255
[alpha] => 255
[pitch] => 0
)
[1] => Array
(
[x] => 7.88429
[y] => 47.3471
[z] => 0
[scale] => 0.799999
[rot] => 2.63544
[file] => Doodads\Ruins\Plants\Ruins_Shrub\Ruins_Shrub0.mdl
[red] => 255
[green] => 255
[blue] => 255
[alpha] => 255
[pitch] => 0
)
[2] => Array
(
[x] => -30.3373
[y] => 45.1827
[z] => 0
[scale] => 0.849999
[rot] => 1.98669
[file] => Doodads\Ruins\Plants\Ruins_Shrub\Ruins_Shrub1.mdl
[red] => 255
[green] => 255
[blue] => 255
[alpha] => 255
[pitch] => 0
)
[3] => Array
(
[x] => 40.8618
[y] => 37.3879
[z] => 0
[scale] => 0.9
[rot] => 2.07258
[file] => Doodads\Ruins\Plants\Ruins_Shrub\Ruins_Shrub1.mdl
[red] => 255
[green] => 255
[blue] => 255
[alpha] => 255
[pitch] => 0
)
[4] => Array
(
[x] => 41.4103
[y] => -29.2056
[z] => 0
[scale] => 1
[rot] => 2.00712
[file] => Doodads\Ruins\Plants\VinyPlant\VinyPlant1.mdl
[red] => 255
[green] => 255
[blue] => 255
[alpha] => 255
[pitch] => 0
)
[5] => Array
(
[x] => -39.8233
[y] => -26.515
[z] => 0
[scale] => 1
[rot] => 5.0789
[file] => Doodads\Ruins\Plants\VinyPlant\VinyPlant1.mdl
[red] => 255
[green] => 255
[blue] => 255
[alpha] => 255
[pitch] => 0
)
)
[dmgTable] => Array
(
[0] => Array
(
[id] => MOD_DMG_TO_ORC
[base] => 0.2
[add] => 0
)
)
[triggers] => Array
(
[0] => Array
(
[name] => Header
[code] => globals
//@import
BuffType gex_rage_buff
//@import
BuffType gex_rage_buff15
//@import
BuffType gex_rage_buff25
endglobals
private function init takes nothing returns nothing
endfunction
[values] => Array
(
[icon] =>
[visible] => false
[name] =>
[short_explain] =>
[long_explain] =>
)
)
[1] => Array
(
[name] => On Attack
[code] => local integer lvl = tower.getLevel()
//Do not allow retriggering while the furbolg is raged
if tower.getBuffOfGroup("gex_rage") == 0 then
if lvl < 15 then
call gex_rage_buff.applyCustomTimed(tower,tower,50+lvl*3,5.0+0.1*lvl)
elseif lvl < 25 then
call gex_rage_buff15.applyCustomTimed(tower,tower,50+lvl*3,5.0+0.1*lvl)
else
call gex_rage_buff25.applyCustomTimed(tower,tower,50+lvl*3,5.0+0.1*lvl)
endif
endif
[values] => Array
(
[icon] => ReplaceableTextures\CommandButtons\BTNFurbolgElder.blp
[visible] => true
[name] => Rampage
[short_explain] => Has a chance on attack to go into a rampage, increasing attackspeed and critical strike capabilities enormously
[ONATTACK_chance] => 0.15
[ONATTACK_chanceLevelAdd] => 0.0
[long_explain] => Has a |cffFFFF8015%|r chance on attack to go into a rampage for |cffFFFF805.0|r seconds. While in rampage, it has |cffFFFF80+200%|r attackspeed, |cffFFFF80+25%|r critical strike chance and |cffFFFF80+75%|r critical strike damage. Cannot retrigger while in rampage!|n|n|cffFF8000Level Bonus:|r|n|cffFFFF80+0.1|r sec duration|n|cffFFFF80+3%|r attackspeed|n|cffFFFF80+1|r multicrit at lvl |cffFFFF8015|r and |cffFFFF8025|r
)
)
)
[abilities] => Array
(
)
[buffs] => Array
(
)
[units] => Array
(
)
[references] => Array
(
[0] => Array
(
[export] => false
[category] => global
[typ] => BuffType
[name] => gex_rage_buff
)
[1] => Array
(
[export] => false
[category] => global
[typ] => BuffType
[name] => gex_rage_buff15
)
[2] => Array
(
[export] => false
[category] => global
[typ] => BuffType
[name] => gex_rage_buff25
)
)
)