• 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.

Stefff

Corporal
53 Badges
Jan 16, 2011
28
17
  • Arsenal of Democracy
  • Victoria 2: Heart of Darkness
  • Europa Universalis IV: Pre-order
  • Stellaris: Apocalypse
  • Stellaris: Leviathans Story Pack
  • Stellaris - Path to Destruction bundle
  • Europa Universalis IV: Mandate of Heaven
  • Europa Universalis IV: Third Rome
  • BATTLETECH
  • Hearts of Iron IV: Death or Dishonor
  • Stellaris: Synthetic Dawn
  • Age of Wonders III
  • Europa Universalis IV: Cradle of Civilization
  • Hearts of Iron IV: Expansion Pass
  • Hearts of Iron IV: Cadet
  • Europa Universalis IV: Rule Britannia
  • Stellaris: Distant Stars
  • Europa Universalis IV: Dharma
  • Shadowrun Returns
  • BATTLETECH: Flashpoint
  • Europa Universalis IV: Golden Century
  • Imperator: Rome
  • Hearts of Iron IV: Expansion Pass
  • BATTLETECH: Season pass
  • BATTLETECH: Heavy Metal
  • Crusader Kings III
  • Europa Universalis 4: Emperor
  • Hearts of Iron IV: No Step Back
  • Europa Universalis IV: Rights of Man
  • Europa Universalis IV
  • Victoria 2
  • Warlock: Master of the Arcane
  • 500k Club
  • Europa Universalis IV: El Dorado
  • Pillars of Eternity
  • Europa Universalis IV: Cossacks
  • Europa Universalis IV: Mare Nostrum
  • Stellaris
  • Hearts of Iron IV Sign-up
  • Europa Universalis IV: Common Sense
  • Tyranny: Archon Edition
  • Victoria 2: A House Divided
  • Sengoku
  • Europa Universalis IV: Res Publica
  • Crusader Kings II
  • Darkest Hour
  • Europa Universalis III: Chronicles
  • Europa Universalis IV: Art of War
  • Europa Universalis IV: Conquest of Paradise
  • Europa Universalis IV: Wealth of Nations
I'm trying to change some unit stats by event for several countries (better multirole, carriers and marines for the US, better cas and battleships for GER, ...).

But changing the range for air units doesn't seem to work correctly: after the event the new range is shown in the production menu but air units -even when they are new produced or upgraded- still have the old range.

the code in the event is like this:
Code:
command = { type = range which = interceptor when = now where = relative value = 25 }

The same problem seems to be for the attack and defence values, but I still haven't verified that. Changing these stats for land-units is working correctly.

So, what I'm doing wrong?
And is there a list about all commands for changing the unit stats?
 
The event_commands.txt is a great help. thanks!

I removed the "when = now" and "where = relative" but the range of aircrafts ist not modified by the event. Does anybody know something further about that?