From 83854bc5e514ee224a1952445a97f7beb3a2389b Mon Sep 17 00:00:00 2001
From: MobiusDev <8391001+MobiusDevelopment@users.noreply.github.com>
Date: Sun, 26 Jul 2015 06:42:34 +0000
Subject: [PATCH] Rhythms - combined song/dances. Contributed by smmspider.
---
.../game/data/stats/skills/01500-01599.xml | 286 ++++++++++++++++--
.../gameserver/model/skills/AbnormalType.java | 9 +-
2 files changed, 266 insertions(+), 29 deletions(-)
diff --git a/trunk/dist/game/data/stats/skills/01500-01599.xml b/trunk/dist/game/data/stats/skills/01500-01599.xml
index e813e4eb46..7ca1e0c1c9 100644
--- a/trunk/dist/game/data/stats/skills/01500-01599.xml
+++ b/trunk/dist/game/data/stats/skills/01500-01599.xml
@@ -2206,8 +2206,10 @@
-
+
+
+
@@ -2215,155 +2217,383 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
+
+
+
-
+
+
+
+
+
+
+
+
+
+
+
+
+
-
+
+
+
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
+
+
+
-
+
+
+
+
+
+
+
+
+
+
+
+
+
-
+
+
+
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
+
+
+
-
+
+
+
+
+
+
+
+
+
+
+
+
+
-
+
+
+
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
+
+
+
-
+
+
+
+
+
+
+
+
+
+
+
+
+
-
+
+
+
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
+
+
+
-
+
+
+
+
+
+
+
+
+
+
+
+
+
-
+
+
+
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
+
+
+
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
+
+
+
+
+
-
+
+
+
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
+
+
+
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/trunk/java/com/l2jserver/gameserver/model/skills/AbnormalType.java b/trunk/java/com/l2jserver/gameserver/model/skills/AbnormalType.java
index 470fc5a74b..89daff6ef8 100644
--- a/trunk/java/com/l2jserver/gameserver/model/skills/AbnormalType.java
+++ b/trunk/java/com/l2jserver/gameserver/model/skills/AbnormalType.java
@@ -375,7 +375,14 @@ public enum AbnormalType
HOLY_ATTACK_RESISTANCE_ISS,
MENTAL_ATTACK_RESISTANCE_ISS,
SIGEL_AURA,
- YUL_STANCE;
+ YUL_STANCE,
+ RHYTHM_OF_CRITICAL,
+ RHYTHM_OF_MAGIC,
+ RHYTHM_OF_COMBAT,
+ RHYTHM_OF_FIGHTER,
+ RHYTHM_OF_REVENGE,
+ RHYTHM_OF_START,
+ RHYTHM_OF_MAGICIAN;
/**
* Get the enumerate for the given String.