- Implemented Compound engine.
- Created Launcher files to use debugger in eclipse.
This commit is contained in:
12
trunk/dist/game/config/Character.properties
vendored
12
trunk/dist/game/config/Character.properties
vendored
@@ -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
|
||||
# ---------------------------------------------------------------------------
|
||||
|
Reference in New Issue
Block a user