Player Commendation System (PC Bang).

This commit is contained in:
mobius
2015-01-29 16:36:11 +00:00
parent 007760a8cb
commit d4edb0e701
15 changed files with 283 additions and 11 deletions

View File

@@ -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