LogicCommandSet.xml 32 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <AssetDeclaration xmlns="uri:ea.com:eala:asset">
  3. <Includes />
  4. <!-- ************************************** -->
  5. <!-- ************************************** -->
  6. <!-- RA3 -->
  7. <!-- ************************************** -->
  8. <!-- ************************************** -->
  9. <!-- Generic -->
  10. <LogicCommandSet
  11. id="GenericCommandSet">
  12. <Cmd>Command_Stop</Cmd>
  13. </LogicCommandSet>
  14. <LogicCommandSet
  15. id="EmptyCommandSet" />
  16. <!-- Neutral -->
  17. <LogicCommandSet
  18. id="GenericRepairSelfCommandSet">
  19. </LogicCommandSet>
  20. <LogicCommandSet
  21. id="GarrisonableNeutralBuildingCommandSet">
  22. <Cmd>Command_CivilianStructureEvacuate</Cmd>
  23. </LogicCommandSet>
  24. <!-- Allied -->
  25. <LogicCommandSet
  26. id="AlliedConstructionYardCommandSetBase">
  27. <Cmd>Command_ConstructAlliedPowerPlant</Cmd>
  28. <Cmd>Command_ConstructAlliedBarracks</Cmd>
  29. <Cmd>Command_ConstructAlliedRefinery</Cmd>
  30. <Cmd>Command_ConstructAlliedWarFactory</Cmd>
  31. <Cmd>Command_ConstructAlliedNavalYard</Cmd>
  32. <Cmd>Command_ConstructAlliedAirfield</Cmd>
  33. <Cmd>Command_ConstructAlliedTechStructure</Cmd>
  34. <Cmd>Command_ConstructAlliedWall</Cmd>
  35. <Cmd>Command_ConstructAlliedBaseDefense</Cmd>
  36. <Cmd>Command_ConstructAlliedBaseDefenseAdvanced</Cmd>
  37. <Cmd>Command_ConstructAlliedSuperWeapon</Cmd>
  38. <Cmd>Command_ConstructAlliedSuperWeaponAdvanced</Cmd>
  39. <Cmd>Command_PackAlliedMCV</Cmd>
  40. <!--
  41. <Cmd>Command_UpgradeAlliedCrane</Cmd>
  42. <Cmd>Command_UpgradeAlliedRadarDish</Cmd>
  43. <Cmd>Command_UpgradeAlliedConstructionYardRepairBay</Cmd>
  44. -->
  45. </LogicCommandSet>
  46. <LogicCommandSet
  47. id="AlliedConstructionYardCommandSet"
  48. inheritFrom="AlliedConstructionYardCommandSetBase">
  49. <Cmd>Command_PurchaseAlliedTech2</Cmd>
  50. </LogicCommandSet>
  51. <LogicCommandSet
  52. id="AlliedConstructionYardCommandSetLevel2"
  53. inheritFrom="AlliedConstructionYardCommandSetBase">
  54. <Cmd>Command_PurchaseAlliedTech3</Cmd>
  55. </LogicCommandSet>
  56. <LogicCommandSet
  57. id="AlliedAirfieldCommandSet">
  58. <Cmd>Command_ConstructAlliedAntiGroundAircraft</Cmd>
  59. <Cmd>Command_ConstructAlliedFighterAircraft</Cmd>
  60. <Cmd>Command_ConstructAlliedSupportAircraft</Cmd>
  61. <Cmd>Command_ConstructAlliedBomberAircraft</Cmd>
  62. <Cmd>Command_AlliedRecallAllAircraft</Cmd>
  63. </LogicCommandSet>
  64. <LogicCommandSet
  65. id="AlliedBarracksCommandSet">
  66. <Cmd>Command_ConstructAlliedScoutInfantry</Cmd>
  67. <Cmd>Command_ConstructAlliedAntiInfantryInfantry</Cmd>
  68. <Cmd>Command_ConstructAlliedAntiVehicleInfantry</Cmd>
  69. <Cmd>Command_ConstructAlliedEngineer</Cmd>
  70. <Cmd>Command_ConstructAlliedInfiltrationInfantry</Cmd>
  71. <Cmd>Command_ConstructAlliedCommandoTech1</Cmd>
  72. </LogicCommandSet>
  73. <LogicCommandSet
  74. id="AlliedCraneCommandSet">
  75. <Cmd>Command_ConstructAlliedPowerPlant</Cmd>
  76. <Cmd>Command_ConstructAlliedRefinery</Cmd>
  77. <Cmd>Command_ConstructAlliedTechStructure</Cmd>
  78. <Cmd>Command_ConstructAlliedBarracks</Cmd>
  79. <Cmd>Command_ConstructAlliedWarFactory</Cmd>
  80. <Cmd>Command_ConstructAlliedAirfield</Cmd>
  81. <Cmd>Command_ConstructAlliedNavalYard</Cmd>
  82. <Cmd>Command_ConstructAlliedBaseDefense</Cmd>
  83. <Cmd>Command_ConstructAlliedBaseDefenseAdvanced</Cmd>
  84. <Cmd>Command_ConstructAlliedSuperWeapon</Cmd>
  85. <Cmd>Command_ConstructAlliedSuperWeaponAdvanced</Cmd>
  86. <Cmd>Command_ConstructAlliedOutpost</Cmd>
  87. </LogicCommandSet>
  88. <LogicCommandSet
  89. id="AlliedRadarDishCommandSet">
  90. </LogicCommandSet>
  91. <LogicCommandSet
  92. id="AlliedConstructionYardRepairBayCommandSet">
  93. <Cmd>Command_RepairVehicle</Cmd>
  94. </LogicCommandSet>
  95. <LogicCommandSet
  96. id="AlliedWarFactoryRepairBayCommandSet">
  97. <Cmd>Command_RepairVehicle</Cmd>
  98. </LogicCommandSet>
  99. <LogicCommandSet
  100. id="AlliedNavalYardRepairBayCommandSet">
  101. <Cmd>Command_RepairVehicle</Cmd>
  102. </LogicCommandSet>
  103. <LogicCommandSet
  104. id="AlliedOutpostCommandSet">
  105. <Cmd>Command_PurchaseAlliedTech2</Cmd>
  106. </LogicCommandSet>
  107. <LogicCommandSet
  108. id="AlliedOutpostCommandSetTech2">
  109. <Cmd>Command_PurchaseAlliedTech3</Cmd>
  110. </LogicCommandSet>
  111. <LogicCommandSet
  112. id="AlliedBaseDefenseCommandSet">
  113. <Cmd>Command_AlliedBaseDefenseEvacuate</Cmd>
  114. </LogicCommandSet>
  115. <LogicCommandSet
  116. id="AlliedAntiStructureShipCommandSet">
  117. <Cmd>Command_ActivateEMPCruiseMissleSpecialPower</Cmd>
  118. <Cmd>Command_AttackMove</Cmd>
  119. </LogicCommandSet>
  120. <LogicCommandSet
  121. id="AlliedNavalYardCommandSet">
  122. <Cmd>Command_ConstructAlliedMiner_Naval</Cmd>
  123. <Cmd>Command_ConstructAlliedAntiNavalScout</Cmd>
  124. <Cmd>Command_ConstructAlliedAntiInfantryVehicle</Cmd>
  125. <Cmd>Command_ConstructAlliedAntiAirShip</Cmd>
  126. <Cmd>Command_ConstructAlliedAntiNavyShipTech1</Cmd>
  127. <Cmd>Command_ConstructAlliedAntiStructureShip</Cmd>
  128. <Cmd>Command_ConstructAlliedMCV_Naval</Cmd>
  129. <!--
  130. <Cmd>Command_UpgradeAlliedNavalYardRepairBay</Cmd>
  131. -->
  132. </LogicCommandSet>
  133. <LogicCommandSet
  134. id="AlliedPowerPlantCommandSet">
  135. </LogicCommandSet>
  136. <LogicCommandSet
  137. id="AlliedPowerPlantTurbineCommandSet">
  138. </LogicCommandSet>
  139. <LogicCommandSet
  140. id="AlliedRefineryCommandSet">
  141. <Cmd>Command_ConstructAlliedMinerFromRefinery</Cmd>
  142. </LogicCommandSet>
  143. <LogicCommandSet
  144. id="AlliedSuperWeaponCommandSet">
  145. <Cmd>Command_SelectObjectsForChrono</Cmd>
  146. <Cmd>Command_SpawnObjectsForChrono</Cmd>
  147. </LogicCommandSet>
  148. <LogicCommandSet
  149. id="AlliedSuperWeaponAdvancedCommandSet">
  150. <Cmd>Command_ParticleCannonSuperWeapon</Cmd>
  151. </LogicCommandSet>
  152. <LogicCommandSet
  153. id="AlliedBaseDefenseAdvancedCommandSet">
  154. <Cmd>Command_ChargeDefenses</Cmd>
  155. </LogicCommandSet>
  156. <LogicCommandSet
  157. id="AlliedWarFactoryCommandSet">
  158. <Cmd>Command_ConstructAlliedMiner</Cmd>
  159. <Cmd>Command_ConstructAlliedAntiInfantryVehicle_Ground</Cmd>
  160. <Cmd>Command_ConstructAlliedAntiAirVehicleTech1</Cmd>
  161. <Cmd>Command_ConstructAlliedAntiVehicleVehicleTech1</Cmd>
  162. <Cmd>Command_ConstructAlliedAntiStructureVehicle</Cmd>
  163. <Cmd>Command_ConstructAlliedAntiVehicleVehicleTech3</Cmd>
  164. <Cmd>Command_ConstructAlliedMCV</Cmd>
  165. <!--
  166. <Cmd>Command_UpgradeAlliedWarFactoryRepairBay</Cmd>
  167. -->
  168. </LogicCommandSet>
  169. <LogicCommandSet
  170. id="AlliedMCVCommandSet">
  171. <Cmd>Command_UnPackAlliedMCV</Cmd>
  172. <Cmd>Command_MoveToPositionAndCollect</Cmd>
  173. </LogicCommandSet>
  174. <LogicCommandSet
  175. id="AlliedEngineerCommandSet">
  176. <Cmd>Command_ToggleAlliedEngineerHeal</Cmd>
  177. <Cmd>Command_CaptureBuilding</Cmd>
  178. <Cmd>Command_MoveToPositionAndCollect</Cmd>
  179. </LogicCommandSet>
  180. <LogicCommandSet
  181. id="AlliedCommandoTech1CommandSet">
  182. <Cmd>Command_TimeBeltSpecialPower</Cmd>
  183. <Cmd>Command_AttackMove</Cmd>
  184. <Cmd>Command_MoveToPositionAndCollect</Cmd>
  185. </LogicCommandSet>
  186. <LogicCommandSet
  187. id="AlliedSupportAircraftCommandSet">
  188. <Cmd>Command_AlliedSupportAircraftShrinkRay</Cmd>
  189. <Cmd>Command_AttackMove</Cmd>
  190. </LogicCommandSet>
  191. <LogicCommandSet
  192. id="AlliedAntiNavyShipTech1CommandSet">
  193. <Cmd>Command_ToggleMagneticArmor</Cmd>
  194. <Cmd>Command_AttackMove</Cmd>
  195. </LogicCommandSet>
  196. <LogicCommandSet
  197. id="AlliedBomberAircraftCommandSet">
  198. <Cmd>Command_ActivateEjectPassengersSpecialPowerUntargeted</Cmd>
  199. <Cmd>Command_AttackMove</Cmd>
  200. </LogicCommandSet>
  201. <LogicCommandSet
  202. id="AlliedMinerCommandSet">
  203. <!--<Cmd>Command_HarvesterReturnToRefinery</Cmd>-->
  204. <Cmd>Command_UnPackAlliedMiner</Cmd>
  205. <Cmd>Command_MoveToPositionAndCollect</Cmd>
  206. </LogicCommandSet>
  207. <LogicCommandSet
  208. id="AlliedAntiGroundAircraftCommandSet">
  209. <Cmd>Command_AlliedAntiGroundAircraftReturnToAirfield</Cmd>
  210. <Cmd>Command_AttackMove</Cmd>
  211. </LogicCommandSet>
  212. <LogicCommandSet
  213. id="AlliedAntiNavalScoutCommandSet">
  214. <Cmd>Command_ActivateJumpSpecialPower</Cmd>
  215. <Cmd>Command_AttackMove</Cmd>
  216. <Cmd>Command_MoveToPositionAndCollect</Cmd>
  217. </LogicCommandSet>
  218. <LogicCommandSet
  219. id="AlliedScoutInfantryCommandSet">
  220. <Cmd>Command_ActivateBarkSpecialPower</Cmd>
  221. <Cmd>Command_AttackMove</Cmd>
  222. <Cmd>Command_MoveToPositionAndCollect</Cmd>
  223. </LogicCommandSet>
  224. <LogicCommandSet
  225. id="AlliedInfiltrationInfantryCommandSet">
  226. <Cmd>Command_ActivateBribeSpecialPower</Cmd>
  227. <Cmd>Command_MoveToPositionAndCollect</Cmd>
  228. <Cmd>Command_ActivateDisguiseSpecialPower</Cmd>
  229. </LogicCommandSet>
  230. <LogicCommandSet
  231. id="AlliedAntiInfantryInfantryCommandSet">
  232. <Cmd>Command_ToggleRiotShieldSpecialPower</Cmd>
  233. <Cmd>Command_AttackMove</Cmd>
  234. <Cmd>Command_MoveToPositionAndCollect</Cmd>
  235. </LogicCommandSet>
  236. <LogicCommandSet
  237. id="AlliedAntiVehicleInfantryCommandSet">
  238. <Cmd>Command_ToggleRadarLockSpecialPower</Cmd>
  239. <Cmd>Command_AttackMove</Cmd>
  240. <Cmd>Command_MoveToPositionAndCollect</Cmd>
  241. </LogicCommandSet>
  242. <LogicCommandSet
  243. id="AlliedAntiVehicleVehicleTech1CommandSet">
  244. <Cmd>Command_ToggleTargetPainter</Cmd>
  245. <Cmd>Command_AttackMove</Cmd>
  246. <Cmd>Command_MoveToPositionAndCollect</Cmd>
  247. </LogicCommandSet>
  248. <LogicCommandSet
  249. id="AlliedAntiVehicleVehicleTech3CommandSet">
  250. <Cmd>Command_ToggleMirageField</Cmd>
  251. <Cmd>Command_AttackMove</Cmd>
  252. <Cmd>Command_MoveToPositionAndCollect</Cmd>
  253. </LogicCommandSet>
  254. <LogicCommandSet
  255. id="AlliedFighterAircraftCommandSet">
  256. <Cmd>Command_AlliedFighterAircraftReturnToAirfield</Cmd>
  257. <Cmd>Command_AttackMove</Cmd>
  258. </LogicCommandSet>
  259. <LogicCommandSet
  260. id="AlliedAntiStructureVehicleCommandSet">
  261. <Cmd>Command_ToggleShieldSphere</Cmd>
  262. <Cmd>Command_AttackMove</Cmd>
  263. <Cmd>Command_MoveToPositionAndCollect</Cmd>
  264. </LogicCommandSet>
  265. <LogicCommandSet
  266. id="AlliedAntiAirShipCommandSet">
  267. <Cmd>Command_ToggleWeaponScrambler</Cmd>
  268. <Cmd>Command_AttackMove</Cmd>
  269. </LogicCommandSet>
  270. <LogicCommandSet
  271. id="AlliedAntiAirVehicleTech1CommandSet">
  272. <Cmd>Command_Evacuate</Cmd>
  273. <Cmd>Command_AttackMove</Cmd>
  274. <Cmd>Command_MoveToPositionAndCollect</Cmd>
  275. </LogicCommandSet>
  276. <LogicCommandSet
  277. id="AlliedAntiInfantryVehicleCommandSet">
  278. <Cmd>Command_AlliedAntiInfantryVehicleEvacuate</Cmd>
  279. <Cmd>Command_AttackMove</Cmd>
  280. </LogicCommandSet>
  281. <!-- Soviet -->
  282. <LogicCommandSet
  283. id="SovietConstructionYardCommandSet">
  284. <Cmd>Command_ConstructSovietWall</Cmd>
  285. <Cmd>Command_ConstructSovietPowerPlant</Cmd>
  286. <Cmd>Command_ConstructSovietBarracks</Cmd>
  287. <Cmd>Command_ConstructSovietRefinery</Cmd>
  288. <Cmd>Command_ConstructSovietWarFactory</Cmd>
  289. <Cmd>Command_ConstructSovietNavalYard</Cmd>
  290. <Cmd>Command_ConstructSovietAirfield</Cmd>
  291. <Cmd>Command_ConstructSovietPowerPlantAdvanced</Cmd>
  292. <Cmd>Command_ConstructSovietTechStructure</Cmd>
  293. <Cmd>Command_ConstructSovietBaseDefenseGround</Cmd>
  294. <Cmd>Command_ConstructSovietBaseDefenseAir</Cmd>
  295. <Cmd>Command_ConstructSovietBaseDefenseAdvanced</Cmd>
  296. <Cmd>Command_ConstructSovietSuperWeapon</Cmd>
  297. <Cmd>Command_ConstructSovietSuperWeaponAdvanced</Cmd>
  298. <Cmd>Command_ConstructSovietCrane</Cmd>
  299. <Cmd>Command_PackSovietMCV</Cmd>
  300. <!--
  301. <Cmd>Command_UpgradeSovietCrane</Cmd>
  302. <Cmd>Command_UpgradeSovietRadarDish</Cmd>
  303. <Cmd>Command_UpgradeSovietConstructionYardSalvageYard</Cmd>
  304. -->
  305. </LogicCommandSet>
  306. <LogicCommandSet
  307. id="SovietBunkerCommandSet">
  308. <Cmd>Command_SovietBattleBunkerEvacuate</Cmd>
  309. </LogicCommandSet>
  310. <LogicCommandSet
  311. id="SovietBaseDefenseAirCommandSet">
  312. </LogicCommandSet>
  313. <LogicCommandSet
  314. id="SovietAirfieldCommandSet">
  315. <Cmd>Command_ConstructSovietAntiGroundAircraft</Cmd>
  316. <Cmd>Command_ConstructSovietFighterAircraft</Cmd>
  317. <Cmd>Command_ConstructSovietBomberAircraft</Cmd>
  318. <Cmd>Command_SovietRecallAllAircraft</Cmd>
  319. </LogicCommandSet>
  320. <LogicCommandSet
  321. id="SovietBarracksCommandSet">
  322. <Cmd>Command_ConstructSovietScoutInfantry</Cmd>
  323. <Cmd>Command_ConstructSovietAntiInfantryInfantry</Cmd>
  324. <Cmd>Command_ConstructSovietAntiVehicleInfantry</Cmd>
  325. <Cmd>Command_ConstructSovietEngineer</Cmd>
  326. <Cmd>Command_ConstructSovietHeavyAntiVehicleInfantry</Cmd>
  327. <Cmd>Command_ConstructSovietCommandoTech1</Cmd>
  328. </LogicCommandSet>
  329. <LogicCommandSet
  330. id="SovietCraneCommandSet">
  331. <Cmd>Command_ConstructSovietWall</Cmd>
  332. <Cmd>Command_ConstructSovietPowerPlant</Cmd>
  333. <Cmd>Command_ConstructSovietBarracks</Cmd>
  334. <Cmd>Command_ConstructSovietRefinery</Cmd>
  335. <Cmd>Command_ConstructSovietWarFactory</Cmd>
  336. <Cmd>Command_ConstructSovietNavalYard</Cmd>
  337. <Cmd>Command_ConstructSovietAirfield</Cmd>
  338. <Cmd>Command_ConstructSovietPowerPlantAdvanced</Cmd>
  339. <Cmd>Command_ConstructSovietTechStructure</Cmd>
  340. <Cmd>Command_ConstructSovietBaseDefenseGround</Cmd>
  341. <Cmd>Command_ConstructSovietBaseDefenseAir</Cmd>
  342. <Cmd>Command_ConstructSovietBaseDefenseAdvanced</Cmd>
  343. <Cmd>Command_ConstructSovietSuperWeapon</Cmd>
  344. <Cmd>Command_ConstructSovietSuperWeaponAdvanced</Cmd>
  345. </LogicCommandSet>
  346. <LogicCommandSet
  347. id="SovietRadarDishCommandSet">
  348. </LogicCommandSet>
  349. <LogicCommandSet
  350. id="SovietConstructionYardSalvageYardCommandSet">
  351. </LogicCommandSet>
  352. <LogicCommandSet
  353. id="SovietWarFactorySalvageYardCommandSet">
  354. </LogicCommandSet>
  355. <LogicCommandSet
  356. id="SovietOutpostCommandSet">
  357. </LogicCommandSet>
  358. <LogicCommandSet
  359. id="SovietBaseDefenseGroundCommandSet">
  360. </LogicCommandSet>
  361. <LogicCommandSet
  362. id="SovietNavalYardCommandSet">
  363. <Cmd>Command_ConstructSovietMiner_Naval</Cmd>
  364. <Cmd>Command_ConstructSovietSurveyor_Naval</Cmd>
  365. <Cmd>Command_ConstructSovietAntiNavyShipTech1</Cmd>
  366. <Cmd>Command_ConstructSovietAntiAirShip</Cmd>
  367. <Cmd>Command_ConstructSovietAntiNavyShipTech2</Cmd>
  368. <Cmd>Command_ConstructSovietAntiStructureShip</Cmd>
  369. <Cmd>Command_ConstructSovietMCV_Naval</Cmd>
  370. <Cmd>Command_RepairVehicle</Cmd>
  371. <!--
  372. <Cmd>Command_UpgradeSovietNavalYardSalvageYard</Cmd>
  373. -->
  374. </LogicCommandSet>
  375. <LogicCommandSet
  376. id="SovietNavalYardSalvageYardCommandSet">
  377. </LogicCommandSet>
  378. <LogicCommandSet
  379. id="SovietPowerPlantCommandSet">
  380. </LogicCommandSet>
  381. <LogicCommandSet
  382. id="SovietPowerPlantAdvancedCommandSet">
  383. </LogicCommandSet>
  384. <LogicCommandSet
  385. id="SovietRefineryCommandSet">
  386. <Cmd>Command_ConstructSovietMinerFromRefinery</Cmd>
  387. </LogicCommandSet>
  388. <LogicCommandSet
  389. id="SovietSuperWeaponCommandSet">
  390. <Cmd>Command_IronCurtain</Cmd>
  391. </LogicCommandSet>
  392. <LogicCommandSet
  393. id="SovietSuperWeaponAdvancedCommandSet">
  394. <Cmd>Command_VacuumBomb</Cmd>
  395. </LogicCommandSet>
  396. <LogicCommandSet
  397. id="SovietTechStructureCommandSet">
  398. </LogicCommandSet>
  399. <LogicCommandSet
  400. id="SovietBaseDefenseAdvancedCommandSet">
  401. </LogicCommandSet>
  402. <LogicCommandSet
  403. id="SovietWarFactoryCommandSet">
  404. <Cmd>Command_ConstructSovietMiner</Cmd>
  405. <Cmd>Command_ConstructSovietSurveyor</Cmd>
  406. <Cmd>Command_ConstructSovietScoutVehicle</Cmd>
  407. <Cmd>Command_ConstructSovietAntiInfantryVehicle</Cmd>
  408. <Cmd>Command_ConstructSovietAntiAirShip_Ground</Cmd>
  409. <Cmd>Command_ConstructSovietAntiVehicleVehicleTech1</Cmd>
  410. <Cmd>Command_ConstructSovietAntiStructureVehicle</Cmd>
  411. <Cmd>Command_ConstructSovietAntiVehicleVehicleTech3</Cmd>
  412. <Cmd>Command_ConstructSovietMCV</Cmd>
  413. <Cmd>Command_RepairVehicle</Cmd>
  414. <!--
  415. <Cmd>Command_UpgradeSovietWarFactorySalvageYard</Cmd>
  416. -->
  417. </LogicCommandSet>
  418. <LogicCommandSet
  419. id="SovietScoutVehicleCommandSet">
  420. <Cmd>Command_ToggleBinaryWeapon</Cmd>
  421. <Cmd>Command_AttackMove</Cmd>
  422. <Cmd>Command_MoveToPositionAndCollect</Cmd>
  423. </LogicCommandSet>
  424. <LogicCommandSet
  425. id="SovietScoutInfantryCommandSet">
  426. <Cmd>Command_ActivateRoarSpecialPower</Cmd>
  427. <Cmd>Command_AttackMove</Cmd>
  428. <Cmd>Command_MoveToPositionAndCollect</Cmd>
  429. </LogicCommandSet>
  430. <LogicCommandSet
  431. id="SovietHeavyAntiVehicleInfantryCommandSet">
  432. <Cmd>Command_ToggleShortCircuit</Cmd>
  433. <Cmd>Command_AttackMove</Cmd>
  434. <Cmd>Command_MoveToPositionAndCollect</Cmd>
  435. </LogicCommandSet>
  436. <LogicCommandSet
  437. id="SovietMinerCommandSet">
  438. <Cmd>Command_ToggleArmorUp</Cmd>
  439. <Cmd>Command_MoveToPositionAndCollect</Cmd>
  440. </LogicCommandSet>
  441. <LogicCommandSet
  442. id="SovietMCVCommandSet">
  443. <Cmd>Command_UnPackSovietMCV</Cmd>
  444. <Cmd>Command_MoveToPositionAndCollect</Cmd>
  445. </LogicCommandSet>
  446. <LogicCommandSet
  447. id="SovietSurveyorCommandSet">
  448. <Cmd>Command_UnPackSovietSurveyor</Cmd>
  449. <Cmd>Command_MoveToPositionAndCollect</Cmd>
  450. </LogicCommandSet>
  451. <LogicCommandSet
  452. id="SovietEngineerCommandSet">
  453. <Cmd>Command_ConstructSovietBunker</Cmd>
  454. <Cmd>Command_CaptureBuilding</Cmd>
  455. <Cmd>Command_AttackMove</Cmd>
  456. <Cmd>Command_MoveToPositionAndCollect</Cmd>
  457. </LogicCommandSet>
  458. <LogicCommandSet
  459. id="SovietAntiNavyShipTech1CommandSet">
  460. <Cmd>Command_ActivateTeslaNova</Cmd>
  461. <Cmd>Command_AttackMove</Cmd>
  462. </LogicCommandSet>
  463. <LogicCommandSet
  464. id="SovietAntiNavyShipTech2CommandSet">
  465. <Cmd>Command_ActivateSuperTorpedos</Cmd>
  466. <Cmd>Command_AttackMove</Cmd>
  467. </LogicCommandSet>
  468. <LogicCommandSet
  469. id="SovietCommandoTech1CommandSet">
  470. <Cmd>Command_ActivatePilotSnipeSpecialPower</Cmd>
  471. <Cmd>Command_MoveToPositionAndCollect</Cmd>
  472. <Cmd>Command_AttackMove</Cmd>
  473. </LogicCommandSet>
  474. <LogicCommandSet
  475. id="SovietAntiAirShipCommandSet">
  476. <Cmd>Command_ActivateEjectPassengersSpecialPower</Cmd>
  477. <Cmd>Command_AttackMove</Cmd>
  478. </LogicCommandSet>
  479. <LogicCommandSet
  480. id="SovietAntiInfantryVehicleCommandSet">
  481. <Cmd>Command_ActivateLeapSpecialPower</Cmd>
  482. <Cmd>Command_AttackMove</Cmd>
  483. <Cmd>Command_MoveToPositionAndCollect</Cmd>
  484. </LogicCommandSet>
  485. <LogicCommandSet
  486. id="SovietAntiVehicleVehicleTech1CommandSet">
  487. <Cmd>Command_AttackMove</Cmd>
  488. <Cmd>Command_ToggleLeechBeam</Cmd>
  489. <Cmd>Command_MoveToPositionAndCollect</Cmd>
  490. </LogicCommandSet>
  491. <LogicCommandSet
  492. id="SovietAntiVehicleVehicleTech2CommandSet">
  493. <Cmd>Command_ToggleShortCircuitTank</Cmd>
  494. <Cmd>Command_AttackMove</Cmd>
  495. <Cmd>Command_MoveToPositionAndCollect</Cmd>
  496. </LogicCommandSet>
  497. <LogicCommandSet
  498. id="SovietAntiStructureVehicleCommandSet">
  499. <Cmd>Command_ToggleMIRVSpecialPower</Cmd>
  500. <Cmd>Command_AttackMove</Cmd>
  501. <Cmd>Command_MoveToPositionAndCollect</Cmd>
  502. </LogicCommandSet>
  503. <LogicCommandSet
  504. id="SovietAntiInfantryInfantryCommandSet">
  505. <Cmd>Command_ToggleMolotovCocktailSpecialPower</Cmd>
  506. <Cmd>Command_AttackMove</Cmd>
  507. <Cmd>Command_MoveToPositionAndCollect</Cmd>
  508. </LogicCommandSet>
  509. <LogicCommandSet
  510. id="SovietAntiVehicleInfantryCommandSet">
  511. <Cmd>Command_ToggleMagneticBombSpecialPower</Cmd>
  512. <Cmd>Command_AttackMove</Cmd>
  513. <Cmd>Command_MoveToPositionAndCollect</Cmd>
  514. </LogicCommandSet>
  515. <LogicCommandSet
  516. id="SovietBomberAircraftCommandSet">
  517. <Cmd>Command_AttackMove</Cmd>
  518. <Cmd>Command_ToggleAfterburners</Cmd>
  519. </LogicCommandSet>
  520. <LogicCommandSet
  521. id="SovietFighterAircraftCommandSet">
  522. <Cmd>Command_SovietFighterAircraftReturnToAirfield</Cmd>
  523. <Cmd>Command_AttackMove</Cmd>
  524. </LogicCommandSet>
  525. <LogicCommandSet
  526. id="SovietAntiGroundAircraftCommandSet">
  527. <Cmd>Command_SovietAntiGroundAircraftEvacuate</Cmd>
  528. <Cmd>Command_AttackMove</Cmd>
  529. </LogicCommandSet>
  530. <LogicCommandSet
  531. id="SovietAntiStructureShipCommandSet">
  532. <Cmd>Command_ToggleRapidLaunchSpecialPower</Cmd>
  533. <Cmd>Command_AttackMove</Cmd>
  534. </LogicCommandSet>
  535. <LogicCommandSet
  536. id="SovietAntiAirVehicleTech1CommandSet">
  537. <Cmd>Command_Evacuate</Cmd>
  538. <Cmd>Command_AttackMove</Cmd>
  539. <Cmd>Command_MoveToPositionAndCollect</Cmd>
  540. </LogicCommandSet>
  541. <LogicCommandSet
  542. id="SovietAntiVehicleVehicleTech3CommandSet">
  543. <Cmd>Command_ToggleHarpoonSpecialPower</Cmd>
  544. <Cmd>Command_AttackMove</Cmd>
  545. <Cmd>Command_MoveToPositionAndCollect</Cmd>
  546. </LogicCommandSet>
  547. <!-- Japan -->
  548. <LogicCommandSet
  549. id="JapanConstructionYardCommandSet">
  550. <Cmd>Command_ConstructJapanWall</Cmd>
  551. <Cmd>Command_ConstructJapanPowerPlantEgg</Cmd>
  552. <Cmd>Command_ConstructJapanBarracksEgg</Cmd>
  553. <Cmd>Command_ConstructJapanRefineryEgg</Cmd>
  554. <Cmd>Command_ConstructJapanWarFactoryEgg</Cmd>
  555. <Cmd>Command_ConstructJapanNavalYardEgg</Cmd>
  556. <Cmd>Command_ConstructJapanTechStructureEgg</Cmd>
  557. <Cmd>Command_ConstructJapanBaseDefenseEgg</Cmd>
  558. <Cmd>Command_ConstructJapanBaseDefenseAdvancedEgg</Cmd>
  559. <Cmd>Command_ConstructJapanSuperWeaponEgg</Cmd>
  560. <Cmd>Command_ConstructJapanSuperWeaponAdvancedEgg</Cmd>
  561. <!--
  562. <Cmd>Command_UpgradeJapanRadarDish</Cmd>
  563. <Cmd>Command_UpgradeJapanRepairBay</Cmd>
  564. -->
  565. <Cmd>Command_PackJapanMCV</Cmd>
  566. </LogicCommandSet>
  567. <LogicCommandSet
  568. id="JapanRadarDishCommandSet">
  569. </LogicCommandSet>
  570. <LogicCommandSet
  571. id="JapanBarracksCommandSetBase">
  572. <Cmd>Command_ConstructJapanScoutInfantry</Cmd>
  573. <Cmd>Command_ConstructJapanAntiInfantryInfantry</Cmd>
  574. <Cmd>Command_ConstructJapanAntiVehicleInfantry</Cmd>
  575. <Cmd>Command_ConstructJapanEngineer</Cmd>
  576. <Cmd>Command_ConstructJapanInfiltrationInfantry</Cmd>
  577. <Cmd>Command_ConstructJapanAntiVehicleInfantryTech3</Cmd>
  578. <Cmd>Command_ConstructJapanCommandoTech1</Cmd>
  579. </LogicCommandSet>
  580. <LogicCommandSet
  581. id="JapanBarracksCommandSet"
  582. inheritFrom="JapanBarracksCommandSetBase">
  583. <Cmd>Command_PurchaseJapanBarracksTech2</Cmd>
  584. </LogicCommandSet>
  585. <LogicCommandSet
  586. id="JapanBarracksCommandSetTech2"
  587. inheritFrom="JapanBarracksCommandSetBase">
  588. <Cmd>Command_PurchaseJapanBarracksTech3</Cmd>
  589. </LogicCommandSet>
  590. <LogicCommandSet
  591. id="JapanBaseDefenseCommandSet">
  592. <Cmd>Command_JapanBaseDefenseToggleBinaryWeapon</Cmd>
  593. </LogicCommandSet>
  594. <LogicCommandSet
  595. id="JapanBaseDefenseAdvancedCommandSet">
  596. <Cmd>Command_JapanBaseDefenseAdvanced_FireKiCannon</Cmd>
  597. </LogicCommandSet>
  598. <LogicCommandSet
  599. id="JapanNavalYardRepairBayCommandSet">
  600. </LogicCommandSet>
  601. <LogicCommandSet
  602. id="JapanNavalYardCommandSetBase">
  603. <Cmd>Command_ConstructJapanMiner_Naval</Cmd>
  604. <Cmd>Command_ConstructJapanNavyScoutShip</Cmd>
  605. <Cmd>Command_ConstructJapanAntiVehicleVehicleTech1_Naval</Cmd>
  606. <Cmd>Command_ConstructJapanAntiAirShip</Cmd>
  607. <Cmd>Command_ConstructJapanAntiVehicleShip</Cmd>
  608. <Cmd>Command_ConstructJapanAntiStructureShip</Cmd>
  609. <Cmd>Command_ConstructJapanMCV_Naval</Cmd>
  610. <Cmd>Command_RepairVehicle</Cmd>
  611. </LogicCommandSet>
  612. <LogicCommandSet
  613. id="JapanNavalYardCommandSet"
  614. inheritFrom="JapanNavalYardCommandSetBase">
  615. <Cmd>Command_PurchaseJapanNavalYardTech2</Cmd>
  616. </LogicCommandSet>
  617. <LogicCommandSet
  618. id="JapanNavalYardCommandSetTech2"
  619. inheritFrom="JapanNavalYardCommandSetBase">
  620. <Cmd>Command_PurchaseJapanNavalYardTech3</Cmd>
  621. </LogicCommandSet>
  622. <LogicCommandSet
  623. id="JapanPowerPlantCommandSet">
  624. </LogicCommandSet>
  625. <LogicCommandSet
  626. id="JapanRefineryCommandSet">
  627. <Cmd>Command_ConstructJapanMinerFromRefinery</Cmd>
  628. </LogicCommandSet>
  629. <LogicCommandSet
  630. id="JapanSuperWeaponCommandSet">
  631. <Cmd>Command_NanoSwarmHive</Cmd>
  632. </LogicCommandSet>
  633. <LogicCommandSet
  634. id="JapanSuperWeaponAdvancedCommandSet">
  635. <Cmd>Command_TelekineticProjectorDevice</Cmd>
  636. </LogicCommandSet>
  637. <LogicCommandSet
  638. id="JapanWarFactoryRepairBayCommandSet">
  639. <Cmd>Command_RepairVehicle</Cmd>
  640. </LogicCommandSet>
  641. <LogicCommandSet
  642. id="JapanWarFactoryCommandSetBase">
  643. <Cmd>Command_ConstructJapanMiner</Cmd>
  644. <Cmd>Command_ConstructJapanLightTransportVehicle</Cmd>
  645. <Cmd>Command_ConstructJapanAntiInfantryVehicle</Cmd>
  646. <Cmd>Command_ConstructJapanAntiVehicleVehicleTech1</Cmd>
  647. <Cmd>Command_ConstructJapanAntiAirVehicleTech1</Cmd>
  648. <Cmd>Command_ConstructJapanAntiVehicleVehicleTech3</Cmd>
  649. <Cmd>Command_ConstructJapanAntiStructureVehicle</Cmd>
  650. <Cmd>Command_ConstructJapanMCV</Cmd>
  651. </LogicCommandSet>
  652. <LogicCommandSet
  653. id="JapanWarFactoryCommandSet"
  654. inheritFrom="JapanWarFactoryCommandSetBase">
  655. <Cmd>Command_PurchaseJapanWarFactoryTech2</Cmd>
  656. </LogicCommandSet>
  657. <LogicCommandSet
  658. id="JapanWarFactoryCommandSetTech2"
  659. inheritFrom="JapanWarFactoryCommandSetBase">
  660. <Cmd>Command_PurchaseJapanWarFactoryTech3</Cmd>
  661. </LogicCommandSet>
  662. <LogicCommandSet
  663. id="JapanRefineryEggCommandSet">
  664. <Cmd>Command_UnPackJapanRefineryEgg</Cmd>
  665. </LogicCommandSet>
  666. <LogicCommandSet
  667. id="JapanBarracksEggCommandSet">
  668. <Cmd>Command_UnPackJapanBarracksEgg</Cmd>
  669. </LogicCommandSet>
  670. <LogicCommandSet
  671. id="JapanPowerPlantEggCommandSet">
  672. <Cmd>Command_UnPackJapanPowerPlantEgg</Cmd>
  673. </LogicCommandSet>
  674. <LogicCommandSet
  675. id="JapanWarFactoryEggCommandSet">
  676. <Cmd>Command_UnPackJapanWarFactoryEgg</Cmd>
  677. </LogicCommandSet>
  678. <LogicCommandSet
  679. id="JapanNavalYardEggCommandSet">
  680. <Cmd>Command_UnPackJapanNavalYardEgg</Cmd>
  681. </LogicCommandSet>
  682. <LogicCommandSet
  683. id="JapanTechStructureEggCommandSet">
  684. <Cmd>Command_UnPackJapanTechStructureEgg</Cmd>
  685. </LogicCommandSet>
  686. <LogicCommandSet
  687. id="JapanSuperWeaponEggCommandSet">
  688. <Cmd>Command_UnPackJapanSuperWeaponEgg</Cmd>
  689. </LogicCommandSet>
  690. <LogicCommandSet
  691. id="JapanSuperWeaponAdvancedEggCommandSet">
  692. <Cmd>Command_UnPackJapanSuperWeaponAdvancedEgg</Cmd>
  693. </LogicCommandSet>
  694. <LogicCommandSet
  695. id="JapanBaseDefenseEggCommandSet">
  696. <Cmd>Command_UnPackJapanBaseDefenseEgg</Cmd>
  697. </LogicCommandSet>
  698. <LogicCommandSet
  699. id="JapanBaseDefenseAdvancedEggCommandSet">
  700. <Cmd>Command_UnPackJapanBaseDefenseAdvancedEgg</Cmd>
  701. </LogicCommandSet>
  702. <LogicCommandSet
  703. id="JapanConstructionYardEggCommandSet">
  704. <Cmd>Command_UnPackJapanConstructionYardEgg</Cmd>
  705. </LogicCommandSet>
  706. <LogicCommandSet
  707. id="JapanEngineerCommandSet">
  708. <Cmd>Command_JapanEngineerSprint</Cmd>
  709. <Cmd>Command_CaptureBuilding</Cmd>
  710. <Cmd>Command_MoveToPositionAndCollect</Cmd>
  711. </LogicCommandSet>
  712. <LogicCommandSet
  713. id="JapanAntiInfantryInfantryCommandSet">
  714. <Cmd>Command_JapanAntiInfantryInfantryBonzai</Cmd>
  715. <Cmd>Command_AttackMove</Cmd>
  716. <Cmd>Command_MoveToPositionAndCollect</Cmd>
  717. </LogicCommandSet>
  718. <LogicCommandSet
  719. id="JapanScoutInfantryCommandSet">
  720. <Cmd>Command_JapanScoutInfantryBomb</Cmd>
  721. <Cmd>Command_MoveToPositionAndCollect</Cmd>
  722. </LogicCommandSet>
  723. <LogicCommandSet
  724. id="JapanMCVCommandSet">
  725. <Cmd>Command_UnPackJapanMCV</Cmd>
  726. <Cmd>Command_MoveToPositionAndCollect</Cmd>
  727. </LogicCommandSet>
  728. <LogicCommandSet
  729. id="JapanNavyScoutShipCommandSet">
  730. <Cmd>Command_ToggleKamikazeAttackSpecialPower</Cmd>
  731. <Cmd>Command_AttackMove</Cmd>
  732. </LogicCommandSet>
  733. <LogicCommandSet
  734. id="JapanAntiAirShipCommandSet">
  735. <Cmd>Command_JAAS_Transform</Cmd>
  736. <Cmd>Command_AttackMove</Cmd>
  737. </LogicCommandSet>
  738. <LogicCommandSet
  739. id="JapanAntiAirVehicleTech1CommandSet">
  740. <Cmd>Command_AttackMove</Cmd>
  741. <Cmd>Command_JAAVT1_Transform</Cmd>
  742. <Cmd>Command_MoveToPositionAndCollect</Cmd>
  743. </LogicCommandSet>
  744. <LogicCommandSet
  745. id="JapanAntiInfantryVehicleCommandSet">
  746. <Cmd>Command_JAIV_Transform</Cmd>
  747. <Cmd>Command_AttackMove</Cmd>
  748. <Cmd>Command_MoveToPositionAndCollect</Cmd>
  749. </LogicCommandSet>
  750. <LogicCommandSet
  751. id="JapanLightTransportVehicleCommandSet">
  752. <Cmd>Command_DisguisedEvacuate</Cmd>
  753. <Cmd>Command_ActivateDisguiseSpecialPower</Cmd>
  754. <Cmd>Command_MoveToPositionAndCollect</Cmd>
  755. </LogicCommandSet>
  756. <LogicCommandSet
  757. id="JapanAntiVehicleVehicleTech1CommandSet">
  758. <Cmd>Command_AttackMove</Cmd>
  759. <Cmd>Command_ToggleEnergizedArmorSpecialPower</Cmd>
  760. <Cmd>Command_MoveToPositionAndCollect</Cmd>
  761. </LogicCommandSet>
  762. <LogicCommandSet
  763. id="JapanAntiVehicleVehicleTech3CommandSet">
  764. <Cmd>Command_AttackMove</Cmd>
  765. <Cmd>Command_TriggerRushAttackSpecialPower</Cmd>
  766. <Cmd>Command_MoveToPositionAndCollect</Cmd>
  767. </LogicCommandSet>
  768. <LogicCommandSet
  769. id="JapanAntiStructureVehicleCommandSet">
  770. <Cmd>Command_AttackMove</Cmd>
  771. <Cmd>Command_JASV_FireKiCannon</Cmd>
  772. <Cmd>Command_MoveToPositionAndCollect</Cmd>
  773. </LogicCommandSet>
  774. <LogicCommandSet
  775. id="JapanInfiltrationInfantryCommandSet">
  776. <Cmd>Command_SmokeBombSpecialPower</Cmd>
  777. <Cmd>Command_AttackMove</Cmd>
  778. <Cmd>Command_MoveToPositionAndCollect</Cmd>
  779. </LogicCommandSet>
  780. <LogicCommandSet
  781. id="JapanAntiVehicleShipCommandSet">
  782. <Cmd>Command_ActivateTorpedoSpread</Cmd>
  783. <Cmd>Command_AttackMove</Cmd>
  784. </LogicCommandSet>
  785. <LogicCommandSet
  786. id="JapanMechaKingCommandSet">
  787. <Cmd>Command_AttackMove</Cmd>
  788. <Cmd>Command_ActivateMechaKingShockwave</Cmd>
  789. </LogicCommandSet>
  790. <LogicCommandSet
  791. id="JapanCommandoTech1CommandSet">
  792. <Cmd>Command_PsyonicBlastSpecialPower</Cmd>
  793. <Cmd>Command_AttackMove</Cmd>
  794. <Cmd>Command_MoveToPositionAndCollect</Cmd>
  795. </LogicCommandSet>
  796. <LogicCommandSet
  797. id="JapanAntiVehicleTech3CommandSet">
  798. <Cmd>Command_ToggleLockDownGunSpecialPower</Cmd>
  799. <Cmd>Command_AttackMove</Cmd>
  800. <Cmd>Command_MoveToPositionAndCollect</Cmd>
  801. </LogicCommandSet>
  802. <LogicCommandSet
  803. id="JapanAntiVehicleInfantryCommandSet">
  804. <Cmd>Command_ToggleSpiderHole</Cmd>
  805. <Cmd>Command_AttackMove</Cmd>
  806. <Cmd>Command_MoveToPositionAndCollect</Cmd>
  807. </LogicCommandSet>
  808. <LogicCommandSet
  809. id="JapanMinerCommandSet">
  810. <Cmd>Command_ToggleDeployWeapon</Cmd>
  811. <Cmd>Command_MoveToPositionAndCollect</Cmd>
  812. <Cmd>Command_AttackMove</Cmd>
  813. </LogicCommandSet>
  814. <LogicCommandSet
  815. id="JapanAntiStructureShipCommandSet">
  816. <Cmd>Command_RammingSpeed</Cmd>
  817. <Cmd>Command_AttackMove</Cmd>
  818. </LogicCommandSet>
  819. <LogicCommandSet
  820. id="PlayerSpellBookCommandSet">
  821. <!-- Allies Powers -->
  822. <Cmd>Command_SelectObjectsForChrono</Cmd>
  823. <Cmd>Command_SpawnObjectsForChrono</Cmd>
  824. <Cmd>Command_ChronoSwapSelect</Cmd>
  825. <Cmd>Command_ParticleCannonSuperWeapon</Cmd>
  826. <Cmd>Command_PrecisionStrike</Cmd>
  827. <Cmd>Command_SatelliteSweep</Cmd>
  828. <Cmd>Command_ChronoRiftSelectLvl1</Cmd>
  829. <Cmd>Command_ChronoRiftSelectLvl2</Cmd>
  830. <Cmd>Command_ChronoRiftSelectLvl3</Cmd>
  831. <Cmd>Command_TimeBombLvl1</Cmd>
  832. <Cmd>Command_TimeBombLvl2</Cmd>
  833. <Cmd>Command_TimeBombLvl3</Cmd>
  834. <Cmd>Command_HighTechnology</Cmd>
  835. <Cmd>Command_AirPower</Cmd>
  836. <Cmd>Command_CryoSatelliteLvl1</Cmd>
  837. <Cmd>Command_CryoSatelliteLvl2</Cmd>
  838. <Cmd>Command_CryoSatelliteLvl3</Cmd>
  839. <!-- Soviet Powers -->
  840. <Cmd>Command_IronCurtain</Cmd>
  841. <Cmd>Command_VacuumBomb</Cmd>
  842. <Cmd>Command_MagneticSingularity</Cmd>
  843. <Cmd>Command_MagneticSatelliteLvl1</Cmd>
  844. <Cmd>Command_MagneticSatelliteLvl2</Cmd>
  845. <Cmd>Command_MagneticSatelliteLvl3</Cmd>
  846. <Cmd>Command_OrbitalRefuse_Rank1</Cmd>
  847. <Cmd>Command_OrbitalRefuse_Rank2</Cmd>
  848. <Cmd>Command_OrbitalRefuse_Rank3</Cmd>
  849. <Cmd>Command_DesolatorAirstrikeLvl1</Cmd>
  850. <Cmd>Command_DesolatorAirstrikeLvl2</Cmd>
  851. <Cmd>Command_DesolatorAirstrikeLvl3</Cmd>
  852. <Cmd>Command_TerrorDroneEggs</Cmd>
  853. <Cmd>Command_CrushPuppiesPower</Cmd>
  854. <Cmd>Command_ProductionKickbacks</Cmd>
  855. <Cmd>Command_IrradiateTarget</Cmd>
  856. <!-- Japan Powers -->
  857. <Cmd>Command_TelekineticProjectorDevice</Cmd>
  858. <Cmd>Command_NanoSwarmHive</Cmd>
  859. <Cmd>Command_JapanEnhancedKamikaze</Cmd>
  860. <Cmd>Command_FinalSquadron_L1</Cmd>
  861. <Cmd>Command_FinalSquadron_L2</Cmd>
  862. <Cmd>Command_FinalSquadron_L3</Cmd>
  863. <Cmd>Command_PointDefenseDrones</Cmd>
  864. <Cmd>Command_JapanNavalPower</Cmd>
  865. <Cmd>Command_JapanAdvancedMissilePacks</Cmd>
  866. <Cmd>Command_JapanRoboticAssembly</Cmd>
  867. <Cmd>Command_JapanAmbush</Cmd>
  868. <Cmd>Command_JapanEmperorsResolve_L1</Cmd>
  869. <Cmd>Command_JapanEmperorsResolve_L2</Cmd>
  870. <Cmd>Command_JapanEmperorsResolve_L3</Cmd>
  871. <Cmd>Command_JapanBalloonAttack_L1</Cmd>
  872. <Cmd>Command_JapanBalloonAttack_L2</Cmd>
  873. <Cmd>Command_JapanBalloonAttack_L3</Cmd>
  874. </LogicCommandSet>
  875. <!-- Start Campaing Specific Command Sets -->
  876. <LogicCommandSet
  877. id="CAMPAlliedBomberDropCommandSet">
  878. <Cmd>Command_CAMPAlliedBomberDrop1</Cmd>
  879. <Cmd>Command_CAMPAlliedBomberDrop2</Cmd>
  880. </LogicCommandSet>
  881. <LogicCommandSet
  882. id="CAMPA07SpecialBuildsCommandSet">
  883. <Cmd>Command_ConstructJapanScoutInfantry</Cmd>
  884. <Cmd>Command_ConstructJapanAntiInfantryInfantry</Cmd>
  885. <Cmd>Command_ConstructJapanAntiVehicleInfantry</Cmd>
  886. <Cmd>Command_ConstructJapanEngineer</Cmd>
  887. <Cmd>Command_ConstructJapanInfiltrationInfantry</Cmd>
  888. <Cmd>Command_ConstructJapanAntiVehicleInfantryTech3</Cmd>
  889. <Cmd>Command_ConstructJapanCommandoTech1</Cmd>
  890. <Cmd>Command_PurchaseJapanBarracksTech2</Cmd>
  891. <Cmd>Command_PurchaseJapanBarracksTech3</Cmd>
  892. <Cmd>Command_ConstructJapanMiner</Cmd>
  893. <Cmd>Command_ConstructJapanLightTransportVehicle</Cmd>
  894. <Cmd>Command_ConstructJapanAntiInfantryVehicle</Cmd>
  895. <Cmd>Command_ConstructJapanAntiVehicleVehicleTech1</Cmd>
  896. <Cmd>Command_ConstructJapanAntiAirVehicleTech1</Cmd>
  897. <Cmd>Command_ConstructJapanAntiVehicleVehicleTech3</Cmd>
  898. <Cmd>Command_ConstructJapanAntiStructureVehicle</Cmd>
  899. <Cmd>Command_ConstructJapanMCV</Cmd>
  900. <Cmd>Command_PurchaseJapanWarFactoryTech2</Cmd>
  901. <Cmd>Command_PurchaseJapanWarFactoryTech3</Cmd>
  902. </LogicCommandSet>
  903. <LogicCommandSet
  904. id="EI_EasterIslandHeadDefense">
  905. </LogicCommandSet>
  906. <LogicCommandSet
  907. id="EI_EasterIslandHeadDefenseB">
  908. <Cmd>Command_ActivateEjectPassengersSpecialPower</Cmd>
  909. </LogicCommandSet>
  910. <LogicCommandSet
  911. id="JapanEmperorMechaCommandSet">
  912. <Cmd>Command_AttackMove</Cmd>
  913. <Cmd>Command_TriggerEmperorRushAttackSpecialPower</Cmd>
  914. </LogicCommandSet>
  915. <LogicCommandSet
  916. id="S08_SovietWarFactoryCommandSet">
  917. <Cmd>Command_ConstructSovietMiner</Cmd>
  918. <Cmd>Command_ConstructSovietSurveyor</Cmd>
  919. <Cmd>Command_ConstructSovietScoutVehicle</Cmd>
  920. <Cmd>Command_ConstructSovietAntiInfantryVehicle</Cmd>
  921. <Cmd>Command_ConstructSovietAntiAirShip_Ground</Cmd>
  922. <Cmd>Command_ConstructSovietAntiVehicleVehicleTech2</Cmd>
  923. <Cmd>Command_ConstructSovietAntiStructureVehicle</Cmd>
  924. <Cmd>Command_ConstructSovietAntiVehicleVehicleTech3</Cmd>
  925. <Cmd>Command_ConstructSovietMCV</Cmd>
  926. <Cmd>Command_RepairVehicle</Cmd>
  927. </LogicCommandSet>
  928. <LogicCommandSet
  929. id="AlliedMarine1CommandSet">
  930. <Cmd>Command_Evacuate</Cmd>
  931. <Cmd>Command_AttackMove</Cmd>
  932. </LogicCommandSet>
  933. <LogicCommandSet
  934. id="A08_AlliedBomberAircraftCommandSet">
  935. <Cmd>Command_ActivateEjectPassengersSpecialPower</Cmd>
  936. <Cmd>Command_ReturnToAirfield</Cmd>
  937. <Cmd>Command_AttackMove</Cmd>
  938. </LogicCommandSet>
  939. <!-- End Campaing Specific Command Sets -->
  940. </AssetDeclaration>