Using math within .XML?

sman1975

Emperor
Joined
Aug 27, 2016
Messages
1,370
Location
Dallas, TX
Hello,

I know how to use .SQL to adjust database values before game start. Does anyone know if it's possible to perform math operations inside an .XML file?

For example - what would the .XML equivalent to this SQL statement be?

Code:
UPDATE ArtDefine_UnitMemberCombats SET TurnRateMin = 2 * TurnRateMin WHERE MoveRate > 0;

Thanks!
 
Top Bottom