Changes for page Attack (Order)

Last modified by Manoeuvring with Difficulty on 2024/01/26 06:48

From version 7.2
edited by Manoeuvring with Difficulty
on 2024/01/25 07:12
Change comment: Added tag [combat]
To version 9.2
edited by Manoeuvring with Difficulty
on 2024/01/25 08:09
Change comment: There is no comment for this version

Summary

Details

Page properties
Tags
... ... @@ -1,1 +1,1 @@
1 -combat
1 +combat|order
Content
... ... @@ -63,7 +63,26 @@
63 63  
64 64  Ships will only attack their targets in the order prescribed by the player meaning that if another, greater priority target becomes available an attack order will be queued up after the earlier targets, this can be resolved by clearing the queue of all the attacking ships and then re-adding the new order of targets but it can be tedious.
65 65  
66 -= Related =
66 += Relate =
67 67  
68 -* [[Attack in Range>>doc:X4 Foundations Wiki.Manual and Guides.Objects in the Game Universe.Orders, Behaviours and Assignments.Attack in Range (Order).WebHome]]
69 -* [[Attack with Commander>>doc:X4 Foundations Wiki.Manual and Guides.Objects in the Game Universe.Orders, Behaviours and Assignments.Attack with Commander (Assignment).WebHome]]
68 +----
69 +
70 +(% style="text-align:center" %)
71 +**Combat**
72 +{{velocity}}#set ($references = $services.query.xwql("from doc.object(XWiki.TagClass) as tag where 'combat' member of tag.tags").execute())
73 +#foreach($reference in $references)
74 + #set ($document = $xwiki.getDocument($reference))
75 + #set ($label = $document.getTitle())
76 + [[$label>>$reference]] | ##
77 +#end{{/velocity}}
78 +
79 +----
80 +
81 +(% style="text-align:center" %)
82 +**Queued Orders**
83 +{{velocity}}#set ($references = $services.query.xwql("from doc.object(XWiki.TagClass) as tag where 'order' member of tag.tags").execute())
84 +#foreach($reference in $references)
85 + #set ($document = $xwiki.getDocument($reference))
86 + #set ($label = $document.getTitle())
87 + [[$label>>$reference]] | ##
88 +#end{{/velocity}}