Array
(
    [scriptVersion] => 7
    [oeValues] => Array
        (
            [Name] => Unyielding Maul
            [Art] => ReplaceableTextures\CommandButtons\BTNBash.blp
            [Ubertip] => Being unbendable this weapon can give the wielder an advantage or a disadvantage.
            [abilList] => Array
                (
                )

        )

    [settings] => Array
        (
            [author] => drol
            [authorDisplay] => |cffcc6600drol|r
            [balanceTip] => |n|cffFFFF80+25% |rdamage
            [rarity] => uncommon
            [goldcost] => 437
            [version] => 1.0
        )

    [dmgTable] => Array
        (
            [0] => Array
                (
                    [id] => MOD_DAMAGE_ADD_PERC
                    [base] => 0.25
                    [add] => 0
                )

        )

    [triggers] => Array
        (
            [0] => Array
                (
                    [name] => On Attack
                    [code] => local Unit tower = itm.getCarrier()
    
    if not tower.calcChance(0.90) then
        set Event.damage = 0
        call tower.getOwner().displayFloatingTextX("Miss",tower,255, 0, 0,255,0.05,0.0,2.0)
    endif
                    [values] => Array
                        (
                            [visible] => true
                            [name] => Miss
                            [goldcost] => -195
                            [explain] => The wielder has a |cffFFFF8010%|r chance to miss an attack.
                            [ONATTACK_chance] => 1.0
                            [ONATTACK_chanceLevelAdd] => 0.0
                        )

                )

        )

    [abilities] => Array
        (
        )

    [buffs] => Array
        (
        )

    [units] => Array
        (
        )

    [references] => Array
        (
        )

)