-
Notifications
You must be signed in to change notification settings - Fork 10
Formula Writing Guide
The_Fireplace edited this page Jan 22, 2022
·
2 revisions
Supports operators + - * / ^ as well as parenthesis ()
m gets replaced with the clan's current raid reward multiplier, or 1 if increasing rewards are disabled.
c gets replaced with the clan's current claim count.
f gets replaced with the clan's economy account balance.
p gets replaced with the clan's member count.
d gets replaced with the number of defenders the raid had, if applicable, or the number of online clan members in survival mode otherwise.
w gets replaced with the average Win-Loss Ratio of the raiding party, if applicable, or 1 otherwise.
If you just want a constant value, that works too! Just put the number you want to set it to as the formula.
A few examples:
50+2*c
25+2*d/3+p/4
f/100
(30+d)/(30+p)
420