Jump to content
  • 0

Heavy armors for archers ,daggers


Question

8 answers to this question

Recommended Posts

  • 1
Posted

<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. 

  • 0
Posted (edited)
58 minutes ago, ThelwHelpRePaidia said:

add them a skill if they wear an armor they wil get reduced pAtkSpd and mAtkSpd

Hmmmm ...Mby u can teach me ,how to do that? 

Edited by bras1las
  • 0
Posted (edited)

<mul val='0.30' order='0x30' stat='pAtkSpd'>
      <using kind="Heavy"/>
    </mul>

and add it as passive on the class and you can edit it for what class you need

Edited by ThelwHelpRePaidia
  • Like 1
  • 0
Posted
3 hours ago, xRelic said:

<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. 

Thx alot!! ❤️

Guest
This topic is now closed to further replies.


×
×
  • Create New...