FormationAssistant.xml 21 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097
  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">
  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. />
  24. </FormationAssistantUnitDefinition>
  25. <FormationAssistantUnitDefinition id="Support">
  26. <IncludeObjectFilter
  27. Rule="NONE"
  28. Include="VEHICLE"
  29. Exclude="SIEGE_WEAPON FS_FACTORY HARVESTER MCV EXPANSION_UNIT EGG">
  30. </IncludeObjectFilter>
  31. </FormationAssistantUnitDefinition>
  32. <FormationAssistantUnitDefinition id="Artillery">
  33. <IncludeObjectFilter
  34. Rule="NONE"
  35. Include="SIEGE_WEAPON"
  36. />
  37. </FormationAssistantUnitDefinition>
  38. <!-- Including aircraft with support units for now
  39. <FormationAssistantUnitDefinition id="NonCombatant">
  40. <IncludeObjectFilter
  41. Rule="NONE"
  42. Include="AIRCRAFT"
  43. />
  44. </FormationAssistantUnitDefinition>
  45. -->
  46. <FormationAssistantUnitDefinition id="NonCombatant">
  47. <IncludeObjectFilter
  48. Rule="ANY"
  49. Include="CAN_CAPTURE HARVESTER MCV EXPANSION_UNIT ENGINEER EGG"
  50. />
  51. </FormationAssistantUnitDefinition>
  52. <!-- Formation templates. Describes physical layout of a formation using FormationAssistantUnitDefinitions -->
  53. <FormationAssistantTemplate id="1Wide">
  54. <Row>
  55. <Cell>
  56. <Definition>Armor</Definition>
  57. </Cell>
  58. </Row>
  59. <Row>
  60. <Cell>
  61. <Definition>Infantry</Definition>
  62. </Cell>
  63. </Row>
  64. <Row>
  65. <Cell>
  66. <Definition>Support</Definition>
  67. </Cell>
  68. </Row>
  69. <Row>
  70. <Cell>
  71. <Definition>Artillery</Definition>
  72. </Cell>
  73. </Row>
  74. <Row>
  75. <Cell>
  76. <Definition>NonCombatant</Definition>
  77. </Cell>
  78. </Row>
  79. </FormationAssistantTemplate>
  80. <FormationAssistantTemplate id="2Wide">
  81. <Row>
  82. <Cell>
  83. <Definition>Armor</Definition>
  84. </Cell>
  85. <Cell>
  86. <Definition>Armor</Definition>
  87. </Cell>
  88. </Row>
  89. <Row>
  90. <Cell>
  91. <Definition>Infantry</Definition>
  92. </Cell>
  93. <Cell>
  94. <Definition>Infantry</Definition>
  95. </Cell>
  96. </Row>
  97. <Row>
  98. <Cell>
  99. <Definition>Support</Definition>
  100. </Cell>
  101. <Cell>
  102. <Definition>Support</Definition>
  103. </Cell>
  104. </Row>
  105. <Row>
  106. <Cell>
  107. <Definition>Artillery</Definition>
  108. </Cell>
  109. <Cell>
  110. <Definition>Artillery</Definition>
  111. </Cell>
  112. </Row>
  113. <Row>
  114. <Cell>
  115. <Definition>NonCombatant</Definition>
  116. </Cell>
  117. <Cell>
  118. <Definition>NonCombatant</Definition>
  119. </Cell>
  120. </Row>
  121. </FormationAssistantTemplate>
  122. <FormationAssistantTemplate id="3Wide">
  123. <Row>
  124. <Cell>
  125. <Definition>Armor</Definition>
  126. </Cell>
  127. <Cell>
  128. <Definition>Armor</Definition>
  129. </Cell>
  130. <Cell>
  131. <Definition>Armor</Definition>
  132. </Cell>
  133. </Row>
  134. <Row>
  135. <Cell>
  136. <Definition>Infantry</Definition>
  137. </Cell>
  138. <Cell>
  139. <Definition>Infantry</Definition>
  140. </Cell>
  141. <Cell>
  142. <Definition>Infantry</Definition>
  143. </Cell>
  144. </Row>
  145. <Row>
  146. <Cell>
  147. <Definition>Support</Definition>
  148. </Cell>
  149. <Cell>
  150. <Definition>Support</Definition>
  151. </Cell>
  152. <Cell>
  153. <Definition>Support</Definition>
  154. </Cell>
  155. </Row>
  156. <Row>
  157. <Cell>
  158. <Definition>Artillery</Definition>
  159. </Cell>
  160. <Cell>
  161. <Definition>Artillery</Definition>
  162. </Cell>
  163. <Cell>
  164. <Definition>Artillery</Definition>
  165. </Cell>
  166. </Row>
  167. <Row>
  168. <Cell>
  169. <Definition>NonCombatant</Definition>
  170. </Cell>
  171. <Cell>
  172. <Definition>NonCombatant</Definition>
  173. </Cell>
  174. <Cell>
  175. <Definition>NonCombatant</Definition>
  176. </Cell>
  177. </Row>
  178. </FormationAssistantTemplate>
  179. <FormationAssistantTemplate id="4Wide">
  180. <Row>
  181. <Cell>
  182. <Definition>Armor</Definition>
  183. </Cell>
  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. </Row>
  194. <Row>
  195. <Cell>
  196. <Definition>Infantry</Definition>
  197. </Cell>
  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. </Row>
  208. <Row>
  209. <Cell>
  210. <Definition>Support</Definition>
  211. </Cell>
  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. </Row>
  222. <Row>
  223. <Cell>
  224. <Definition>Artillery</Definition>
  225. </Cell>
  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. </Row>
  236. <Row>
  237. <Cell>
  238. <Definition>NonCombatant</Definition>
  239. </Cell>
  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. </Row>
  250. </FormationAssistantTemplate>
  251. <FormationAssistantTemplate id="5Wide">
  252. <Row>
  253. <Cell>
  254. <Definition>Armor</Definition>
  255. </Cell>
  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. </Row>
  269. <Row>
  270. <Cell>
  271. <Definition>Infantry</Definition>
  272. </Cell>
  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. </Row>
  286. <Row>
  287. <Cell>
  288. <Definition>Support</Definition>
  289. </Cell>
  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. </Row>
  303. <Row>
  304. <Cell>
  305. <Definition>Artillery</Definition>
  306. </Cell>
  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. </Row>
  320. <Row>
  321. <Cell>
  322. <Definition>NonCombatant</Definition>
  323. </Cell>
  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. </Row>
  337. </FormationAssistantTemplate>
  338. <FormationAssistantTemplate id="6Wide">
  339. <Row>
  340. <Cell>
  341. <Definition>Armor</Definition>
  342. </Cell>
  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. </Row>
  359. <Row>
  360. <Cell>
  361. <Definition>Infantry</Definition>
  362. </Cell>
  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. </Row>
  379. <Row>
  380. <Cell>
  381. <Definition>Support</Definition>
  382. </Cell>
  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. </Row>
  399. <Row>
  400. <Cell>
  401. <Definition>Artillery</Definition>
  402. </Cell>
  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. </Row>
  419. <Row>
  420. <Cell>
  421. <Definition>NonCombatant</Definition>
  422. </Cell>
  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. </Row>
  439. </FormationAssistantTemplate>
  440. <FormationAssistantTemplate id="7Wide">
  441. <Row>
  442. <Cell>
  443. <Definition>Armor</Definition>
  444. </Cell>
  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. </Row>
  464. <Row>
  465. <Cell>
  466. <Definition>Infantry</Definition>
  467. </Cell>
  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. </Row>
  487. <Row>
  488. <Cell>
  489. <Definition>Support</Definition>
  490. </Cell>
  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. </Row>
  510. <Row>
  511. <Cell>
  512. <Definition>Artillery</Definition>
  513. </Cell>
  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. </Row>
  533. <Row>
  534. <Cell>
  535. <Definition>NonCombatant</Definition>
  536. </Cell>
  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. </Row>
  556. </FormationAssistantTemplate>
  557. <FormationAssistantTemplate id="8Wide">
  558. <Row>
  559. <Cell>
  560. <Definition>Armor</Definition>
  561. </Cell>
  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. </Row>
  584. <Row>
  585. <Cell>
  586. <Definition>Infantry</Definition>
  587. </Cell>
  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. </Row>
  610. <Row>
  611. <Cell>
  612. <Definition>Support</Definition>
  613. </Cell>
  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. </Row>
  636. <Row>
  637. <Cell>
  638. <Definition>Artillery</Definition>
  639. </Cell>
  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. </Row>
  662. <Row>
  663. <Cell>
  664. <Definition>NonCombatant</Definition>
  665. </Cell>
  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. </Row>
  688. </FormationAssistantTemplate>
  689. <FormationAssistantTemplate id="9Wide">
  690. <Row>
  691. <Cell>
  692. <Definition>Armor</Definition>
  693. </Cell>
  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. </Row>
  719. <Row>
  720. <Cell>
  721. <Definition>Infantry</Definition>
  722. </Cell>
  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. </Row>
  748. <Row>
  749. <Cell>
  750. <Definition>Support</Definition>
  751. </Cell>
  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. </Row>
  777. <Row>
  778. <Cell>
  779. <Definition>Artillery</Definition>
  780. </Cell>
  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. </Row>
  806. <Row>
  807. <Cell>
  808. <Definition>NonCombatant</Definition>
  809. </Cell>
  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. </Row>
  835. </FormationAssistantTemplate>
  836. <FormationAssistantTemplate id="10Wide">
  837. <Row>
  838. <Cell>
  839. <Definition>Armor</Definition>
  840. </Cell>
  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. </Row>
  869. <Row>
  870. <Cell>
  871. <Definition>Infantry</Definition>
  872. </Cell>
  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. </Row>
  901. <Row>
  902. <Cell>
  903. <Definition>Support</Definition>
  904. </Cell>
  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. </Row>
  933. <Row>
  934. <Cell>
  935. <Definition>Artillery</Definition>
  936. </Cell>
  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. </Row>
  965. <Row>
  966. <Cell>
  967. <Definition>NonCombatant</Definition>
  968. </Cell>
  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. </Row>
  997. </FormationAssistantTemplate>
  998. <FormationSelectionTemplate
  999. id="1Wide"
  1000. FormationAssistantTemplate="1Wide"
  1001. MaxDragLength="20"
  1002. MaxUnitsSelected="1"
  1003. />
  1004. <FormationSelectionTemplate
  1005. id="2Wide"
  1006. FormationAssistantTemplate="2Wide"
  1007. MaxDragLength="40"
  1008. MaxUnitsSelected="4"
  1009. />
  1010. <FormationSelectionTemplate
  1011. id="3Wide"
  1012. FormationAssistantTemplate="3Wide"
  1013. MaxDragLength="60"
  1014. MaxUnitsSelected="9"
  1015. />
  1016. <FormationSelectionTemplate
  1017. id="4Wide"
  1018. FormationAssistantTemplate="4Wide"
  1019. MaxDragLength="80"
  1020. MaxUnitsSelected="16"
  1021. />
  1022. <FormationSelectionTemplate
  1023. id="5Wide"
  1024. FormationAssistantTemplate="5Wide"
  1025. MaxDragLength="100"
  1026. MaxUnitsSelected="25"
  1027. />
  1028. <FormationSelectionTemplate
  1029. id="6Wide"
  1030. FormationAssistantTemplate="6Wide"
  1031. MaxDragLength="120"
  1032. MaxUnitsSelected="36"
  1033. />
  1034. <FormationSelectionTemplate
  1035. id="7Wide"
  1036. FormationAssistantTemplate="7Wide"
  1037. MaxDragLength="140"
  1038. MaxUnitsSelected="49"
  1039. />
  1040. <FormationSelectionTemplate
  1041. id="8Wide"
  1042. FormationAssistantTemplate="8Wide"
  1043. MaxDragLength="160"
  1044. MaxUnitsSelected="64"
  1045. />
  1046. <FormationSelectionTemplate
  1047. id="9Wide"
  1048. FormationAssistantTemplate="9Wide"
  1049. MaxDragLength="180"
  1050. MaxUnitsSelected="81"
  1051. />
  1052. <FormationSelectionTemplate
  1053. id="10Wide"
  1054. FormationAssistantTemplate="10Wide"
  1055. MaxDragLength="200"
  1056. MaxUnitsSelected="100"
  1057. />
  1058. <FormationAssistant
  1059. id="FormationAssistant_Main"
  1060. RowPadding="20"
  1061. ColumnPadding="20"
  1062. ActivateDragDistance="0.0"
  1063. ActivateTime="0.3">
  1064. <ObjectFilter Rule="ALL" Exclude="IMMOBILE" />
  1065. </FormationAssistant>
  1066. </AssetDeclaration>