• We have updated our Community Code of Conduct. Please read through the new rules for the forum that are an integral part of Paradox Interactive’s User Agreement.

Limith

Modding for Myself
18 Badges
Apr 7, 2010
3.742
369
  • Darkest Hour
  • Deus Vult
  • East India Company
  • Europa Universalis III Complete
  • Divine Wind
  • Crusader Kings II
  • Heir to the Throne
  • Rome: Vae Victis
  • Rome Gold
  • Sword of the Stars
  • Victoria 2: Heart of Darkness
  • Victoria 2: A House Divided
  • Stellaris Sign-up
  • 500k Club
  • Victoria 2
  • Europa Universalis III Complete
  • Europa Universalis III Complete
  • Europa Universalis IV
Would the two commands below be doing essentially the same thing (since only paratroopers can drop)?
command = { type = task_efficiency which = airborne_assault value = 0.10 }
command = { type = paradrop_attack which = paratrooper value = 10 }

Also applies to shore_attack and amphibious_assault.
 
Simple answer, yes, in case of paradrops you get the same result.

Real answer, no, you modify different values in the same formula.

Simplified Model:

amp assault:
X = 0.5 counts for all units

shore_attack:
Y1 = 2 for MAR
Y2 = 1 for INF
Y3 = 0.5 for ARM

X * Y = Z with Z as attack efficency

Marines attack beaches with full efficency
Infantry have only 1/2 eff
Tanks only 1/4