Jump to content
  • 0

Set max damage recieve Shield


Question

Posted

Hello guys i want to ask your help with something when armor set and shield is set give a passive skill...So i want to add on this skill the character get max damage 2k etc...

Thanks!!

 

<skill id="3417" levels="1" name="Equipped with Shield">
  <set name="target" val="TARGET_SELF"/>
  <set name="skillType" val="BUFF"/>
  <set name="operateType" val="OP_PASSIVE"/>
  <for>
    <add order="0x40" stat="rShld" val="2.3"/>
	<mul order="0x30" stat="sDef" val="1.08"/>
  </for>
</skill>

 

1 answer to this question

Recommended Posts

  • 0
Posted

There is no something like this. You would have to code new xml param and then add corresponding check related to damage.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...