Industrial Helix wrote:@Nobodies.... thanks again for the XML help. What do you mean by put an override over the bonuses of 0? I think I get what you're aiming for but my experience with XML is probably what's hindering my understanding.
np
I meant that you should add all the small bonuses in your chain of overrides.
- Code: Select all
<override>Georgia</override>
<override>South Carolina</override>
<override>North Carolina</override>
<override>Virginia</override>
<override>Maryland</override>
<override>Delaware</override>
<override>Pennsylvania</override>
<override>New Jersey</override>
<override>New York</override>
<override>Connecticut</override>
<override>Rhode Island</override>
<override>Massachusetts</override>
<override>New Hampshire</override>
A single colonies don't give you a bonus, so it's useless to have to read about them in the log
e.g. : (without overrides)
Industrial Helix received 0 troops for holding Georgia
Industrial Helix received 0 troops for holding Virginia
Industrial Helix received 3 troops for holding 2 colonies
But if you add all the small "0 values" bonuses to your override list (one for each larger bonus that "contain" the smaller ones) they will be not displayed in the log
e.g. : (with overrides)
Industrial Helix received 3 troops for holding 2 colonies
It should look something like this:
http://www.fileden.com/files/2009/3/21/2373685/13colonies.xmlNobodies