diff --git a/L2J_Mobius_6.0_Fafurion/dist/game/data/stats/skills/00000-00099.xml b/L2J_Mobius_6.0_Fafurion/dist/game/data/stats/skills/00000-00099.xml
index 2e3382ce66..a3216aa271 100644
--- a/L2J_Mobius_6.0_Fafurion/dist/game/data/stats/skills/00000-00099.xml
+++ b/L2J_Mobius_6.0_Fafurion/dist/game/data/stats/skills/00000-00099.xml
@@ -940,12 +940,12 @@
25628
25628
25628
- {base + base / 100 * subIndex}
+ {base + (base / 100 * subIndex)}
true
15
- {base + base / 100 * subIndex}
+ {base + (base / 100 * subIndex)}
1
@@ -3650,12 +3650,12 @@
25628
25628
25628
- {base + base / 100 * subIndex}
+ {base + (base / 100 * subIndex)}
true
15
- {base + base / 100 * subIndex}
+ {base + (base / 100 * subIndex)}
1
@@ -4079,7 +4079,7 @@
STUN
50
- {base + base / 100 * subIndex}
+ {base + (base / 100 * subIndex)}
6-12
150
@@ -4315,12 +4315,12 @@
42645
42645
42645
- {base + base / 100 * subIndex}
+ {base + (base / 100 * subIndex)}
true
15
- {base + base / 100 * subIndex}
+ {base + (base / 100 * subIndex)}
true
@@ -5606,7 +5606,7 @@
2520
2582
2644
- {base + base / 100 * subIndex}
+ {base + (base / 100 * subIndex)}
@@ -6672,7 +6672,7 @@
600
- {base + subIndex * 30}
+ {base + (subIndex * 30)}
PA_UP_SPECIAL
235
@@ -6763,7 +6763,7 @@
- {subIndex * 0.4 + 0.6}
+ {0.6 + (0.4 * subIndex)}
PER
diff --git a/L2J_Mobius_6.0_Fafurion/dist/game/data/stats/skills/00100-00199.xml b/L2J_Mobius_6.0_Fafurion/dist/game/data/stats/skills/00100-00199.xml
index 3191dc9c61..309003d83b 100644
--- a/L2J_Mobius_6.0_Fafurion/dist/game/data/stats/skills/00100-00199.xml
+++ b/L2J_Mobius_6.0_Fafurion/dist/game/data/stats/skills/00100-00199.xml
@@ -1847,7 +1847,7 @@
60
{base + subIndex}
- {base + 10 + 0.5 * subIndex}
+ {base + 10 + (subIndex - 10 * 0.5)}
PINCH
@@ -2806,7 +2806,7 @@
60
{base + subIndex}
- {base + 10 + 0.5 * subIndex}
+ {base + 10 + (subIndex - 10 * 0.5)}
PINCH
diff --git a/L2J_Mobius_6.0_Fafurion/dist/game/data/stats/skills/00200-00299.xml b/L2J_Mobius_6.0_Fafurion/dist/game/data/stats/skills/00200-00299.xml
index 42964e4faf..d89c4721fd 100644
--- a/L2J_Mobius_6.0_Fafurion/dist/game/data/stats/skills/00200-00299.xml
+++ b/L2J_Mobius_6.0_Fafurion/dist/game/data/stats/skills/00200-00299.xml
@@ -4172,7 +4172,7 @@
4
15
- {base + base / 100 * subIndex}
+ {base + (base / 100 * subIndex)}
1
@@ -4216,7 +4216,7 @@
42189
42189
42189
- {base + base / 100 * subIndex}
+ {base + (base / 100 * subIndex)}
true
@@ -5077,7 +5077,7 @@
PARALYZE
40
- {base + base / 100 * subIndex}
+ {base + (base / 100 * subIndex)}
MAGIC
400
@@ -5171,7 +5171,7 @@
27108
28354
29600
- {base + base / 100 * subIndex}
+ {base + (base / 100 * subIndex)}
@@ -6104,7 +6104,7 @@
- {-0.6 - 0.4 * subIndex}
+ {-0.6 - (0.4 * subIndex)}
PER
diff --git a/L2J_Mobius_6.0_Fafurion/dist/game/data/stats/skills/00300-00399.xml b/L2J_Mobius_6.0_Fafurion/dist/game/data/stats/skills/00300-00399.xml
index 08b08b6dd2..adb16c6956 100644
--- a/L2J_Mobius_6.0_Fafurion/dist/game/data/stats/skills/00300-00399.xml
+++ b/L2J_Mobius_6.0_Fafurion/dist/game/data/stats/skills/00300-00399.xml
@@ -1738,7 +1738,7 @@
PD_DOWN
80
- {base + base / 100 * subIndex}
+ {base + (base / 100 * subIndex)}
600
300
@@ -1817,7 +1817,7 @@
876
876
876
- {base + base / 100 * subIndex}
+ {base + (base / 100 * subIndex)}
true
10
@@ -1849,7 +1849,7 @@
PD_DOWN
80
- {base + base / 100 * subIndex}
+ {base + (base / 100 * subIndex)}
600
-709
@@ -1928,7 +1928,7 @@
876
876
876
- {base + base / 100 * subIndex}
+ {base + (base / 100 * subIndex)}
true
10
@@ -2762,7 +2762,7 @@
FLESH_STONE
40
- {base + base / 100 * subIndex}
+ {base + (base / 100 * subIndex)}
10-10
150
diff --git a/L2J_Mobius_6.0_Fafurion/dist/game/data/stats/skills/00400-00499.xml b/L2J_Mobius_6.0_Fafurion/dist/game/data/stats/skills/00400-00499.xml
index 79ee560525..8842da1878 100644
--- a/L2J_Mobius_6.0_Fafurion/dist/game/data/stats/skills/00400-00499.xml
+++ b/L2J_Mobius_6.0_Fafurion/dist/game/data/stats/skills/00400-00499.xml
@@ -581,7 +581,7 @@
ROOT
40
- {base + base / 100 * subIndex}
+ {base + (base / 100 * subIndex)}
10-10
150
@@ -661,13 +661,13 @@
- {-0.6 - 0.4 * subIndex}
+ {-0.6 - (0.4 * subIndex)}
PER
- {-0.6 - 0.4 * subIndex}
+ {-0.6 - (0.4 * subIndex)}
PER
@@ -1242,7 +1242,7 @@
120
- {base + subIndex * 15}
+ {base + (subIndex * 15)}
MIGHT_MORTAL
@@ -2600,7 +2600,7 @@
SILENCE
60
- {base + base / 100 * subIndex}
+ {base + (base / 100 * subIndex)}
10-10
150
@@ -2643,7 +2643,7 @@
2
1800
- {1800 + subIndex * 90}
+ {1800 + (subIndex * 90)}
RESURRECTION_SPECIAL
673
@@ -5173,7 +5173,7 @@
30
{base + subIndex}
- {base + 10 + 0.5 * subIndex}
+ {base + 10 + (subIndex - 10 * 0.5)}
PD_UP_SPECIAL
@@ -5242,7 +5242,7 @@
- {0.6 + 0.4 * subIndex}
+ {0.6 + (0.4 * subIndex)}
PER
@@ -5285,7 +5285,7 @@
DOT_BLEEDING
50
- {base + base / 100 * subIndex}
+ {base + (base / 100 * subIndex)}
PHYSICAL
40
@@ -5378,7 +5378,7 @@
- {-0.6 - 0.4 * subIndex}
+ {-0.6 - (0.4 * subIndex)}
PER
diff --git a/L2J_Mobius_6.0_Fafurion/dist/game/data/stats/skills/00500-00599.xml b/L2J_Mobius_6.0_Fafurion/dist/game/data/stats/skills/00500-00599.xml
index 13884011b5..894ba4936e 100644
--- a/L2J_Mobius_6.0_Fafurion/dist/game/data/stats/skills/00500-00599.xml
+++ b/L2J_Mobius_6.0_Fafurion/dist/game/data/stats/skills/00500-00599.xml
@@ -2179,12 +2179,12 @@
30
{base + subIndex}
- {base + 10 + 0.5 * subIndex}
+ {base + 10 + (subIndex - 10 * 0.5)}
T_CRT_RATE_UP
80
- {base + base / 100 * subIndex}
+ {base + (base / 100 * subIndex)}
PHYSICAL
40