Promotion that blocks another promotion

PawelS

Ancient Druid
Joined
Dec 11, 2003
Messages
2,811
Location
Poland
Would it be possible to make it so when a unit has PROMOTION_X, it can't acquire PROMOTION_Y on level up? I really need it for my mod...
 
You could give them both the same prereq Promotion and remove it once one is chosen. You could even hide the prereq Promotion in order to avoid confusion!

I don't know if you're using a DLL already, but in VMC there is a CanPromote where you can tell the game the units can't have both simultaneously.
 
I'm not using a custom DLL atm, but I guess I'll start doing it at some point. Also I need a modified unit UI, as the standard version doesn't work well with a large number of promotions. So I guess when I implement it, I can hide some "dummy promotions" there.

Btw, can anyone recommend me an such an UI modification? I mean something that can display a large number of promotions on a unit, and allow the player to view their tooltips.
 
Top Bottom