Placing a damaged unit at game start?
-
Is there a way to place a damaged unit using unitPlacement? In my specific case, I can place a full-strength carrier like so:
<unitPlacement unitType="carrier" territory="45 Sea Zone" quantity="1" owner="Japanese"/>
Is there anyway to place it with a damage hit?
-
yea "hits_taken" is what you want. Not sure if that's exactly how it's spelled. I'll look it up
It's hitsTaken
-
Thanks, hitsTaken indeed does the job!
<unitPlacement unitType="carrier" territory="45 Sea Zone" quantity="1" owner="Japanese" hitsTaken="1"/>
-
yea unfortunately it only works on setup. You can't trigger it with a condition.