Browse Source

BETA: Skill Eva's Wrath

GodKratos 14 years ago
parent
commit
84c9ab478e
1 changed files with 9 additions and 3 deletions
  1. 9 3
      L2J_DataPack_BETA/data/stats/skills/23000-23099.xml

+ 9 - 3
L2J_DataPack_BETA/data/stats/skills/23000-23099.xml

@@ -878,9 +878,15 @@
 	</skill>
 	<skill id="23072" levels="1" name="Eva's Wrath">
 		<!-- You are endowed with the spirit of Eva's Wrath for the next 70 seconds. This allows you to do damage to a Spirit of Fire. -->
-		<set name="target" val="TARGET_NONE" />
-		<set name="skillType" val="NOTDONE" />
-		<set name="operateType" val="OP_PASSIVE" />
+		<set name="target" val="TARGET_AURA" />
+		<set name="operateType" val="OP_ACTIVE" />
+		<set name="skillType" val="BUFF" />
+		<set name="isMagic" val="true" />
+		<set name="hitTime" val="500" />
+		<set name="skillRadius" val="600" />
+		<for>
+			<effect name="Buff" time="70" val="0" stackType="br_event_buf2" event="evaswrath" />
+		</for>
 	</skill>
 	<skill id="23073" levels="1" name="Switch Mode">
 		<!-- State to switch the spirit's mode. Switches to counter-attack mode or deadly mode. -->