|
@@ -25,16 +25,22 @@ public class SoulCrystal
|
|
|
{5577, 5580}, //RED 11 - 12
|
|
|
{5580, 5908}, //RED 12 - 13
|
|
|
{5908, 9570}, //RED 13 - 14
|
|
|
+ {9570, 10480}, //RED 14 - 15
|
|
|
+ {10480, 13071}, //RED 15 - 16
|
|
|
|
|
|
{4650, 5578}, //GRN 10 - 11
|
|
|
{5578, 5581}, //GRN 11 - 12
|
|
|
{5581, 5911}, //GRN 12 - 13
|
|
|
{5911, 9572}, //GRN 13 - 14
|
|
|
+ {9572, 10482}, //GRN 14 - 15
|
|
|
+ {10482, 13073}, //GRN 15 - 16
|
|
|
|
|
|
{4661, 5579}, //BLU 10 - 11
|
|
|
{5579, 5582}, //BLU 11 - 12
|
|
|
{5582, 5914}, //BLU 12 - 13
|
|
|
- {5914, 9571} //BLU 13 - 14
|
|
|
+ {5914, 9571}, //BLU 13 - 14
|
|
|
+ {9571, 10481}, //BLU 14 - 15
|
|
|
+ {10481, 13072} //BLU 15 - 16
|
|
|
};
|
|
|
|
|
|
/**
|
|
@@ -43,12 +49,12 @@ public class SoulCrystal
|
|
|
*/
|
|
|
public static final int[] SoulCrystalTable =
|
|
|
{
|
|
|
- 4629, 4630, 4631, 4632, 4633, 4634, 4635, 4636, 4637, 4638, 4639, 5577, 5580, 5908, 9570,
|
|
|
- 4640, 4641, 4642, 4643, 4644, 4645, 4646, 4647, 4648, 4649, 4650, 5578, 5581, 5911, 9572,
|
|
|
- 4651, 4652, 4653, 4654, 4655, 4656, 4657, 4658, 4659, 4660, 4661, 5579, 5582, 5914, 9571
|
|
|
+ 4629, 4630, 4631, 4632, 4633, 4634, 4635, 4636, 4637, 4638, 4639, 5577, 5580, 5908, 9570, 10480, 13071,
|
|
|
+ 4640, 4641, 4642, 4643, 4644, 4645, 4646, 4647, 4648, 4649, 4650, 5578, 5581, 5911, 9572, 10482, 13073,
|
|
|
+ 4651, 4652, 4653, 4654, 4655, 4656, 4657, 4658, 4659, 4660, 4661, 5579, 5582, 5914, 9571, 10481, 13072
|
|
|
};
|
|
|
|
|
|
- public static final int MAX_CRYSTALS_LEVEL = 14;
|
|
|
+ public static final int MAX_CRYSTALS_LEVEL = 16;
|
|
|
public static final int LEVEL_CHANCE = 32;
|
|
|
|
|
|
public static final int RED_NEW_CRYSTAL = 4629;
|