Skip to content
Snippets Groups Projects
Commit 87480c75 authored by Adry_85's avatar Adry_85
Browse files

BETA: Adding condition for some dwarf skills.

	Reviewed by: Nos
parent 3919cb9e
No related branches found
No related tags found
No related merge requests found
......@@ -436,7 +436,9 @@
<set name="operateType" val="A1" />
<set name="reuseDelay" val="2000" />
<set name="targetType" val="SERVITOR" />
<!-- FIXME: It shouldn't affect all summons, missing condition for target race "construct" -->
<cond msgId="144">
<target npcRace="CONSTRUCT" />
</cond>
<for>
<effect name="HealPercent">
<param power="#amount" />
......@@ -464,7 +466,9 @@
<set name="operateType" val="A2" />
<set name="reuseDelay" val="2000" />
<set name="targetType" val="SERVITOR" />
<!-- FIXME: It shouldn't affect all summons, missing condition for target race "construct" -->
<cond msgId="144">
<target npcRace="CONSTRUCT" />
</cond>
<for>
<effect name="Buff">
<mul order="0x30" stat="pAtk" val="#pAtk" />
......@@ -493,7 +497,9 @@
<set name="operateType" val="A2" />
<set name="reuseDelay" val="2000" />
<set name="targetType" val="SERVITOR" />
<!-- FIXME: It shouldn't affect all summons, missing condition for target race "construct" -->
<cond msgId="144">
<target npcRace="CONSTRUCT" />
</cond>
<for>
<effect name="Buff">
<mul order="0x30" stat="pDef" val="#pDef" />
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment