Iluwen
Chieftain
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 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++?