From e044b49fc61dcce1515604f7f8b2a1ac940e2afe Mon Sep 17 00:00:00 2001 From: MobiusDevelopment <8391001+MobiusDevelopment@users.noreply.github.com> Date: Sun, 4 Jul 2021 13:47:46 +0000 Subject: [PATCH] Boss accessories should use option data. Contributed by musicgyz. --- .../dist/game/data/EnchantItemOptions.xml | 57 ++++++++ .../augmentation/options/35400-35499.xml | 129 ++++++++++++++++++ .../game/data/stats/items/06600-06699.xml | 35 +---- .../game/data/stats/items/49500-49599.xml | 12 +- .../game/data/stats/items/90700-90799.xml | 11 +- .../game/data/stats/items/90900-90999.xml | 11 +- .../game/data/stats/items/91500-91599.xml | 12 +- .../dist/game/data/EnchantItemOptions.xml | 57 ++++++++ .../augmentation/options/35400-35499.xml | 129 ++++++++++++++++++ .../game/data/stats/items/06600-06699.xml | 35 +---- .../game/data/stats/items/49500-49599.xml | 12 +- .../game/data/stats/items/90700-90799.xml | 11 +- .../game/data/stats/items/90900-90999.xml | 11 +- .../game/data/stats/items/91500-91599.xml | 12 +- .../dist/game/data/EnchantItemOptions.xml | 57 ++++++++ .../augmentation/options/35400-35499.xml | 129 ++++++++++++++++++ .../game/data/stats/items/06600-06699.xml | 35 +---- .../game/data/stats/items/49500-49599.xml | 12 +- .../game/data/stats/items/90700-90799.xml | 11 +- .../game/data/stats/items/90900-90999.xml | 11 +- .../game/data/stats/items/91500-91599.xml | 12 +- 21 files changed, 582 insertions(+), 219 deletions(-) create mode 100644 L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/augmentation/options/35400-35499.xml create mode 100644 L2J_Mobius_Essence_5.0_Sylph/dist/game/data/stats/augmentation/options/35400-35499.xml create mode 100644 L2J_Mobius_Essence_5.2_FrostLord/dist/game/data/stats/augmentation/options/35400-35499.xml 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 722be48a10..ef1e2c2224 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 @@ -1994,4 +1994,61 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/augmentation/options/35400-35499.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/augmentation/options/35400-35499.xml new file mode 100644 index 0000000000..fd6800c803 --- /dev/null +++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/augmentation/options/35400-35499.xml @@ -0,0 +1,129 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/06600-06699.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/06600-06699.xml index bd68d56916..af65358329 100644 --- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/06600-06699.xml +++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/06600-06699.xml @@ -429,17 +429,8 @@ - - - - - - - - - 48 - 21 + 61 @@ -450,20 +441,10 @@ - - - - - - - - - - 51 - 19 + 89 @@ -474,20 +455,10 @@ - - - - - - - - - - 32 - 9 + 61 diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/49500-49599.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/49500-49599.xml index 313ce642b0..1350fc28de 100644 --- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/49500-49599.xml +++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/49500-49599.xml @@ -987,20 +987,10 @@ - - - - - - - - - - 32 - 9 + 73 diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/90700-90799.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/90700-90799.xml index e67dd0e742..9a652a5feb 100644 --- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/90700-90799.xml +++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/90700-90799.xml @@ -813,17 +813,8 @@ - - - - - - - - - 60 - 22 + 107 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 8a5e647fbb..9d19438855 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 @@ -1268,17 +1268,8 @@ - - - - - - - - - 74 - 28 + 117 diff --git a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/91500-91599.xml b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/91500-91599.xml index f34c6ad2df..387a550d4f 100644 --- a/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/91500-91599.xml +++ b/L2J_Mobius_Essence_4.0_DwellingOfSpirits/dist/game/data/stats/items/91500-91599.xml @@ -614,17 +614,8 @@ - - - - - - - - - 83 - 29 + 107 @@ -1069,6 +1060,7 @@ + 92 54 diff --git a/L2J_Mobius_Essence_5.0_Sylph/dist/game/data/EnchantItemOptions.xml b/L2J_Mobius_Essence_5.0_Sylph/dist/game/data/EnchantItemOptions.xml index c2b70ca688..05104c4058 100644 --- a/L2J_Mobius_Essence_5.0_Sylph/dist/game/data/EnchantItemOptions.xml +++ b/L2J_Mobius_Essence_5.0_Sylph/dist/game/data/EnchantItemOptions.xml @@ -2011,4 +2011,61 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/L2J_Mobius_Essence_5.0_Sylph/dist/game/data/stats/augmentation/options/35400-35499.xml b/L2J_Mobius_Essence_5.0_Sylph/dist/game/data/stats/augmentation/options/35400-35499.xml new file mode 100644 index 0000000000..fd6800c803 --- /dev/null +++ b/L2J_Mobius_Essence_5.0_Sylph/dist/game/data/stats/augmentation/options/35400-35499.xml @@ -0,0 +1,129 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/L2J_Mobius_Essence_5.0_Sylph/dist/game/data/stats/items/06600-06699.xml b/L2J_Mobius_Essence_5.0_Sylph/dist/game/data/stats/items/06600-06699.xml index bd68d56916..af65358329 100644 --- a/L2J_Mobius_Essence_5.0_Sylph/dist/game/data/stats/items/06600-06699.xml +++ b/L2J_Mobius_Essence_5.0_Sylph/dist/game/data/stats/items/06600-06699.xml @@ -429,17 +429,8 @@ - - - - - - - - - 48 - 21 + 61 @@ -450,20 +441,10 @@ - - - - - - - - - - 51 - 19 + 89 @@ -474,20 +455,10 @@ - - - - - - - - - - 32 - 9 + 61 diff --git a/L2J_Mobius_Essence_5.0_Sylph/dist/game/data/stats/items/49500-49599.xml b/L2J_Mobius_Essence_5.0_Sylph/dist/game/data/stats/items/49500-49599.xml index 313ce642b0..1350fc28de 100644 --- a/L2J_Mobius_Essence_5.0_Sylph/dist/game/data/stats/items/49500-49599.xml +++ b/L2J_Mobius_Essence_5.0_Sylph/dist/game/data/stats/items/49500-49599.xml @@ -987,20 +987,10 @@ - - - - - - - - - - 32 - 9 + 73 diff --git a/L2J_Mobius_Essence_5.0_Sylph/dist/game/data/stats/items/90700-90799.xml b/L2J_Mobius_Essence_5.0_Sylph/dist/game/data/stats/items/90700-90799.xml index e67dd0e742..9a652a5feb 100644 --- a/L2J_Mobius_Essence_5.0_Sylph/dist/game/data/stats/items/90700-90799.xml +++ b/L2J_Mobius_Essence_5.0_Sylph/dist/game/data/stats/items/90700-90799.xml @@ -813,17 +813,8 @@ - - - - - - - - - 60 - 22 + 107 diff --git a/L2J_Mobius_Essence_5.0_Sylph/dist/game/data/stats/items/90900-90999.xml b/L2J_Mobius_Essence_5.0_Sylph/dist/game/data/stats/items/90900-90999.xml index 8a5e647fbb..9d19438855 100644 --- a/L2J_Mobius_Essence_5.0_Sylph/dist/game/data/stats/items/90900-90999.xml +++ b/L2J_Mobius_Essence_5.0_Sylph/dist/game/data/stats/items/90900-90999.xml @@ -1268,17 +1268,8 @@ - - - - - - - - - 74 - 28 + 117 diff --git a/L2J_Mobius_Essence_5.0_Sylph/dist/game/data/stats/items/91500-91599.xml b/L2J_Mobius_Essence_5.0_Sylph/dist/game/data/stats/items/91500-91599.xml index 87560e6592..2a95a38ebc 100644 --- a/L2J_Mobius_Essence_5.0_Sylph/dist/game/data/stats/items/91500-91599.xml +++ b/L2J_Mobius_Essence_5.0_Sylph/dist/game/data/stats/items/91500-91599.xml @@ -614,17 +614,8 @@ - - - - - - - - - 83 - 29 + 107 @@ -1069,6 +1060,7 @@ + 92 54 diff --git a/L2J_Mobius_Essence_5.2_FrostLord/dist/game/data/EnchantItemOptions.xml b/L2J_Mobius_Essence_5.2_FrostLord/dist/game/data/EnchantItemOptions.xml index c2b70ca688..05104c4058 100644 --- a/L2J_Mobius_Essence_5.2_FrostLord/dist/game/data/EnchantItemOptions.xml +++ b/L2J_Mobius_Essence_5.2_FrostLord/dist/game/data/EnchantItemOptions.xml @@ -2011,4 +2011,61 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/L2J_Mobius_Essence_5.2_FrostLord/dist/game/data/stats/augmentation/options/35400-35499.xml b/L2J_Mobius_Essence_5.2_FrostLord/dist/game/data/stats/augmentation/options/35400-35499.xml new file mode 100644 index 0000000000..fd6800c803 --- /dev/null +++ b/L2J_Mobius_Essence_5.2_FrostLord/dist/game/data/stats/augmentation/options/35400-35499.xml @@ -0,0 +1,129 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/L2J_Mobius_Essence_5.2_FrostLord/dist/game/data/stats/items/06600-06699.xml b/L2J_Mobius_Essence_5.2_FrostLord/dist/game/data/stats/items/06600-06699.xml index bd68d56916..af65358329 100644 --- a/L2J_Mobius_Essence_5.2_FrostLord/dist/game/data/stats/items/06600-06699.xml +++ b/L2J_Mobius_Essence_5.2_FrostLord/dist/game/data/stats/items/06600-06699.xml @@ -429,17 +429,8 @@ - - - - - - - - - 48 - 21 + 61 @@ -450,20 +441,10 @@ - - - - - - - - - - 51 - 19 + 89 @@ -474,20 +455,10 @@ - - - - - - - - - - 32 - 9 + 61 diff --git a/L2J_Mobius_Essence_5.2_FrostLord/dist/game/data/stats/items/49500-49599.xml b/L2J_Mobius_Essence_5.2_FrostLord/dist/game/data/stats/items/49500-49599.xml index 313ce642b0..1350fc28de 100644 --- a/L2J_Mobius_Essence_5.2_FrostLord/dist/game/data/stats/items/49500-49599.xml +++ b/L2J_Mobius_Essence_5.2_FrostLord/dist/game/data/stats/items/49500-49599.xml @@ -987,20 +987,10 @@ - - - - - - - - - - 32 - 9 + 73 diff --git a/L2J_Mobius_Essence_5.2_FrostLord/dist/game/data/stats/items/90700-90799.xml b/L2J_Mobius_Essence_5.2_FrostLord/dist/game/data/stats/items/90700-90799.xml index e67dd0e742..9a652a5feb 100644 --- a/L2J_Mobius_Essence_5.2_FrostLord/dist/game/data/stats/items/90700-90799.xml +++ b/L2J_Mobius_Essence_5.2_FrostLord/dist/game/data/stats/items/90700-90799.xml @@ -813,17 +813,8 @@ - - - - - - - - - 60 - 22 + 107 diff --git a/L2J_Mobius_Essence_5.2_FrostLord/dist/game/data/stats/items/90900-90999.xml b/L2J_Mobius_Essence_5.2_FrostLord/dist/game/data/stats/items/90900-90999.xml index 8a5e647fbb..9d19438855 100644 --- a/L2J_Mobius_Essence_5.2_FrostLord/dist/game/data/stats/items/90900-90999.xml +++ b/L2J_Mobius_Essence_5.2_FrostLord/dist/game/data/stats/items/90900-90999.xml @@ -1268,17 +1268,8 @@ - - - - - - - - - 74 - 28 + 117 diff --git a/L2J_Mobius_Essence_5.2_FrostLord/dist/game/data/stats/items/91500-91599.xml b/L2J_Mobius_Essence_5.2_FrostLord/dist/game/data/stats/items/91500-91599.xml index 87560e6592..2a95a38ebc 100644 --- a/L2J_Mobius_Essence_5.2_FrostLord/dist/game/data/stats/items/91500-91599.xml +++ b/L2J_Mobius_Essence_5.2_FrostLord/dist/game/data/stats/items/91500-91599.xml @@ -614,17 +614,8 @@ - - - - - - - - - 83 - 29 + 107 @@ -1069,6 +1060,7 @@ + 92 54