Array
(
[scriptVersion] => 7
[oeValues] => Array
(
[Name] => Jewels of the Moon
[Art] => ReplaceableTextures\CommandButtons\BTN3M3.blp
[Ubertip] => Once granted by the Moon to her servants, these jewels help whoever uses them for a good purpose.
[abilList] => Array
(
)
)
[settings] => Array
(
[author] => drol
[authorDisplay] => |cffcc6600drol|r
[balanceTip] => |n|cffFFFF00+20% |rtrigger chances
[rarity] => unique
[goldcost] => 1132
[version] => 1.0
)
[dmgTable] => Array
(
[0] => Array
(
[id] => MOD_TRIGGER_CHANCES
[base] => 0.2
[add] => 0
)
)
[triggers] => Array
(
[0] => Array
(
[name] => Periodic
[code] => local real night = GetFloatGameState(GAME_STATE_TIME_OF_DAY)
local Effect targetEffect
local Unit tower = itm.getCarrier()
set targetEffect = Effect.createScaled("Abilities\\Spells\\Human\\DispelMagic\\DispelMagicTarget.mdl", tower.getX(), tower.getY(), 0, 0, 0.8)
call targetEffect.setLifetime(2.0)
if night >= 18.00 or night < 6.00 then
call tower.addExp(4.0)
else
call tower.addExp(2.0)
endif
[values] => Array
(
[visible] => true
[PERIODIC_period] => 15
[name] => Celestial Wisdom
[goldcost] => 500
[explain] => Grants the wielder |cffFFFF802|r experience every |cffFFFF8015|r seconds. The amount of experience is increased by |cffFFFF802|r at night.
)
)
)
[abilities] => Array
(
)
[buffs] => Array
(
)
[units] => Array
(
)
[references] => Array
(
)
)