| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112 |
- <?xml version="1.0" encoding="utf-8"?>
- <AssetDeclaration xmlns="uri:ea.com:eala:asset">
-
- <Includes />
- <!-- ************************************** -->
- <!-- ************************************** -->
- <!-- RA3 -->
- <!-- ************************************** -->
- <!-- ************************************** -->
- <!-- Generic -->
- <LogicCommandSet
- id="GenericCommandSet">
- <Cmd>Command_Stop</Cmd>
- </LogicCommandSet>
-
- <LogicCommandSet
- id="EmptyCommandSet" />
-
- <!-- Neutral -->
- <LogicCommandSet
- id="GenericRepairSelfCommandSet">
- </LogicCommandSet>
- <LogicCommandSet
- id="GarrisonableNeutralBuildingCommandSet">
- <Cmd>Command_CivilianStructureEvacuate</Cmd>
- </LogicCommandSet>
- <!-- Allied -->
- <LogicCommandSet
- id="AlliedConstructionYardCommandSetBase">
- <Cmd>Command_ConstructAlliedPowerPlant</Cmd>
- <Cmd>Command_ConstructAlliedBarracks</Cmd>
- <Cmd>Command_ConstructAlliedRefinery</Cmd>
- <Cmd>Command_ConstructAlliedWarFactory</Cmd>
- <Cmd>Command_ConstructAlliedNavalYard</Cmd>
- <Cmd>Command_ConstructAlliedAirfield</Cmd>
- <Cmd>Command_ConstructAlliedTechStructure</Cmd>
- <Cmd>Command_ConstructAlliedWall</Cmd>
- <Cmd>Command_ConstructAlliedBaseDefense</Cmd>
- <Cmd>Command_ConstructAlliedBaseDefenseAdvanced</Cmd>
- <Cmd>Command_ConstructAlliedSuperWeapon</Cmd>
- <Cmd>Command_ConstructAlliedSuperWeaponAdvanced</Cmd>
- <Cmd>Command_PackAlliedMCV</Cmd>
- <!--
- <Cmd>Command_UpgradeAlliedCrane</Cmd>
- <Cmd>Command_UpgradeAlliedRadarDish</Cmd>
- <Cmd>Command_UpgradeAlliedConstructionYardRepairBay</Cmd>
- -->
- </LogicCommandSet>
- <LogicCommandSet
- id="AlliedConstructionYardCommandSet"
- inheritFrom="AlliedConstructionYardCommandSetBase">
- <Cmd>Command_PurchaseAlliedTech2</Cmd>
- </LogicCommandSet>
- <LogicCommandSet
- id="AlliedConstructionYardCommandSetLevel2"
- inheritFrom="AlliedConstructionYardCommandSetBase">
- <Cmd>Command_PurchaseAlliedTech3</Cmd>
- </LogicCommandSet>
- <LogicCommandSet
- id="AlliedAirfieldCommandSet">
- <Cmd>Command_ConstructAlliedAntiGroundAircraft</Cmd>
- <Cmd>Command_ConstructAlliedFighterAircraft</Cmd>
- <Cmd>Command_ConstructAlliedSupportAircraft</Cmd>
- <Cmd>Command_ConstructAlliedBomberAircraft</Cmd>
- <Cmd>Command_AlliedRecallAllAircraft</Cmd>
-
- <!-- Expansion Pack 1 units -->
- <Cmd>Command_ConstructAlliedGunshipAircraft</Cmd>
- </LogicCommandSet>
- <LogicCommandSet
- id="AlliedBarracksCommandSet">
- <Cmd>Command_ConstructAlliedScoutInfantry</Cmd>
- <Cmd>Command_ConstructAlliedAntiInfantryInfantry</Cmd>
- <Cmd>Command_ConstructAlliedAntiVehicleInfantry</Cmd>
- <Cmd>Command_ConstructAlliedEngineer</Cmd>
- <Cmd>Command_ConstructAlliedInfiltrationInfantry</Cmd>
- <Cmd>Command_ConstructAlliedLegionnaireInfantry</Cmd>
- <Cmd>Command_ConstructAlliedCommandoTech1</Cmd>
- </LogicCommandSet>
- <LogicCommandSet
- id="AlliedCraneCommandSet">
- <Cmd>Command_ConstructAlliedPowerPlant</Cmd>
- <Cmd>Command_ConstructAlliedRefinery</Cmd>
- <Cmd>Command_ConstructAlliedTechStructure</Cmd>
- <Cmd>Command_ConstructAlliedBarracks</Cmd>
- <Cmd>Command_ConstructAlliedWarFactory</Cmd>
- <Cmd>Command_ConstructAlliedAirfield</Cmd>
- <Cmd>Command_ConstructAlliedNavalYard</Cmd>
- <Cmd>Command_ConstructAlliedBaseDefense</Cmd>
- <Cmd>Command_ConstructAlliedBaseDefenseAdvanced</Cmd>
- <Cmd>Command_ConstructAlliedSuperWeapon</Cmd>
- <Cmd>Command_ConstructAlliedSuperWeaponAdvanced</Cmd>
- <Cmd>Command_ConstructAlliedOutpost</Cmd>
- </LogicCommandSet>
- <LogicCommandSet
- id="AlliedRadarDishCommandSet">
- </LogicCommandSet>
- <LogicCommandSet
- id="AlliedConstructionYardRepairBayCommandSet">
- <Cmd>Command_RepairVehicle</Cmd>
- </LogicCommandSet>
- <LogicCommandSet
- id="AlliedWarFactoryRepairBayCommandSet">
- <Cmd>Command_RepairVehicle</Cmd>
- </LogicCommandSet>
- <LogicCommandSet
- id="AlliedNavalYardRepairBayCommandSet">
- <Cmd>Command_RepairVehicle</Cmd>
- </LogicCommandSet>
-
- <LogicCommandSet
- id="AlliedOutpostCommandSet">
- <Cmd>Command_PurchaseAlliedTech2</Cmd>
- </LogicCommandSet>
- <LogicCommandSet
- id="AlliedOutpostCommandSetTech2">
- <Cmd>Command_PurchaseAlliedTech3</Cmd>
- </LogicCommandSet>
-
- <LogicCommandSet
- id="AlliedBaseDefenseCommandSet">
- <Cmd>Command_AlliedBaseDefenseEvacuate</Cmd>
- </LogicCommandSet>
- <LogicCommandSet
- id="AlliedAntiStructureShipCommandSet">
- <Cmd>Command_ActivateEMPCruiseMissleSpecialPower</Cmd>
- <Cmd>Command_AttackMove</Cmd>
- </LogicCommandSet>
-
- <LogicCommandSet
- id="AlliedNavalYardCommandSet">
- <Cmd>Command_ConstructAlliedMiner_Naval</Cmd>
- <Cmd>Command_ConstructAlliedAntiNavalScout</Cmd>
- <Cmd>Command_ConstructAlliedAntiInfantryVehicle</Cmd>
- <Cmd>Command_ConstructAlliedAntiAirShip</Cmd>
- <Cmd>Command_ConstructAlliedAntiNavyShipTech1</Cmd>
- <Cmd>Command_ConstructAlliedAntiStructureShip</Cmd>
- <Cmd>Command_ConstructAlliedMCV_Naval</Cmd>
- <!--
- <Cmd>Command_UpgradeAlliedNavalYardRepairBay</Cmd>
- -->
- </LogicCommandSet>
- <LogicCommandSet
- id="AlliedPowerPlantCommandSet">
- </LogicCommandSet>
- <LogicCommandSet
- id="AlliedPowerPlantTurbineCommandSet">
- </LogicCommandSet>
- <LogicCommandSet
- id="AlliedRefineryCommandSet">
- <Cmd>Command_ConstructAlliedMinerFromRefinery</Cmd>
- </LogicCommandSet>
- <LogicCommandSet
- id="AlliedSuperWeaponCommandSet">
- <Cmd>Command_SelectObjectsForChrono</Cmd>
- <Cmd>Command_SpawnObjectsForChrono</Cmd>
- </LogicCommandSet>
- <LogicCommandSet
- id="AlliedSuperWeaponAdvancedCommandSet">
- <Cmd>Command_ParticleCannonSuperWeapon</Cmd>
- </LogicCommandSet>
- <LogicCommandSet
- id="AlliedBaseDefenseAdvancedCommandSet">
- <Cmd>Command_ChargeDefenses</Cmd>
- </LogicCommandSet>
- <LogicCommandSet
- id="AlliedWarFactoryCommandSet">
- <Cmd>Command_ConstructAlliedMiner</Cmd>
- <Cmd>Command_ConstructAlliedAntiInfantryVehicle_Ground</Cmd>
- <Cmd>Command_ConstructAlliedAntiAirVehicleTech1</Cmd>
- <Cmd>Command_ConstructAlliedAntiVehicleVehicleTech1</Cmd>
- <Cmd>Command_ConstructAlliedAntiStructureVehicle</Cmd>
- <Cmd>Command_ConstructAlliedAntiVehicleVehicleTech3</Cmd>
- <Cmd>Command_ConstructAlliedArtilleryVehicle</Cmd>
- <Cmd>Command_ConstructAlliedFutureTank</Cmd>
- <Cmd>Command_ConstructAlliedMCV</Cmd>
- <!--
- <Cmd>Command_UpgradeAlliedWarFactoryRepairBay</Cmd>
- -->
- </LogicCommandSet>
- <LogicCommandSet
- id="AlliedMCVCommandSet">
- <Cmd>Command_UnPackAlliedMCV</Cmd>
- <Cmd>Command_MoveToPositionAndCollect</Cmd>
- </LogicCommandSet>
- <LogicCommandSet
- id="AlliedEngineerCommandSet">
- <Cmd>Command_ToggleAlliedEngineerHeal</Cmd>
- <Cmd>Command_CaptureBuilding</Cmd>
- <Cmd>Command_MoveToPositionAndCollect</Cmd>
- </LogicCommandSet>
- <LogicCommandSet
- id="AlliedCommandoTech1CommandSet">
- <Cmd>Command_TimeBeltSpecialPower</Cmd>
- <Cmd>Command_AttackMove</Cmd>
- <Cmd>Command_MoveToPositionAndCollect</Cmd>
- </LogicCommandSet>
- <LogicCommandSet
- id="AlliedSupportAircraftCommandSet">
- <Cmd>Command_AlliedSupportAircraftShrinkRay</Cmd>
- <Cmd>Command_AttackMove</Cmd>
- </LogicCommandSet>
-
- <LogicCommandSet
- id="AlliedAntiNavyShipTech1CommandSet">
- <Cmd>Command_ToggleMagneticArmor</Cmd>
- <Cmd>Command_AttackMove</Cmd>
- </LogicCommandSet>
- <LogicCommandSet
- id="AlliedBomberAircraftCommandSet">
- <Cmd>Command_ActivateEjectPassengersSpecialPowerUntargeted</Cmd>
- <Cmd>Command_AttackMove</Cmd>
- </LogicCommandSet>
- <LogicCommandSet
- id="AlliedMinerCommandSet">
- <!--<Cmd>Command_HarvesterReturnToRefinery</Cmd>-->
- <Cmd>Command_UnPackAlliedMiner</Cmd>
- <Cmd>Command_MoveToPositionAndCollect</Cmd>
- </LogicCommandSet>
- <LogicCommandSet
- id="AlliedAntiGroundAircraftCommandSet">
- <Cmd>Command_AlliedAntiGroundAircraftReturnToAirfield</Cmd>
- <Cmd>Command_AttackMove</Cmd>
- </LogicCommandSet>
- <LogicCommandSet
- id="AlliedAntiNavalScoutCommandSet">
- <Cmd>Command_ActivateJumpSpecialPower</Cmd>
- <Cmd>Command_AttackMove</Cmd>
- <Cmd>Command_MoveToPositionAndCollect</Cmd>
- </LogicCommandSet>
- <LogicCommandSet
- id="AlliedScoutInfantryCommandSet">
- <Cmd>Command_ActivateBarkSpecialPower</Cmd>
- <Cmd>Command_AttackMove</Cmd>
- <Cmd>Command_MoveToPositionAndCollect</Cmd>
- </LogicCommandSet>
- <LogicCommandSet
- id="AlliedInfiltrationInfantryCommandSet">
- <Cmd>Command_ActivateBribeSpecialPower</Cmd>
- <Cmd>Command_MoveToPositionAndCollect</Cmd>
- <Cmd>Command_ActivateDisguiseSpecialPower</Cmd>
- </LogicCommandSet>
-
- <LogicCommandSet
- id="AlliedAntiInfantryInfantryCommandSet">
- <Cmd>Command_ToggleRiotShieldSpecialPower</Cmd>
- <Cmd>Command_AttackMove</Cmd>
- <Cmd>Command_MoveToPositionAndCollect</Cmd>
- </LogicCommandSet>
- <LogicCommandSet
- id="AlliedAntiVehicleInfantryCommandSet">
- <Cmd>Command_ToggleRadarLockSpecialPower</Cmd>
- <Cmd>Command_AttackMove</Cmd>
- <Cmd>Command_MoveToPositionAndCollect</Cmd>
- </LogicCommandSet>
- <LogicCommandSet
- id="AlliedAntiVehicleVehicleTech1CommandSet">
- <Cmd>Command_ToggleTargetPainter</Cmd>
- <Cmd>Command_AttackMove</Cmd>
- <Cmd>Command_MoveToPositionAndCollect</Cmd>
- </LogicCommandSet>
- <LogicCommandSet
- id="AlliedAntiVehicleVehicleTech3CommandSet">
- <Cmd>Command_ToggleMirageField</Cmd>
- <Cmd>Command_AttackMove</Cmd>
- <Cmd>Command_MoveToPositionAndCollect</Cmd>
- </LogicCommandSet>
- <LogicCommandSet
- id="AlliedFighterAircraftCommandSet">
- <Cmd>Command_AlliedFighterAircraftReturnToAirfield</Cmd>
- <Cmd>Command_AttackMove</Cmd>
- </LogicCommandSet>
-
- <LogicCommandSet
- id="AlliedAntiStructureVehicleCommandSet">
- <Cmd>Command_ToggleShieldSphere</Cmd>
- <Cmd>Command_AttackMove</Cmd>
- <Cmd>Command_MoveToPositionAndCollect</Cmd>
- </LogicCommandSet>
-
- <LogicCommandSet
- id="AlliedAntiAirShipCommandSet">
- <Cmd>Command_ToggleWeaponScrambler</Cmd>
- <Cmd>Command_AttackMove</Cmd>
- </LogicCommandSet>
-
- <LogicCommandSet
- id="AlliedAntiAirVehicleTech1CommandSet">
- <Cmd>Command_Evacuate</Cmd>
- <Cmd>Command_AttackMove</Cmd>
- <Cmd>Command_MoveToPositionAndCollect</Cmd>
- </LogicCommandSet>
-
- <LogicCommandSet
- id="AlliedAntiInfantryVehicleCommandSet">
- <Cmd>Command_AlliedAntiInfantryVehicleEvacuate</Cmd>
- <Cmd>Command_AttackMove</Cmd>
- </LogicCommandSet>
-
- <!-- Soviet -->
- <LogicCommandSet
- id="SovietConstructionYardCommandSet">
- <Cmd>Command_ConstructSovietWall</Cmd>
- <Cmd>Command_ConstructSovietPowerPlant</Cmd>
- <Cmd>Command_ConstructSovietBarracks</Cmd>
- <Cmd>Command_ConstructSovietRefinery</Cmd>
- <Cmd>Command_ConstructSovietWarFactory</Cmd>
- <Cmd>Command_ConstructSovietNavalYard</Cmd>
- <Cmd>Command_ConstructSovietAirfield</Cmd>
- <Cmd>Command_ConstructSovietPowerPlantAdvanced</Cmd>
- <Cmd>Command_ConstructSovietTechStructure</Cmd>
- <Cmd>Command_ConstructSovietBaseDefenseGround</Cmd>
- <Cmd>Command_ConstructSovietBaseDefenseAir</Cmd>
- <Cmd>Command_ConstructSovietBaseDefenseAdvanced</Cmd>
- <Cmd>Command_ConstructSovietSuperWeapon</Cmd>
- <Cmd>Command_ConstructSovietSuperWeaponAdvanced</Cmd>
- <Cmd>Command_ConstructSovietCrane</Cmd>
- <Cmd>Command_PackSovietMCV</Cmd>
- <!--
- <Cmd>Command_UpgradeSovietCrane</Cmd>
- <Cmd>Command_UpgradeSovietRadarDish</Cmd>
- <Cmd>Command_UpgradeSovietConstructionYardSalvageYard</Cmd>
- -->
- </LogicCommandSet>
- <LogicCommandSet
- id="SovietBunkerCommandSet">
- <Cmd>Command_SovietBattleBunkerEvacuate</Cmd>
- </LogicCommandSet>
-
- <LogicCommandSet
- id="SovietBaseDefenseAirCommandSet">
- </LogicCommandSet>
- <LogicCommandSet
- id="SovietAirfieldCommandSet">
- <Cmd>Command_ConstructSovietAntiGroundAircraft</Cmd>
- <Cmd>Command_ConstructSovietFighterAircraft</Cmd>
- <Cmd>Command_ConstructSovietBomberAircraft</Cmd>
- <Cmd>Command_SovietRecallAllAircraft</Cmd>
- </LogicCommandSet>
- <LogicCommandSet
- id="SovietBarracksCommandSet">
- <Cmd>Command_ConstructSovietScoutInfantry</Cmd>
- <Cmd>Command_ConstructSovietAntiInfantryInfantry</Cmd>
- <Cmd>Command_ConstructSovietAntiVehicleInfantry</Cmd>
- <Cmd>Command_ConstructSovietEngineer</Cmd>
- <Cmd>Command_ConstructSovietMortarcycle</Cmd>
- <Cmd>Command_ConstructSovietHeavyAntiVehicleInfantry</Cmd>
- <Cmd>Command_ConstructSovietDesolatorInfantry</Cmd>
- <Cmd>Command_ConstructSovietCommandoTech1</Cmd>
- </LogicCommandSet>
- <LogicCommandSet
- id="SovietCraneCommandSet">
- <Cmd>Command_ConstructSovietWall</Cmd>
- <Cmd>Command_ConstructSovietPowerPlant</Cmd>
- <Cmd>Command_ConstructSovietBarracks</Cmd>
- <Cmd>Command_ConstructSovietRefinery</Cmd>
- <Cmd>Command_ConstructSovietWarFactory</Cmd>
- <Cmd>Command_ConstructSovietNavalYard</Cmd>
- <Cmd>Command_ConstructSovietAirfield</Cmd>
- <Cmd>Command_ConstructSovietPowerPlantAdvanced</Cmd>
- <Cmd>Command_ConstructSovietTechStructure</Cmd>
- <Cmd>Command_ConstructSovietBaseDefenseGround</Cmd>
- <Cmd>Command_ConstructSovietBaseDefenseAir</Cmd>
- <Cmd>Command_ConstructSovietBaseDefenseAdvanced</Cmd>
- <Cmd>Command_ConstructSovietSuperWeapon</Cmd>
- <Cmd>Command_ConstructSovietSuperWeaponAdvanced</Cmd>
- </LogicCommandSet>
- <LogicCommandSet
- id="SovietRadarDishCommandSet">
- </LogicCommandSet>
- <LogicCommandSet
- id="SovietConstructionYardSalvageYardCommandSet">
- </LogicCommandSet>
-
- <LogicCommandSet
- id="SovietWarFactorySalvageYardCommandSet">
- </LogicCommandSet>
- <LogicCommandSet
- id="SovietOutpostCommandSet">
- </LogicCommandSet>
-
- <LogicCommandSet
- id="SovietBaseDefenseGroundCommandSet">
- </LogicCommandSet>
- <LogicCommandSet
- id="SovietNavalYardCommandSet">
- <Cmd>Command_ConstructSovietMiner_Naval</Cmd>
- <Cmd>Command_ConstructSovietSurveyor_Naval</Cmd>
- <Cmd>Command_ConstructSovietAntiNavyShipTech1</Cmd>
- <Cmd>Command_ConstructSovietAntiAirShip</Cmd>
- <Cmd>Command_ConstructSovietAntiNavyShipTech2</Cmd>
- <Cmd>Command_ConstructSovietAntiStructureShip</Cmd>
- <Cmd>Command_ConstructSovietMCV_Naval</Cmd>
- <Cmd>Command_RepairVehicle</Cmd>
- <!--
- <Cmd>Command_UpgradeSovietNavalYardSalvageYard</Cmd>
- -->
- </LogicCommandSet>
- <LogicCommandSet
- id="SovietNavalYardSalvageYardCommandSet">
- </LogicCommandSet>
- <LogicCommandSet
- id="SovietPowerPlantCommandSet">
- </LogicCommandSet>
- <LogicCommandSet
- id="SovietPowerPlantAdvancedCommandSet">
- </LogicCommandSet>
- <LogicCommandSet
- id="SovietRefineryCommandSet">
- <Cmd>Command_ConstructSovietMinerFromRefinery</Cmd>
- </LogicCommandSet>
-
- <LogicCommandSet
- id="SovietSuperWeaponCommandSet">
- <Cmd>Command_IronCurtain</Cmd>
- </LogicCommandSet>
- <LogicCommandSet
- id="SovietSuperWeaponAdvancedCommandSet">
- <Cmd>Command_VacuumBomb</Cmd>
- </LogicCommandSet>
-
- <LogicCommandSet
- id="SovietTechStructureCommandSet">
- </LogicCommandSet>
- <LogicCommandSet
- id="SovietBaseDefenseAdvancedCommandSet">
- </LogicCommandSet>
-
- <LogicCommandSet
- id="SovietWarFactoryCommandSet">
- <Cmd>Command_ConstructSovietMiner</Cmd>
- <Cmd>Command_ConstructSovietSurveyor</Cmd>
- <Cmd>Command_ConstructSovietScoutVehicle</Cmd>
- <Cmd>Command_ConstructSovietAntiInfantryVehicle</Cmd>
- <Cmd>Command_ConstructSovietAntiAirShip_Ground</Cmd>
- <Cmd>Command_ConstructSovietHeavyWalkerVehicle</Cmd>
- <Cmd>Command_ConstructSovietAntiVehicleVehicleTech1</Cmd>
- <Cmd>Command_ConstructSovietGrinderVehicle</Cmd>
- <Cmd>Command_ConstructSovietAntiStructureVehicle</Cmd>
- <Cmd>Command_ConstructSovietAntiVehicleVehicleTech3</Cmd>
- <Cmd>Command_ConstructSovietMCV</Cmd>
- <Cmd>Command_RepairVehicle</Cmd>
- <!--
- <Cmd>Command_UpgradeSovietWarFactorySalvageYard</Cmd>
- -->
- </LogicCommandSet>
- <LogicCommandSet
- id="SovietScoutVehicleCommandSet">
- <Cmd>Command_ToggleBinaryWeapon</Cmd>
- <Cmd>Command_AttackMove</Cmd>
- <Cmd>Command_MoveToPositionAndCollect</Cmd>
- </LogicCommandSet>
- <LogicCommandSet
- id="SovietScoutInfantryCommandSet">
- <Cmd>Command_ActivateRoarSpecialPower</Cmd>
- <Cmd>Command_AttackMove</Cmd>
- <Cmd>Command_MoveToPositionAndCollect</Cmd>
- </LogicCommandSet>
- <LogicCommandSet
- id="SovietHeavyAntiVehicleInfantryCommandSet">
- <Cmd>Command_ToggleShortCircuit</Cmd>
- <Cmd>Command_AttackMove</Cmd>
- <Cmd>Command_MoveToPositionAndCollect</Cmd>
- </LogicCommandSet>
-
- <LogicCommandSet
- id="SovietMinerCommandSet">
- <Cmd>Command_ToggleArmorUp</Cmd>
- <Cmd>Command_MoveToPositionAndCollect</Cmd>
- </LogicCommandSet>
-
- <LogicCommandSet
- id="SovietMCVCommandSet">
- <Cmd>Command_UnPackSovietMCV</Cmd>
- <Cmd>Command_MoveToPositionAndCollect</Cmd>
- </LogicCommandSet>
- <LogicCommandSet
- id="SovietSurveyorCommandSet">
- <Cmd>Command_UnPackSovietSurveyor</Cmd>
- <Cmd>Command_MoveToPositionAndCollect</Cmd>
- </LogicCommandSet>
- <LogicCommandSet
- id="SovietEngineerCommandSet">
- <Cmd>Command_ConstructSovietBunker</Cmd>
- <Cmd>Command_CaptureBuilding</Cmd>
- <Cmd>Command_AttackMove</Cmd>
- <Cmd>Command_MoveToPositionAndCollect</Cmd>
- </LogicCommandSet>
- <LogicCommandSet
- id="SovietAntiNavyShipTech1CommandSet">
- <Cmd>Command_ActivateTeslaNova</Cmd>
- <Cmd>Command_AttackMove</Cmd>
- </LogicCommandSet>
- <LogicCommandSet
- id="SovietAntiNavyShipTech2CommandSet">
- <Cmd>Command_ActivateSuperTorpedos</Cmd>
- <Cmd>Command_AttackMove</Cmd>
- </LogicCommandSet>
- <LogicCommandSet
- id="SovietCommandoTech1CommandSet">
- <Cmd>Command_ActivatePilotSnipeSpecialPower</Cmd>
- <Cmd>Command_MoveToPositionAndCollect</Cmd>
- <Cmd>Command_AttackMove</Cmd>
- </LogicCommandSet>
-
- <LogicCommandSet
- id="SovietAntiAirShipCommandSet">
- <Cmd>Command_ActivateEjectPassengersSpecialPower</Cmd>
- <Cmd>Command_AttackMove</Cmd>
- </LogicCommandSet>
- <LogicCommandSet
- id="SovietAntiInfantryVehicleCommandSet">
- <Cmd>Command_ActivateLeapSpecialPower</Cmd>
- <Cmd>Command_AttackMove</Cmd>
- <Cmd>Command_MoveToPositionAndCollect</Cmd>
- </LogicCommandSet>
- <LogicCommandSet
- id="SovietAntiVehicleVehicleTech1CommandSet">
- <Cmd>Command_AttackMove</Cmd>
- <Cmd>Command_ToggleLeechBeam</Cmd>
- <Cmd>Command_MoveToPositionAndCollect</Cmd>
- </LogicCommandSet>
- <LogicCommandSet
- id="SovietAntiVehicleVehicleTech2CommandSet">
- <Cmd>Command_ToggleShortCircuitTank</Cmd>
- <Cmd>Command_AttackMove</Cmd>
- <Cmd>Command_MoveToPositionAndCollect</Cmd>
- </LogicCommandSet>
- <LogicCommandSet
- id="SovietAntiStructureVehicleCommandSet">
- <Cmd>Command_ToggleMIRVSpecialPower</Cmd>
- <Cmd>Command_AttackMove</Cmd>
- <Cmd>Command_MoveToPositionAndCollect</Cmd>
- </LogicCommandSet>
-
- <LogicCommandSet
- id="SovietAntiInfantryInfantryCommandSet">
- <Cmd>Command_ToggleMolotovCocktailSpecialPower</Cmd>
- <Cmd>Command_AttackMove</Cmd>
- <Cmd>Command_MoveToPositionAndCollect</Cmd>
- </LogicCommandSet>
- <LogicCommandSet
- id="SovietAntiVehicleInfantryCommandSet">
- <Cmd>Command_ToggleMagneticBombSpecialPower</Cmd>
- <Cmd>Command_AttackMove</Cmd>
- <Cmd>Command_MoveToPositionAndCollect</Cmd>
- </LogicCommandSet>
- <LogicCommandSet
- id="SovietBomberAircraftCommandSet">
- <Cmd>Command_AttackMove</Cmd>
- <Cmd>Command_ToggleAfterburners</Cmd>
- </LogicCommandSet>
- <LogicCommandSet
- id="SovietFighterAircraftCommandSet">
- <Cmd>Command_SovietFighterAircraftReturnToAirfield</Cmd>
- <Cmd>Command_AttackMove</Cmd>
- </LogicCommandSet>
- <LogicCommandSet
- id="SovietAntiGroundAircraftCommandSet">
- <Cmd>Command_SovietAntiGroundAircraftEvacuate</Cmd>
- <Cmd>Command_AttackMove</Cmd>
- </LogicCommandSet>
- <LogicCommandSet
- id="SovietAntiStructureShipCommandSet">
- <Cmd>Command_ToggleRapidLaunchSpecialPower</Cmd>
- <Cmd>Command_AttackMove</Cmd>
- </LogicCommandSet>
-
- <LogicCommandSet
- id="SovietAntiAirVehicleTech1CommandSet">
- <Cmd>Command_Evacuate</Cmd>
- <Cmd>Command_AttackMove</Cmd>
- <Cmd>Command_MoveToPositionAndCollect</Cmd>
- </LogicCommandSet>
-
- <LogicCommandSet
- id="SovietAntiVehicleVehicleTech3CommandSet">
- <Cmd>Command_ToggleHarpoonSpecialPower</Cmd>
- <Cmd>Command_AttackMove</Cmd>
- <Cmd>Command_MoveToPositionAndCollect</Cmd>
- </LogicCommandSet>
- <!-- Japan -->
- <LogicCommandSet
- id="JapanConstructionYardCommandSet">
- <Cmd>Command_ConstructJapanWall</Cmd>
- <Cmd>Command_ConstructJapanPowerPlantEgg</Cmd>
- <Cmd>Command_ConstructJapanBarracksEgg</Cmd>
- <Cmd>Command_ConstructJapanRefineryEgg</Cmd>
- <Cmd>Command_ConstructJapanWarFactoryEgg</Cmd>
- <Cmd>Command_ConstructJapanNavalYardEgg</Cmd>
- <Cmd>Command_ConstructJapanTechStructureEgg</Cmd>
- <Cmd>Command_ConstructJapanBaseDefenseEgg</Cmd>
- <Cmd>Command_ConstructJapanBaseDefenseAdvancedEgg</Cmd>
- <Cmd>Command_ConstructJapanSuperWeaponEgg</Cmd>
- <Cmd>Command_ConstructJapanSuperWeaponAdvancedEgg</Cmd>
- <!--
- <Cmd>Command_UpgradeJapanRadarDish</Cmd>
- <Cmd>Command_UpgradeJapanRepairBay</Cmd>
- -->
- <Cmd>Command_PackJapanMCV</Cmd>
- </LogicCommandSet>
- <LogicCommandSet
- id="JapanRadarDishCommandSet">
- </LogicCommandSet>
-
- <LogicCommandSet
- id="JapanBarracksCommandSetBase">
- <Cmd>Command_ConstructJapanScoutInfantry</Cmd>
- <Cmd>Command_ConstructJapanAntiInfantryInfantry</Cmd>
- <Cmd>Command_ConstructJapanAntiVehicleInfantry</Cmd>
- <Cmd>Command_ConstructJapanEngineer</Cmd>
- <Cmd>Command_ConstructJapanArcherInfantry</Cmd>
- <Cmd>Command_ConstructJapanInfiltrationInfantry</Cmd>
- <Cmd>Command_ConstructJapanAntiVehicleInfantryTech3</Cmd>
- <Cmd>Command_ConstructJapanCommandoTech1</Cmd>
- </LogicCommandSet>
- <LogicCommandSet
- id="JapanBarracksCommandSet"
- inheritFrom="JapanBarracksCommandSetBase">
- <Cmd>Command_PurchaseJapanBarracksTech2</Cmd>
- </LogicCommandSet>
- <LogicCommandSet
- id="JapanBarracksCommandSetTech2"
- inheritFrom="JapanBarracksCommandSetBase">
- <Cmd>Command_PurchaseJapanBarracksTech3</Cmd>
- </LogicCommandSet>
- <LogicCommandSet
- id="JapanBaseDefenseCommandSet">
- <Cmd>Command_JapanBaseDefenseToggleBinaryWeapon</Cmd>
- </LogicCommandSet>
- <LogicCommandSet
- id="JapanBaseDefenseAdvancedCommandSet">
- <Cmd>Command_JapanBaseDefenseAdvanced_FireKiCannon</Cmd>
- </LogicCommandSet>
- <LogicCommandSet
- id="JapanNavalYardRepairBayCommandSet">
- </LogicCommandSet>
-
- <LogicCommandSet
- id="JapanNavalYardCommandSetBase">
- <Cmd>Command_ConstructJapanMiner_Naval</Cmd>
- <Cmd>Command_ConstructJapanNavyScoutShip</Cmd>
- <Cmd>Command_ConstructJapanAntiVehicleVehicleTech1_Naval</Cmd>
- <Cmd>Command_ConstructJapanAntiAirShip</Cmd>
- <Cmd>Command_ConstructJapanAntiVehicleShip</Cmd>
- <Cmd>Command_ConstructJapanAntiStructureShip</Cmd>
- <Cmd>Command_ConstructJapanFortressShipEgg</Cmd>
- <Cmd>Command_ConstructJapanMCV_Naval</Cmd>
- <Cmd>Command_RepairVehicle</Cmd>
- </LogicCommandSet>
- <LogicCommandSet
- id="JapanNavalYardCommandSet"
- inheritFrom="JapanNavalYardCommandSetBase">
- <Cmd>Command_PurchaseJapanNavalYardTech2</Cmd>
- </LogicCommandSet>
- <LogicCommandSet
- id="JapanNavalYardCommandSetTech2"
- inheritFrom="JapanNavalYardCommandSetBase">
- <Cmd>Command_PurchaseJapanNavalYardTech3</Cmd>
- </LogicCommandSet>
- <LogicCommandSet
- id="JapanPowerPlantCommandSet">
- </LogicCommandSet>
- <LogicCommandSet
- id="JapanRefineryCommandSet">
- <Cmd>Command_ConstructJapanMinerFromRefinery</Cmd>
- </LogicCommandSet>
- <LogicCommandSet
- id="JapanSuperWeaponCommandSet">
- <Cmd>Command_NanoSwarmHive</Cmd>
- </LogicCommandSet>
- <LogicCommandSet
- id="JapanSuperWeaponAdvancedCommandSet">
- <Cmd>Command_TelekineticProjectorDevice</Cmd>
- </LogicCommandSet>
- <LogicCommandSet
- id="JapanWarFactoryRepairBayCommandSet">
- <Cmd>Command_RepairVehicle</Cmd>
- </LogicCommandSet>
- <LogicCommandSet
- id="JapanWarFactoryCommandSetBase">
- <Cmd>Command_ConstructJapanMiner</Cmd>
- <Cmd>Command_ConstructJapanLightTransportVehicle</Cmd>
- <Cmd>Command_ConstructJapanAntiInfantryVehicle</Cmd>
- <Cmd>Command_ConstructJapanAntiVehicleVehicleTech1</Cmd>
- <Cmd>Command_ConstructJapanAntiAirVehicleTech1</Cmd>
- <Cmd>Command_ConstructJapanSentinelVehicle</Cmd>
- <Cmd>Command_ConstructJapanAntiStructureVehicle</Cmd>
- <Cmd>Command_ConstructJapanAntiVehicleVehicleTech3</Cmd>
- <Cmd>Command_ConstructJapanMCV</Cmd>
- </LogicCommandSet>
- <LogicCommandSet
- id="JapanWarFactoryCommandSet"
- inheritFrom="JapanWarFactoryCommandSetBase">
- <Cmd>Command_PurchaseJapanWarFactoryTech2</Cmd>
- </LogicCommandSet>
- <LogicCommandSet
- id="JapanWarFactoryCommandSetTech2"
- inheritFrom="JapanWarFactoryCommandSetBase">
- <Cmd>Command_PurchaseJapanWarFactoryTech3</Cmd>
- </LogicCommandSet>
-
- <LogicCommandSet
- id="JapanRefineryEggCommandSet">
- <Cmd>Command_UnPackJapanRefineryEgg</Cmd>
- </LogicCommandSet>
- <LogicCommandSet
- id="JapanBarracksEggCommandSet">
- <Cmd>Command_UnPackJapanBarracksEgg</Cmd>
- </LogicCommandSet>
-
- <LogicCommandSet
- id="JapanPowerPlantEggCommandSet">
- <Cmd>Command_UnPackJapanPowerPlantEgg</Cmd>
- </LogicCommandSet>
- <LogicCommandSet
- id="JapanWarFactoryEggCommandSet">
- <Cmd>Command_UnPackJapanWarFactoryEgg</Cmd>
- </LogicCommandSet>
-
- <LogicCommandSet
- id="JapanNavalYardEggCommandSet">
- <Cmd>Command_UnPackJapanNavalYardEgg</Cmd>
- </LogicCommandSet>
- <LogicCommandSet
- id="JapanTechStructureEggCommandSet">
- <Cmd>Command_UnPackJapanTechStructureEgg</Cmd>
- </LogicCommandSet>
-
- <LogicCommandSet
- id="JapanSuperWeaponEggCommandSet">
- <Cmd>Command_UnPackJapanSuperWeaponEgg</Cmd>
- </LogicCommandSet>
- <LogicCommandSet
- id="JapanSuperWeaponAdvancedEggCommandSet">
- <Cmd>Command_UnPackJapanSuperWeaponAdvancedEgg</Cmd>
- </LogicCommandSet>
- <LogicCommandSet
- id="JapanBaseDefenseEggCommandSet">
- <Cmd>Command_UnPackJapanBaseDefenseEgg</Cmd>
- </LogicCommandSet>
- <LogicCommandSet
- id="JapanBaseDefenseAdvancedEggCommandSet">
- <Cmd>Command_UnPackJapanBaseDefenseAdvancedEgg</Cmd>
- </LogicCommandSet>
- <LogicCommandSet
- id="JapanConstructionYardEggCommandSet">
- <Cmd>Command_UnPackJapanConstructionYardEgg</Cmd>
- </LogicCommandSet>
-
- <LogicCommandSet
- id="JapanEngineerCommandSet">
- <Cmd>Command_JapanEngineerSprint</Cmd>
- <Cmd>Command_CaptureBuilding</Cmd>
- <Cmd>Command_MoveToPositionAndCollect</Cmd>
- </LogicCommandSet>
- <LogicCommandSet
- id="JapanAntiInfantryInfantryCommandSet">
- <Cmd>Command_JapanAntiInfantryInfantryBonzai</Cmd>
- <Cmd>Command_AttackMove</Cmd>
- <Cmd>Command_MoveToPositionAndCollect</Cmd>
- </LogicCommandSet>
-
- <LogicCommandSet
- id="JapanScoutInfantryCommandSet">
- <Cmd>Command_JapanScoutInfantryBomb</Cmd>
- <Cmd>Command_MoveToPositionAndCollect</Cmd>
- </LogicCommandSet>
- <LogicCommandSet
- id="JapanMCVCommandSet">
- <Cmd>Command_UnPackJapanMCV</Cmd>
- <Cmd>Command_MoveToPositionAndCollect</Cmd>
- </LogicCommandSet>
- <LogicCommandSet
- id="JapanNavyScoutShipCommandSet">
- <Cmd>Command_ToggleKamikazeAttackSpecialPower</Cmd>
- <Cmd>Command_AttackMove</Cmd>
- </LogicCommandSet>
-
- <LogicCommandSet
- id="JapanAntiAirShipCommandSet">
- <Cmd>Command_JAAS_Transform</Cmd>
- <Cmd>Command_AttackMove</Cmd>
- </LogicCommandSet>
- <LogicCommandSet
- id="JapanAntiAirVehicleTech1CommandSet">
- <Cmd>Command_AttackMove</Cmd>
- <Cmd>Command_JAAVT1_Transform</Cmd>
- <Cmd>Command_MoveToPositionAndCollect</Cmd>
- </LogicCommandSet>
- <LogicCommandSet
- id="JapanAntiInfantryVehicleCommandSet">
- <Cmd>Command_JAIV_Transform</Cmd>
- <Cmd>Command_AttackMove</Cmd>
- <Cmd>Command_MoveToPositionAndCollect</Cmd>
- </LogicCommandSet>
- <LogicCommandSet
- id="JapanLightTransportVehicleCommandSet">
- <Cmd>Command_DisguisedEvacuate</Cmd>
- <Cmd>Command_ActivateDisguiseSpecialPower</Cmd>
- <Cmd>Command_MoveToPositionAndCollect</Cmd>
- </LogicCommandSet>
- <LogicCommandSet
- id="JapanAntiVehicleVehicleTech1CommandSet">
- <Cmd>Command_AttackMove</Cmd>
- <Cmd>Command_ToggleEnergizedArmorSpecialPower</Cmd>
- <Cmd>Command_MoveToPositionAndCollect</Cmd>
- </LogicCommandSet>
- <LogicCommandSet
- id="JapanAntiVehicleVehicleTech3CommandSet">
- <Cmd>Command_AttackMove</Cmd>
- <Cmd>Command_TriggerRushAttackSpecialPower</Cmd>
- <Cmd>Command_MoveToPositionAndCollect</Cmd>
- </LogicCommandSet>
- <LogicCommandSet
- id="JapanAntiStructureVehicleCommandSet">
- <Cmd>Command_AttackMove</Cmd>
- <Cmd>Command_JASV_FireKiCannon</Cmd>
- <Cmd>Command_MoveToPositionAndCollect</Cmd>
- </LogicCommandSet>
- <LogicCommandSet
- id="JapanInfiltrationInfantryCommandSet">
- <Cmd>Command_SmokeBombSpecialPower</Cmd>
- <Cmd>Command_AttackMove</Cmd>
- <Cmd>Command_MoveToPositionAndCollect</Cmd>
- </LogicCommandSet>
-
- <LogicCommandSet
- id="JapanAntiVehicleShipCommandSet">
- <Cmd>Command_ActivateTorpedoSpread</Cmd>
- <Cmd>Command_AttackMove</Cmd>
- </LogicCommandSet>
- <LogicCommandSet
- id="JapanMechaKingCommandSet">
- <Cmd>Command_AttackMove</Cmd>
- <Cmd>Command_ActivateMechaKingShockwave</Cmd>
- </LogicCommandSet>
- <LogicCommandSet
- id="JapanCommandoTech1CommandSet">
- <Cmd>Command_PsyonicBlastSpecialPower</Cmd>
- <Cmd>Command_AttackMove</Cmd>
- <Cmd>Command_MoveToPositionAndCollect</Cmd>
- </LogicCommandSet>
- <LogicCommandSet
- id="JapanAntiVehicleTech3CommandSet">
- <Cmd>Command_ToggleLockDownGunSpecialPower</Cmd>
- <Cmd>Command_AttackMove</Cmd>
- <Cmd>Command_MoveToPositionAndCollect</Cmd>
- </LogicCommandSet>
- <LogicCommandSet
- id="JapanAntiVehicleInfantryCommandSet">
- <Cmd>Command_ToggleSpiderHole</Cmd>
- <Cmd>Command_AttackMove</Cmd>
- <Cmd>Command_MoveToPositionAndCollect</Cmd>
- </LogicCommandSet>
- <LogicCommandSet
- id="JapanMinerCommandSet">
- <Cmd>Command_ToggleDeployWeapon</Cmd>
- <Cmd>Command_MoveToPositionAndCollect</Cmd>
- <Cmd>Command_AttackMove</Cmd>
- </LogicCommandSet>
- <LogicCommandSet
- id="JapanAntiStructureShipCommandSet">
- <Cmd>Command_RammingSpeed</Cmd>
- <Cmd>Command_AttackMove</Cmd>
- </LogicCommandSet>
- <LogicCommandSet
- id="PlayerSpellBookCommandSet">
- <!-- Allies Powers -->
- <Cmd>Command_SelectObjectsForChrono</Cmd>
- <Cmd>Command_SpawnObjectsForChrono</Cmd>
- <Cmd>Command_ChronoSwapSelect</Cmd>
- <Cmd>Command_ParticleCannonSuperWeapon</Cmd>
- <Cmd>Command_PrecisionStrike</Cmd>
- <Cmd>Command_SatelliteSweep</Cmd>
- <Cmd>Command_ChronoRiftSelectLvl1</Cmd>
- <Cmd>Command_ChronoRiftSelectLvl2</Cmd>
- <Cmd>Command_ChronoRiftSelectLvl3</Cmd>
- <Cmd>Command_TimeBombLvl1</Cmd>
- <Cmd>Command_TimeBombLvl2</Cmd>
- <Cmd>Command_TimeBombLvl3</Cmd>
- <Cmd>Command_HighTechnology</Cmd>
- <Cmd>Command_AirPower</Cmd>
- <Cmd>Command_CryoSatelliteLvl1</Cmd>
- <Cmd>Command_CryoSatelliteLvl2</Cmd>
- <Cmd>Command_CryoSatelliteLvl3</Cmd>
-
- <!-- Soviet Powers -->
- <Cmd>Command_IronCurtain</Cmd>
- <Cmd>Command_VacuumBomb</Cmd>
- <Cmd>Command_MagneticSingularity</Cmd>
- <Cmd>Command_MagneticSatelliteLvl1</Cmd>
- <Cmd>Command_MagneticSatelliteLvl2</Cmd>
- <Cmd>Command_MagneticSatelliteLvl3</Cmd>
- <Cmd>Command_OrbitalRefuse_Rank1</Cmd>
- <Cmd>Command_OrbitalRefuse_Rank2</Cmd>
- <Cmd>Command_OrbitalRefuse_Rank3</Cmd>
- <Cmd>Command_DesolatorAirstrikeLvl1</Cmd>
- <Cmd>Command_DesolatorAirstrikeLvl2</Cmd>
- <Cmd>Command_DesolatorAirstrikeLvl3</Cmd>
- <Cmd>Command_TerrorDroneEggs</Cmd>
- <Cmd>Command_CrushPuppiesPower</Cmd>
- <Cmd>Command_ProductionKickbacks</Cmd>
- <Cmd>Command_IrradiateTarget</Cmd>
-
- <!-- Japan Powers -->
- <Cmd>Command_TelekineticProjectorDevice</Cmd>
- <Cmd>Command_NanoSwarmHive</Cmd>
- <Cmd>Command_JapanEnhancedKamikaze</Cmd>
- <Cmd>Command_FinalSquadron_L1</Cmd>
- <Cmd>Command_FinalSquadron_L2</Cmd>
- <Cmd>Command_FinalSquadron_L3</Cmd>
- <Cmd>Command_PointDefenseDrones</Cmd>
- <Cmd>Command_JapanNavalPower</Cmd>
- <Cmd>Command_JapanAdvancedMissilePacks</Cmd>
- <Cmd>Command_JapanRoboticAssembly</Cmd>
- <Cmd>Command_JapanAmbush</Cmd>
- <Cmd>Command_JapanEmperorsResolve_L1</Cmd>
- <Cmd>Command_JapanEmperorsResolve_L2</Cmd>
- <Cmd>Command_JapanEmperorsResolve_L3</Cmd>
- <Cmd>Command_JapanBalloonAttack_L1</Cmd>
- <Cmd>Command_JapanBalloonAttack_L2</Cmd>
- <Cmd>Command_JapanBalloonAttack_L3</Cmd>
-
- </LogicCommandSet>
- <!-- Start Campaing Specific Command Sets -->
- <LogicCommandSet
- id="CAMPAlliedBomberDropCommandSet">
- <Cmd>Command_CAMPAlliedBomberDrop1</Cmd>
- <Cmd>Command_CAMPAlliedBomberDrop2</Cmd>
- </LogicCommandSet>
- <LogicCommandSet
- id="CAMPA07SpecialBuildsCommandSet">
- <Cmd>Command_ConstructJapanScoutInfantry</Cmd>
- <Cmd>Command_ConstructJapanAntiInfantryInfantry</Cmd>
- <Cmd>Command_ConstructJapanAntiVehicleInfantry</Cmd>
- <Cmd>Command_ConstructJapanEngineer</Cmd>
- <Cmd>Command_ConstructJapanInfiltrationInfantry</Cmd>
- <Cmd>Command_ConstructJapanAntiVehicleInfantryTech3</Cmd>
- <Cmd>Command_ConstructJapanCommandoTech1</Cmd>
- <Cmd>Command_PurchaseJapanBarracksTech2</Cmd>
- <Cmd>Command_PurchaseJapanBarracksTech3</Cmd>
- <Cmd>Command_ConstructJapanMiner</Cmd>
- <Cmd>Command_ConstructJapanLightTransportVehicle</Cmd>
- <Cmd>Command_ConstructJapanAntiInfantryVehicle</Cmd>
- <Cmd>Command_ConstructJapanAntiVehicleVehicleTech1</Cmd>
- <Cmd>Command_ConstructJapanAntiAirVehicleTech1</Cmd>
- <Cmd>Command_ConstructJapanAntiVehicleVehicleTech3</Cmd>
- <Cmd>Command_ConstructJapanAntiStructureVehicle</Cmd>
- <Cmd>Command_ConstructJapanMCV</Cmd>
- <Cmd>Command_PurchaseJapanWarFactoryTech2</Cmd>
- <Cmd>Command_PurchaseJapanWarFactoryTech3</Cmd>
- </LogicCommandSet>
-
- <LogicCommandSet
- id="EI_EasterIslandHeadDefense">
- </LogicCommandSet>
- <LogicCommandSet
- id="EI_EasterIslandHeadDefenseB">
- <Cmd>Command_ActivateEjectPassengersSpecialPower</Cmd>
- </LogicCommandSet>
- <LogicCommandSet
- id="JapanEmperorMechaCommandSet">
- <Cmd>Command_AttackMove</Cmd>
- <Cmd>Command_TriggerEmperorRushAttackSpecialPower</Cmd>
- </LogicCommandSet>
- <LogicCommandSet
- id="S08_SovietWarFactoryCommandSet">
- <Cmd>Command_ConstructSovietMiner</Cmd>
- <Cmd>Command_ConstructSovietSurveyor</Cmd>
- <Cmd>Command_ConstructSovietScoutVehicle</Cmd>
- <Cmd>Command_ConstructSovietAntiInfantryVehicle</Cmd>
- <Cmd>Command_ConstructSovietAntiAirShip_Ground</Cmd>
- <Cmd>Command_ConstructSovietAntiVehicleVehicleTech2</Cmd>
- <Cmd>Command_ConstructSovietAntiStructureVehicle</Cmd>
- <Cmd>Command_ConstructSovietAntiVehicleVehicleTech3</Cmd>
- <Cmd>Command_ConstructSovietMCV</Cmd>
- <Cmd>Command_RepairVehicle</Cmd>
- </LogicCommandSet>
-
- <LogicCommandSet
- id="AlliedMarine1CommandSet">
- <Cmd>Command_Evacuate</Cmd>
- <Cmd>Command_AttackMove</Cmd>
- </LogicCommandSet>
- <LogicCommandSet
- id="A08_AlliedBomberAircraftCommandSet">
- <Cmd>Command_ActivateEjectPassengersSpecialPower</Cmd>
- <Cmd>Command_ReturnToAirfield</Cmd>
- <Cmd>Command_AttackMove</Cmd>
- </LogicCommandSet>
- <!-- End Campaing Specific Command Sets -->
-
- </AssetDeclaration>
|