EA Forums - Banner
CLOSURE ANNOUNCEMENT: The C&C forums will be closed on December 13th, 2023. Read more about the future of the forums here.

artillery support

bosco1958
posts New member
If my artillery support is a level 52, what effect does it have on a level 58 attacker

Replies

  • EE_Elephterion
    1954 posts Member
    edited June 2019
    In the arsenal you can see the efficiency of support weapons. You can see those values if you select the entry under base buildings for your faction.
    A support weapon level 52 does the same percentage of damage against a level 58 attacker as if it hits a level 54 attacker.
    Post edited by EE_Elephterion on
    Envision Entertainment Community Liaison
  • I know you know the code, but are you sure?

    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.
  • EE_Elephterion
    1954 posts Member
    edited June 2019
    I have done some more investigation. There is no bottom cap against stronger attackers, only agaisnt weaker incoming units, then the support damage is limited to what it would be as if the unit was the same level as the support.
    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.
    Envision Entertainment Community Liaison
Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. Sign in or register to get started.