From 3dc13f10f79d53baa024af0cd706d1c03371119d Mon Sep 17 00:00:00 2001
From: MobiusDevelopment <8391001+MobiusDevelopment@users.noreply.github.com>
Date: Wed, 24 Feb 2021 03:48:44 +0000
Subject: [PATCH] Items that are used by shops. Contributed by quangnguyen.
---
.../dist/game/data/EnchantItemData.xml | 40 +
.../dist/game/data/EnchantItemOptions.xml | 26 +
.../scripts/handlers/EffectMasterHandler.java | 1 +
.../effecthandlers/ModifyCraftPoints.java | 60 ++
.../augmentation/options/50000-50099.xml | 81 ++
.../game/data/stats/items/21700-21799.xml | 4 +
.../game/data/stats/items/48000-48099.xml | 45 +
.../game/data/stats/items/90800-90899.xml | 30 +
.../game/data/stats/items/90900-90999.xml | 33 +
.../game/data/stats/items/91200-91299.xml | 81 +-
.../game/data/stats/items/91400-91499.xml | 22 +-
.../game/data/stats/items/91600-91699.xml | 55 +-
.../game/data/stats/items/91700-91799.xml | 54 +
.../game/data/stats/items/91900-91999.xml | 10 +-
.../game/data/stats/items/92300-92399.xml | 6 +
.../game/data/stats/items/92400-92499.xml | 99 ++
.../game/data/stats/items/93000-93099.xml | 95 +-
.../game/data/stats/items/93100-93199.xml | 24 +
.../game/data/stats/items/93200-93299.xml | 9 +
.../game/data/stats/items/93300-93399.xml | 20 +
.../game/data/stats/items/93400-93499.xml | 109 ++
.../game/data/stats/items/93500-93599.xml | 176 ++++
.../game/data/stats/items/93600-93699.xml | 44 +
.../game/data/stats/items/93800-93899.xml | 5 +
.../game/data/stats/items/94100-94199.xml | 54 +
.../game/data/stats/items/94200-94299.xml | 20 +
.../game/data/stats/items/94300-94399.xml | 7 +
.../game/data/stats/items/94500-94599.xml | 28 +
.../game/data/stats/items/94600-94699.xml | 9 +
.../game/data/stats/skills/35000-35099.xml | 295 +++++-
.../game/data/stats/skills/39100-39199.xml | 3 +
.../game/data/stats/skills/39300-39399.xml | 127 ++-
.../game/data/stats/skills/40100-40199.xml | 18 +
.../game/data/stats/skills/45000-45099.xml | 7 +
.../game/data/stats/skills/45300-45399.xml | 72 +-
.../game/data/stats/skills/50100-50199.xml | 24 +-
.../game/data/stats/skills/50200-50299.xml | 297 +++++-
.../game/data/stats/skills/50300-50399.xml | 491 ++++++++-
.../game/data/stats/skills/50400-50499.xml | 158 ++-
.../game/data/stats/skills/51000-51099.xml | 31 +-
.../game/data/stats/skills/51100-51199.xml | 18 +
.../game/data/stats/skills/51200-51299.xml | 92 +-
.../game/data/stats/skills/51300-51399.xml | 6 +
.../game/data/stats/skills/51400-51499.xml | 6 +
.../game/data/stats/skills/54000-54099.xml | 973 ++++++++++++++++++
.../game/data/stats/skills/documentation.txt | 1 +
.../dist/game/data/xsd/skills.xsd | 18 +-
47 files changed, 3707 insertions(+), 177 deletions(-)
create mode 100644 L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/handlers/effecthandlers/ModifyCraftPoints.java
create mode 100644 L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/augmentation/options/50000-50099.xml
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/EnchantItemData.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/EnchantItemData.xml
index a57b417247..6fdbedd4f3 100644
--- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/EnchantItemData.xml
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/EnchantItemData.xml
@@ -60,6 +60,46 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/EnchantItemOptions.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/EnchantItemOptions.xml
index 6442e87e77..c901d37bfa 100644
--- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/EnchantItemOptions.xml
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/EnchantItemOptions.xml
@@ -1942,4 +1942,30 @@
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/handlers/EffectMasterHandler.java b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/handlers/EffectMasterHandler.java
index 179ae199e6..5e328a6d0c 100644
--- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/handlers/EffectMasterHandler.java
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/handlers/EffectMasterHandler.java
@@ -228,6 +228,7 @@ public class EffectMasterHandler
EffectHandler.getInstance().registerHandler("MaxHp", MaxHp::new);
EffectHandler.getInstance().registerHandler("MaxMagicCriticalRate", MaxMagicCriticalRate::new);
EffectHandler.getInstance().registerHandler("MaxMp", MaxMp::new);
+ EffectHandler.getInstance().registerHandler("ModifyCraftPoints", ModifyCraftPoints::new);
EffectHandler.getInstance().registerHandler("ModifyDeathPoints", ModifyDeathPoints::new);
EffectHandler.getInstance().registerHandler("ModifyMagicLampPoints", ModifyMagicLampPoints::new);
EffectHandler.getInstance().registerHandler("ModifyVital", ModifyVital::new);
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/handlers/effecthandlers/ModifyCraftPoints.java b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/handlers/effecthandlers/ModifyCraftPoints.java
new file mode 100644
index 0000000000..37f7232c9e
--- /dev/null
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/scripts/handlers/effecthandlers/ModifyCraftPoints.java
@@ -0,0 +1,60 @@
+/*
+ * This file is part of the L2J Mobius project.
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
+ */
+package handlers.effecthandlers;
+
+import org.l2jmobius.gameserver.model.StatSet;
+import org.l2jmobius.gameserver.model.actor.Creature;
+import org.l2jmobius.gameserver.model.actor.instance.PlayerInstance;
+import org.l2jmobius.gameserver.model.effects.AbstractEffect;
+import org.l2jmobius.gameserver.model.items.instance.ItemInstance;
+import org.l2jmobius.gameserver.model.skills.Skill;
+
+/**
+ * @author quangnguyen
+ */
+public class ModifyCraftPoints extends AbstractEffect
+{
+ private final int _amount;
+
+ public ModifyCraftPoints(StatSet params)
+ {
+ _amount = params.getInt("amount");
+ }
+
+ @Override
+ public boolean isInstant()
+ {
+ return true;
+ }
+
+ @Override
+ public void instant(Creature effector, Creature effected, Skill skill, ItemInstance item)
+ {
+ if (effected == null)
+ {
+ return;
+ }
+
+ final PlayerInstance player = effected.getActingPlayer();
+ if (player == null)
+ {
+ return;
+ }
+
+ player.getRandomCraft().addCraftPoints(_amount);
+ }
+}
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/augmentation/options/50000-50099.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/augmentation/options/50000-50099.xml
new file mode 100644
index 0000000000..12a94c6655
--- /dev/null
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/augmentation/options/50000-50099.xml
@@ -0,0 +1,81 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/21700-21799.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/21700-21799.xml
index b7b92164d5..6d0747d13c 100644
--- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/21700-21799.xml
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/21700-21799.xml
@@ -22,6 +22,10 @@
+
+
+
+
-
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/48000-48099.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/48000-48099.xml
index b77fc19aff..6018d7dae6 100644
--- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/48000-48099.xml
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/48000-48099.xml
@@ -74,6 +74,11 @@
+
+
+
+
+
-
@@ -81,6 +86,10 @@
+
+
+
+
-
@@ -92,6 +101,10 @@
+
+
+
+
-
@@ -103,6 +116,10 @@
+
+
+
+
-
@@ -114,6 +131,10 @@
+
+
+
+
-
@@ -125,6 +146,10 @@
+
+
+
+
-
@@ -136,6 +161,10 @@
+
+
+
+
-
@@ -147,6 +176,10 @@
+
+
+
+
-
@@ -158,6 +191,10 @@
+
+
+
+
-
@@ -169,6 +206,10 @@
+
+
+
+
-
@@ -180,6 +221,10 @@
+
+
+
+
-
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/90800-90899.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/90800-90899.xml
index bffbac56bb..8d61421a05 100644
--- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/90800-90899.xml
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/90800-90899.xml
@@ -283,6 +283,10 @@
+
+
+
+
-
@@ -293,6 +297,10 @@
+
+
+
+
-
@@ -303,6 +311,10 @@
+
+
+
+
-
@@ -311,6 +323,12 @@
+
+
+
+
+
+
-
@@ -319,6 +337,12 @@
+
+
+
+
+
+
-
@@ -327,6 +351,12 @@
+
+
+
+
+
+
-
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/90900-90999.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/90900-90999.xml
index 924d5fe4a1..7aaae775aa 100644
--- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/90900-90999.xml
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/90900-90999.xml
@@ -732,6 +732,10 @@
+
+
+
+
-
@@ -855,6 +859,9 @@
+
+
+
-
@@ -867,6 +874,10 @@
+
+
+
+
-
@@ -879,6 +890,10 @@
+
+
+
+
-
@@ -889,6 +904,12 @@
+
+
+
+
+
+
-
@@ -899,6 +920,12 @@
+
+
+
+
+
+
-
@@ -909,6 +936,12 @@
+
+
+
+
+
+
-
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/91200-91299.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/91200-91299.xml
index f3a48050cc..5f117629ff 100644
--- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/91200-91299.xml
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/91200-91299.xml
@@ -108,6 +108,20 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
@@ -119,6 +133,20 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
@@ -130,6 +158,20 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
@@ -139,6 +181,11 @@
+
+
+
+
+
-
@@ -148,6 +195,11 @@
+
+
+
+
+
-
@@ -157,6 +209,11 @@
+
+
+
+
+
-
@@ -574,26 +631,44 @@
- -
+
-
+
+
+
+
+
+
- -
+
-
+
+
+
+
+
+
- -
+
-
+
+
+
+
+
+
-
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/91400-91499.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/91400-91499.xml
index 6435c94d26..265fb85c58 100644
--- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/91400-91499.xml
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/91400-91499.xml
@@ -226,20 +226,38 @@
+
+
+
+
+
+
- -
+
-
+
+
+
+
+
+
- -
+
-
+
+
+
+
+
+
-
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/91600-91699.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/91600-91699.xml
index 65e59871ed..8d200f82d5 100644
--- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/91600-91699.xml
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/91600-91699.xml
@@ -28,8 +28,11 @@
-
+
+
+
+
-
@@ -39,20 +42,38 @@
+
+
+
+
+
+
- -
+
-
+
+
+
+
+
+
- -
+
-
+
+
+
+
+
+
-
@@ -598,17 +619,16 @@
-
-
-
-
-
+
+
+
@@ -617,17 +637,16 @@
-
-
-
-
-
+
+
+
@@ -636,17 +655,16 @@
-
-
-
-
-
+
+
+
@@ -655,17 +673,16 @@
-
-
-
-
-
+
+
+
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/91700-91799.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/91700-91799.xml
index b13771b9ab..9d6bb6dfe4 100644
--- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/91700-91799.xml
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/91700-91799.xml
@@ -199,6 +199,20 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
@@ -210,6 +224,20 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
@@ -221,6 +249,20 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
@@ -230,6 +272,11 @@
+
+
+
+
+
-
@@ -770,6 +817,13 @@
+
+
+
+
+
+
+
-
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/91900-91999.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/91900-91999.xml
index 34d8934a35..b03989edcf 100644
--- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/91900-91999.xml
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/91900-91999.xml
@@ -476,17 +476,16 @@
-
-
-
-
-
+
+
+
@@ -552,7 +551,8 @@
-
+
+
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/92300-92399.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/92300-92399.xml
index 1a67ea4db2..996c646f96 100644
--- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/92300-92399.xml
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/92300-92399.xml
@@ -1334,6 +1334,12 @@
+
+
+
+
+
+
-
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/92400-92499.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/92400-92499.xml
index b317895ac8..dc319bda1d 100644
--- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/92400-92499.xml
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/92400-92499.xml
@@ -53,6 +53,19 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
-
@@ -74,6 +87,9 @@
40
10
+
+
+
-
@@ -96,6 +112,9 @@
40
5
+
+
+
-
@@ -117,6 +136,9 @@
40
10
+
+
+
-
@@ -138,6 +160,9 @@
40
10
+
+
+
-
@@ -159,6 +184,9 @@
40
5
+
+
+
-
@@ -296,6 +324,9 @@
8
19
+
+
+
-
@@ -690,6 +721,10 @@
+
+
+
+
-
@@ -701,6 +736,10 @@
+
+
+
+
-
@@ -712,6 +751,10 @@
+
+
+
+
-
@@ -723,6 +766,10 @@
+
+
+
+
-
@@ -734,6 +781,10 @@
+
+
+
+
-
@@ -745,6 +796,10 @@
+
+
+
+
-
@@ -756,6 +811,10 @@
+
+
+
+
-
@@ -767,6 +826,10 @@
+
+
+
+
-
@@ -778,6 +841,10 @@
+
+
+
+
-
@@ -789,6 +856,10 @@
+
+
+
+
-
@@ -800,6 +871,10 @@
+
+
+
+
-
@@ -811,6 +886,10 @@
+
+
+
+
-
@@ -822,6 +901,10 @@
+
+
+
+
-
@@ -833,6 +916,10 @@
+
+
+
+
-
@@ -844,6 +931,10 @@
+
+
+
+
-
@@ -855,6 +946,10 @@
+
+
+
+
-
@@ -866,6 +961,10 @@
+
+
+
+
-
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/93000-93099.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/93000-93099.xml
index 9f4e6ceaa5..687b71605d 100644
--- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/93000-93099.xml
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/93000-93099.xml
@@ -161,6 +161,12 @@
+
+
+
+
+
+
-
@@ -170,6 +176,12 @@
+
+
+
+
+
+
-
@@ -179,6 +191,12 @@
+
+
+
+
+
+
-
@@ -188,6 +206,12 @@
+
+
+
+
+
+
-
@@ -197,6 +221,12 @@
+
+
+
+
+
+
-
@@ -206,6 +236,12 @@
+
+
+
+
+
+
-
@@ -217,6 +253,10 @@
+
+
+
+
-
@@ -228,6 +268,10 @@
+
+
+
+
-
@@ -239,6 +283,10 @@
+
+
+
+
-
@@ -250,6 +298,10 @@
+
+
+
+
-
@@ -261,6 +313,10 @@
+
+
+
+
-
@@ -272,6 +328,10 @@
+
+
+
+
-
@@ -581,14 +641,16 @@
-
-
+
+
+
+
-
@@ -601,6 +663,10 @@
+
+
+
+
-
@@ -615,6 +681,10 @@
+
+
+
+
10
@@ -623,16 +693,15 @@
-
-
+
-
+
-
@@ -652,27 +721,31 @@
-
-
+
+
+
+
-
-
-
+
+
+
+
-
@@ -1150,6 +1223,10 @@
+
+
+
+
-
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/93100-93199.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/93100-93199.xml
index 557bf0ded2..8d4211ebb2 100644
--- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/93100-93199.xml
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/93100-93199.xml
@@ -351,6 +351,10 @@
+
+
+
+
-
@@ -364,6 +368,10 @@
+
+
+
+
-
@@ -377,6 +385,10 @@
+
+
+
+
-
@@ -390,6 +402,10 @@
+
+
+
+
-
@@ -403,6 +419,10 @@
+
+
+
+
-
@@ -413,6 +433,10 @@
+
+
+
+
-
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/93200-93299.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/93200-93299.xml
index ea626ef8f1..c456250614 100644
--- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/93200-93299.xml
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/93200-93299.xml
@@ -803,6 +803,11 @@
+
+
+
+
+
-
@@ -968,6 +973,10 @@
+
+
+
+
-
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/93300-93399.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/93300-93399.xml
index 05f1e2657f..122c60c3ee 100644
--- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/93300-93399.xml
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/93300-93399.xml
@@ -85,6 +85,10 @@
+
+
+
+
-
@@ -96,6 +100,10 @@
+
+
+
+
-
@@ -107,6 +115,10 @@
+
+
+
+
-
@@ -118,6 +130,10 @@
+
+
+
+
-
@@ -129,6 +145,10 @@
+
+
+
+
-
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/93400-93499.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/93400-93499.xml
index 73ff451894..397884fc8e 100644
--- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/93400-93499.xml
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/93400-93499.xml
@@ -318,6 +318,11 @@
+
+
+
+
+
76
30
@@ -669,6 +674,10 @@
+
+
+
+
-
@@ -680,6 +689,10 @@
+
+
+
+
-
@@ -691,6 +704,10 @@
+
+
+
+
-
@@ -702,6 +719,10 @@
+
+
+
+
-
@@ -713,6 +734,10 @@
+
+
+
+
-
@@ -724,6 +749,10 @@
+
+
+
+
-
@@ -735,6 +764,10 @@
+
+
+
+
-
@@ -746,6 +779,10 @@
+
+
+
+
-
@@ -757,6 +794,10 @@
+
+
+
+
-
@@ -768,6 +809,10 @@
+
+
+
+
-
@@ -779,6 +824,10 @@
+
+
+
+
-
@@ -790,6 +839,10 @@
+
+
+
+
-
@@ -960,6 +1013,10 @@
+
+
+
+
-
@@ -971,6 +1028,10 @@
+
+
+
+
-
@@ -982,6 +1043,10 @@
+
+
+
+
-
@@ -993,6 +1058,10 @@
+
+
+
+
-
@@ -1004,6 +1073,10 @@
+
+
+
+
-
@@ -1015,6 +1088,10 @@
+
+
+
+
-
@@ -1026,6 +1103,10 @@
+
+
+
+
-
@@ -1037,6 +1118,10 @@
+
+
+
+
-
@@ -1048,6 +1133,10 @@
+
+
+
+
-
@@ -1059,6 +1148,10 @@
+
+
+
+
-
@@ -1070,6 +1163,10 @@
+
+
+
+
-
@@ -1081,6 +1178,10 @@
+
+
+
+
-
@@ -1092,6 +1193,10 @@
+
+
+
+
-
@@ -1103,6 +1208,10 @@
+
+
+
+
-
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/93500-93599.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/93500-93599.xml
index 710765bd05..d96500a819 100644
--- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/93500-93599.xml
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/93500-93599.xml
@@ -875,6 +875,10 @@
+
+
+
+
-
@@ -886,6 +890,10 @@
+
+
+
+
-
@@ -897,6 +905,10 @@
+
+
+
+
-
@@ -908,6 +920,10 @@
+
+
+
+
-
@@ -919,6 +935,10 @@
+
+
+
+
-
@@ -930,6 +950,10 @@
+
+
+
+
-
@@ -941,6 +965,10 @@
+
+
+
+
-
@@ -952,6 +980,10 @@
+
+
+
+
-
@@ -963,6 +995,10 @@
+
+
+
+
-
@@ -974,6 +1010,10 @@
+
+
+
+
-
@@ -985,6 +1025,10 @@
+
+
+
+
-
@@ -996,6 +1040,10 @@
+
+
+
+
-
@@ -1007,6 +1055,10 @@
+
+
+
+
-
@@ -1018,6 +1070,10 @@
+
+
+
+
-
@@ -1029,6 +1085,10 @@
+
+
+
+
-
@@ -1040,6 +1100,10 @@
+
+
+
+
-
@@ -1051,6 +1115,10 @@
+
+
+
+
-
@@ -1062,6 +1130,10 @@
+
+
+
+
-
@@ -1073,6 +1145,10 @@
+
+
+
+
-
@@ -1084,6 +1160,10 @@
+
+
+
+
-
@@ -1095,6 +1175,10 @@
+
+
+
+
-
@@ -1106,6 +1190,10 @@
+
+
+
+
-
@@ -1117,6 +1205,10 @@
+
+
+
+
-
@@ -1128,6 +1220,10 @@
+
+
+
+
-
@@ -1139,6 +1235,10 @@
+
+
+
+
-
@@ -1150,6 +1250,10 @@
+
+
+
+
-
@@ -1161,6 +1265,10 @@
+
+
+
+
-
@@ -1172,6 +1280,10 @@
+
+
+
+
-
@@ -1183,6 +1295,10 @@
+
+
+
+
-
@@ -1194,6 +1310,10 @@
+
+
+
+
-
@@ -1205,6 +1325,10 @@
+
+
+
+
-
@@ -1216,6 +1340,10 @@
+
+
+
+
-
@@ -1227,6 +1355,10 @@
+
+
+
+
-
@@ -1238,6 +1370,10 @@
+
+
+
+
-
@@ -1249,6 +1385,10 @@
+
+
+
+
-
@@ -1260,6 +1400,10 @@
+
+
+
+
-
@@ -1271,6 +1415,10 @@
+
+
+
+
-
@@ -1282,6 +1430,10 @@
+
+
+
+
-
@@ -1293,6 +1445,10 @@
+
+
+
+
-
@@ -1304,6 +1460,10 @@
+
+
+
+
-
@@ -1315,6 +1475,10 @@
+
+
+
+
-
@@ -1326,6 +1490,10 @@
+
+
+
+
-
@@ -1337,6 +1505,10 @@
+
+
+
+
-
@@ -1348,5 +1520,9 @@
+
+
+
+
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/93600-93699.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/93600-93699.xml
index 58e851b6a6..1674c68be9 100644
--- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/93600-93699.xml
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/93600-93699.xml
@@ -10,6 +10,10 @@
+
+
+
+
-
@@ -21,6 +25,10 @@
+
+
+
+
-
@@ -32,6 +40,10 @@
+
+
+
+
-
@@ -43,6 +55,10 @@
+
+
+
+
-
@@ -54,6 +70,10 @@
+
+
+
+
-
@@ -65,6 +85,10 @@
+
+
+
+
-
@@ -76,6 +100,10 @@
+
+
+
+
-
@@ -87,6 +115,10 @@
+
+
+
+
-
@@ -98,6 +130,10 @@
+
+
+
+
-
@@ -109,6 +145,10 @@
+
+
+
+
-
@@ -120,6 +160,10 @@
+
+
+
+
-
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/93800-93899.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/93800-93899.xml
index 721bafa74a..5746f78ccd 100644
--- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/93800-93899.xml
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/93800-93899.xml
@@ -537,6 +537,11 @@
+
+
+
+
+
-
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/94100-94199.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/94100-94199.xml
index 34d13fb05a..f772598117 100644
--- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/94100-94199.xml
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/94100-94199.xml
@@ -561,6 +561,12 @@
+
+
+
+
+
+
-
@@ -569,6 +575,12 @@
+
+
+
+
+
+
-
@@ -577,6 +589,12 @@
+
+
+
+
+
+
-
@@ -588,6 +606,10 @@
+
+
+
+
-
@@ -599,6 +621,10 @@
+
+
+
+
-
@@ -610,6 +636,10 @@
+
+
+
+
-
@@ -621,6 +651,10 @@
+
+
+
+
-
@@ -632,6 +666,10 @@
+
+
+
+
-
@@ -643,6 +681,10 @@
+
+
+
+
-
@@ -654,6 +696,10 @@
+
+
+
+
-
@@ -665,6 +711,10 @@
+
+
+
+
-
@@ -676,6 +726,10 @@
+
+
+
+
-
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/94200-94299.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/94200-94299.xml
index c4e7805dc8..6199cdc091 100644
--- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/94200-94299.xml
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/94200-94299.xml
@@ -639,6 +639,10 @@
+
+
+
+
-
@@ -650,6 +654,10 @@
+
+
+
+
-
@@ -661,6 +669,10 @@
+
+
+
+
-
@@ -672,6 +684,10 @@
+
+
+
+
-
@@ -683,6 +699,10 @@
+
+
+
+
-
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/94300-94399.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/94300-94399.xml
index c99c9a6b8c..9def102f21 100644
--- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/94300-94399.xml
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/94300-94399.xml
@@ -859,6 +859,13 @@
+
+
+
+
+
+
+
-
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/94500-94599.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/94500-94599.xml
index 078c40349f..f64a626956 100644
--- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/94500-94599.xml
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/94500-94599.xml
@@ -70,6 +70,12 @@
+
+
+
+
+
+
-
@@ -92,6 +98,10 @@
+
+
+
+
-
@@ -101,6 +111,12 @@
+
+
+
+
+
+
-
@@ -112,6 +128,10 @@
+
+
+
+
-
@@ -123,6 +143,10 @@
+
+
+
+
-
@@ -134,6 +158,10 @@
+
+
+
+
-
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/94600-94699.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/94600-94699.xml
index dfd0faf59e..d2b4077b5c 100644
--- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/94600-94699.xml
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/94600-94699.xml
@@ -131,6 +131,15 @@
+
+
+
+
+
+
+
+
+
-
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/skills/35000-35099.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/skills/35000-35099.xml
index 729ca6514a..116ae6801e 100644
--- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/skills/35000-35099.xml
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/skills/35000-35099.xml
@@ -3,48 +3,270 @@
icon.bm_blessing_dragon
- A1
+ 1
+ 3600
+ PRESERVE_ABNORMAL
+ false
400
- 3000
- 3600000
1
+ 900
+ 3000
+ 2
+ 1
+ A1
+ 3600000
+ NONE
+ -5
+ TARGET
+ SINGLE
+
+
+
icon.bm_salvation_dragon
- A1
+ 1
+ 3600
+ RESURRECTION_SPECIAL
400
- 3000
- 3600000
1
+ 900
+ 3000
+ A1
+ 3600000
+ true
+ NONE
+ 5
+ TARGET
+ SINGLE
+
+
+ 100
+
+
icon.bm_dragon_breath
- A1
- true
+ 1
+ 15
+ 80
600
- 1000
- 60000
-190
+ 1100
+ 1000
+ true
+ 30
+ A1
+ 60000
+ 5
+ PHYSICAL
+ ENEMY_ONLY
+ SINGLE
+
+
+ -50
+ PER
+
+
+ -50
+ PER
+
+
icon.bm_dragon_defence
- A1
- 1000
- 600000
+ 1
+ 15
+ HERO_BUFF
+ ULTIMATE_DEFENCE
438
+ 1000
+ A1
+ 600000
+ PHYSICAL
+ 5
+ SELF
+ SINGLE
+
+
+
+ 3600
+ DIFF
+
+
+ 3240
+ DIFF
+
+
+ -80
+ BUFF
+
+
icon.bm_pendant_pvp
+ 1
P
+ 5
+
+
+ 9
+ DIFF
+
+
icon.bm_pendant_pvp
+ 1
P
+ 5
+
+
+
+ 10
+ 12
+ 13
+ 14
+ 15
+ 16
+ 17
+ 18
+ 20
+ 21
+ 24
+
+ DIFF
+
+
+
+ 0
+ 100
+ 150
+ 200
+ 300
+ 400
+ 500
+ 500
+ 600
+
+ DIFF
+
+
+
+ 0
+ 40
+ 50
+ 60
+ 90
+ 120
+ 150
+ 150
+ 300
+
+ DIFF
+
+
+
+ 0
+ 200
+ 300
+ 400
+ 500
+ 500
+ 600
+
+ DIFF
+
+
+
+ 0
+ 3
+ 5
+ 10
+ 20
+ 20
+ 20
+ 20
+
+ PER
+
+
+
+ 0
+ 3
+ 5
+ 10
+ 20
+ 20
+ 20
+ 20
+
+ PER
+
+
+
+ 0
+ 3
+ 5
+ 10
+ 20
+ 20
+ 20
+ 20
+
+ PER
+
+
+
+ 0
+ 3
+ 5
+ 10
+ 20
+ 20
+ 20
+ 20
+
+ PER
+
+
+
+ 0
+ 3
+ 5
+ 10
+ 20
+ 20
+ 20
+ 20
+
+ PER
+
+
+
+ 0
+ 3
+ 5
+ 10
+ 20
+ 20
+ 20
+ 20
+
+ PER
+
+
+
+ 0
+ 10
+
+
+
@@ -59,7 +281,7 @@
-
+
icon.bm_pendant_pve
1
@@ -78,7 +300,7 @@
18
20
21
- 21
+ 24
DIFF
@@ -108,7 +330,7 @@
30
-
+
0
10
@@ -117,11 +339,11 @@
40
50
60
- 60
+ 80
DIFF
-
+
0
10
@@ -130,19 +352,19 @@
40
50
60
- 60
+ 80
DIFF
-
+
0
5
5
5
- 5
+ 10
- DIFF
+ PER
@@ -150,19 +372,38 @@
5
5
5
- 5
+ 10
+
+ PER
+
+
+
+ 0
+ 10
- DIFF
icon.bm_salvation_dragon
- A1
- 1
- 30000
+ 1
+ 5
+ RESIST_DEBUFF_DISPEL
1
+ 1
+ A1
+ 30000
+ PHYSICAL
+ 5
+ SELF
+ SINGLE
+
+
+ -50
+ DEBUFF
+
+
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/skills/39100-39199.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/skills/39100-39199.xml
index 9dbca92ecf..ffa90ff8a7 100644
--- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/skills/39100-39199.xml
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/skills/39100-39199.xml
@@ -1876,6 +1876,9 @@
100000
+
+ 6500
+
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/skills/39300-39399.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/skills/39300-39399.xml
index 568641e664..38d76015c9 100644
--- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/skills/39300-39399.xml
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/skills/39300-39399.xml
@@ -9,20 +9,141 @@
icon.bookmark_book_i00
A1
-
+
icon.bm_baium_doll_30d
P
+ true
+
+
+
+ -2
+ -3
+ -4
+
+ PER
+ 0
+
+
+
+ -2
+ -3
+ -4
+
+ PER
+ 1
+
+
+
+ 5
+ 12
+ 15
+
+ PER
+
+
+
+ 5
+ 12
+ 15
+
+ PER
+
+
+
+ 10
+ 40
+ 45
+
+
+ 5
+ 20
+ 25
+
+
+ 5
+ 20
+ 25
+
+
+ 5
+ 20
+ 25
+
+
+
-
+
icon.bm_queen_ant_doll_30d
P
+ true
+
+
+
+ 2
+ 8
+ 12
+
+ PER
+
+
+
+ 3
+ 8
+ 10
+
+ PER
+
+
+
+ 3
+ 8
+ 10
+
+ PER
+
+
+
+ 4
+ 12
+ 15
+
+ PER
+
+
-
+
icon.bm_orfen_doll_30d
P
+ true
+
+
+
+ 2
+ 8
+ 15
+
+ PER
+
+
+
+ 3
+ 8
+ 10
+
+ PER
+
+
+
+ 4
+ 12
+ 15
+
+ PER
+
+
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/skills/40100-40199.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/skills/40100-40199.xml
index b8eaa04760..29d8fe1113 100644
--- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/skills/40100-40199.xml
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/skills/40100-40199.xml
@@ -452,6 +452,24 @@
icon.skill0000
A1
+ 300
+
+
+ 35000
+
+
+
+
+
+ 35000
+
+
+ 50000
+
+
+ 3250
+
+
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/skills/45000-45099.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/skills/45000-45099.xml
index f4571761f9..1565557159 100644
--- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/skills/45000-45099.xml
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/skills/45000-45099.xml
@@ -1015,6 +1015,13 @@
BranchSys2.Icon.br_zaken_cloak_i00
P
+ 5
+
+
+ 5
+ PER
+
+
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/skills/45300-45399.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/skills/45300-45399.xml
index 5d162b53c4..e41138f719 100644
--- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/skills/45300-45399.xml
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/skills/45300-45399.xml
@@ -1342,6 +1342,11 @@
200
+
+
+ -200
+
+
@@ -1374,9 +1379,6 @@
-40
PER
-
- -200
-
@@ -1406,7 +1408,7 @@
NOT_FRIEND
- 200
+ 300
@@ -1425,11 +1427,15 @@
true
-
+
- -200
+
+ -300
+ -250
+ -200
+
-
+
@@ -1508,7 +1514,7 @@
true
-
+
-300
@@ -1516,7 +1522,7 @@
-200
-
+
@@ -1597,7 +1603,7 @@
true
-
+
-300
@@ -1605,7 +1611,7 @@
-200
-
+
@@ -4608,13 +4614,6 @@
true
ENEMY
SINGLE
-
-
- SLEEP
- 1
- true
-
-
@@ -4635,6 +4634,10 @@
190
+
+ 500
+ SLEEP
+
SLEEP,-1
@@ -4705,13 +4708,6 @@
true
ENEMY
SINGLE
-
-
- SLEEP
- 1
- true
-
-
@@ -4732,6 +4728,10 @@
190
+
+ 500
+ SLEEP
+
SLEEP,-1
@@ -4802,13 +4802,6 @@
true
ENEMY
SINGLE
-
-
- SLEEP
- 1
- true
-
-
@@ -4829,6 +4822,10 @@
190
+
+ 500
+ SLEEP
+
SLEEP,-1
@@ -4899,13 +4896,6 @@
true
ENEMY
SINGLE
-
-
- SLEEP
- 1
- true
-
-
@@ -4926,6 +4916,10 @@
190
+
+ 500
+ SLEEP
+
SLEEP,-1
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/skills/50100-50199.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/skills/50100-50199.xml
index a5753647b1..e3d7d1a2fb 100644
--- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/skills/50100-50199.xml
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/skills/50100-50199.xml
@@ -785,13 +785,27 @@
icon.etc_summon_aga_agit_i00
- A1
3000
+ 2
+ A1
+ 5
+ 0
+ SELF
+ SINGLE
+
+
+ 16055
+
+
icon.griffin_vehicle
+ 5
P
+
+
+
5
@@ -802,6 +816,7 @@
icon.etc_crystal_piece_i00
+ 5
P
@@ -813,7 +828,14 @@
icon.etc_talisman_i07
+ 5
P
+
+
+ 5
+ PER
+
+
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/skills/50200-50299.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/skills/50200-50299.xml
index 650735fb1e..b7268e02ec 100644
--- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/skills/50200-50299.xml
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/skills/50200-50299.xml
@@ -2184,20 +2184,6 @@
icon.skill0000
P
-
-
- 1
- 1
- 1
- 1
- 1
- 2
- 3
- 4
- 6
- 8
-
-
5
@@ -2212,6 +2198,7 @@
250
300
+ DIFF
@@ -2227,6 +2214,7 @@
250
300
+ DIFF
@@ -2241,15 +2229,31 @@
1800
2500
+ DIFF
-
+
+
+ 1
+ 1
+ 1
+ 1
+ 1
+ 2
+ 3
+ 4
+ 6
+ 8
+
+ DIFF
+
+
+ 50294
50294
1
@@ -2264,7 +2268,7 @@
10
11
-
+ -->
@@ -2339,27 +2343,264 @@
- icon.skill0000
- A1
+ icon.weapon_terakan_i00
+ P
+
+
+
+ 59
+ 64
+ 69
+ 79
+ 80
+ 81
+ 82
+ 83
+ 84
+ 85
+ 86
+ 87
+ 88
+ 89
+ 90
+ 91
+ 92
+ 93
+ 94
+ 95
+ 96
+ 97
+ 98
+ 99
+
+ PHYSICAL_ATTACK
+
+ 0
+ 3
+ 5
+ 8
+ 13
+ 16
+ 19
+ 22
+ 25
+ 30
+ 35
+ 40
+ 45
+ 50
+ 56
+ 62
+ 68
+ 74
+ 80
+ 87
+ 94
+ 101
+ 108
+ 115
+
+ DIFF
+
+
+
+ 59
+ 64
+ 69
+ 79
+ 80
+ 81
+ 82
+ 83
+ 84
+ 85
+ 86
+ 87
+ 88
+ 89
+ 90
+ 91
+ 92
+ 93
+ 94
+ 95
+ 96
+ 97
+ 98
+ 99
+
+ MAGIC_ATTACK
+
+ 0
+ 2
+ 3
+ 5
+ 8
+ 10
+ 12
+ 14
+ 16
+ 19
+ 22
+ 25
+ 28
+ 31
+ 34
+ 37
+ 40
+ 43
+ 46
+ 50
+ 54
+ 58
+ 62
+ 66
+
+ DIFF
+
+
+ Creature
+ 1
+ 10
+ SELF
+ false
+ ALL
+ 50453
+ 1
+
+
+ Creature
+ 1
+ 10
+ SELF
+ true
+ ALL
+ 50453
+ 1
+
+
- icon.skill0000
- A1
+ icon.g_melisa_stormer_i00
+ P
+
+
+ Creature
+ 1
+ 10
+ ENEMY
+ true
+ true
+ false
+ ALL
+ 50451
+ 1
+
+
+ Creature
+ 1
+ 10
+ ENEMY
+ true
+ true
+ true
+ ALL
+ 50451
+ 1
+
+
- icon.skill0000
- A1
+ icon.special_weapon_onehandsword
+ P
+
+
+ Creature
+ 1
+ 10
+ ENEMY
+ true
+ true
+ false
+ ALL
+ 50455
+ 1
+
+
+ Creature
+ 1
+ 10
+ ENEMY
+ true
+ true
+ true
+ ALL
+ 50455
+ 1
+
+
-
- icon.skill0000
- A1
+ icon.bm_the_two_handed_sword_of_hero_i01
+ P
+
+
+ Creature
+ 1
+ 10
+ ENEMY
+ true
+ true
+ false
+ ALL
+ 50454
+ 1
+
+
+ Creature
+ 1
+ 10
+ ENEMY
+ true
+ true
+ true
+ ALL
+ 50454
+ 1
+
+
- icon.skill0000
- A1
+ icon.weapon_karupis_i00
+ P
+
+
+ Creature
+ 1
+ 10
+ ENEMY
+ true
+ true
+ false
+ ALL
+ 50452
+ 1
+
+
+ Creature
+ 1
+ 10
+ ENEMY
+ true
+ true
+ true
+ ALL
+ 50452
+ 1
+
+
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/skills/50300-50399.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/skills/50300-50399.xml
index 0d71b856b1..bf39ad4e85 100644
--- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/skills/50300-50399.xml
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/skills/50300-50399.xml
@@ -2,23 +2,56 @@
- icon.skill0000
+ icon.special_weapon_onehandblunt
A1
- icon.skill0000
- A1
+ icon.belt_i00
+ P
+ 5
+
+
+ 2
+ INVENTORY_NORMAL
+
+
+ 10000
+ DIFF
+
+
- icon.skill0000
- A1
+ icon.amor_goodness_cloak
+ P
+ 5
+
+
+ 1
+ PER
+
+
+ 1
+ PER
+
+
- icon.skill0000
- A1
+ icon.amor_goodness_cloak
+ P
+ 5
+
+
+ 2
+ PER
+
+
+ 2
+ PER
+
+
@@ -87,48 +120,423 @@
- icon.skill0000
- A1
+ icon.agathion_fire_1
+ P
+
+
+
+ 1
+ 2
+ 3
+ 4
+ 5
+ 6
+ 7
+ 9
+ 11
+ 13
+ 15
+
+ PER
+
+
+
+ 1
+ 2
+ 3
+ 4
+ 5
+ 6
+ 7
+ 9
+ 11
+ 13
+ 15
+
+ PER
+
+
+
+ 0
+ 0
+ 0
+ 0
+ 0
+ 2
+ 5
+ 8
+ 14
+ 22
+ 30
+
+
+
+
+ 0
+ 0
+ 0
+ 0
+ 0
+ 2
+ 5
+ 8
+ 14
+ 22
+ 30
+
+
+
+
+ 0
+ 0
+ 0
+ 0
+ 0
+ 2
+ 5
+ 8
+ 14
+ 22
+ 30
+
+
+
- icon.skill0000
- A1
+ icon.agathion_water_1
+ P
+
+
+
+ 1
+ 2
+ 3
+ 4
+ 5
+ 7
+ 9
+ 12
+ 15
+ 18
+ 22
+
+ PER
+
+
+
+ -1
+ -2
+ -3
+ -5
+ -7
+ -10
+
+ PER
+ 0
+
+
+
+ -1
+ -2
+ -3
+ -5
+ -7
+ -10
+
+ PER
+ 1
+
+
- icon.skill0000
- A1
+ icon.agathion_wind_1
+ P
+
+
+
+ 2
+ 4
+ 7
+ 10
+ 15
+ 20
+ 30
+ 50
+ 80
+ 110
+ 150
+
+ DIFF
+
+
+
+ 2
+ 4
+ 7
+ 10
+ 15
+ 20
+ 30
+ 50
+ 80
+ 110
+ 150
+
+ DIFF
+
+
+
+ -1
+ -2
+ -4
+ -6
+ -8
+ -12
+
+ PER
+ 0
+
+
+
+ -1
+ -2
+ -4
+ -6
+ -8
+ -12
+
+ PER
+ 1
+
+
+
+ -1
+ -2
+ -4
+ -6
+ -8
+ -12
+
+ PER
+ 3
+
+
- icon.skill0000
- A1
+ icon.agathion_earth_1
+ P
+
+
+
+ 1
+ 2
+ 3
+ 4
+ 5
+ 6
+ 7
+ 9
+ 11
+ 13
+ 15
+
+ PER
+
+
+
+ 5
+ 10
+ 20
+ 30
+ 100
+ 150
+ 250
+ 360
+ 420
+ 490
+
+ DIFF
+
+
+
+ 0
+ 0
+ 0
+ 0
+ 0
+ 2
+ 5
+ 8
+ 14
+ 22
+ 30
+
+
+
+
+ 0
+ 0
+ 0
+ 0
+ 0
+ 2
+ 5
+ 8
+ 14
+ 22
+ 30
+
+
+
+
+ 2
+ 3
+ 4
+
+ DIFF
+
+
- icon.skill0000
- A1
+ icon.pleasure_agathion_i00
+ P
+
+
+
+ 1
+ 2
+ 3
+ 4
+ 6
+ 9
+ 9
+ 12
+ 16
+ 20
+ 30
+
+
+
+
+ 1
+ 2
+ 3
+ 4
+ 6
+ 9
+ 9
+ 12
+ 16
+ 20
+ 30
+
+
+
+
+ 1
+ 2
+ 5
+ 8
+ 11
+ 15
+
+ PER
+
+
+
+ 1
+ 2
+ 5
+ 8
+ 11
+ 15
+
+ PER
+
+
+
+ 1
+ 2
+ 3
+ 4
+ 5
+ 6
+
+ PER
+
+
- icon.skill0000
+ icon.etc_summon_aga_agit_i00
+ 3000
+ 2
+ 85
A1
+ 5
+ 0
+ SELF
+ SINGLE
+
+
+ 15944
+
+
- icon.skill0000
+ icon.etc_summon_aga_agit_i00
+ 3000
+ 2
+ 85
A1
+ 5
+ 0
+ SELF
+ SINGLE
+
+
+ 13572
+
+
- icon.skill0000
+ icon.etc_summon_aga_agit_i00
+ 3000
+ 2
+ 85
A1
+ 5
+ 0
+ SELF
+ SINGLE
+
+
+ 13576
+
+
- icon.skill0000
+ icon.etc_summon_aga_agit_i00
+ 3000
+ 2
+ 85
A1
+ 5
+ 0
+ SELF
+ SINGLE
+
+
+ 13580
+
+
@@ -466,8 +874,45 @@
- icon.skill0000
- A1
+ icon.accessory_necklace_of_valakas_i00
+ P
+
+
+ 5
+ PER
+
+
+ 5
+ PER
+
+
+ 5
+ PER
+
+
+ 5
+ PER
+
+
+ 5
+
+
+ -4
+ PER
+ 0
+
+
+ -4
+ PER
+ 1
+
+
+ 10
+
+
+ 10
+
+
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/skills/50400-50499.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/skills/50400-50499.xml
index 1c6c2e6967..0b56aea00f 100644
--- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/skills/50400-50499.xml
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/skills/50400-50499.xml
@@ -282,38 +282,168 @@
A1
-
- icon.skill0000
- A1
+ icon.accessory_ring_of_queen_ant_i05
+ 1
+ 30
+ PA_DOWN
+ 80
+ MAGIC
+ 700
+ 1100
+ 1000
+ true
+ true
+ 1
+ 30
+ A2
+ 300000
+ 5
+ ENEMY_ONLY
+ SINGLE
+
+
+ -50
+ PER
+
+
+ -50
+ PER
+
+
- icon.skill0000
- A1
+ icon.accessory_ring_of_core_i05
+ 1
+ 30
+ PD_DOWN
+ 80
+ MAGIC
+ 700
+ 1100
+ 1000
+ true
+ true
+ 1
+ 30
+ A2
+ 300000
+ 5
+ ENEMY_ONLY
+ SINGLE
+
+
+ -50
+ PER
+
+
+ -50
+ PER
+
+
- icon.skill0000
- A1
+ icon.accessory_ring_of_baium_i05
+ 1
+ 30
+ PA_UP_SPECIAL
+ NONE
+ 700
+ 1100
+ 1000
+ true
+ 4
+ A2
+ 300000
+ 5
+ SELF
+ SINGLE
+
+
+ 10
+ PER
+
+
+ 10
+ PER
+
+
+ 10
+ PER
+
+
+ 10
+ PER
+
+
+ 10
+ PER
+
+
+ 10
+ PER
+
+
-
- icon.skill0000
- A1
+ icon.accessory_earring_of_orfen_i05
+ 1
+ 3
+ SLEEP
+ SLEEP
+ 80
+ MAGIC
+ 700
+ 1100
+ 1000
+ true
+ true
+ 1
+ 30
+ A2
+ 300000
+ 5
+ ENEMY_ONLY
+ SINGLE
+
+
+
- icon.skill0000
- A1
+ icon.accessory_earring_of_zaken_i05
+ 1
+ 3
+ SILENCE
+ SILENCE
+ 80
+ MAGIC
+ 700
+ 1100
+ 1000
+ true
+ true
+ 1
+ 30
+ A2
+ 300000
+ 5
+ ENEMY_ONLY
+ SINGLE
+
+
+
+
- icon.skill0000
+ icon.accessory_earring_of_antaras_i05
A1
- icon.skill0000
+ icon.accessory_necklace_of_frintessa_i06
A1
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/skills/51000-51099.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/skills/51000-51099.xml
index 306ae5e8dc..96cad24d93 100644
--- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/skills/51000-51099.xml
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/skills/51000-51099.xml
@@ -187,8 +187,19 @@
icon.etc_summon_aga_agit_i00
- A1
3000
+ 2
+ 85
+ A1
+ 5
+ 0
+ SELF
+ SINGLE
+
+
+ 16056
+
+
@@ -601,15 +612,33 @@
icon.star_scrl_of_ench_ag
+ 2
+ 1
A1
+ 5
+ 0
+ ITEM
+ SINGLE
icon.star_giantscrl_of_ench_ag
+ 2
+ 1
A1
+ 5
+ 0
+ ITEM
+ SINGLE
icon.star_giantscrl_of_ench_ag
+ 2
+ 1
A1
+ 5
+ 0
+ ITEM
+ SINGLE
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/skills/51100-51199.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/skills/51100-51199.xml
index c09198fa76..8dfef422aa 100644
--- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/skills/51100-51199.xml
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/skills/51100-51199.xml
@@ -381,12 +381,30 @@
A1
+ 2
+ 1
+ 5
+ 0
+ ITEM
+ SINGLE
A1
+ 2
+ 1
+ 5
+ 0
+ ITEM
+ SINGLE
A1
+ 2
+ 1
+ 5
+ 0
+ ITEM
+ SINGLE
A1
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/skills/51200-51299.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/skills/51200-51299.xml
index 2e75fdd3f9..bbdf045e28 100644
--- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/skills/51200-51299.xml
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/skills/51200-51299.xml
@@ -708,10 +708,100 @@
A1
-
+
icon.bm_doll_frintessa_30d
P
+
+
+
+ 1
+ 1
+ 2
+
+ STR
+
+
+
+ 1
+ 1
+ 2
+
+ INT
+
+
+
+ 0
+ 1
+ 2
+
+ DEX
+
+
+
+ 0
+ 1
+ 2
+
+ WIT
+
+
+
+ 0
+ 1
+ 2
+
+ CON
+
+
+
+ 0
+ 1
+ 2
+
+ MEN
+
+
+
+ 1
+ 2
+ 5
+
+ PER
+
+
+
+ 1
+ 2
+ 5
+
+ PER
+
+
+
+ 20
+ 50
+ 100
+
+ DIFF
+
+
+
+ 20
+ 50
+ 100
+
+ DIFF
+
+
+
+ 1
+ 2
+ 5
+
+ DIFF
+
+
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/skills/51300-51399.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/skills/51300-51399.xml
index 2744fe94a8..980fd90d64 100644
--- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/skills/51300-51399.xml
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/skills/51300-51399.xml
@@ -220,7 +220,13 @@
icon.star_scrl_of_ench_ag
+ 2
+ 1
A1
+ 5
+ 0
+ ITEM
+ SINGLE
A1
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/skills/51400-51499.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/skills/51400-51499.xml
index cf68928bc7..1c440b4245 100644
--- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/skills/51400-51499.xml
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/skills/51400-51499.xml
@@ -260,6 +260,12 @@
A1
+ 2
+ 1
+ 5
+ 0
+ ITEM
+ SINGLE
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/skills/54000-54099.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/skills/54000-54099.xml
index 109179a894..97f2520afe 100644
--- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/skills/54000-54099.xml
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/skills/54000-54099.xml
@@ -4,100 +4,825 @@
icon.agathion_tau_star_1
P
+
+
+
+ 1
+ 1.5
+ 2
+ 2.5
+ 3
+ 4
+ 5
+ 6
+ 7
+ 8
+ 12
+ 13
+ 14
+ 15
+ 16
+ 17
+ 18
+ 18
+ 19
+ 20
+ 22
+ 25
+
+ PER
+
+
+
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 5
+ 8
+ 15
+ 22
+ 30
+ 32
+ 34
+ 36
+ 39
+ 42
+ 45
+ 48
+ 51
+ 55
+ 60
+ 65
+
+
+
icon.agathion_leo_star_1
P
+
+
+
+ 1
+ 1.5
+ 2
+ 2.5
+ 3
+ 4
+ 4
+ 5
+ 6
+ 7
+ 10
+ 10
+ 10
+ 10
+ 11
+ 11
+ 11
+ 11
+ 12
+ 12
+ 13
+ 15
+
+ PER
+
+
+
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 5
+ 8
+ 14
+ 22
+ 30
+ 32
+ 34
+ 36
+ 38
+ 40
+ 42
+ 44
+ 46
+ 49
+ 52
+ 55
+
+
+
icon.agathion_sco_star_1
P
+
+
+
+ 1
+ 2
+ 3
+ 4
+ 5
+ 7
+ 7
+ 7
+ 8
+ 12
+ 18
+ 18
+ 18
+ 19
+ 19
+ 20
+ 20
+ 20
+ 21
+ 21
+ 22
+ 25
+
+ PER
+
+
+
+ -1
+ -3
+ -5
+ -7
+ -10
+ -10
+ -11
+ -11
+ -12
+ -12
+ -13
+ -14
+ -15
+ -16
+ -17
+ -20
+
+ PER
+ 0
+
+
+
+ -1
+ -3
+ -5
+ -7
+ -10
+ -10
+ -11
+ -11
+ -12
+ -12
+ -13
+ -14
+ -15
+ -16
+ -17
+ -20
+
+ PER
+ 3
+
+
icon.agathion_sag_star_1
P
+
+
+
+ 2
+ 3
+ 4
+ 5
+ 10
+ 15
+ 15
+ 30
+ 40
+ 50
+ 70
+ 75
+ 80
+ 85
+ 90
+ 95
+ 100
+ 100
+ 105
+ 110
+ 115
+ 120
+
+ DIFF
+
+
+
+ -1
+ -3
+ -5
+ -7
+ -10
+ -12
+ -13
+ -13
+ -14
+ -14
+ -15
+ -15
+ -16
+ -16
+ -18
+ -20
+
+ PER
+ 0
+
+
+
+ -1
+ -3
+ -5
+ -7
+ -10
+ -12
+ -13
+ -13
+ -14
+ -14
+ -15
+ -15
+ -16
+ -16
+ -18
+ -20
+
+ PER
+ 3
+
+
icon.agathion_virgo_star_1
P
+
+
+
+ 1
+ 1.5
+ 2
+ 2.5
+ 3
+ 4
+ 5
+ 6
+ 7
+ 8
+ 12
+ 13
+ 14
+ 15
+ 16
+ 17
+ 18
+ 18
+ 20
+ 22
+ 25
+ 30
+
+ PER
+
+
+
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 5
+ 8
+ 15
+ 22
+ 30
+ 32
+ 34
+ 36
+ 39
+ 42
+ 45
+ 48
+ 51
+ 55
+ 60
+ 65
+
+
+
icon.agathion_aqu_star_1
P
+
+
+
+ 1
+ 1.5
+ 2
+ 2.5
+ 3
+ 4
+ 4
+ 5
+ 6
+ 7
+ 10
+ 10
+ 12
+ 14
+ 16
+ 18
+ 20
+ 20
+ 22
+ 24
+ 28
+ 35
+
+ PER
+
+
+
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 5
+ 8
+ 14
+ 22
+ 30
+ 32
+ 34
+ 36
+ 38
+ 40
+ 42
+ 45
+ 48
+ 51
+ 55
+ 60
+
+
+
+
+ 0
+ 0
+ 0
+ 0
+ 0
+ 0
+ 5
+ 8
+ 14
+ 22
+ 30
+ 32
+ 34
+ 36
+ 38
+ 40
+ 42
+ 45
+ 48
+ 51
+ 55
+ 60
+
+
+
icon.agathion_capr_star_1
P
+
+
+
+ 1
+ 2
+ 3
+ 4
+ 5
+ 7
+ 7
+ 7
+ 8
+ 12
+ 18
+ 19
+ 19
+ 20
+ 20
+ 21
+ 21
+ 22
+ 24
+ 26
+ 30
+ 35
+
+ PER
+
+
+
+ -1
+ -3
+ -5
+ -7
+ -10
+ -10
+ -11
+ -11
+ -12
+ -12
+ -13
+ -14
+ -15
+ -16
+ -17
+ -20
+
+ PER
+ 1
+
+
+
+ -1
+ -3
+ -5
+ -7
+ -10
+ -10
+ -11
+ -11
+ -12
+ -12
+ -13
+ -14
+ -15
+ -16
+ -17
+ -20
+
+ PER
+ 3
+
+
icon.agathion_lib_star_1
P
+
+
+
+ 2
+ 3
+ 4
+ 5
+ 10
+ 15
+ 15
+ 25
+ 35
+ 45
+ 60
+ 65
+ 70
+ 75
+ 80
+ 85
+ 90
+ 90
+ 100
+ 110
+ 130
+ 160
+
+ DIFF
+
+
+
+ -2
+ -4
+ -6
+ -8
+ -12
+ -12
+ -12
+ -13
+ -13
+ -14
+ -14
+ -15
+ -15
+ -16
+ -18
+ -20
+
+ PER
+ 1
+
+
+
+ -2
+ -4
+ -6
+ -8
+ -12
+ -12
+ -12
+ -13
+ -13
+ -14
+ -14
+ -15
+ -15
+ -16
+ -18
+ -20
+
+ PER
+ 3
+
+
icon.agathion_gem_star_1
P
+
+
+
+ 1
+ 2
+ 3
+ 4
+ 6
+ 9
+ 9
+ 12
+ 16
+ 20
+ 30
+ 31
+ 31
+ 32
+ 32
+ 33
+ 33
+ 34
+ 35
+ 36
+ 37
+ 40
+
+
+
+
+ 1
+ 2
+ 3
+ 4
+ 6
+ 9
+ 9
+ 12
+ 16
+ 20
+ 30
+ 31
+ 31
+ 32
+ 32
+ 33
+ 33
+ 34
+ 35
+ 36
+ 37
+ 40
+
+
+
+
+ 2
+ 4
+ 5
+ 7
+ 10
+ 11
+ 12
+ 13
+ 14
+ 15
+ 16
+ 18
+ 18
+ 20
+ 22
+ 25
+
+ PER
+
+
+
+ 2
+ 4
+ 5
+ 7
+ 10
+ 11
+ 12
+ 13
+ 14
+ 15
+ 16
+ 18
+ 18
+ 20
+ 25
+ 30
+
+ PER
+
+
+
+ 2
+ 5
+ 7
+ 10
+ 15
+
+ PER
+
+
icon.etc_summon_aga_agit_i00
A1
3000
+ 2
+ 85
+ SELF
+ SINGLE
+
+
+ 13557
+
+
icon.etc_summon_aga_agit_i00
A1
3000
+ 2
+ 85
+ SELF
+ SINGLE
+
+
+ 13558
+
+
icon.etc_summon_aga_agit_i00
A1
3000
+ 2
+ 85
+ SELF
+ SINGLE
+
+
+ 13519
+
+
icon.etc_summon_aga_agit_i00
A1
3000
+ 2
+ 85
+ SELF
+ SINGLE
+
+
+ 13601
+
+
icon.etc_summon_aga_agit_i00
A1
3000
+ 2
+ 85
+ SELF
+ SINGLE
+
+
+ 13553
+
+
icon.etc_summon_aga_agit_i00
A1
3000
+ 2
+ 85
+ SELF
+ SINGLE
+
+
+ 13599
+
+
icon.etc_summon_aga_agit_i00
A1
3000
+ 2
+ 85
+ SELF
+ SINGLE
+
+
+ 13554
+
+
icon.etc_summon_aga_agit_i00
A1
3000
+ 2
+ 85
+ SELF
+ SINGLE
+
+
+ 13555
+
+
icon.etc_summon_aga_agit_i00
A1
3000
+ 2
+ 85
+ SELF
+ SINGLE
+
+
+ 13597
+
+
@@ -446,6 +1171,16 @@
BranchSys2.br_wing_of_sylphide_i00
P
+
+
+ 3
+ PER
+
+
+ 3
+ PER
+
+
@@ -675,11 +1410,249 @@
BranchSys2.br_wing_of_sylphide_i00
P
+
+
+ 15
+ PER
+
+
+ 15
+ PER
+
+
+ 30
+
+
+ 30
+
+
+ 11
+ PER
+
+
+ 6
+ PER
+
+
+ 15
+ PER
+
+
+ 15
+ PER
+
+
+ 10
+ PER
+
+
+ 10
+ PER
+
+
+ 10
+ PER
+
+
BranchSys2.br_wing_of_sylphide_i00
P
+
+
+
+ 15
+ 15
+ 17
+ 17
+ 17
+ 20
+ 20
+ 21
+ 22
+ 25
+
+ PER
+
+
+
+ 15
+ 15
+ 17
+ 17
+ 17
+ 20
+ 20
+ 21
+ 22
+ 25
+
+ PER
+
+
+ 30
+
+
+ 30
+
+
+
+ 12
+ 13
+ 14
+ 15
+ 16
+ 17
+ 18
+ 19
+ 20
+ 25
+
+ PER
+
+
+
+ 8
+ 10
+ 12
+ 14
+ 16
+ 17
+ 18
+ 19
+ 20
+ 25
+
+ PER
+
+
+
+ 15
+ 15
+ 15
+ 16
+ 16
+ 16
+ 17
+ 17
+ 18
+ 20
+
+ PER
+
+
+
+ 16
+ 16
+ 17
+ 18
+ 18
+ 18
+ 19
+ 20
+ 21
+ 25
+
+ PER
+
+
+
+ 10
+ 11
+ 12
+ 13
+ 15
+
+ PER
+
+
+
+ 10
+ 11
+ 12
+ 13
+ 15
+
+ PER
+
+
+
+ 10
+ 11
+ 12
+ 13
+ 15
+
+ PER
+
+
+
+ 0
+ 2
+ 3
+ 5
+ 7
+ 10
+
+ PER
+
+
+
+ 0
+ 2
+ 3
+ 5
+ 7
+ 10
+
+ PER
+
+
+
+ 0
+ 2
+ 3
+ 5
+ 7
+ 10
+
+ PER
+
+
+
+ 0
+ 1
+ 2
+ 3
+ 4
+ 5
+
+ PER
+
+
+
+ 0
+ 1
+ 2
+ 3
+ 4
+ 5
+
+ PER
+
+
+
+ 0
+ 1
+ 2
+ 3
+ 4
+ 5
+
+ PER
+
+
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/skills/documentation.txt b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/skills/documentation.txt
index 802542e24b..eaa693087c 100644
--- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/skills/documentation.txt
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/skills/documentation.txt
@@ -198,6 +198,7 @@ MaxCp: Max. CP stat.
MaxHp: Max. HP stat.
MaxMagicCriticalRate: Stat that overrides the default config MAX_MCRIT_RATE. (l2jmobius)
MaxMp: Max. MP stat.
+ModifyCraftPoints: Modifies player Craft Point count. (l2jmobius)
ModifyDeathPoints: Modifies player Death Point count. (l2jmobius)
ModifyMagicLampPoints: Modifies player MagicLamp point count. (l2jmobius)
ModifyVital: Modifies current HP/MP/CP
diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/xsd/skills.xsd b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/xsd/skills.xsd
index db3f9c17da..7356764995 100644
--- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/xsd/skills.xsd
+++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/xsd/skills.xsd
@@ -1542,7 +1542,21 @@
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -1922,7 +1936,7 @@
-
+