It's amazing how little people know about coding sometime.
Right now the way it's set up, there's no tracking for individual troops, and adding such a thing would be a fairly big undertaking, so the captain idea is a pretty difficult thing to implement.
+1 to defense is easier to code, but doing it the way it "should be done" (adding it into the XML syntax so it can be used for future maps, ie:
<country>
Argentina
<defense>
+2
</defense>
</country>
with no defense tag indicating 0- neutral)
is somewhat difficult to code, and has to be done somehow in a way that doesn't break things.
