CLOSURE ANNOUNCEMENT: The C&C forums will be closed on December 13th, 2023. Read more about the future of the forums here.
artillery support
If my artillery support is a level 52, what effect does it have on a level 58 attacker
0
Howdy, Stranger!
Replies
A support weapon level 52 does the same percentage of damage against a level 58 attacker as if it hits a level 54 attacker.
Until now I thought the damage is calculated like this:
E.g. Nod Air-Support = 9% damage against air of same level.
So for lvl 52 vs 58, it would be:
=52/58 * 9%
Or do you mean absolute numbers? Which would be something similar.
Regarding stronger attackers, the value is calculated like this:
BaselinePercentage * Min(LvlSupport, LvlOffEntity) / LvlOffEntity
The Min() implies that the smaller of both values is inserted here in case of an attack and then divided by the level of the attacking entity, your previous assumption would be correct.
The value of your Nod Air-Support would drop to 8.06% in that case.