modding promotion levels

QueenElizabeth

Chieftain
Joined
Oct 22, 2005
Messages
33
hello,

i've looked around but i've been unable to ascertain if there is any way to modify the experience levels at which units get promotions.

anyone know?

thanks!
 
Yes. There should be a python modcomp doing this somewhere and I'm sure it's possible with the SDK. But unless it's been added in the latest patch no way to do it with XML.
 
I doubled the amount of xp you get for defeating opponents in combat because i wanted to halve the amount of xp it took to level, basically the same effect.
 
Lord Olleus said:
I would like to reduce the xp 'cost' of the higher levels as anything above level 6 is just too hard to get. However I don't want to make the lower levels any easier.

Im sure there is an sdk way to do this. But if you wanted to do it just from a python level you could do a "changeExperience()" on the winner in combat if the winners level is above a certain level.
 
Back
Top Bottom