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

unmerged(63886)

@ my Swedish HQ
Dec 26, 2006
2.622
1
Hi guys,

- Can I set it to be country spefic either via .inc or preferably, via event i.e only for USSR?
- If I can above, can I change the number of allowed brigades via triggers, i.e. when USSR go to war?
 
Err....no?

You can create a USSR only division type (by overwriting a division type).....

in tech, you'd write something like:
command = { trigger = { country = SOV } type = new_model type = garrison value = 0 }
command = { trigger = { not = { country = SOV } } type = new_model type = infantry value = 0 }
 
I think you misunderstod my question or I didn't make myself clear. One can change the numbers of attachable brigades from 1-5 in db/units and what I wonder if it can be defined for nations and under certain circumstances during a running game via events.