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:
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?
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?