FormationAssistant.xml 21 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103
  1. <?xml version="1.0" encoding="us-ascii"?>
  2. <AssetDeclaration xmlns="uri:ea.com:eala:asset">
  3. <!-- Unit Definitions. A set of ObjectFilters to describe each type of unit -->
  4. <FormationAssistantUnitDefinition id="Armor">
  5. <IncludeObjectFilter
  6. Rule="ANY"
  7. Include="VEHICLE"
  8. Exclude="AIRCRAFT SIEGE_WEAPON FS_FACTORY HARVESTER MCV EXPANSION_UNIT"
  9. StatusBitFlagsExclude="TRANSFORMATION_TOGGLE_STATE DEPLOYED">
  10. <ExcludeThing>SovietAntiAirShip</ExcludeThing>
  11. <ExcludeThing>SovietAntiAirShip_Ground</ExcludeThing>
  12. <ExcludeThing>AlliedAntiAirVehicleTech1</ExcludeThing>
  13. <ExcludeThing>AlliedAntiAirShip</ExcludeThing>
  14. <ExcludeThing>JapanAntiAirVehicleTech1</ExcludeThing>
  15. <ExcludeThing>JapanAntiAirShip</ExcludeThing>
  16. </IncludeObjectFilter>
  17. </FormationAssistantUnitDefinition>
  18. <FormationAssistantUnitDefinition id="Infantry">
  19. <IncludeObjectFilter
  20. Rule="NONE"
  21. Include="INFANTRY"
  22. Exclude="CAN_CAPTURE ENGINEER"
  23. StatusBitFlagsExclude="DEPLOYED"
  24. />
  25. </FormationAssistantUnitDefinition>
  26. <FormationAssistantUnitDefinition id="Support">
  27. <IncludeObjectFilter
  28. Rule="NONE"
  29. Include="VEHICLE"
  30. Exclude="SIEGE_WEAPON FS_FACTORY HARVESTER MCV EXPANSION_UNIT EGG"
  31. StatusBitFlagsExclude="DEPLOYED">
  32. </IncludeObjectFilter>
  33. </FormationAssistantUnitDefinition>
  34. <FormationAssistantUnitDefinition id="Artillery">
  35. <IncludeObjectFilter
  36. Rule="NONE"
  37. Include="SIEGE_WEAPON"
  38. StatusBitFlagsExclude="DEPLOYED"
  39. />
  40. </FormationAssistantUnitDefinition>
  41. <!-- Including aircraft with support units for now
  42. <FormationAssistantUnitDefinition id="NonCombatant">
  43. <IncludeObjectFilter
  44. Rule="NONE"
  45. Include="AIRCRAFT"
  46. />
  47. </FormationAssistantUnitDefinition>
  48. -->
  49. <FormationAssistantUnitDefinition id="NonCombatant">
  50. <IncludeObjectFilter
  51. Rule="ANY"
  52. Include="CAN_CAPTURE HARVESTER MCV EXPANSION_UNIT ENGINEER EGG"
  53. />
  54. </FormationAssistantUnitDefinition>
  55. <!-- Formation templates. Describes physical layout of a formation using FormationAssistantUnitDefinitions -->
  56. <FormationAssistantTemplate id="1Wide">
  57. <Row>
  58. <Cell>
  59. <Definition>Armor</Definition>
  60. </Cell>
  61. </Row>
  62. <Row>
  63. <Cell>
  64. <Definition>Infantry</Definition>
  65. </Cell>
  66. </Row>
  67. <Row>
  68. <Cell>
  69. <Definition>Support</Definition>
  70. </Cell>
  71. </Row>
  72. <Row>
  73. <Cell>
  74. <Definition>Artillery</Definition>
  75. </Cell>
  76. </Row>
  77. <Row>
  78. <Cell>
  79. <Definition>NonCombatant</Definition>
  80. </Cell>
  81. </Row>
  82. </FormationAssistantTemplate>
  83. <FormationAssistantTemplate id="2Wide">
  84. <Row>
  85. <Cell>
  86. <Definition>Armor</Definition>
  87. </Cell>
  88. <Cell>
  89. <Definition>Armor</Definition>
  90. </Cell>
  91. </Row>
  92. <Row>
  93. <Cell>
  94. <Definition>Infantry</Definition>
  95. </Cell>
  96. <Cell>
  97. <Definition>Infantry</Definition>
  98. </Cell>
  99. </Row>
  100. <Row>
  101. <Cell>
  102. <Definition>Support</Definition>
  103. </Cell>
  104. <Cell>
  105. <Definition>Support</Definition>
  106. </Cell>
  107. </Row>
  108. <Row>
  109. <Cell>
  110. <Definition>Artillery</Definition>
  111. </Cell>
  112. <Cell>
  113. <Definition>Artillery</Definition>
  114. </Cell>
  115. </Row>
  116. <Row>
  117. <Cell>
  118. <Definition>NonCombatant</Definition>
  119. </Cell>
  120. <Cell>
  121. <Definition>NonCombatant</Definition>
  122. </Cell>
  123. </Row>
  124. </FormationAssistantTemplate>
  125. <FormationAssistantTemplate id="3Wide">
  126. <Row>
  127. <Cell>
  128. <Definition>Armor</Definition>
  129. </Cell>
  130. <Cell>
  131. <Definition>Armor</Definition>
  132. </Cell>
  133. <Cell>
  134. <Definition>Armor</Definition>
  135. </Cell>
  136. </Row>
  137. <Row>
  138. <Cell>
  139. <Definition>Infantry</Definition>
  140. </Cell>
  141. <Cell>
  142. <Definition>Infantry</Definition>
  143. </Cell>
  144. <Cell>
  145. <Definition>Infantry</Definition>
  146. </Cell>
  147. </Row>
  148. <Row>
  149. <Cell>
  150. <Definition>Support</Definition>
  151. </Cell>
  152. <Cell>
  153. <Definition>Support</Definition>
  154. </Cell>
  155. <Cell>
  156. <Definition>Support</Definition>
  157. </Cell>
  158. </Row>
  159. <Row>
  160. <Cell>
  161. <Definition>Artillery</Definition>
  162. </Cell>
  163. <Cell>
  164. <Definition>Artillery</Definition>
  165. </Cell>
  166. <Cell>
  167. <Definition>Artillery</Definition>
  168. </Cell>
  169. </Row>
  170. <Row>
  171. <Cell>
  172. <Definition>NonCombatant</Definition>
  173. </Cell>
  174. <Cell>
  175. <Definition>NonCombatant</Definition>
  176. </Cell>
  177. <Cell>
  178. <Definition>NonCombatant</Definition>
  179. </Cell>
  180. </Row>
  181. </FormationAssistantTemplate>
  182. <FormationAssistantTemplate id="4Wide">
  183. <Row>
  184. <Cell>
  185. <Definition>Armor</Definition>
  186. </Cell>
  187. <Cell>
  188. <Definition>Armor</Definition>
  189. </Cell>
  190. <Cell>
  191. <Definition>Armor</Definition>
  192. </Cell>
  193. <Cell>
  194. <Definition>Armor</Definition>
  195. </Cell>
  196. </Row>
  197. <Row>
  198. <Cell>
  199. <Definition>Infantry</Definition>
  200. </Cell>
  201. <Cell>
  202. <Definition>Infantry</Definition>
  203. </Cell>
  204. <Cell>
  205. <Definition>Infantry</Definition>
  206. </Cell>
  207. <Cell>
  208. <Definition>Infantry</Definition>
  209. </Cell>
  210. </Row>
  211. <Row>
  212. <Cell>
  213. <Definition>Support</Definition>
  214. </Cell>
  215. <Cell>
  216. <Definition>Support</Definition>
  217. </Cell>
  218. <Cell>
  219. <Definition>Support</Definition>
  220. </Cell>
  221. <Cell>
  222. <Definition>Support</Definition>
  223. </Cell>
  224. </Row>
  225. <Row>
  226. <Cell>
  227. <Definition>Artillery</Definition>
  228. </Cell>
  229. <Cell>
  230. <Definition>Artillery</Definition>
  231. </Cell>
  232. <Cell>
  233. <Definition>Artillery</Definition>
  234. </Cell>
  235. <Cell>
  236. <Definition>Artillery</Definition>
  237. </Cell>
  238. </Row>
  239. <Row>
  240. <Cell>
  241. <Definition>NonCombatant</Definition>
  242. </Cell>
  243. <Cell>
  244. <Definition>NonCombatant</Definition>
  245. </Cell>
  246. <Cell>
  247. <Definition>NonCombatant</Definition>
  248. </Cell>
  249. <Cell>
  250. <Definition>NonCombatant</Definition>
  251. </Cell>
  252. </Row>
  253. </FormationAssistantTemplate>
  254. <FormationAssistantTemplate id="5Wide">
  255. <Row>
  256. <Cell>
  257. <Definition>Armor</Definition>
  258. </Cell>
  259. <Cell>
  260. <Definition>Armor</Definition>
  261. </Cell>
  262. <Cell>
  263. <Definition>Armor</Definition>
  264. </Cell>
  265. <Cell>
  266. <Definition>Armor</Definition>
  267. </Cell>
  268. <Cell>
  269. <Definition>Armor</Definition>
  270. </Cell>
  271. </Row>
  272. <Row>
  273. <Cell>
  274. <Definition>Infantry</Definition>
  275. </Cell>
  276. <Cell>
  277. <Definition>Infantry</Definition>
  278. </Cell>
  279. <Cell>
  280. <Definition>Infantry</Definition>
  281. </Cell>
  282. <Cell>
  283. <Definition>Infantry</Definition>
  284. </Cell>
  285. <Cell>
  286. <Definition>Infantry</Definition>
  287. </Cell>
  288. </Row>
  289. <Row>
  290. <Cell>
  291. <Definition>Support</Definition>
  292. </Cell>
  293. <Cell>
  294. <Definition>Support</Definition>
  295. </Cell>
  296. <Cell>
  297. <Definition>Support</Definition>
  298. </Cell>
  299. <Cell>
  300. <Definition>Support</Definition>
  301. </Cell>
  302. <Cell>
  303. <Definition>Support</Definition>
  304. </Cell>
  305. </Row>
  306. <Row>
  307. <Cell>
  308. <Definition>Artillery</Definition>
  309. </Cell>
  310. <Cell>
  311. <Definition>Artillery</Definition>
  312. </Cell>
  313. <Cell>
  314. <Definition>Artillery</Definition>
  315. </Cell>
  316. <Cell>
  317. <Definition>Artillery</Definition>
  318. </Cell>
  319. <Cell>
  320. <Definition>Artillery</Definition>
  321. </Cell>
  322. </Row>
  323. <Row>
  324. <Cell>
  325. <Definition>NonCombatant</Definition>
  326. </Cell>
  327. <Cell>
  328. <Definition>NonCombatant</Definition>
  329. </Cell>
  330. <Cell>
  331. <Definition>NonCombatant</Definition>
  332. </Cell>
  333. <Cell>
  334. <Definition>NonCombatant</Definition>
  335. </Cell>
  336. <Cell>
  337. <Definition>NonCombatant</Definition>
  338. </Cell>
  339. </Row>
  340. </FormationAssistantTemplate>
  341. <FormationAssistantTemplate id="6Wide">
  342. <Row>
  343. <Cell>
  344. <Definition>Armor</Definition>
  345. </Cell>
  346. <Cell>
  347. <Definition>Armor</Definition>
  348. </Cell>
  349. <Cell>
  350. <Definition>Armor</Definition>
  351. </Cell>
  352. <Cell>
  353. <Definition>Armor</Definition>
  354. </Cell>
  355. <Cell>
  356. <Definition>Armor</Definition>
  357. </Cell>
  358. <Cell>
  359. <Definition>Armor</Definition>
  360. </Cell>
  361. </Row>
  362. <Row>
  363. <Cell>
  364. <Definition>Infantry</Definition>
  365. </Cell>
  366. <Cell>
  367. <Definition>Infantry</Definition>
  368. </Cell>
  369. <Cell>
  370. <Definition>Infantry</Definition>
  371. </Cell>
  372. <Cell>
  373. <Definition>Infantry</Definition>
  374. </Cell>
  375. <Cell>
  376. <Definition>Infantry</Definition>
  377. </Cell>
  378. <Cell>
  379. <Definition>Infantry</Definition>
  380. </Cell>
  381. </Row>
  382. <Row>
  383. <Cell>
  384. <Definition>Support</Definition>
  385. </Cell>
  386. <Cell>
  387. <Definition>Support</Definition>
  388. </Cell>
  389. <Cell>
  390. <Definition>Support</Definition>
  391. </Cell>
  392. <Cell>
  393. <Definition>Support</Definition>
  394. </Cell>
  395. <Cell>
  396. <Definition>Support</Definition>
  397. </Cell>
  398. <Cell>
  399. <Definition>Support</Definition>
  400. </Cell>
  401. </Row>
  402. <Row>
  403. <Cell>
  404. <Definition>Artillery</Definition>
  405. </Cell>
  406. <Cell>
  407. <Definition>Artillery</Definition>
  408. </Cell>
  409. <Cell>
  410. <Definition>Artillery</Definition>
  411. </Cell>
  412. <Cell>
  413. <Definition>Artillery</Definition>
  414. </Cell>
  415. <Cell>
  416. <Definition>Artillery</Definition>
  417. </Cell>
  418. <Cell>
  419. <Definition>Artillery</Definition>
  420. </Cell>
  421. </Row>
  422. <Row>
  423. <Cell>
  424. <Definition>NonCombatant</Definition>
  425. </Cell>
  426. <Cell>
  427. <Definition>NonCombatant</Definition>
  428. </Cell>
  429. <Cell>
  430. <Definition>NonCombatant</Definition>
  431. </Cell>
  432. <Cell>
  433. <Definition>NonCombatant</Definition>
  434. </Cell>
  435. <Cell>
  436. <Definition>NonCombatant</Definition>
  437. </Cell>
  438. <Cell>
  439. <Definition>NonCombatant</Definition>
  440. </Cell>
  441. </Row>
  442. </FormationAssistantTemplate>
  443. <FormationAssistantTemplate id="7Wide">
  444. <Row>
  445. <Cell>
  446. <Definition>Armor</Definition>
  447. </Cell>
  448. <Cell>
  449. <Definition>Armor</Definition>
  450. </Cell>
  451. <Cell>
  452. <Definition>Armor</Definition>
  453. </Cell>
  454. <Cell>
  455. <Definition>Armor</Definition>
  456. </Cell>
  457. <Cell>
  458. <Definition>Armor</Definition>
  459. </Cell>
  460. <Cell>
  461. <Definition>Armor</Definition>
  462. </Cell>
  463. <Cell>
  464. <Definition>Armor</Definition>
  465. </Cell>
  466. </Row>
  467. <Row>
  468. <Cell>
  469. <Definition>Infantry</Definition>
  470. </Cell>
  471. <Cell>
  472. <Definition>Infantry</Definition>
  473. </Cell>
  474. <Cell>
  475. <Definition>Infantry</Definition>
  476. </Cell>
  477. <Cell>
  478. <Definition>Infantry</Definition>
  479. </Cell>
  480. <Cell>
  481. <Definition>Infantry</Definition>
  482. </Cell>
  483. <Cell>
  484. <Definition>Infantry</Definition>
  485. </Cell>
  486. <Cell>
  487. <Definition>Infantry</Definition>
  488. </Cell>
  489. </Row>
  490. <Row>
  491. <Cell>
  492. <Definition>Support</Definition>
  493. </Cell>
  494. <Cell>
  495. <Definition>Support</Definition>
  496. </Cell>
  497. <Cell>
  498. <Definition>Support</Definition>
  499. </Cell>
  500. <Cell>
  501. <Definition>Support</Definition>
  502. </Cell>
  503. <Cell>
  504. <Definition>Support</Definition>
  505. </Cell>
  506. <Cell>
  507. <Definition>Support</Definition>
  508. </Cell>
  509. <Cell>
  510. <Definition>Support</Definition>
  511. </Cell>
  512. </Row>
  513. <Row>
  514. <Cell>
  515. <Definition>Artillery</Definition>
  516. </Cell>
  517. <Cell>
  518. <Definition>Artillery</Definition>
  519. </Cell>
  520. <Cell>
  521. <Definition>Artillery</Definition>
  522. </Cell>
  523. <Cell>
  524. <Definition>Artillery</Definition>
  525. </Cell>
  526. <Cell>
  527. <Definition>Artillery</Definition>
  528. </Cell>
  529. <Cell>
  530. <Definition>Artillery</Definition>
  531. </Cell>
  532. <Cell>
  533. <Definition>Artillery</Definition>
  534. </Cell>
  535. </Row>
  536. <Row>
  537. <Cell>
  538. <Definition>NonCombatant</Definition>
  539. </Cell>
  540. <Cell>
  541. <Definition>NonCombatant</Definition>
  542. </Cell>
  543. <Cell>
  544. <Definition>NonCombatant</Definition>
  545. </Cell>
  546. <Cell>
  547. <Definition>NonCombatant</Definition>
  548. </Cell>
  549. <Cell>
  550. <Definition>NonCombatant</Definition>
  551. </Cell>
  552. <Cell>
  553. <Definition>NonCombatant</Definition>
  554. </Cell>
  555. <Cell>
  556. <Definition>NonCombatant</Definition>
  557. </Cell>
  558. </Row>
  559. </FormationAssistantTemplate>
  560. <FormationAssistantTemplate id="8Wide">
  561. <Row>
  562. <Cell>
  563. <Definition>Armor</Definition>
  564. </Cell>
  565. <Cell>
  566. <Definition>Armor</Definition>
  567. </Cell>
  568. <Cell>
  569. <Definition>Armor</Definition>
  570. </Cell>
  571. <Cell>
  572. <Definition>Armor</Definition>
  573. </Cell>
  574. <Cell>
  575. <Definition>Armor</Definition>
  576. </Cell>
  577. <Cell>
  578. <Definition>Armor</Definition>
  579. </Cell>
  580. <Cell>
  581. <Definition>Armor</Definition>
  582. </Cell>
  583. <Cell>
  584. <Definition>Armor</Definition>
  585. </Cell>
  586. </Row>
  587. <Row>
  588. <Cell>
  589. <Definition>Infantry</Definition>
  590. </Cell>
  591. <Cell>
  592. <Definition>Infantry</Definition>
  593. </Cell>
  594. <Cell>
  595. <Definition>Infantry</Definition>
  596. </Cell>
  597. <Cell>
  598. <Definition>Infantry</Definition>
  599. </Cell>
  600. <Cell>
  601. <Definition>Infantry</Definition>
  602. </Cell>
  603. <Cell>
  604. <Definition>Infantry</Definition>
  605. </Cell>
  606. <Cell>
  607. <Definition>Infantry</Definition>
  608. </Cell>
  609. <Cell>
  610. <Definition>Infantry</Definition>
  611. </Cell>
  612. </Row>
  613. <Row>
  614. <Cell>
  615. <Definition>Support</Definition>
  616. </Cell>
  617. <Cell>
  618. <Definition>Support</Definition>
  619. </Cell>
  620. <Cell>
  621. <Definition>Support</Definition>
  622. </Cell>
  623. <Cell>
  624. <Definition>Support</Definition>
  625. </Cell>
  626. <Cell>
  627. <Definition>Support</Definition>
  628. </Cell>
  629. <Cell>
  630. <Definition>Support</Definition>
  631. </Cell>
  632. <Cell>
  633. <Definition>Support</Definition>
  634. </Cell>
  635. <Cell>
  636. <Definition>Support</Definition>
  637. </Cell>
  638. </Row>
  639. <Row>
  640. <Cell>
  641. <Definition>Artillery</Definition>
  642. </Cell>
  643. <Cell>
  644. <Definition>Artillery</Definition>
  645. </Cell>
  646. <Cell>
  647. <Definition>Artillery</Definition>
  648. </Cell>
  649. <Cell>
  650. <Definition>Artillery</Definition>
  651. </Cell>
  652. <Cell>
  653. <Definition>Artillery</Definition>
  654. </Cell>
  655. <Cell>
  656. <Definition>Artillery</Definition>
  657. </Cell>
  658. <Cell>
  659. <Definition>Artillery</Definition>
  660. </Cell>
  661. <Cell>
  662. <Definition>Artillery</Definition>
  663. </Cell>
  664. </Row>
  665. <Row>
  666. <Cell>
  667. <Definition>NonCombatant</Definition>
  668. </Cell>
  669. <Cell>
  670. <Definition>NonCombatant</Definition>
  671. </Cell>
  672. <Cell>
  673. <Definition>NonCombatant</Definition>
  674. </Cell>
  675. <Cell>
  676. <Definition>NonCombatant</Definition>
  677. </Cell>
  678. <Cell>
  679. <Definition>NonCombatant</Definition>
  680. </Cell>
  681. <Cell>
  682. <Definition>NonCombatant</Definition>
  683. </Cell>
  684. <Cell>
  685. <Definition>NonCombatant</Definition>
  686. </Cell>
  687. <Cell>
  688. <Definition>NonCombatant</Definition>
  689. </Cell>
  690. </Row>
  691. </FormationAssistantTemplate>
  692. <FormationAssistantTemplate id="9Wide">
  693. <Row>
  694. <Cell>
  695. <Definition>Armor</Definition>
  696. </Cell>
  697. <Cell>
  698. <Definition>Armor</Definition>
  699. </Cell>
  700. <Cell>
  701. <Definition>Armor</Definition>
  702. </Cell>
  703. <Cell>
  704. <Definition>Armor</Definition>
  705. </Cell>
  706. <Cell>
  707. <Definition>Armor</Definition>
  708. </Cell>
  709. <Cell>
  710. <Definition>Armor</Definition>
  711. </Cell>
  712. <Cell>
  713. <Definition>Armor</Definition>
  714. </Cell>
  715. <Cell>
  716. <Definition>Armor</Definition>
  717. </Cell>
  718. <Cell>
  719. <Definition>Armor</Definition>
  720. </Cell>
  721. </Row>
  722. <Row>
  723. <Cell>
  724. <Definition>Infantry</Definition>
  725. </Cell>
  726. <Cell>
  727. <Definition>Infantry</Definition>
  728. </Cell>
  729. <Cell>
  730. <Definition>Infantry</Definition>
  731. </Cell>
  732. <Cell>
  733. <Definition>Infantry</Definition>
  734. </Cell>
  735. <Cell>
  736. <Definition>Infantry</Definition>
  737. </Cell>
  738. <Cell>
  739. <Definition>Infantry</Definition>
  740. </Cell>
  741. <Cell>
  742. <Definition>Infantry</Definition>
  743. </Cell>
  744. <Cell>
  745. <Definition>Infantry</Definition>
  746. </Cell>
  747. <Cell>
  748. <Definition>Infantry</Definition>
  749. </Cell>
  750. </Row>
  751. <Row>
  752. <Cell>
  753. <Definition>Support</Definition>
  754. </Cell>
  755. <Cell>
  756. <Definition>Support</Definition>
  757. </Cell>
  758. <Cell>
  759. <Definition>Support</Definition>
  760. </Cell>
  761. <Cell>
  762. <Definition>Support</Definition>
  763. </Cell>
  764. <Cell>
  765. <Definition>Support</Definition>
  766. </Cell>
  767. <Cell>
  768. <Definition>Support</Definition>
  769. </Cell>
  770. <Cell>
  771. <Definition>Support</Definition>
  772. </Cell>
  773. <Cell>
  774. <Definition>Support</Definition>
  775. </Cell>
  776. <Cell>
  777. <Definition>Support</Definition>
  778. </Cell>
  779. </Row>
  780. <Row>
  781. <Cell>
  782. <Definition>Artillery</Definition>
  783. </Cell>
  784. <Cell>
  785. <Definition>Artillery</Definition>
  786. </Cell>
  787. <Cell>
  788. <Definition>Artillery</Definition>
  789. </Cell>
  790. <Cell>
  791. <Definition>Artillery</Definition>
  792. </Cell>
  793. <Cell>
  794. <Definition>Artillery</Definition>
  795. </Cell>
  796. <Cell>
  797. <Definition>Artillery</Definition>
  798. </Cell>
  799. <Cell>
  800. <Definition>Artillery</Definition>
  801. </Cell>
  802. <Cell>
  803. <Definition>Artillery</Definition>
  804. </Cell>
  805. <Cell>
  806. <Definition>Artillery</Definition>
  807. </Cell>
  808. </Row>
  809. <Row>
  810. <Cell>
  811. <Definition>NonCombatant</Definition>
  812. </Cell>
  813. <Cell>
  814. <Definition>NonCombatant</Definition>
  815. </Cell>
  816. <Cell>
  817. <Definition>NonCombatant</Definition>
  818. </Cell>
  819. <Cell>
  820. <Definition>NonCombatant</Definition>
  821. </Cell>
  822. <Cell>
  823. <Definition>NonCombatant</Definition>
  824. </Cell>
  825. <Cell>
  826. <Definition>NonCombatant</Definition>
  827. </Cell>
  828. <Cell>
  829. <Definition>NonCombatant</Definition>
  830. </Cell>
  831. <Cell>
  832. <Definition>NonCombatant</Definition>
  833. </Cell>
  834. <Cell>
  835. <Definition>NonCombatant</Definition>
  836. </Cell>
  837. </Row>
  838. </FormationAssistantTemplate>
  839. <FormationAssistantTemplate id="10Wide">
  840. <Row>
  841. <Cell>
  842. <Definition>Armor</Definition>
  843. </Cell>
  844. <Cell>
  845. <Definition>Armor</Definition>
  846. </Cell>
  847. <Cell>
  848. <Definition>Armor</Definition>
  849. </Cell>
  850. <Cell>
  851. <Definition>Armor</Definition>
  852. </Cell>
  853. <Cell>
  854. <Definition>Armor</Definition>
  855. </Cell>
  856. <Cell>
  857. <Definition>Armor</Definition>
  858. </Cell>
  859. <Cell>
  860. <Definition>Armor</Definition>
  861. </Cell>
  862. <Cell>
  863. <Definition>Armor</Definition>
  864. </Cell>
  865. <Cell>
  866. <Definition>Armor</Definition>
  867. </Cell>
  868. <Cell>
  869. <Definition>Armor</Definition>
  870. </Cell>
  871. </Row>
  872. <Row>
  873. <Cell>
  874. <Definition>Infantry</Definition>
  875. </Cell>
  876. <Cell>
  877. <Definition>Infantry</Definition>
  878. </Cell>
  879. <Cell>
  880. <Definition>Infantry</Definition>
  881. </Cell>
  882. <Cell>
  883. <Definition>Infantry</Definition>
  884. </Cell>
  885. <Cell>
  886. <Definition>Infantry</Definition>
  887. </Cell>
  888. <Cell>
  889. <Definition>Infantry</Definition>
  890. </Cell>
  891. <Cell>
  892. <Definition>Infantry</Definition>
  893. </Cell>
  894. <Cell>
  895. <Definition>Infantry</Definition>
  896. </Cell>
  897. <Cell>
  898. <Definition>Infantry</Definition>
  899. </Cell>
  900. <Cell>
  901. <Definition>Infantry</Definition>
  902. </Cell>
  903. </Row>
  904. <Row>
  905. <Cell>
  906. <Definition>Support</Definition>
  907. </Cell>
  908. <Cell>
  909. <Definition>Support</Definition>
  910. </Cell>
  911. <Cell>
  912. <Definition>Support</Definition>
  913. </Cell>
  914. <Cell>
  915. <Definition>Support</Definition>
  916. </Cell>
  917. <Cell>
  918. <Definition>Support</Definition>
  919. </Cell>
  920. <Cell>
  921. <Definition>Support</Definition>
  922. </Cell>
  923. <Cell>
  924. <Definition>Support</Definition>
  925. </Cell>
  926. <Cell>
  927. <Definition>Support</Definition>
  928. </Cell>
  929. <Cell>
  930. <Definition>Support</Definition>
  931. </Cell>
  932. <Cell>
  933. <Definition>Support</Definition>
  934. </Cell>
  935. </Row>
  936. <Row>
  937. <Cell>
  938. <Definition>Artillery</Definition>
  939. </Cell>
  940. <Cell>
  941. <Definition>Artillery</Definition>
  942. </Cell>
  943. <Cell>
  944. <Definition>Artillery</Definition>
  945. </Cell>
  946. <Cell>
  947. <Definition>Artillery</Definition>
  948. </Cell>
  949. <Cell>
  950. <Definition>Artillery</Definition>
  951. </Cell>
  952. <Cell>
  953. <Definition>Artillery</Definition>
  954. </Cell>
  955. <Cell>
  956. <Definition>Artillery</Definition>
  957. </Cell>
  958. <Cell>
  959. <Definition>Artillery</Definition>
  960. </Cell>
  961. <Cell>
  962. <Definition>Artillery</Definition>
  963. </Cell>
  964. <Cell>
  965. <Definition>Artillery</Definition>
  966. </Cell>
  967. </Row>
  968. <Row>
  969. <Cell>
  970. <Definition>NonCombatant</Definition>
  971. </Cell>
  972. <Cell>
  973. <Definition>NonCombatant</Definition>
  974. </Cell>
  975. <Cell>
  976. <Definition>NonCombatant</Definition>
  977. </Cell>
  978. <Cell>
  979. <Definition>NonCombatant</Definition>
  980. </Cell>
  981. <Cell>
  982. <Definition>NonCombatant</Definition>
  983. </Cell>
  984. <Cell>
  985. <Definition>NonCombatant</Definition>
  986. </Cell>
  987. <Cell>
  988. <Definition>NonCombatant</Definition>
  989. </Cell>
  990. <Cell>
  991. <Definition>NonCombatant</Definition>
  992. </Cell>
  993. <Cell>
  994. <Definition>NonCombatant</Definition>
  995. </Cell>
  996. <Cell>
  997. <Definition>NonCombatant</Definition>
  998. </Cell>
  999. </Row>
  1000. </FormationAssistantTemplate>
  1001. <FormationSelectionTemplate
  1002. id="1Wide"
  1003. FormationAssistantTemplate="1Wide"
  1004. MaxDragLength="20"
  1005. MaxUnitsSelected="1"
  1006. />
  1007. <FormationSelectionTemplate
  1008. id="2Wide"
  1009. FormationAssistantTemplate="2Wide"
  1010. MaxDragLength="40"
  1011. MaxUnitsSelected="4"
  1012. />
  1013. <FormationSelectionTemplate
  1014. id="3Wide"
  1015. FormationAssistantTemplate="3Wide"
  1016. MaxDragLength="60"
  1017. MaxUnitsSelected="9"
  1018. />
  1019. <FormationSelectionTemplate
  1020. id="4Wide"
  1021. FormationAssistantTemplate="4Wide"
  1022. MaxDragLength="80"
  1023. MaxUnitsSelected="16"
  1024. />
  1025. <FormationSelectionTemplate
  1026. id="5Wide"
  1027. FormationAssistantTemplate="5Wide"
  1028. MaxDragLength="100"
  1029. MaxUnitsSelected="25"
  1030. />
  1031. <FormationSelectionTemplate
  1032. id="6Wide"
  1033. FormationAssistantTemplate="6Wide"
  1034. MaxDragLength="120"
  1035. MaxUnitsSelected="36"
  1036. />
  1037. <FormationSelectionTemplate
  1038. id="7Wide"
  1039. FormationAssistantTemplate="7Wide"
  1040. MaxDragLength="140"
  1041. MaxUnitsSelected="49"
  1042. />
  1043. <FormationSelectionTemplate
  1044. id="8Wide"
  1045. FormationAssistantTemplate="8Wide"
  1046. MaxDragLength="160"
  1047. MaxUnitsSelected="64"
  1048. />
  1049. <FormationSelectionTemplate
  1050. id="9Wide"
  1051. FormationAssistantTemplate="9Wide"
  1052. MaxDragLength="180"
  1053. MaxUnitsSelected="81"
  1054. />
  1055. <FormationSelectionTemplate
  1056. id="10Wide"
  1057. FormationAssistantTemplate="10Wide"
  1058. MaxDragLength="200"
  1059. MaxUnitsSelected="100"
  1060. />
  1061. <FormationAssistant
  1062. id="FormationAssistant_Main"
  1063. RowPadding="20"
  1064. ColumnPadding="20"
  1065. ActivateDragDistance="0.0"
  1066. ActivateTime="0.3">
  1067. <ObjectFilter
  1068. Rule="ALL"
  1069. Exclude="IMMOBILE"
  1070. StatusBitFlagsExclude="DEPLOYED" />
  1071. </FormationAssistant>
  1072. </AssetDeclaration>