Altering Promotion bonus/unit strength interaction.

Iluwen

Chieftain
Joined
Mar 13, 2003
Messages
29
Location
Wallach VII
I want to alter the nature of unit promotions so they are multiplicitive instead of additive. That is, at present a promotioon will do something like add +10% strength or such. Two such promotions add +20%.

I want a cumulitive multiplying effect, so instead of adding 10%, the promotion would multiply strength by 1.1, and following promotions would be cumultive, so that instead of five such promotions multiplying strength by 1.5, they would multiply strength by 1.61...

I have never done anything more than mess with xml.

My question then, for those with modding experience, is how hard would it be to do what I want, and what would be the simplest way to achieve it?

Presumably, this can't be done in xml. Can it be done in python? Or do I need to start learning C++?
 
I think it needs to be done in the sdk if you want a nice solution.
 
Back
Top Bottom