Attack (Order) 페이지의 변경 사항

2024/01/26 06:48에서 Manoeuvring with Difficulty이(가) 마지막으로 수정했습니다

version 7.3 부터
Manoeuvring with Difficulty 에 의해 편집됨
on 2024/01/25 07:12
댓글 변경: Added tag [order]
version 8.1 까지
Manoeuvring with Difficulty 에 의해 편집됨
on 2024/01/25 07:26
댓글 변경: 이 버전에는 댓글이 없습니다

요약

세부 사항

페이지 속성
내용
... ... @@ -64,6 +64,12 @@
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 66  = Related =
67 +{{velocity}}
68 +#set ($references = $services.query.xwql("from doc.object(XWiki.TagClass) as tag where 'combat' member of tag.tags").execute())
69 +#foreach($reference in $references)
70 + #set ($document = $xwiki.getDocument($reference))
71 + #set ($label = $document.getTitle())
72 + |[[$label>>$reference]]|
73 +#end
74 +{{/velocity}}
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]]