progress changes: revert to br normally after basic fte's, and support experience multiplier against debt to 3x

This commit is contained in:
Fate-JH 2023-11-28 11:24:07 -05:00
parent b336ddd25d
commit a71e699fa0

View file

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