Set Territory as Unclaimed? [RESOLVED]
-
Is it possible to remove a player's ownership of a territory without giving it to another player? For example, at the beginning of the game on my map, all territories are unclaimed - aka with no owner.
If possible, how would I return a territory to this unclaimed state after a player has captured it?
EDIT: Figured it out. The "Player Name" for such a thing is "Neutral"
Example:
<attachment foreach="$Territory$" name="triggerAttachment_Germans_TotalSurrender_@Territory@_RemoveOwnership" attachTo="Germans" javaClass="TriggerAttachment" type="player"> <option name="conditions" value="conditionAttachment_Germans_TotalSurrender"/> <option name="changeOwnership" value="@Territory@:Germans:Neutral:false"/> <option name="when" value="after:germansPolitics"/> <option name="uses" value="1"/> </attachment>