Player Commendation System (PC Bang).
This commit is contained in:
30
trunk/dist/game/config/Custom.properties
vendored
30
trunk/dist/game/config/Custom.properties
vendored
@@ -838,3 +838,33 @@ BTZChanceSupportRewards = 50
|
||||
# Example: 30
|
||||
# 0 for no delay (disable)
|
||||
BTZDelay = 10
|
||||
|
||||
|
||||
# ---------------------------------------------------------------------------
|
||||
# Player Commendation Points (PC Bang)
|
||||
# ---------------------------------------------------------------------------
|
||||
# PC BANG POINTS ID = -100
|
||||
|
||||
# PC Bang Enabled
|
||||
Enabled = True
|
||||
|
||||
# Max points that player may have
|
||||
# Limited by int limit
|
||||
MaxPcBangPoints = 200000
|
||||
|
||||
# Use random in rewarding with points
|
||||
# If enabled points will be random from points/2 to points
|
||||
AcquisitionPointsRandom = False
|
||||
|
||||
# Creates a chance to aquire double point
|
||||
DoublingAcquisitionPoints = True
|
||||
|
||||
# Double points chance
|
||||
# If DoublingAcquisitionPoints=True
|
||||
DoublingAcquisitionPointsChance = 1
|
||||
|
||||
# PC Bang point rate
|
||||
# e.g. with 1.0 it's 10000 exp = 1 PC Bang point
|
||||
# 2.0 - 10000 exp = 2 PC Bang points
|
||||
# 0.5 - 5000 exp = 1 PC Bang point
|
||||
AcquisitionPointsRate = 1.0
|
||||
|
Reference in New Issue
Block a user