Question to help my understanding of conditionAttachments (rulesAttachments)
-
Take this block of code for example:
<attachment name="conditionAttachment_Germans_TotalSurrender" attachTo="Germans" javaClass="games.strategy.triplea.attachments.RulesAttachment" type="player"> <option name="relationship" value="Germans:Russians:X"/> <option name="relationship" value="Germans:Japanese:X"/> <option name="relationship" value="Germans:Americans:X"/> <option name="relationship" value="Germans:Chinese:X"/> <option name="relationship" value="Germans:British:X"/> <option name="relationship" value="Germans:Italians:X"/> <option name="relationship" value="Germans:French:X"/> </attachment>
In order for this condition to be "True", do ALL of these relationships need to be satisfied, or does only ONE need to be satisfied?
(A simple "All" or "One" will suffice, unless neither are correct)
-