- Implemented Compound engine.

- Created Launcher files to use debugger in eclipse.
This commit is contained in:
erlandys56
2015-01-25 21:51:18 +00:00
parent fbd425faf0
commit 56db1f21cf
22 changed files with 837 additions and 6 deletions

View File

@@ -460,6 +460,18 @@ AugmentationBlackList = 6656,6657,6658,6659,6660,6661,6662,8191,10170,10314,1374
# Default: False
AltAllowAugmentPvPItems = false
# ---------------------------------------------------------------------------
# Compound
# ---------------------------------------------------------------------------
# This controls the chance a stone to break when compounding to upper level.
# This chance is in %, so if you set this to 100%, enchants will always succeed.
# Second level works for First + First, Third level for Second + Second and so on.
# DEFAULT NEEDS TO BE VERIFIED, MUST BE CHANGED HERE AND IN CONFIG.JAVA IF NOT CORRECT
SecondLevelUpgradeChance = 90
ThirdLevelUpgradeChance = 80
FourthLevelUpgradeChance = 70
FithLevelUpgradeChance = 60
# ---------------------------------------------------------------------------
# Karma
# ---------------------------------------------------------------------------