How Do I Change Blitz?

Cube4

Warlord
Joined
Aug 11, 2004
Messages
102
Location
El Paso, TX
I'm playing a version of sevomod that I have made changes to. I Increased the movement points of all the units, and made the Terra map Bigger. I made it so that some of the Tanks Have 7 Movement Points. I didn't remove the Blitz promotion, so I'm assuming that they will be able to attack 7 times in one turn. I Looked in the XML files, but didn't find a way to change Blitz. What files do I have to modify to change Blitz? I want to make it so that units with Blitz can attack at most 3 times per turn.
 
Sorry Blitz is a boolean atribute <bBlitz>0</bBlitz> or <bBlitz>1</bBlitz> you would have to do some semi-complex SDK work to make it an int and create the behavior your describing.
 
Back
Top Bottom