Jump to content
  • 0

[Request]Skill Status Augment Ritual


Question

Posted

any one can give me full status on this skill ?

 

 

<skill id="3213" levels="10" name="Item Skill: Ritual">
<!--
  Needs to be finished.
  Target is set to TARGET_NONE, skillType to NOTDONE for server compatability.
  Description(s):
      Lvl 1-10 - Chance: Restores CP when under attack.
-->
  <set name="target" val="TARGET_NONE"/>
  <set name="skillType" val="NOTDONE"/>
  <set name="operateType" val="OP_PASSIVE"/>
  <set name="castRange" val="-1"/>
  <for>
  </for>
</skill>

3 answers to this question

Recommended Posts

  • 0
Posted
<skill id="3213" levels="10" name="Item Skill: Ritual">
 <table name="#chance">1 1 2 2 3 3 4 4 5 5</table>
 <table name="#triggeredLevel">1 2 3 4 5 6 7 8 9 10</table>
 <set name="triggeredId" val="5152"/>
 <set name="triggeredLevel" val="#triggeredLevel"/>
 <set name="target" val="TARGET_SELF"/>
 <set name="skillType" val="BUFF"/>
 <set name="operateType" val="OP_CHANCE"/>
 <set name="chanceType" val="ON_ATTACKED"/>
 <set name="activationChance" val="#chance"/>
 <set name="castRange" val="-1"/>
 <set name="effectRange" val="-1"/>
</skill>

Guest
This topic is now closed to further replies.


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