SUPPORT ACCOUNT CLANS
Welcome, Unregistered.
 

Thread: Beardulon's Entangle

Results 1 to 5 of 5
  1. #1

    Beardulon's Entangle

    How long does it last, how much damage does it do?
    What is the chance to proc?

    This isn't listed at all on the toolbox from entangle :x

  2. #2
    Offline
    S2 Staff Member S2 Games Staff
    Join Date
    Jul 2009
    Location
    Location, Location!
    Posts
    2,621
    Code:
        <modifier key="attack" modpriority="50" exclusive="true">
            <onattackimpact>
                <compare a="combat_attackability" b="0" op="eq">
                    <condition test="canactivate">
                        <condition test="not_target_type Boss">
                            <chance threshold="0.20">
                                <cantarget effecttype="Disable">
                                    <applystate name="State_Yogi_Pet_Ability2" duration="3000" />
                                    <startcooldown />
                                </cantarget>
                            </chance>
                        </condition>
                    </condition>
                </compare>
            </onattackimpact>
        </modifier>
    Code:
        immobilized="true"
        revealed="true"
        
        effecttype="StatusDebuff"
    >
        <onframe>
            <damage effecttype="Magic DOT" amount="40" b="frametime" op="mult"/>
        </onframe>
    looks like it's 3 seconds, 40 dps, 20% chance

    S2 Games: Dedicated employees serving dedicated gamers. Continuous development. Never-ending improvement.
    -----------------------------



  3. #3
    Offline
    S2 Staff Member S2 Games Staff
    Join Date
    Jul 2009
    Location
    Location, Location!
    Posts
    2,621
    Also the cooldown time is 5 seconds.

    S2 Games: Dedicated employees serving dedicated gamers. Continuous development. Never-ending improvement.
    -----------------------------



  4. #4
    thank you !

  5. #5
    Offline
    S2 Staff Member S2 Games Staff
    Join Date
    Jul 2009
    Posts
    34,048
    QAC'ed

    S2 Games: Dedicated employees serving dedicated gamers. Continuous development. Never-ending improvement.
    -----------------------------


    Tech Support and Customer Support: https://www.heroesofnewerth.com/support/


    Look for my highlighted text (important information) and grey text (interesting but not required information).

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •