unitAttachmentName - Resolved -
-
In POS2 triggerAttachment section it mentions unitAttachmentName
Can anyone point me to a XML that uses that? (need for an example)
-
@mahks I don't know of any XMLs that use it. But the POS2 XML description is accurate to my knowledge:
unitAttachmentName values: the type of attachment (UnitAttachment, UnitSupportAttachment) and the exact full name of the attachment to be changed.I believe it needs to look specify either UnitAttachment or UnitSupportAttachment then the actual name of the attachment so something like
UnitAttachment:name_of_unit_attachment. -
@mahks
I have used this in Invasion USA:<!-- American Helicopter/Bomber CM AI Setting --> <attachment name="triggerAttachmentAmericanAIHelicopter4CM" attachTo="Americans" javaClass="games.strategy.triplea.attachments.TriggerAttachment" type="player"> <option name="conditions" value="conditionAttachmentAmericanAIPlayer"/> <option name="unitType" value="helicopter"/> <option name="unitAttachmentName" value="UnitAttachment" count="unitAttachment"/> <option name="unitProperty" value="movement" count="4"/> <option name="when" value="before:americanCombatMove"/> </attachment>Cheers...
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login