Jump to content

xRelic

Members
  • Posts

    301
  • Joined

  • Last visited

  • Days Won

    9
  • Feedback

    0%

Community Answers

  1. xRelic's post in Heavy armors for archers ,daggers was marked as the answer   
    <skill id="8200" levels="1" name="Light Armor Penality">
    <!-- Who use this passive, can`t use Heavy and Robe, only Light -->
      <table name="#Accuracy"> 0.3 </table>
      <table name="#Tab-pAtkSpd"> 0.3 </table>
      <set name="target" val="TARGET_SELF"/>
      <set name="skillType" val="BUFF"/>
      <set name="operateType" val="OP_PASSIVE"/>
      <set name="castRange" val="-1"/>
      <set name="effectRange" val="-1"/>
      <for>
        <mul order="0x30" stat="accCombat" val="#Accuracy">
          <and>
            <using kind="Heavy,Magic"/>
            <not>
              <using kind="Light"/>
            </not>
          </and>
        </mul>
        <mul order="0x30" stat="pAtkSpd" val="#Tab-pAtkSpd">
          <and>
            <using kind="Heavy,Magic"/>
            <not>
              <using kind="Light"/>
            </not>
          </and>
        </mul>
      </for>
    </skill>
     
    Make this passive. 
×
×
  • Create New...

Important Information

This community uses essential cookies to function properly. Non-essential cookies and third-party services are used only with your consent. Read our Privacy Policy and We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue..

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock