As of version 4.1.0 you'll be able to customize your report title.
In the options menu you can see a "custom report title" textfield.
This textfield will contain a default title which you can change.
Example:
"[TOT: {td}] {att} vs. {def} (A: {tda}, D: {tdd})"
Which will result to this:
"[TOT: 9.420.000] UniverseView [UV] vs. OGotcha [OG] (A: 0, D: 9.420.000)"
If, for instance, you want to add your profit you could use this title:
"[TOT: {td}] {att} vs. {def} (A: {tda}, D: {tdd}) TP: {tpa}"
I added {tpa} which stands for the total profit for the attackers.
These are all the placeholders you can use:
In the options menu you can see a "custom report title" textfield.
This textfield will contain a default title which you can change.
Example:
"[TOT: {td}] {att} vs. {def} (A: {tda}, D: {tdd})"
Which will result to this:
"[TOT: 9.420.000] UniverseView [UV] vs. OGotcha [OG] (A: 0, D: 9.420.000)"
If, for instance, you want to add your profit you could use this title:
"[TOT: {td}] {att} vs. {def} (A: {tda}, D: {tdd}) TP: {tpa}"
I added {tpa} which stands for the total profit for the attackers.
These are all the placeholders you can use:
- {td} : Total damage from the main battle
- {att} : Attacker names (including alliance tags if enabled)
- {def} : Defender names (including alliance tags if enabled)
- {tda} : Total damage attackers
- {tdd} : Total damage defenders
- {tpa} : Total profit attackers (including follow-ups)
- {tpd} : Total profit defenders (including follow-ups)
- {hmc} : Hypothetical moonchance
- {time} : Time of battle
- {tdr} : Total follow-up damage (sum of all follow-ups)
- {tdra} : Total follow-up damage attackers (sum of all follow-ups)
- {tdrd} : Total follow-up damage defenders (sum of all follow-ups)
- {tdo} : Total damage from the main battle and from the follow-ups
- {tdoa} : Total damage attackers including follow-ups
- {tdod} : Total damage defenders including follow-ups