diff --git a/src/main/resources/application.conf b/src/main/resources/application.conf index ae95b7aab..c0fa142bd 100644 --- a/src/main/resources/application.conf +++ b/src/main/resources/application.conf @@ -387,19 +387,19 @@ game { promotion { # Whether promotion versus play is offered at battle rank 1. # Anyone who is currently enrolled in the promotion system remains enrolled during normal game play. - # Relenting on the promotion debt back to battle rank 2 is still possible. + # Relenting on the promotion debt back to the reset battle rank is still possible. active = true # This battle rank and any battle ranks of ordinal decrement that allow opt-in to the progression system. broadcast-battle-rank = 1 # This is the minimum battle rank that can be set as part of the promotion system. # Used to escape debt and return to normal play. - reset-battle-rank = 2 + reset-battle-rank = 5 # This is the maximum battle rank that can be set as part of the promotion system. max-battle-rank = 13 # How much direct combat contributes to paying back promotion debt. # Typically, it does not contribute. battle-experience-points-modifier = 0f - support-experience-points-modifier = 2f + support-experience-points-modifier = 3f capture-experience-points-modifier = 1f # Don't forget to pay back that debt. }