forked from nygellyndley/TheCoreConverter
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathConflictChecks.py
More file actions
401 lines (400 loc) · 87.6 KB
/
ConflictChecks.py
File metadata and controls
401 lines (400 loc) · 87.6 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
# This file is generated by a script. DO NOT edit.
CONFLICT_CHECKS = {'LotV Multiplayer/Protoss/Structures/Fleet Beacon' : ['AnionPulseCrystals/FleetBeacon', 'ResearchInterceptorLaunchSpeedUpgrade/FleetBeacon', 'Cancel'],
'LotV Multiplayer/Protoss/Structures/Gateway/General' : ['Zealot', 'Sentry', 'Stalker', 'WarpInAdept/Gateway', 'HighTemplar', 'DarkTemplar', 'Rally', 'UpgradeToWarpGate/Gateway', 'Cancel'],
'LotV Multiplayer/Protoss/Structures/Gateway/Warp Gate' : ['Zealot', 'Sentry', 'Stalker', 'WarpInAdept/WarpGate', 'HighTemplar', 'DarkTemplar', 'Rally', 'MorphBackToGateway/WarpGate'],
'LotV Multiplayer/Protoss/Structures/Nexus' : ['Probe/Nexus', 'MothershipCore/Nexus', 'Stop', 'Attack', 'Rally', 'TimeWarp/Nexus', 'Cancel'],
'LotV Multiplayer/Protoss/Structures/Robotics Bay' : ['ResearchGraviticBooster/RoboticsBay', 'ResearchGraviticDrive/RoboticsBay', 'ResearchExtendedThermalLance/RoboticsBay', 'Cancel'],
'LotV Multiplayer/Protoss/Structures/Robotics Facility' : ['Observer/RoboticsFacility', 'WarpPrism/RoboticsFacility', 'Immortal/RoboticsFacility', 'Colossus/RoboticsFacility', 'WarpinDisruptor/RoboticsFacility', 'Rally', 'Cancel'],
'LotV Multiplayer/Protoss/Structures/Twilight Council' : ['ResearchCharge/TwilightCouncil', 'ResearchStalkerTeleport/TwilightCouncil', 'AdeptResearchPiercingUpgrade/TwilightCouncil', 'Cancel'],
'LotV Multiplayer/Protoss/Units/Adept' : ['Move', 'Stop', 'MoveHoldPosition', 'MovePatrol', 'Attack', 'AdeptPhaseShift/Adept', 'Rally'],
'LotV Multiplayer/Protoss/Units/Carrier' : ['Move', 'Stop', 'MoveHoldPosition', 'MovePatrol', 'Attack', 'Interceptor/Carrier', 'ReleaseInterceptors/Carrier', 'Cancel'],
'LotV Multiplayer/Protoss/Units/Disruptor' : ['Move', 'Stop', 'MoveHoldPosition', 'MovePatrol', 'Attack', 'PurificationNovaTargeted/Disruptor', 'Rally'],
'LotV Multiplayer/Protoss/Units/High Templar' : ['Move', 'Stop', 'MoveHoldPosition', 'MovePatrol', 'Attack', 'Feedback/HighTemplar', 'PsiStorm/HighTemplar', 'AWrp', 'Rally'],
'LotV Multiplayer/Protoss/Units/Immortal' : ['Move', 'Stop', 'MoveHoldPosition', 'MovePatrol', 'Attack', 'ImmortalOverload/Immortal'],
'LotV Multiplayer/Protoss/Units/Mothership' : ['Move', 'Stop', 'MoveHoldPosition', 'MovePatrol', 'Attack', 'MothershipCoreWeapon/Mothership', 'MothershipMassRecall/Mothership', 'TemporalField/Mothership'],
'LotV Multiplayer/Protoss/Units/Mothership Core' : ['Move', 'Stop', 'MoveHoldPosition', 'MovePatrol', 'Attack', 'MorphToMothership/MothershipCore', 'MothershipCoreWeapon/MothershipCore', 'MothershipCoreMassRecall/MothershipCore', 'TemporalField/MothershipCore', 'Cancel'],
'LotV Multiplayer/Protoss/Units/Oracle' : ['Move', 'Stop', 'MoveHoldPosition', 'MovePatrol', 'OracleAttack', 'OracleRevelation/Oracle', 'OracleBuildStasisTrap/Oracle', 'OracleWeaponOn/Oracle', 'OracleWeaponOff/Oracle', 'Cancel'],
'LotV Multiplayer/Protoss/Units/Phoenix' : ['Move', 'Stop', 'MoveHoldPosition', 'MovePatrol', 'Attack', 'GravitonBeam/Phoenix', 'Cancel'],
'LotV Multiplayer/Protoss/Units/Probe/ProbeAdvanced Structures' : ['TwilightCouncil/Probe', 'Stargate/Probe', 'RoboticsFacility/Probe', 'TemplarArchive/Probe', 'FleetBeacon/Probe', 'RoboticsBay/Probe', 'DarkShrine/Probe', 'Cancel'],
'LotV Multiplayer/Protoss/Units/Sentry/General' : ['Move', 'Stop', 'MoveHoldPosition', 'MovePatrol', 'Attack', 'GuardianShield/Sentry', 'ForceField/Sentry', 'Hallucination/Sentry', 'Rally'],
'LotV Multiplayer/Protoss/Units/Sentry/Hallucinations' : ['ProbeHallucination/Sentry', 'ZealotHallucination/Sentry', 'AdeptHallucination/Sentry', 'StalkerHallucination/Sentry', 'ImmortalHallucination/Sentry', 'HighTemplarHallucination/Sentry', 'ArchonHallucination/Sentry', 'VoidRayHallucination/Sentry', 'PhoenixHallucination/Sentry', 'WarpPrismHallucination/Sentry', 'OracleHallucination/Sentry', 'ColossusHallucination/Sentry', 'DisruptorHallucination/Sentry', 'Cancel'],
'LotV Multiplayer/Protoss/Units/Stalker' : ['Move', 'Stop', 'MoveHoldPosition', 'MovePatrol', 'Attack', 'Blink/Stalker', 'Rally'],
'LotV Multiplayer/Protoss/Units/Void Ray' : ['Move', 'Stop', 'MoveHoldPosition', 'MovePatrol', 'Attack', 'VoidRaySwarmDamageBoost/VoidRay'],
'LotV Multiplayer/Protoss/Units/Warp Prism' : ['Move', 'Stop', 'MoveHoldPosition', 'MovePatrol', 'Attack', 'PhasingMode/WarpPrism', 'TransportMode/WarpPrism', 'BunkerLoad', 'BunkerUnloadAll'],
'LotV Multiplayer/Protoss/Units/Zealot' : ['Move', 'Stop', 'MoveHoldPosition', 'MovePatrol', 'Attack', 'Charge/Zealot', 'Rally'],
'LotV Multiplayer/Terran/Structures/Armory' : ['TerranVehicleWeaponsLevel1/Armory', 'TerranVehicleAndShipPlatingLevel1/Armory', 'TerranShipWeaponsLevel1/Armory', 'SelectBuilder', 'Halt', 'Cancel'],
'LotV Multiplayer/Terran/Structures/Barracks/Flying' : ['Move', 'Stop', 'MoveHoldPosition', 'MovePatrol', 'TechLabBarracks/BarracksFlying', 'Reactor/BarracksFlying', 'Land'],
'LotV Multiplayer/Terran/Structures/Bunker/Construction' : ['SelectBuilder', 'SetBunkerRallyPoint/Bunker', 'Halt', 'Cancel'],
'LotV Multiplayer/Terran/Structures/Command Center/Flying' : ['Move', 'Stop', 'MoveHoldPosition', 'MovePatrol', 'CommandCenterLoad', 'CommandCenterUnloadAll', 'Land'],
'LotV Multiplayer/Terran/Structures/Command Center/General' : ['SCV', 'OrbitalCommand/CommandCenter', 'UpgradeToPlanetaryFortress/CommandCenter', 'SelectBuilder', 'Rally', 'CommandCenterLoad', 'CommandCenterUnloadAll', 'Lift', 'Cancel'],
'LotV Multiplayer/Terran/Structures/Engineering Bay' : ['TerranInfantryWeaponsLevel1/EngineeringBay', 'TerranInfantryArmorLevel1/EngineeringBay', 'ResearchHiSecAutoTracking/EngineeringBay', 'ResearchNeosteelFrame/EngineeringBay', 'UpgradeBuildingArmorLevel1/EngineeringBay', 'SelectBuilder', 'Halt', 'Cancel'],
'LotV Multiplayer/Terran/Structures/Factory/Flying' : ['Move', 'Stop', 'MoveHoldPosition', 'MovePatrol', 'BuildTechLabFactory/FactoryFlying', 'Reactor/FactoryFlying', 'Land'],
'LotV Multiplayer/Terran/Structures/Factory/General' : ['Hellion/Factory', 'WidowMine/Factory', 'SiegeTank/Factory', 'BuildCyclone/Factory', 'HellionTank/Factory', 'Thor/Factory', 'SelectBuilder', 'Rally', 'TechLabFactory/Factory', 'Reactor/Factory', 'Lift', 'Cancel'],
'LotV Multiplayer/Terran/Structures/Fusion Core' : ['ResearchBattlecruiserSpecializations/FusionCore', 'ResearchBattlecruiserEnergyUpgrade/FusionCore', 'SelectBuilder', 'Halt', 'Cancel'],
'LotV Multiplayer/Terran/Structures/Orbital Command' : ['SCV', 'Rally', 'CalldownMULE/OrbitalCommand', 'SupplyDrop/OrbitalCommand', 'Scan/OrbitalCommand', 'Lift', 'Cancel'],
'LotV Multiplayer/Terran/Structures/Starport/Flying' : ['Move', 'Stop', 'MoveHoldPosition', 'MovePatrol', 'BuildTechLabStarport/StarportFlying', 'Reactor/StarportFlying', 'Land'],
'LotV Multiplayer/Terran/Structures/Starport/General' : ['VikingFighter/Starport', 'Medivac/Starport', 'Liberator/Starport', 'Raven/Starport', 'Banshee/Starport', 'Battlecruiser/Starport', 'SelectBuilder', 'Rally', 'TechLabStarport/Starport', 'Reactor/Starport', 'Lift', 'Cancel'],
'LotV Multiplayer/Terran/Structures/Supply Depot/General' : ['SelectBuilder', 'Lower/SupplyDepot', 'Halt', 'Cancel'],
'LotV Multiplayer/Terran/Structures/Supply Depot/Lowered' : ['Raise/SupplyDepotLowered'],
'LotV Multiplayer/Terran/Structures/Tech Lab/Attached to Factory' : ['ResearchHighCapacityBarrels/FactoryTechLab', 'ResearchDrillClaws/FactoryTechLab', 'CycloneResearchLockOnDamageUpgrade/FactoryTechLab', 'Cancel'],
'LotV Multiplayer/Terran/Structures/Tech Lab/Attached to Starport' : ['ResearchHighCapacityFuelTanks/StarportTechLab', 'ResearchExplosiveShrapnelShells/StarportTechLab', 'ResearchRavenEnergyUpgrade/StarportTechLab', 'ResearchBansheeCloak/StarportTechLab', 'BansheeSpeed/StarportTechLab', 'ResearchBallisticRange/StarportTechLab', 'Cancel'],
'LotV Multiplayer/Terran/Units/Ghost (Hold Fire)' : ['Move', 'Stop', 'MoveHoldPosition', 'MovePatrol', 'Attack', 'NukeCalldown/Ghost', 'CloakOnBanshee', 'CloakOff', 'GhostHoldFire/Ghost', 'ChannelSnipe/Ghost', 'EMP/Ghost', 'Cancel'],
'LotV Multiplayer/Terran/Units/Ghost (Weapons Free)' : ['Move', 'Stop', 'MoveHoldPosition', 'MovePatrol', 'Attack', 'NukeCalldown/Ghost', 'CloakOnBanshee', 'CloakOff', 'WeaponsFree/Ghost', 'ChannelSnipe/Ghost', 'EMP/Ghost', 'Cancel'],
'LotV Multiplayer/Terran/Units/Liberator' : ['Move', 'Stop', 'MoveHoldPosition', 'MovePatrol', 'Attack', 'LiberatorAGMode/Liberator', 'LiberatorAAMode/Liberator'],
'LotV Multiplayer/Terran/Units/Medivac' : ['Move', 'Stop', 'MoveHoldPosition', 'MovePatrol', 'Attack', 'Heal/Medivac', 'MedivacSpeedBoost/Medivac', 'BunkerLoad', 'BunkerUnloadAll'],
'LotV Multiplayer/Terran/Units/Raven' : ['Move', 'Stop', 'MoveHoldPosition', 'MovePatrol', 'Attack', 'AutoTurret/Raven', 'PointDefenseDrone/Raven', 'HunterSeekerMissile/Raven'],
'LotV Multiplayer/Terran/Units/Reaper' : ['Move', 'Stop', 'MoveHoldPosition', 'MovePatrol', 'Attack', 'KD8Charge/Reaper'],
'LotV Multiplayer/Terran/Units/Widow Mine' : ['Move', 'Stop', 'MoveHoldPosition', 'MovePatrol', 'Attack', 'WidowMineBurrow/WidowMine', 'WidowMineUnburrow/WidowMine'],
'LotV Multiplayer/Zerg/Structures/Creep Tumor' : ['BuildCreepTumorPropagate/CreepTumorBurrowed', 'Cancel'],
'LotV Multiplayer/Zerg/Structures/Hydralisk Den' : ['hydraliskspeed/HydraliskDen', 'MutateintoLurkerDen/HydraliskDen', 'Cancel'],
'LotV Multiplayer/Zerg/Structures/Lurker Den' : ['hydraliskspeed/LurkerDenMP', 'Cancel'],
'LotV Multiplayer/Zerg/Structures/Nydus Network' : ['Stop', 'SummonNydusWorm/NydusNetwork', 'Rally', 'BunkerLoad', 'BunkerUnloadAll', 'Cancel'],
'LotV Multiplayer/Zerg/Structures/Spine Crawler/General' : ['Stop', 'Attack', 'SpineCrawlerUproot/SpineCrawler', 'Cancel'],
'LotV Multiplayer/Zerg/Structures/Spine Crawler/Uprooted' : ['Move', 'Stop', 'MoveHoldPosition', 'MovePatrol', 'Attack', 'SpineCrawlerRoot/SpineCrawlerUprooted', 'Cancel'],
'LotV Multiplayer/Zerg/Structures/Spire' : ['zergflyerattack1', 'zergflyerarmor1', 'GreaterSpire/Spire', 'Cancel'],
'LotV Multiplayer/Zerg/Structures/Spore Crawler/General' : ['Stop', 'Attack', 'SporeCrawlerUproot/SporeCrawler', 'Cancel'],
'LotV Multiplayer/Zerg/Structures/Spore Crawler/Uprooted' : ['Move', 'Stop', 'MoveHoldPosition', 'MovePatrol', 'Attack', 'SporeCrawlerRoot/SporeCrawlerUprooted', 'Cancel'],
'LotV Multiplayer/Zerg/Units/Baneling/Burrowed' : ['Attack', 'Explode/BanelingBurrowed', 'BurrowUp'],
'LotV Multiplayer/Zerg/Units/Baneling/General' : ['Move', 'Stop', 'MoveHoldPosition', 'MovePatrol', 'Attack', 'Explode/Baneling', 'EnableBuildingAttack/Baneling', 'DisableBuildingAttack/Baneling', 'BurrowDown'],
'LotV Multiplayer/Zerg/Units/Droplord/Creeping' : ['Move', 'Stop', 'MoveHoldPosition', 'MovePatrol', 'Attack', 'MorphToOverseer/Overlord', 'StopGenerateCreep', 'BunkerLoad', 'BunkerUnloadAll', 'Cancel'],
'LotV Multiplayer/Zerg/Units/Droplord/General' : ['Move', 'Stop', 'MoveHoldPosition', 'MovePatrol', 'Attack', 'MorphToOverseer/Overlord', 'GenerateCreep/Overlord', 'BunkerLoad', 'BunkerUnloadAll', 'Cancel'],
'LotV Multiplayer/Zerg/Units/Hydralisk' : ['Move', 'Stop', 'MoveHoldPosition', 'MovePatrol', 'Attack', 'LurkerMP/Hydralisk', 'BurrowDown'],
'LotV Multiplayer/Zerg/Units/Infestor/Burrowed' : ['Move', 'Stop', 'MoveHoldPosition', 'MovePatrol', 'Attack', 'InfestedTerrans/InfestorBurrowed', 'BurrowUp'],
'LotV Multiplayer/Zerg/Units/Infestor/General' : ['Move', 'Stop', 'MoveHoldPosition', 'MovePatrol', 'Attack', 'InfestedTerrans/Infestor', 'FungalGrowth/Infestor', 'NeuralParasite/Infestor', 'Cancel', 'BurrowDown'],
'LotV Multiplayer/Zerg/Units/Larva/General' : ['Drone/Larva', 'Overlord/Larva', 'Zergling/Larva', 'Roach/Larva', 'Hydralisk/Larva', 'Mutalisk/Larva', 'Corruptor/Larva', 'Infestor/Larva', 'SwarmHostMP/Larva', 'Viper/Larva', 'Ultralisk/Larva', 'Cancel'],
'LotV Multiplayer/Zerg/Units/Locust (Flying)' : ['Move', 'Stop', 'MoveHoldPosition', 'MovePatrol', 'Attack', 'LocustMPFlyingSwoop/LocustMPFlying'],
'LotV Multiplayer/Zerg/Units/Lurker/Burrowed' : ['Stop', 'Attack', 'LurkerHoldFire/LurkerMPBurrowed', 'LurkerCancelHoldFire/LurkerMPBurrowed', 'LurkerBurrowUp'],
'LotV Multiplayer/Zerg/Units/Lurker/General' : ['Move', 'Stop', 'MoveHoldPosition', 'MovePatrol', 'Attack', 'BurrowLurkerMP'],
'LotV Multiplayer/Zerg/Units/Overlord/Creeping (BunkerUnloadAll shouldn\'t be here)' : ['Move', 'Stop', 'MoveHoldPosition', 'MovePatrol', 'Attack', 'MorphToOverseer/Overlord', 'StopGenerateCreep', 'MorphtoOverlordTransport/Overlord', 'BunkerUnloadAll', 'Cancel'],
'LotV Multiplayer/Zerg/Units/Overlord/General (BunkerUnloadAll shouldn\'t be here)' : ['Move', 'Stop', 'MoveHoldPosition', 'MovePatrol', 'Attack', 'MorphToOverseer/Overlord', 'GenerateCreep/Overlord', 'MorphtoOverlordTransport/Overlord', 'BunkerUnloadAll', 'Cancel'],
'LotV Multiplayer/Zerg/Units/Overseer' : ['Move', 'Stop', 'MoveHoldPosition', 'MovePatrol', 'Attack', 'SpawnChangeling/Overseer', 'Contaminate/Overseer'],
'LotV Multiplayer/Zerg/Units/Queen' : ['Move', 'Stop', 'MoveHoldPosition', 'MovePatrol', 'Attack', 'BuildCreepTumor/Queen', 'MorphMorphalisk/Queen', 'Transfusion/Queen', 'BurrowDown'],
'LotV Multiplayer/Zerg/Units/Ravager' : ['Move', 'Stop', 'MoveHoldPosition', 'MovePatrol', 'Attack', 'RavagerCorrosiveBile/Ravager', 'BurrowDown'],
'LotV Multiplayer/Zerg/Units/Swarm Host/Burrowed' : ['Attack', 'VoidSwarmHostSpawnLocust/SwarmHostBurrowedMP', 'SwarmHostBurrowUp'],
'LotV Multiplayer/Zerg/Units/Swarm Host/General' : ['Move', 'Stop', 'MoveHoldPosition', 'MovePatrol', 'Attack', 'SwarmHost/SwarmHostMP', 'SwarmHostBurrowDown'],
'LotV Multiplayer/Zerg/Units/Viper' : ['Move', 'Stop', 'MoveHoldPosition', 'MovePatrol', 'Attack', 'ViperConsume/Viper', 'FaceEmbrace/Viper', 'BlindingCloud/Viper', 'ParasiticBomb/Viper'],
'LotV Multiplayer/Zerg/Units/Zergling' : ['Move', 'Stop', 'MoveHoldPosition', 'MovePatrol', 'Attack', 'Baneling/Zergling', 'BurrowDown'],
'Coop/Protoss Story/Structures/Dark Pylon' : ['Stop', 'Attack', 'DarkPylonRecall/DarkPylon', 'Cancel'],
'Coop/Protoss Story/Structures/Shield Battery' : ['ShieldBatteryRecharge/ShieldBattery', 'ShieldBatteryStructureBarrier/ShieldBattery', 'Cancel'],
'Coop/Protoss Story/Structures/Solar Forge (Karax Commander)/General' : ['ResearchSolarEfficiencyLevel1/SolarForge', 'ResearchSOARepairBeamExtraTarget/SolarForge', 'ResearchSOAOrbitalStrikeUpgrade/SolarForge', 'ResearchSOASolarLanceUpgrade/SolarForge', 'Cancel'],
'Coop/Protoss Story/Structures/Solar Forge (Karax Commander)/General (Broken)' : ['BrokenSolarForge/SolarForge'],
'Coop/Protoss Story/Structures/Warp Robotics Facility' : ['Immortal/RoboticsFacilityWarp', 'Colossus/RoboticsFacilityWarp', 'Observer/RoboticsFacilityWarp', 'MorphBackToRoboticsFacility/RoboticsFacilityWarp', 'Cancel'],
'Coop/Protoss Story/Structures/Warp Stargate' : ['Phoenix/StargateWarp', 'VoidRay/StargateWarp', 'Oracle/StargateWarp', 'Arbiter/StargateWarp', 'MorphBackToStargate/StargateWarp', 'Cancel'],
'Coop/Protoss Story/Units/Annihilator' : ['Move', 'Stop', 'MoveHoldPosition', 'MovePatrol', 'Attack', 'ImmortalShakurasShadowCannon/ImmortalShakuras'],
'Coop/Protoss Story/Units/Ascendant' : ['Move', 'Stop', 'MoveHoldPosition', 'MovePatrol', 'Attack', 'VoidHighTemplarPsiOrb/HighTemplarTaldarim', 'VoidHighTemplarMindBlast/HighTemplarTaldarim', 'AscendantSacrifice/HighTemplarTaldarim', 'Rally'],
'Coop/Protoss Story/Units/Blood Hunter' : ['Move', 'Stop', 'MoveHoldPosition', 'MovePatrol', 'Attack', 'VoidStasis/DarkTemplarTaldarim', 'Rally'],
'Coop/Protoss Story/Units/Carrier' : ['Move', 'Stop', 'MoveHoldPosition', 'MovePatrol', 'Attack', 'Interceptor/CarrierAiur', 'Cancel'],
'Coop/Protoss Story/Units/Centurion (Vorazun Commander)' : ['Move', 'Stop', 'MoveHoldPosition', 'MovePatrol', 'Attack', 'VoidZealotShadowCharge/ZealotShakuras', 'VoidZealotShadowChargeStun/ZealotShakuras', 'Rally'],
'Coop/Protoss Story/Units/Corsair' : ['Move', 'Stop', 'MoveHoldPosition', 'MovePatrol', 'Attack', 'CorsairMPDisruptionWeb/CorsairMP', 'Rally'],
'Coop/Protoss Story/Units/Dark Templar (Vorazun Commander)' : ['Move', 'Stop', 'MoveHoldPosition', 'MovePatrol', 'Attack', 'VoidDarkTemplarShadowFury/DarkTemplarShakuras', 'DarkTemplarShadowDash/DarkTemplarShakuras', 'VoidStasis/DarkTemplarShakuras', 'Rally'],
'Coop/Protoss Story/Units/Energizer (Karax Commander)' : ['Move', 'Stop', 'MoveHoldPosition', 'MovePatrol', 'Attack', 'VoidSentryChronoBeam/SentryPurifier', 'EnergizerReclamation/SentryPurifier', 'VoidSentryPhasingMode/SentryPurifier', 'VoidSentryMobileMode/SentryPurifier', 'Rally'],
'Coop/Protoss Story/Units/Havoc' : ['Move', 'Stop', 'MoveHoldPosition', 'MovePatrol', 'Attack', 'TargetLock/Monitor', 'SentryTaldarimForceField/Monitor', 'Rally'],
'Coop/Protoss Story/Units/High Templar' : ['Move', 'Stop', 'MoveHoldPosition', 'MovePatrol', 'Attack', 'Feedback/HighArchonTemplar', 'HighArchonPsiStorm/HighArchonTemplar', 'ArchonAdvancedMergeSelection', 'Rally'],
'Coop/Protoss Story/Units/Immortal' : ['Move', 'Stop', 'MoveHoldPosition', 'MovePatrol', 'Attack', 'ImmortalOverload/ImmortalAiur', 'ImmortalShakurasShadowCannon/ImmortalAiur'],
'Coop/Protoss Story/Units/Mirage' : ['Move', 'Stop', 'MoveHoldPosition', 'MovePatrol', 'Attack', 'GravitonBeamVoidCampaign/PhoenixPurifier', 'Cancel'],
'Coop/Protoss Story/Units/Mothership' : ['Move', 'Stop', 'MoveHoldPosition', 'MovePatrol', 'Attack', 'VoidSentryBlackHole/SOAMothershipv4', 'SOAMothershipLineAttack/SOAMothershipv4', 'SOAMothershipBlink/SOAMothershipv4'],
'Coop/Protoss Story/Units/Sentinel (Karax Commander)' : ['Move', 'Stop', 'MoveHoldPosition', 'MovePatrol', 'Attack', 'Charge/ZealotPurifier', 'Rally'],
'Coop/Protoss Story/Units/Sentry' : ['Move', 'Stop', 'MoveHoldPosition', 'MovePatrol', 'Attack', 'VoidSentryShieldRepairDouble/SentryAiur', 'GuardianShield/SentryAiur', 'Rally'],
'Coop/Protoss Story/Units/Shadow Guard' : ['Move', 'Stop', 'MoveHoldPosition', 'MovePatrol', 'Attack', 'VoidShadowGuardShadowFury/VorazunShadowGuard', 'ShadowGuardBlink/VorazunShadowGuard', 'VoidStasis/VorazunShadowGuard'],
'Coop/Protoss Story/Units/Stalker' : ['Move', 'Stop', 'MoveHoldPosition', 'MovePatrol', 'Attack', 'StalkerBlinkShieldRestoreBase/StalkerShakuras', 'Rally'],
'Coop/Protoss Story/Units/Tempest' : ['Move', 'Stop', 'MoveHoldPosition', 'MovePatrol', 'Attack', 'LightningBomb/TempestPurifier', 'Rally'],
'Coop/Protoss Story/Units/Zealot (Artanis Commander)' : ['Move', 'Stop', 'MoveHoldPosition', 'MovePatrol', 'Attack', 'Charge/ZealotAiur', 'VoidZealotWhirlwind/ZealotAiur', 'Rally'],
'Coop/Protoss/Structures/Dark Shrine (Vorazun Commander)' : ['ResearchShadowFury/DarkShrine', 'ResearchShadowDash/DarkShrine', 'ResearchVoidStasis/DarkShrine', 'ResearchDarkArchonFullStartingEnergy/DarkShrine', 'ResearchDarkArchonMindControl/DarkShrine', 'Cancel'],
'Coop/Protoss/Structures/Fleet Beacon (Artanis+Vorazun Commander)' : ['AnionPulseCrystals/FleetBeacon', 'ResearchDoubleGravitonBeam/FleetBeacon', 'ResearchTempestDisintegration/FleetBeacon', 'ResearchOracleStasisWardUpgrade/FleetBeacon', 'Cancel'],
'Coop/Protoss/Structures/Forge (Karax Commander)' : ['ProtossGroundWeaponsLevel1/Forge', 'ProtossGroundArmorLevel1/Forge', 'ProtossShieldsLevel1/Forge', 'ResearchKaraxTurretRange/Forge', 'ResearchKaraxTurretAttackSpeed/Forge', 'ResearchStructureBarrier/Forge', 'Cancel'],
'Coop/Protoss/Structures/Gateway/General (Gateway)' : ['Zealot', 'Sentry', 'Stalker', 'HighTemplar', 'DarkTemplar', 'DarkArchon/Gateway', 'Rally', 'UpgradeToWarpGate/Gateway', 'Cancel'],
'Coop/Protoss/Structures/Gateway/Warp Gate' : ['Zealot', 'Sentry', 'Stalker', 'HighTemplar', 'DarkTemplar', 'DarkArchon/WarpGate', 'Rally', 'MorphBackToGateway/WarpGate', 'Cancel'],
'Coop/Protoss/Structures/Nexus' : ['Probe/Nexus', 'Mothership/Nexus', 'Stop', 'Attack', 'Rally', 'TimeWarp/Nexus', 'Cancel'],
'Coop/Protoss/Structures/Robotics Bay (Artanis Commander)' : ['ResearchGraviticBooster/RoboticsBay', 'ResearchBarrier/RoboticsBay', 'ResearchReaverIncreasedScarabCount/RoboticsBay', 'ResearchReaverIncreasedScarabSplashRadius/RoboticsBay', 'Cancel'],
'Coop/Protoss/Structures/Robotics Bay (Karax Commander)(not tested)' : ['ResearchGraviticBooster/RoboticsBay', 'ResearchExtendedThermalLance/RoboticsBay', 'ResearchReaverIncreasedScarabSplashRadius/RoboticsBay', 'ResearchBarrier/RoboticsBay', 'Cancel'],
'Coop/Protoss/Structures/Robotics Facility' : ['Immortal/RoboticsFacility', 'Colossus/RoboticsFacility', 'Observer/RoboticsFacility', 'Rally', 'UpgradeToRoboticsFacilityWarp/RoboticsFacility', 'Cancel'],
'Coop/Protoss/Structures/Stargate' : ['Phoenix/Stargate', 'VoidRay/Stargate', 'Oracle/Stargate', 'Arbiter/Stargate', 'Rally', 'UpgradeToStargateWarp/Stargate', 'Cancel'],
'Coop/Protoss/Structures/Templar Archives (Artanis Commander)' : ['ResearchPsiStorm/TemplarArchive', 'ResearchHighTemplarEnergyUpgrade/TemplarArchive', 'ResearchHealingPsionicStorm/TemplarArchive', 'Cancel'],
'Coop/Protoss/Structures/Twilight Council (Artanis commander)' : ['ResearchCharge/TwilightCouncil', 'ResearchDragoonRange/TwilightCouncil', 'ResearchWhirlwind/TwilightCouncil', 'ResearchDragoonChassis/TwilightCouncil', 'WarpInDarkArchonChampion/TwilightCouncil', 'Cancel'],
'Coop/Protoss/Units/Arbiter' : ['Move', 'Stop', 'MoveHoldPosition', 'MovePatrol', 'Attack', 'ArbiterMPStasisField/ArbiterMP', 'ArbiterMPRecall/ArbiterMP', 'Rally'],
'Coop/Protoss/Units/Archon' : ['Move', 'Stop', 'MoveHoldPosition', 'MovePatrol', 'Attack', 'Feedback/Archon', 'PsiStorm/Archon', 'Rally'],
'Coop/Protoss/Units/Dark Archon' : ['Move', 'Stop', 'MoveHoldPosition', 'MovePatrol', 'Attack', 'DarkArchonConfusion/DarkArchon', 'DarkArchonMindControl/DarkArchon', 'Rally'],
'Coop/Protoss/Units/Observer' : ['Move', 'Stop', 'MoveHoldPosition', 'MovePatrol', 'Attack', 'MorphtoObserverSiege/Observer', 'MorphtoObserver/Observer'],
'Coop/Protoss/Units/Probe/Basic Structures' : ['Nexus/Probe', 'Assimilator/Probe', 'Pylon/Probe', 'Gateway/Probe', 'Forge/Probe', 'ShieldBattery/Probe', 'CyberneticsCore/Probe', 'PhotonCannon/Probe', 'KhaydarinMonolith/Probe', 'Cancel'],
'Coop/Protoss/Units/Probe/General' : ['Move', 'Stop', 'MoveHoldPosition', 'MovePatrol', 'Attack', 'GatherProt', 'ReturnCargo', 'ProtossBuild/Probe', 'ProtossBuildAdvanced/Probe', 'MutatorWorkerSleep/Probe'],
'Coop/Protoss/Units/Reaver' : ['Move', 'Stop', 'MoveHoldPosition', 'MovePatrol', 'Attack', 'ReaverScarabs/Reaver', 'Rally'],
'Coop/Protoss/Units/Sentry/General' : ['Move', 'Stop', 'MoveHoldPosition', 'MovePatrol', 'Attack', 'VoidSentryShieldRepair/Sentry', 'GuardianShield/Sentry', 'ForceField/Sentry', 'Rally'],
'Coop/Protoss/Units/TempestGeneral' : ['Move', 'Stop', 'MoveHoldPosition', 'MovePatrol', 'Attack', 'LightningBomb/Tempest', 'Rally'],
'Coop/Terran Story/Structures/Devastation Turret (Swann Commander)' : ['Stop', 'Attack', 'SelectBuilder', 'Salvage/KelMorianGrenadeTurret', 'Halt', 'Cancel'],
'Coop/Terran Story/Structures/Drakken Laser Drill' : ['Attack', 'ResearchDrakkenLaserDrillBFG/DrakkenLaserDrillCoop', 'Cancel'],
'Coop/Terran Story/Structures/Perdition Turret' : ['Stop', 'Attack', 'SelectBuilder', 'Salvage/PerditionTurret', 'Halt', 'Cancel'],
'Coop/Terran Story/Structures/Spinning Dizzy' : ['Stop', 'Attack', 'SelectBuilder', 'Salvage/KelMorianMissileTurret', 'Halt', 'Cancel'],
'Coop/Terran Story/Structures/Tech Reactor/Attached to Barracks (Raynor Commander, notAvailable)' : ['ResearchShieldWall/BarracksTechReactor', 'Stimpack/BarracksTechReactor', 'ResearchPunisherGrenades/BarracksTechReactor', 'ResearchIncineratorGauntlets/BarracksTechReactor', 'ResearchJuggernautPlating/BarracksTechReactor', 'ResearchStabilizerMedpacks/BarracksTechReactor', 'Cancel'],
'Coop/Terran Story/Structures/Tech Reactor/Attached to Factory (Swann Commander)' : ['ResearchHighCapacityBarrels/FactoryTechReactor', 'ResearchHellbatHellArmor/FactoryTechReactor', 'ResearchAresClassTargetingSystem/FactoryTechReactor', 'ResearchMultiLockWeaponsSystem/FactoryTechReactor', 'ResearchMaelstromRounds/FactoryTechReactor', 'ResearchLockOnRangeUpgrade/FactoryTechReactor', 'ResearchCycloneLockOnDamageUpgrade/FactoryTechReactor', 'Research330mmBarrageCannon/FactoryTechReactor', 'Cancel'],
'Coop/Terran Story/Structures/Tech Reactor/Attached to Starport (Raynor(+Swann) Commander)' : ['ResearchBansheeCloak/StarportTechReactor', 'ResearchShockwaveMissileBattery/StarportTechReactor', 'ResearchPhobosClassWeaponsSystem/StarportTechReactor', 'ResearchRipwaveMissiles/StarportTechReactor', 'Cancel'],
'Coop/Terran Story/Units/Hercules (Swann Commander)' : ['Move', 'Stop', 'MoveHoldPosition', 'MovePatrol', 'Attack', 'HerculesLoad/Hercules', 'HerculesUnloadAll/Hercules', 'HyperjumpHercules/Hercules'],
'Coop/Terran Story/Units/Hyperion (Raynor Commander)' : ['Move', 'Stop', 'MoveHoldPosition', 'MovePatrol', 'Attack', 'HyperionVoidCoopHyperjump/HyperionVoidCoop', 'HyperionVoidCoopYamatoCannon/HyperionVoidCoop', 'HyperionAdvancedPDD/HyperionVoidCoop'],
'Coop/Terran Story/Units/Medic' : ['Move', 'Stop', 'MoveHoldPosition', 'MovePatrol', 'Attack', 'MedicHeal/Medic'],
'Coop/Terran Story/Units/Nova (Hold Fire)' : ['Move', 'Stop', 'MoveHoldPosition', 'MovePatrol', 'Attack', 'GhostHoldFire/NovaHero', 'NovaWeaponCanisterRifleSnipe/NovaHero', 'NovaGadgetPulseGrenades/NovaHero', 'HeroNukeCalldown/NovaHero'],
'Coop/Terran Story/Units/Nova (Weapons Free)' : ['Move', 'Stop', 'MoveHoldPosition', 'MovePatrol', 'Attack', 'WeaponsFree/NovaHero', 'NovaWeaponCanisterRifleSnipe/NovaHero', 'NovaGadgetPulseGrenades/NovaHero', 'HeroNukeCalldown/NovaHero'],
'Coop/Terran Story/Units/Science Vessel (Swann Commander)' : ['Move', 'Stop', 'MoveHoldPosition', 'MovePatrol', 'Attack', 'NanoRepair/ScienceVessel', 'Irradiate/ScienceVessel', 'DefensiveMatrixTarget/ScienceVessel'],
'Coop/Terran Story/Units/Spectre (Tosh framework, AI)' : ['Move', 'Stop', 'MoveHoldPosition', 'MovePatrol', 'Attack', 'SpectreHoldFire/Spectre', 'SpectreWeaponsFree/Spectre', 'MindBlast/Spectre', 'VoodooShield/Spectre', 'SpectreDomination/Spectre', 'NukeCalldown/Spectre', 'Cancel'],
'Coop/Terran Story/Units/Vulture (Raynor Commander)' : ['Move', 'Stop', 'MoveHoldPosition', 'MovePatrol', 'Attack', 'SpiderMine/Vulture', 'SpiderMineReplenish/Vulture', 'IgniteAfterburners/Vulture', 'Cancel'],
'Coop/Terran Story/Units/Wraith (Swann Commander)' : ['Move', 'Stop', 'MoveHoldPosition', 'MovePatrol', 'Attack', 'WraithCloakOn/Wraith', 'WraithCloakOff/Wraith'],
'Coop/Terran/Structures/Armory' : ['TerranVehicleAndShipWeaponsLevel1/Armory', 'TerranVehicleAndShipPlatingLevel1/Armory', 'ResearchVehicleWeaponRange/Armory', 'ResearchRegenerativeBioSteel/Armory', 'SelectBuilder', 'Halt', 'Cancel'],
'Coop/Terran/Structures/Command Center/General' : ['SCV', 'VespeneDrone/CommandCenter', 'OrbitalCommand/CommandCenter', 'SelectBuilder', 'Rally', 'CommandCenterLoad', 'CommandCenterUnloadAll', 'Lift', 'Cancel'],
'Coop/Terran/Structures/Engineering Bay (Swann Commander)' : ['TerranInfantryWeaponsLevel1/EngineeringBay', 'TerranInfantryArmorLevel1/EngineeringBay', 'ResearchNeosteelFrame/EngineeringBay', 'UpgradeBuildingArmorLevel1/EngineeringBay', 'SelectBuilder', 'ResearchFireSuppressionSystems/EngineeringBay', 'ResearchImprovedTurretAttackSpeed/EngineeringBay', 'Halt', 'Cancel'],
'Coop/Terran/Structures/Factory/General (kinda Swann Commander)' : ['HellionTank/Factory', 'Goliath/Factory', 'SiegeTank/Factory', 'BuildCyclone/Factory', 'Thor/Factory', 'SelectBuilder', 'Rally', 'TechLabFactory/Factory', 'Reactor/Factory', 'Lift', 'Cancel'],
'Coop/Terran/Structures/Factory/General3' : ['HellionTank/Factory', 'Goliath/Factory', 'SiegeTank/Factory', 'WidowMine/Factory', 'Thor/Factory', 'MercHellion/Factory', 'HireSpartanCompany/Factory', 'HireSiegeBreakers/Factory', 'Cancel'],
'Coop/Terran/Structures/Missile Turret' : ['Stop', 'Attack', 'SelectBuilder', 'Salvage/MissileTurret', 'Halt', 'Cancel'],
'Coop/Terran/Structures/Orbital Command/General (Nova Campaign)' : ['SCV', 'Rally', 'CalldownMULE/OrbitalCommand', 'OrbitalCommandCalldownSupplyDepot/OrbitalCommand', 'Scan/OrbitalCommand', 'Lift', 'Cancel'],
'Coop/Terran/Structures/Planetary Fortress' : ['SCV', 'VespeneDrone/PlanetaryFortress', 'StopPlanetaryFortress/PlanetaryFortress', 'Attack', 'Rally', 'CommandCenterLoad', 'CommandCenterUnloadAll', 'Cancel'],
'Coop/Terran/Structures/Starport/General3' : ['VikingFighter/Starport', 'Banshee/Starport', 'Wraith/Starport', 'Battlecruiser/Starport', 'HireDuskWing/Starport', 'HireHelsAngels/Starport', 'HireDukesRevenge/Starport', 'Cancel'],
'Coop/Terran/Structures/Tech Lab/Attached to Barracks (Raynor Commander)' : ['ResearchShieldWall/BarracksTechLab', 'Stimpack/BarracksTechLab', 'ResearchPunisherGrenades/BarracksTechLab', 'ResearchIncineratorGauntlets/BarracksTechLab', 'ResearchJuggernautPlating/BarracksTechLab', 'ResearchStabilizerMedpacks/BarracksTechLab', 'Cancel'],
'Coop/Terran/Structures/Tech Lab/Attached to Factory (Swann(+Raynor) Commander)' : ['ResearchHighCapacityBarrels/FactoryTechLab', 'ResearchHellbatHellArmor/FactoryTechLab', 'ResearchAresClassTargetingSystem/FactoryTechLab', 'ResearchMultiLockWeaponsSystem/FactoryTechLab', 'ResearchMaelstromRounds/FactoryTechLab', 'ResearchLockOnRangeUpgrade/FactoryTechLab', 'ResearchCycloneLockOnDamageUpgrade/FactoryTechLab', 'Research330mmBarrageCannon/FactoryTechLab', 'Cancel'],
'Coop/Terran/Structures/Tech Lab/Attached to Starport (Raynor(+Swann) Commander)' : ['ResearchBansheeCloak/StarportTechLab', 'ResearchShockwaveMissileBattery/StarportTechLab', 'ResearchPhobosClassWeaponsSystem/StarportTechLab', 'ResearchRipwaveMissiles/StarportTechLab', 'Cancel'],
'Coop/Terran/Units/Banshee (Raynor Commander)' : ['Move', 'Stop', 'MoveHoldPosition', 'MovePatrol', 'Attack', 'CloakOnBanshee', 'CloakOff', 'IgniteAfterburners/Banshee'],
'Coop/Terran/Units/Battlecruiser (Raynor Commander)' : ['Move', 'Stop', 'MoveHoldPosition', 'MovePatrol', 'Attack', 'YamatoGun', 'Hyperjump/Battlecruiser', 'IgniteAfterburners/Battlecruiser'],
'Coop/Terran/Units/Cyclone' : ['Move', 'Stop', 'MoveHoldPosition', 'MovePatrol', 'Attack', 'LockOn/Cyclone', 'SwannCommanderRebuild', 'Cancel'],
'Coop/Terran/Units/Hellion (Swann Commander)' : ['Move', 'Stop', 'MoveHoldPosition', 'MovePatrol', 'Attack', 'MorphToHellion/Hellion', 'MorphToHellionTank/Hellion', 'SwannCommanderRebuild'],
'Coop/Terran/Units/Liberator' : ['Move', 'Stop', 'MoveHoldPosition', 'MovePatrol', 'Attack', 'LiberatorAGMode/Liberator', 'IgniteAfterburners/Liberator'],
'Coop/Terran/Units/Marauder' : ['Move', 'Stop', 'MoveHoldPosition', 'MovePatrol', 'Attack', 'Stim', 'MagrailMunitions/Marauder'],
'Coop/Terran/Units/Raven' : ['Move', 'Stop', 'MoveHoldPosition', 'MovePatrol', 'Attack', 'AutoTurret/Raven', 'PointDefenseDrone/Raven', 'InstantHunterSeekerMissile/Raven'],
'Coop/Terran/Units/SCV/Advanced Structures' : ['GhostAcademy/SCV', 'MercCompound/SCV', 'Factory/SCV', 'Armory/SCV', 'Starport/SCV', 'FusionCore/SCV', 'Cancel'],
'Coop/Terran/Units/SCV/Basic Structures' : ['CommandCenter/SCV', 'Refinery/SCV', 'SupplyDepot/SCV', 'Barracks/SCV', 'EngineeringBay/SCV', 'Bunker/SCV', 'MissileTurret/SCV', 'BuildKelMorianRocketTurret/SCV', 'HiveMindEmulator/SCV', 'Cancel'],
'Coop/Terran/Units/SCV/General' : ['Move', 'Stop', 'MoveHoldPosition', 'MovePatrol', 'Attack', 'GatherProt', 'ReturnCargo', 'TerranBuild/SCV', 'TerranBuildAdvanced/SCV', 'Repair', 'MutatorWorkerSleep/SCV', 'Halt'],
'Coop/Terran/Units/Siege Tank/General (Nova Campaign)' : ['Move', 'Stop', 'MoveHoldPosition', 'MovePatrol', 'Attack', 'SiegeMode', 'Unsiege', 'SiegeTankJumpJet/SiegeTank'],
'Coop/Terran/Units/Siege Tank/General (Raynor Commander)' : ['Move', 'Stop', 'MoveHoldPosition', 'MovePatrol', 'Attack', 'SiegeMode', 'Unsiege', 'IgniteAfterburners/SiegeTank'],
'Coop/Terran/Units/Siege Tank/General (Wreckage,Swann Commander)' : ['Move', 'Stop', 'MoveHoldPosition', 'MovePatrol', 'Attack', 'SiegeMode', 'SwannCommanderRebuild'],
'Coop/Terran/Units/Thor (Swann Commander)/Front 01' : ['Move', 'Stop', 'MoveHoldPosition', 'MovePatrol', 'Attack', '250mmStrikeCannons/Thor', 'ThorDefensiveMatrix/Thor', 'SelfRepair/Thor', 'Cancel'],
'Coop/Terran/Units/Thor (Swann Commander)/Front 02' : ['ImmortalityProtocol/ThorWreckage', 'Cancel'],
'Coop/Terran/Units/Thor (Swann Commander)/Front 03' : ['Move', 'Stop', 'MoveHoldPosition', 'MovePatrol', 'Attack', '250mmStrikeCannons/ThorWreckageSwann', 'ThorDefensiveMatrix/ThorWreckageSwann', 'SelfRepair/ThorWreckageSwann', 'Cancel'],
'Coop/Terran/Units/Viking (Raynor Commander)' : ['Move', 'Stop', 'MoveHoldPosition', 'MovePatrol', 'Attack', 'FighterMode', 'AssaultMode', 'IgniteAfterburners/VikingAssault'],
'Coop/Zerg Story/Structures/Bile Launcher (Zagara Commander)' : ['BileLauncherBombardment/BileLauncherZagara', 'Cancel'],
'Coop/Zerg Story/Structures/Impaler Den' : ['EvolveMuscularAugments/ImpalerDen', 'EvolveAncillaryCarapace/ImpalerDen', 'EvolveFrenzy/ImpalerDen', 'Cancel'],
'Coop/Zerg Story/Structures/Lurker Den' : ['EvolveMuscularAugments/LurkerDen', 'EvolveAncillaryCarapace/LurkerDen', 'EvolveFrenzy/LurkerDen', 'ResearchLurkerRange/LurkerDen', 'Cancel'],
'Coop/Zerg Story/Structures/Scourge Nest' : ['zergflyerattack1', 'zergflyerarmor1', 'EvolveScourgeSplashDamage/ScourgeNest', 'EvolveScourgeGasCostReduction/ScourgeNest'],
'Coop/Zerg Story/Units/Hydralisk (Impaler Strain)' : ['Move', 'Stop', 'MoveHoldPosition', 'MovePatrol', 'Attack', 'Impaler/HydraliskImpaler', 'HydraliskFrenzy/HydraliskImpaler', 'BurrowDown'],
'Coop/Zerg Story/Units/Hydralisk (Lurker Strain)' : ['Move', 'Stop', 'MoveHoldPosition', 'MovePatrol', 'Attack', 'Lurker/HydraliskLurker', 'HydraliskFrenzy/HydraliskLurker', 'BurrowDown'],
'Coop/Zerg Story/Units/Kerrigan/Burrowed' : ['Move', 'Stop', 'MoveHoldPosition', 'MovePatrol', 'Attack', 'MindBolt/K5KerriganBurrowed', 'PsionicLift/K5KerriganBurrowed', 'KerriganVoidCoopEconDrop/K5KerriganBurrowed', 'KerriganVoidCoopCrushingGripWave/K5KerriganBurrowed', 'BurrowUp'],
'Coop/Zerg Story/Units/Kerrigan/General' : ['Move', 'Stop', 'MoveHoldPosition', 'MovePatrol', 'Attack', 'MindBolt/K5Kerrigan', 'PsionicLift/K5Kerrigan', 'KerriganVoidCoopEconDrop/K5Kerrigan', 'KerriganVoidCoopCrushingGripWave/K5Kerrigan', 'BurrowDown'],
'Coop/Zerg Story/Units/Lurker (Burrowed)' : ['Stop', 'Attack', 'LurkerHoldFire/LurkerBurrowed', 'LurkerCancelHoldFire/LurkerBurrowed', 'LurkerBurrowUp'],
'Coop/Zerg Story/Units/Mutalisk (Brood Lord Strain)' : ['Move', 'Stop', 'MoveHoldPosition', 'MovePatrol', 'Attack', 'BroodLord/MutaliskBroodlord'],
'Coop/Zerg Story/Units/Mutalisk (Viper Strain)' : ['Move', 'Stop', 'MoveHoldPosition', 'MovePatrol', 'Attack', 'Viper/MutaliskViper'],
'Coop/Zerg Story/Units/Roach (Corpser Strain)' : ['Move', 'Stop', 'MoveHoldPosition', 'MovePatrol', 'Attack', 'Ravager/RoachCorpser', 'BurrowDown'],
'Coop/Zerg Story/Units/Roach (Vile Strain)/Burrowed' : ['Move', 'Stop', 'MoveHoldPosition', 'MovePatrol', 'Attack', 'EvolveToBrutalisk/RoachVileBurrowed', 'BurrowUp'],
'Coop/Zerg Story/Units/Roach (Vile Strain)/General' : ['Move', 'Stop', 'MoveHoldPosition', 'MovePatrol', 'Attack', 'Ravager/RoachVile', 'EvolveToBrutalisk/RoachVile', 'BurrowDown'],
'Coop/Zerg Story/Units/Scourge/Building Attack Enabled' : ['Move', 'Stop', 'MoveHoldPosition', 'MovePatrol', 'Attack', 'DetonateScourge/Scourge', 'DisableBuildingAttackScourge/Scourge'],
'Coop/Zerg Story/Units/Scourge/General' : ['Move', 'Stop', 'MoveHoldPosition', 'MovePatrol', 'Attack', 'DetonateScourge/Scourge', 'EnableBuildingAttackScourge/Scourge'],
'Coop/Zerg Story/Units/Swarm Host/Burrowed' : ['Stop', 'Attack', 'LocustLaunch/SwarmHostBurrowed', 'AbathurDeepTunnel/SwarmHostBurrowed', 'EvolveToBrutalisk/SwarmHostBurrowed', 'SwarmHostUprootUnburrow'],
'Coop/Zerg Story/Units/Swarm Host/General' : ['Move', 'Stop', 'MoveHoldPosition', 'MovePatrol', 'Attack', 'LocustLaunch/SwarmHost', 'AbathurDeepTunnel/SwarmHost', 'EvolveToBrutalisk/SwarmHost', 'SwarmHostRootBurrow'],
'Coop/Zerg Story/Units/Ultralisk (Noxious Strain)' : ['Move', 'Stop', 'MoveHoldPosition', 'MovePatrol', 'Attack', 'PoisonNova/HotSNoxious', 'BurrowChargeCampaignNoxious/HotSNoxious', 'BurrowDown'],
'Coop/Zerg Story/Units/Zagara/Burrowed' : ['Move', 'Stop', 'MoveHoldPosition', 'MovePatrol', 'Attack', 'ZagaraVoidCoopBanelingBarrage/ZagaraVoidCoopBurrowed', 'ZagaraVoidCoopSpawnHunterKillers/ZagaraVoidCoopBurrowed', 'ZagaraVoidCoopMassFrenzy/ZagaraVoidCoopBurrowed', 'MassRoachDrop/ZagaraVoidCoopBurrowed', 'BurrowUp'],
'Coop/Zerg Story/Units/Zagara/General' : ['Move', 'Stop', 'MoveHoldPosition', 'MovePatrol', 'Attack', 'ZagaraVoidCoopBanelingBarrage/ZagaraVoidCoop', 'ZagaraVoidCoopSpawnHunterKillers/ZagaraVoidCoop', 'ZagaraVoidCoopMassFrenzy/ZagaraVoidCoop', 'MassRoachDrop/ZagaraVoidCoop', 'BurrowDown'],
'Coop/Zerg/Structures/Baneling Nest (Zagara Commander)' : ['EvolveCentrificalHooks/BanelingNest', 'EvolveBanelingCorrosiveBile/BanelingNest', 'EvolveBanelingRupture/BanelingNest', 'EvolveBanelingHeal/BanelingNest', 'Rally', 'ZagaraVoidCoopBanelingSpawner/BanelingNest', 'Cancel'],
'Coop/Zerg/Structures/Evolution Chamber' : ['zergmeleeweapons1/EvolutionChamber', 'zergmissileweapons1/EvolutionChamber', 'zerggroundarmor1/EvolutionChamber', 'EvolveBioMechanicalTransfusion/EvolutionChamber', 'EvolveHatcheryDoubleQueue/EvolutionChamber', 'EvolveKerriganHeroicFortitude/EvolutionChamber', 'EvolveK5ChainLightning/EvolutionChamber', 'EvolveK5Cooldowns/EvolutionChamber', 'Cancel'],
'Coop/Zerg/Structures/Greater Spire/General (Front)' : ['zergflyerattack1', 'zergflyerarmor1', 'EvolveMutaliskRapidRegeneration/GreaterSpire', 'EvolveViciousGlaive/GreaterSpire', 'EvolveSunderingGlave/GreaterSpire', 'EvolveGuardianAttackRangeIncrease/GreaterSpire', 'EvolveDevourerAoEDamage/GreaterSpire', 'Cancel'],
'Coop/Zerg/Structures/Greater Spire/General (Kerrigan Commander)' : ['zergflyerattack1', 'zergflyerarmor1', 'EvolveMutaliskRapidRegeneration/GreaterSpire', 'EvolveViciousGlaive/GreaterSpire', 'EvolveSunderingGlave/GreaterSpire', 'EvolveBroodLordSpeed/GreaterSpire', 'Cancel'],
'Coop/Zerg/Structures/Hatchery' : ['Larva', 'QueenCoop', 'RespawnZergling/Hatchery', 'overlordspeed', 'EvolveVentralSacks', 'RallyEgg', 'Rally', 'Lair/Hatchery', 'Cancel'],
'Coop/Zerg/Structures/Hive' : ['Larva', 'QueenCoop', 'RespawnZergling/Hive', 'overlordspeed', 'EvolveVentralSacks', 'RallyEgg', 'Rally', 'Cancel'],
'Coop/Zerg/Structures/Hydralisk Den (Kerrigan Commander)' : ['EvolveMuscularAugments/HydraliskDen', 'EvolveAncillaryCarapace/HydraliskDen', 'EvolveFrenzy/HydraliskDen', 'ResearchLurkerRange/HydraliskDen', 'LurkerDen/HydraliskDen', 'Cancel'],
'Coop/Zerg/Structures/Infestation Pit/General (Abathur Commander)' : ['HotSPressurizedGlands/InfestationPit', 'EvolveViperImprovedCastRange/InfestationPit', 'SwarmHostDeepBurrow/InfestationPit', 'EvolveViperAbductImprovedStun/InfestationPit', 'Cancel'],
'Coop/Zerg/Structures/Infestation Pit/General (Front)' : ['HotSPressurizedGlands/InfestationPit', 'EvolveViperImprovedCastRange/InfestationPit', 'EvolveInfestorEnergyUpgrade/InfestationPit', 'ResearchNeuralParasite/InfestationPit', 'Cancel'],
'Coop/Zerg/Structures/Lair' : ['Larva', 'QueenCoop', 'RespawnZergling/Lair', 'overlordspeed', 'EvolveVentralSacks', 'RallyEgg', 'Rally', 'Hive/Lair', 'Cancel'],
'Coop/Zerg/Structures/Nydus Network (Kerrigan Commander)' : ['Stop', 'ZagaraVoidCoopNydusWorm/NydusNetwork', 'Rally', 'BunkerLoad', 'BunkerUnloadAll', 'Cancel'],
'Coop/Zerg/Structures/Roach Warren (Abathur Commander)' : ['EvolveGlialRegeneration/RoachWarren', 'EvolveTunnelingClaws/RoachWarren', 'EvolveAdaptivePlating/RoachWarren', 'EvolveCorrosiveBileRadiusIncrease/RoachWarren', 'EvolveCorrosiveBileDamageIncrease/RoachWarren', 'Cancel'],
'Coop/Zerg/Structures/Spawning Pool (Zagara Commander)' : ['zerglingmovementspeed/SpawningPool', 'EvolveHardenedCarapace/SpawningPool', 'zerglingattackspeed/SpawningPool', 'EvolveZerglingArmorShred/SpawningPool', 'EvolveBileLauncherIncreasedRange/SpawningPool', 'EvolveBileLauncherBombardmentCooldown/SpawningPool', 'Cancel'],
'Coop/Zerg/Structures/Spire/General (Front)' : ['zergflyerattack1', 'zergflyerarmor1', 'EvolveMutaliskRapidRegeneration/Spire', 'EvolveViciousGlaive/Spire', 'EvolveSunderingGlave/Spire', 'EvolveBroodLordSpeed/Spire', 'GreaterSpireBroodlord/Spire', 'Cancel'],
'Coop/Zerg/Structures/Spire/General (Kerrigan Commander)' : ['zergflyerattack1', 'zergflyerarmor1', 'EvolveMutaliskRapidRegeneration/Spire', 'EvolveViciousGlaive/Spire', 'EvolveSunderingGlave/Spire', 'EvolveGuardianAttackRangeIncrease/Spire', 'EvolveDevourerAoEDamage/Spire', 'GreaterSpireBroodlord/Spire', 'Cancel'],
'Coop/Zerg/Structures/Toxic Nest' : ['ToxicNestExplode/ToxicNestBurrowed', 'Cancel'],
'Coop/Zerg/Structures/Ultralisk Cavern (Kerrigan Commander)' : ['EvolveChitinousPlating/UltraliskCavern', 'EvolveBurrowCharge/UltraliskCavern', 'EvolveTissueAssimilation/UltraliskCavern', 'Cancel'],
'Coop/Zerg/Units/Corruptor' : ['Move', 'Stop', 'MoveHoldPosition', 'MovePatrol', 'Attack', 'CausticSpray/Corruptor', 'CorruptionAbility/Corruptor', 'BroodLord/Corruptor', 'Cancel'],
'Coop/Zerg/Units/Drone/Advanced Structures (Zagara+Kerrigan Commander)' : ['HydraliskDen/Drone', 'InfestationPit/Drone', 'Spire/Drone', 'NydusNetwork/Drone', 'UltraliskCavern/Drone', 'ScourgeNest/Drone', 'Cancel'],
'Coop/Zerg/Units/Drone/Basic Structures (Zagara+Kerrigan Commander)' : ['Hatchery/Drone', 'Extractor/Drone', 'SpawningPool/Drone', 'EvolutionChamber/Drone', 'BanelingNest/Drone', 'RoachWarren/Drone', 'SpineCrawler/Drone', 'SporeCrawler/Drone', 'ZagaraBileLauncher/Drone', 'Cancel'],
'Coop/Zerg/Units/Drone/General' : ['Move', 'Stop', 'MoveHoldPosition', 'MovePatrol', 'Attack', 'GatherProt', 'ReturnCargo', 'ZergBuild/Drone', 'ZergBuildAdvanced/Drone', 'MutatorWorkerSleep/Drone', 'BurrowDown'],
'Coop/Zerg/Units/Hydralisk' : ['Move', 'Stop', 'MoveHoldPosition', 'MovePatrol', 'Attack', 'HydraliskFrenzy/Hydralisk', 'BurrowDown'],
'Coop/Zerg/Units/Larva/General' : ['Drone/Larva', 'Overlord/Larva', 'Zergling/Larva', 'Aberration/Larva', 'Roach/Larva', 'SwarmHostMP/Larva', 'Infestor/Larva', 'Ultralisk/Larva', 'Mutalisk/Larva', 'Viper/Larva', 'Cancel'],
'Coop/Zerg/Units/Larva/General (Zagara)' : ['Drone/Larva', 'Overlord/Larva', 'Zergling/Larva', 'Aberration/Larva', 'Scourge/Larva', 'Corruptor/Larva', 'Cancel'],
'Coop/Zerg/Units/Larva/Swarm Queen Egg' : ['SwarmQueenZergling/SwarmQueenEgg', 'SwarmQueenRoach/SwarmQueenEgg', 'SwarmQueenHydralisk/SwarmQueenEgg', 'Cancel'],
'Coop/Zerg/Units/Mutalisk' : ['Move', 'Stop', 'MoveHoldPosition', 'MovePatrol', 'Attack', 'MorphToGuardian/Mutalisk', 'MorphtoDevourer/Mutalisk', 'EvolveToLeviathan/Mutalisk'],
'Coop/Zerg/Units/Overseer' : ['Move', 'Stop', 'MoveHoldPosition', 'MovePatrol', 'Attack', 'MorphtoOverseerSiege/Overseer', 'MorphtoOverseer/Overseer'],
'Coop/Zerg/Units/Queen/Burrowed' : ['Move', 'Stop', 'MoveHoldPosition', 'MovePatrol', 'Attack', 'EvolveToBrutalisk/QueenBurrowed', 'BurrowUp'],
'Coop/Zerg/Units/Queen/General' : ['Move', 'Stop', 'MoveHoldPosition', 'MovePatrol', 'Attack', 'BuildCreepTumor/Queen', 'QueenBurstHeal/Queen', 'EvolveToBrutalisk/Queen', 'DeepTunnel/Queen', 'BurrowDown'],
'Coop/Zerg/Units/Queen/General (QueenCoop)' : ['Move', 'Stop', 'MoveHoldPosition', 'MovePatrol', 'Attack', 'BuildCreepTumor/QueenCoop', 'MorphMorphalisk/QueenCoop', 'Transfusion/QueenCoop', 'BurrowDown'],
'Coop/Zerg/Units/Ravager (Abathur)' : ['Move', 'Stop', 'MoveHoldPosition', 'MovePatrol', 'Attack', 'RavagerAbathurCorrosiveBile', 'EvolveToBrutalisk/RavagerAbathur', 'BurrowDown'],
'Coop/Zerg/Units/Ravager/General (Burrowed)' : ['Move', 'Stop', 'MoveHoldPosition', 'MovePatrol', 'Attack', 'EvolveToBrutalisk/RavagerAbathurBurrowed', 'BurrowUp'],
'Coop/Zerg/Units/Roach/Burrowed' : ['Move', 'Stop', 'MoveHoldPosition', 'MovePatrol', 'Attack', 'EvolveToBrutalisk/RoachBurrowed', 'BurrowUp'],
'Coop/Zerg/Units/Roach/General' : ['Move', 'Stop', 'MoveHoldPosition', 'MovePatrol', 'Attack', 'Ravager/Roach', 'EvolveToBrutalisk/Roach', 'BurrowDown'],
'Coop/Zerg/Units/Swarm Host/Burrowed' : ['Attack', 'SetRallyPointSwarmHost/SwarmHostBurrowedMP', 'SwarmHost/SwarmHostBurrowedMP', 'SwarmHostBurrowUp'],
'Coop/Zerg/Units/Ultralisk' : ['Move', 'Stop', 'MoveHoldPosition', 'MovePatrol', 'Attack', 'BurrowChargeCampaign/Ultralisk', 'BurrowDown'],
'Coop/Zerg/Units/Viper' : ['Move', 'Stop', 'MoveHoldPosition', 'MovePatrol', 'Attack', 'FaceEmbrace/Viper', 'DisablingCloud/Viper', 'ViperConsumption/Viper', 'ParasiticBomb/Viper', 'EvolveToLeviathan/Viper'],
'Data\HotkeyData Nova Campaign/Terran Story/Units/Nova (Vulture)' : ['Move', 'Stop', 'PatrolMove', 'Attack', 'NovaWeaponCanisterRifleSnipe/NovaVulture', 'NovaGadgetPulseGrenades/NovaVulture'],
'Data\HotkeyData Nova Campaign/Terran/Structures/Barracks/General (AI)' : ['Marine/Barracks', 'Marauder/Barracks', 'Reaper/Barracks', 'Firebat/Barracks', 'Medic/Barracks', 'HireKelmorianMiners/Barracks', 'HireHammerSecurities/Barracks', 'HireDevilDogs/Barracks', 'MercReaper/Barracks', 'MercMedic/Barracks', 'Separatist/Barracks', 'Cancel'],
'Data\HotkeyData Nova Campaign/Terran/Structures/Bunker' : ['Stop', 'Attack', 'SpiderMine/Bunker', 'SelectBuilder', 'SetBunkerRallyPoint/Bunker', 'Stim', 'BunkerLoad', 'BunkerUnloadAll', 'Salvage/Bunker', 'Cancel'],
'Data\HotkeyData Nova Campaign/Terran/Structures/Factory/General' : ['Vulture/Factory', 'SiegeTank/Factory', 'BuildCyclone/Factory', 'Thor/Factory', 'CampaignVehicles/Factory', 'Goliath/Factory', 'SelectBuilder', 'Rally', 'TechLabFactory/Factory', 'Reactor/Factory', 'Lift', 'Cancel'],
'Data\HotkeyData Nova Campaign/Terran/Structures/Factory/General3' : ['Hellion/Factory', 'Goliath/Factory', 'SiegeTank/Factory', 'WidowMine/Factory', 'Thor/Factory', 'MercHellion/Factory', 'HireSpartanCompany/Factory', 'HireSiegeBreakers/Factory', 'Cancel'],
'Data\HotkeyData Nova Campaign/Terran/Structures/Ghost Academy (Nova)' : ['NovaNukeArm/GhostAcademy', 'Cancel'],
'Data\HotkeyData Nova Campaign/Terran/Structures/Starport/General' : ['Liberator/Starport', 'Banshee/Starport', 'Medivac/Starport', 'Battlecruiser/Starport', 'Wraith/Starport', 'Viking/Starport', 'Raven/Starport', 'SelectBuilder', 'Rally', 'TechLabStarport/Starport', 'Reactor/Starport', 'Lift', 'Cancel'],
'Data\HotkeyData Nova Campaign/Terran/Structures/Starport/General (2)' : ['BuildHercules/Starport', 'Raven/Startport', 'Cancel'],
'Data\HotkeyData Nova Campaign/Terran/Units/Hellion' : ['Move', 'Stop', 'MoveHoldPosition', 'MovePatrol', 'Attack', 'MorphToHellion/Hellion', 'MorphToHellionTank/Hellion', 'Stim'],
'Data\HotkeyData Nova Campaign/Terran/Units/Reaper' : ['Move', 'Stop', 'MoveHoldPosition', 'MovePatrol', 'Attack', 'SpiderMine/Reaper', 'Stim', 'Cancel'],
'Data\HotkeyData Nova Campaign/Terran/Units/Siege Tank' : ['Move', 'Stop', 'MoveHoldPosition', 'MovePatrol', 'Attack', 'SiegeMode', 'SiegeMode', 'DeploySpiderMines/SiegeTank'],
'LotV Campaign/Protoss Story/Structures/Warp Stargate' : ['Phoenix/StargateWarp', 'VoidRay/StargateWarp', 'Carrier/StargateWarp', 'MorphBackToStargate/StargateWarp', 'Cancel'],
'LotV Campaign/Protoss Story/Units/Alarak' : ['Move', 'Stop', 'MoveHoldPosition', 'MovePatrol', 'Attack', 'AlarakKnockback/AlarakChampion', 'AlarakDeadlyCharge/AlarakChampion', 'Rally'],
'LotV Campaign/Protoss Story/Units/Artanis/Extra' : ['ArtanisChannel/ArtanisVoid', 'ArtanisChannelOff/ArtanisVoid'],
'LotV Campaign/Protoss Story/Units/Artanis/Hero Zealot' : ['Move', 'Stop', 'MoveHoldPosition', 'MovePatrol', 'Attack', 'ArtanisLightningDash/ArtanisVoid', 'ArtanisAstralWind/ArtanisVoid', 'Rally'],
'LotV Campaign/Protoss Story/Units/Artanis/Mothership' : ['Move', 'Stop', 'MoveHoldPosition', 'MovePatrol', 'Attack', 'MassRecall/Artanis', 'Vortex/Artanis'],
'LotV Campaign/Protoss Story/Units/Fenix/General' : ['Move', 'Stop', 'MoveHoldPosition', 'MovePatrol', 'Attack', 'FenixSOACharge/FenixChampion', 'FenixWhirlwind/FenixChampion', 'VoidShieldCapacitor/FenixChampion', 'Rally'],
'LotV Campaign/Protoss Story/Units/Fenix/SOA Calldown' : ['Move', 'Stop', 'MoveHoldPosition', 'MovePatrol', 'Attack', 'FenixSOACharge/FenixSOA', 'FenixWhirlwind/FenixSOA', 'Rally'],
'LotV Campaign/Protoss Story/Units/Karax' : ['Move', 'Stop', 'MoveHoldPosition', 'MovePatrol', 'Attack', 'Reclamation/KaraxChampion', 'PhaseCannon/KaraxChampion', 'Rally'],
'LotV Campaign/Protoss Story/Units/Vorazun' : ['Move', 'Stop', 'MoveHoldPosition', 'MovePatrol', 'Attack', 'VorazunBlink/VorazunChampion', 'MohandarOmnislash/VorazunChampion', 'Rally'],
'LotV Campaign/Protoss Story/Units/Zeratul/Aiur 01' : ['Move', 'Stop', 'MoveHoldPosition', 'MovePatrol', 'Attack', 'ZeratulBlink/ZeratulVoidAiur01', 'PrologueVoidArmor/ZeratulVoidAiur01', 'ShadowBlade/ZeratulVoidAiur01', 'Rally'],
'LotV Campaign/Protoss Story/Units/Zeratul/Void' : ['Move', 'Stop', 'MoveHoldPosition', 'MovePatrol', 'Attack', 'ZeratulBlink/ZeratulVoid', 'ZeratulStun/ZeratulVoid', 'Rally'],
'LotV Campaign/Protoss/Structues/Cybernetics Core' : ['ProtossAirWeaponsLevel1/CyberneticsCore', 'ProtossAirArmorLevel1/CyberneticsCore', 'ResearchHallucination/CyberneticsCore', 'ResearchWarpGate/CyberneticsCore', 'Cancel'],
'LotV Campaign/Protoss/Structues/Stargate' : ['Phoenix/Stargate', 'VoidRay/Stargate', 'Carrier/Stargate', 'Rally', 'UpgradeToStargateWarp/Stargate', 'Cancel'],
'LotV Campaign/Protoss/Structues/Twilight Council' : ['ResearchCharge/TwilightCouncil', 'ResearchStalkerTeleport/TwilightCouncil', 'WarpInVulcanChampion/TwilightCouncil', 'WarpInReaverChampion/TwilightCouncil', 'WarpInFenixChampion/TwilightCouncil', 'WarpInDarkArchonChampion/TwilightCouncil'],
'LotV Campaign/Terran Story/Units/Egon Stetmann' : ['Move', 'Stop', 'MoveHoldPosition', 'MovePatrol', 'Attack', 'BonesHeal/Stetmann'],
'LotV Campaign/Terran Story/Units/Gabriel Tosh' : ['Move', 'Stop', 'MoveHoldPosition', 'MovePatrol', 'Attack', 'MindBlast/Tosh', 'VoodooShield/Tosh', 'Consumption/Tosh', 'HeroNukeCalldown/Tosh'],
'LotV Campaign/Terran Story/Units/Hive Mind Emulator' : ['MindControl/HiveMindEmulator', 'Cancel'],
'LotV Campaign/Terran Story/Units/Hyperion' : ['Move', 'Stop', 'MoveHoldPosition', 'MovePatrol', 'Attack', 'SJHyperionFightersRecall/SJHyperion', 'SJHyperionBlink/SJHyperion', 'SJHyperionFighters/SJHyperion', 'SJHyperionYamato/SJHyperion', 'SJHyperionLightningStorm/SJHyperion'],
'LotV Campaign/Terran Story/Units/Jim Raynor/Castanar' : ['Move', 'Stop', 'MoveHoldPosition', 'MovePatrol', 'Attack', 'PlantC4Charge/Raynor', 'TossGrenade/Raynor', 'ExperimentalPlasmaGun/Raynor', 'TheMorosDevice/Raynor'],
'LotV Campaign/Terran Story/Units/Jim Raynor/Char' : ['Move', 'Stop', 'MoveHoldPosition', 'MovePatrol', 'Attack', 'RaynorSnipe/RaynorCommando'],
'LotV Campaign/Terran Story/Units/Nova' : ['Move', 'Stop', 'MoveHoldPosition', 'MovePatrol', 'Attack', 'NovaSnipe/Nova', 'Domination/Nova', 'ReleaseMinion/Nova', 'HeroNukeCalldown/Nova', 'Cancel'],
'LotV Campaign/Terran Story/Units/Rory Swann' : ['Move', 'Stop', 'MoveHoldPosition', 'MovePatrol', 'Attack', 'DutchPlaceTurret/Swann'],
'LotV Campaign/Terran Story/Units/Spectre/Cloaked' : ['Move', 'Stop', 'MoveHoldPosition', 'MovePatrol', 'Attack', 'SpectreHoldFire/Spectre', 'SpectreWeaponsFree/Spectre', 'UltrasonicPulse/Spectre', 'Obliterate/Spectre', 'CloakOff', 'SpectreNukeCalldown/Spectre', 'Cancel'],
'LotV Campaign/Terran Story/Units/Spectre/General' : ['Move', 'Stop', 'MoveHoldPosition', 'MovePatrol', 'Attack', 'SpectreHoldFire/Spectre', 'SpectreWeaponsFree/Spectre', 'UltrasonicPulse/Spectre', 'Obliterate/Spectre', 'CloakOnBanshee', 'SpectreNukeCalldown/Spectre', 'Cancel'],
'LotV Campaign/Terran Story/Units/Tech Reactor/Attached to Barracks' : ['ResearchShieldWall/BarracksTechReactor', 'Stimpack/BarracksTechReactor', 'ReaperSpeed/BarracksTechReactor', 'Cancel'],
'LotV Campaign/Terran Story/Units/Tech Reactor/Attached to Factory' : ['ResearchHighCapacityBarrels/FactoryTechReactor', 'ResearchSiegeTech/FactoryTechReactor', 'Cancel'],
'LotV Campaign/Terran Story/Units/Tech Reactor/Attached to Starport' : ['ResearchMedivacEnergyUpgrade/StarportTechReactor', 'ResearchBansheeCloak/StarportTechReactor', 'ResearchRavenEnergyUpgrade/StarportTechReactor', 'WraithCloak/StarportTechReactor', 'ResearchDurableMaterials/StarportTechReactor', 'ResearchSeekerMissile/StarportTechReactor', 'Cancel'],
'LotV Campaign/Terran Story/Units/Tychus Findlay' : ['Move', 'Stop', 'MoveHoldPosition', 'MovePatrol', 'Attack', 'TossGrenadeTychus/TychusCommando'],
'LotV Campaign/Terran/Structures/Factory/AI Mess 02' : ['Hellion/Factory', 'Goliath/Factory', 'SiegeTank/Factory', 'Diamondback/Factory', 'Thor/Factory', 'MercHellion/Factory', 'HireSpartanCompany/Factory', 'HireSiegeBreakers/Factory', 'Cancel'],
'LotV Campaign/Terran/Structures/Factory/General' : ['Vulture/Factory', 'Hellion/Factory', 'SiegeTank/Factory', 'Diamondback/Factory', 'Goliath/Factory', 'Thor/Factory', 'CampaignVehicles/Factory', 'SelectBuilder', 'Rally', 'TechLabFactory/Factory', 'Reactor/Factory', 'Lift', 'Cancel'],
'LotV Campaign/Terran/Structures/Ghost Academy' : ['ResearchPersonalCloaking/GhostAcademy', 'ResearchGhostEnergyUpgrade/GhostAcademy', 'SelectBuilder', 'NukeArm/GhostAcademy', 'Halt', 'Cancel'],
'LotV Campaign/Terran/Structures/Tech Lab/Attached to Factory' : ['ResearchHighCapacityBarrels/FactoryTechLab', 'ResearchSiegeTech/FactoryTechLab', 'ResearchStrikeCannons/FactoryTechLab', 'Cancel'],
'LotV Campaign/Terran/Structures/Tech Lab/Attached to Starport' : ['ResearchMedivacEnergyUpgrade/StarportTechLab', 'ResearchDurableMaterials/StarportTechLab', 'ResearchSeekerMissile/StarportTechLab', 'ResearchRavenEnergyUpgrade/StarportTechLab', 'ResearchBansheeCloak/StarportTechLab', 'Cancel'],
'LotV Campaign/Terran/Units/Reaper' : ['Move', 'Stop', 'MoveHoldPosition', 'MovePatrol', 'Attack', 'D8Charge/Reaper'],
'LotV Campaign/Zerg Story/Units/Alexei Stukov' : ['Move', 'Stop', 'MoveHoldPosition', 'MovePatrol', 'Attack', 'StukovBossBlast/InfestedStukov', 'DevastatingShot/InfestedStukov', 'StukovInfestedTerrans/InfestedStukov', 'StukovCrystalChannel/InfestedStukov'],
'LotV Campaign/Zerg Story/Units/Dehaka' : ['Move', 'Stop', 'MoveHoldPosition', 'MovePatrol', 'Attack', 'Drag/Dehaka', 'DehakaMirrorImage/Dehaka', 'DehakaHeal/Dehaka', 'BurrowDown'],
'LotV Campaign/Zerg Story/Units/Dehaka Spawn' : ['Move', 'Stop', 'MoveHoldPosition', 'MovePatrol', 'Attack', 'Drag/DehakaMirrorImage', 'BurrowDown'],
'LotV Campaign/Zerg Story/Units/Impaler/Burrowed' : ['Stop', 'MoveHoldPosition', 'MovePatrol', 'Attack', 'ImpalerBurrowUp'],
'LotV Campaign/Zerg Story/Units/Impaler/General' : ['Move', 'Stop', 'MoveHoldPosition', 'MovePatrol', 'Attack', 'ImpalerBurrowDown'],
'LotV Campaign/Zerg Story/Units/Kerrigan/Burrowed' : ['Move', 'Stop', 'MoveHoldPosition', 'MovePatrol', 'Attack', 'MindBolt/K5KerriganBurrowed', 'PsionicLift/K5KerriganBurrowed', 'WildMutation/K5KerriganBurrowed', 'K5Leviathan/K5KerriganBurrowed', 'BurrowUp'],
'LotV Campaign/Zerg Story/Units/Kerrigan/General' : ['Move', 'Stop', 'MoveHoldPosition', 'MovePatrol', 'Attack', 'MindBolt/K5Kerrigan', 'PsionicLift/K5Kerrigan', 'WildMutation/K5Kerrigan', 'K5Leviathan/K5Kerrigan', 'BurrowDown'],
'LotV Campaign/Zerg Story/Units/Kerrigan/Kerrigan - Empowered' : ['Move', 'Stop', 'MoveHoldPosition', 'MovePatrol', 'Attack', 'KerriganEpilogue03QuantumRay/KerriganEpilogue03', 'KerriganEpilogue03Heal/KerriganEpilogue03', 'KerriganEpilogue03CreepTeleport/KerriganEpilogue03', 'KerriganEpilogue03Extinction/KerriganEpilogue03', 'Cancel'],
'LotV Campaign/Zerg Story/Units/Kerrigan/Kerrigan - Ulnar' : ['Move', 'Stop', 'MoveHoldPosition', 'MovePatrol', 'Attack', 'KerriganVoidKineticBlast/KerriganVoidUlnar02', 'KerriganVoidSpawnBanelings/KerriganVoidUlnar02', 'KerriganVoidApocalypse/KerriganVoidUlnar02'],
'LotV Campaign/Zerg Story/Units/Kerrigan/Kerrigan - Void - Burrowed' : ['MindBolt/KerriganVoidBurrowed', 'PsionicLift/KerriganVoidBurrowed', 'WildMutation/KerriganVoidBurrowed', 'K5Leviathan/KerriganVoidBurrowed', 'BurrowUp'],
'LotV Campaign/Zerg Story/Units/Kerrigan/Umoja Missions' : ['Move', 'Stop', 'MoveHoldPosition', 'MovePatrol', 'Attack', 'MindBolt/KerriganGhostLab', 'PsionicLift/KerriganGhostLab'],
'LotV Campaign/Zerg Story/Units/Niadra/Larva' : ['Move', 'Stop', 'MoveHoldPosition', 'MovePatrol', 'Attack', 'ParasiticInvasion/LarvalQueen', 'GrowSwarmQueen/LarvalQueen'],
'LotV Campaign/Zerg Story/Units/Niadra/Stage 1' : ['Move', 'Stop', 'MoveHoldPosition', 'MovePatrol', 'Attack', 'SwarmQueenParasiticInvasion/SwarmQueen', 'SwarmQueenZergling/SwarmQueen', 'GrowLargeQueen/SwarmQueen', 'BurrowDown'],
'LotV Campaign/Zerg Story/Units/Niadra/Stage 2' : ['Move', 'Stop', 'MoveHoldPosition', 'MovePatrol', 'Attack', 'SwarmQueenParasiticInvasion/LargeSwarmQueen', 'SwarmQueenZergling/LargeSwarmQueen', 'SwarmQueenRoach/LargeSwarmQueen', 'GrowHugeQueen/LargeSwarmQueen', 'BurrowDown'],
'LotV Campaign/Zerg Story/Units/Niadra/Stage 3' : ['Move', 'Stop', 'MoveHoldPosition', 'MovePatrol', 'Attack', 'SwarmQueenParasiticInvasion/HugeSwarmQueen', 'SwarmQueenZergling/HugeSwarmQueen', 'SwarmQueenRoach/HugeSwarmQueen', 'SwarmQueenHydralisk/HugeSwarmQueen', 'BurrowDown'],
'LotV Campaign/Zerg Story/Units/Queen' : ['Move', 'Stop', 'MoveHoldPosition', 'MovePatrol', 'Attack', 'QueenClassicParasite/QueenClassic', 'QueenMPEnsnare/QueenClassic', 'QueenMPSpawnBroodlings/QueenClassic', 'CreepTumor/QueenClassic'],
'LotV Campaign/Zerg/Structures/Hatchery' : ['Larva', 'Queen', 'ResearchBurrow', 'overlordspeed', 'EvolveVentralSacks', 'RallyEgg', 'Rally', 'Lair/Hatchery', 'Cancel'],
'LotV Campaign/Zerg/Structures/Hive' : ['Larva', 'Queen', 'RespawnZergling/Hive', 'overlordspeed', 'EvolveVentralSacks', 'RallyEgg', 'Rally', 'Cancel'],
'LotV Campaign/Zerg/Structures/Hydralisk Den' : ['hydraliskspeed/HydraliskDen', 'LurkerDen/HydraliskDen', 'Cancel'],
'LotV Campaign/Zerg/Structures/Lair' : ['Larva', 'Queen', 'ResearchBurrow', 'overlordspeed', 'EvolveVentralSacks', 'RallyEgg', 'Rally', 'Hive/Lair', 'Cancel'],
'LotV Campaign/Zerg/Units/Infestor/General' : ['Move', 'Stop', 'MoveHoldPosition', 'MovePatrol', 'Attack', 'FungalGrowth/Infestor', 'InfestedTerrans/Infestor', 'InfestorConsumption/Infestor', 'Cancel', 'BurrowDown'],
'LotV Campaign/Zerg/Units/Larva/General' : ['Drone/Larva', 'Overlord/Larva', 'Zergling/Larva', 'Aberration/Larva', 'Roach/Larva', 'Hydralisk/Larva', 'Infestor/Larva', 'Ultralisk/Larva', 'SwarmHostMP/Larva', 'Mutalisk/Larva', 'Cancel'],
'LotV Campaign/Zerg/Units/Queen' : ['Move', 'Stop', 'MoveHoldPosition', 'MovePatrol', 'Attack', 'BuildCreepTumor/Queen', 'QueenBurstHeal/Queen', 'MorphMorphalisk/Queen', 'DeepTunnel/Queen', 'BurrowDown'],
'LotV Prologue/Protoss Story/Units/Selendis (WoL Protoss Missions)' : ['Move', 'Stop', 'MoveHoldPosition', 'MovePatrol', 'Attack', 'Interceptor/Selendis', 'Cancel'],
'LotV Prologue/Protoss Story/Units/Urun (WoL Protoss Missions)' : ['Move', 'Stop', 'MoveHoldPosition', 'MovePatrol', 'Attack', 'GravitonBeam/Urun', 'Rally'],
'LotV Prologue/Protoss Story/Units/Zeratul (LotV Prologue)' : ['Move', 'Stop', 'MoveHoldPosition', 'MovePatrol', 'Attack', 'ZeratulBlink/PrologueZeratul', 'PrologueVoidArmor/PrologueZeratul', 'ShadowBlade/PrologueZeratul', 'Rally'],
'LotV Prologue/Protoss Story/Units/Zeratul (WoL Protoss Missions)' : ['Move', 'Stop', 'MoveHoldPosition', 'MovePatrol', 'Attack', 'ZeratulBlink/Zeratul', 'ZeratulStun/Zeratul', 'Rally'],
'LotV Prologue/Protoss/Units/Mothership' : ['Move', 'Stop', 'MoveHoldPosition', 'MovePatrol', 'Attack', 'MassRecall/Mothership', 'Vortex/Mothership'],
'LotV Prologue/Protoss/Units/Oracle' : ['Move', 'Stop', 'MoveHoldPosition', 'MovePatrol', 'Attack', 'VoidSiphon/Oracle', 'OracleRevelation/Oracle', 'ResourceStun/Oracle', 'Cancel'],
'LotV Prologue/Protoss/Units/Probe/General' : ['Move', 'Stop', 'MoveHoldPosition', 'MovePatrol', 'Attack', 'GatherProt', 'ReturnCargo', 'GasCanisterGather/Probe', 'ProtossBuild/Probe', 'ProtossBuildAdvanced/Probe'],
'LotV Prologue/Protoss/Units/Shadow of the Void (Stalker)' : ['Move', 'Stop', 'MoveHoldPosition', 'MovePatrol', 'Attack', 'Blink/ShadowOfTheVoidStalker', 'Rally'],
'LotV Prologue/Protoss/Units/Shadow of the Void (Zealot)' : ['Move', 'Stop', 'MoveHoldPosition', 'MovePatrol', 'Attack', 'Charge/ShadowOfTheVoidZealot', 'Rally'],
'LotV Prologue/Terran Story/Units/Merc Compound' : ['HireKelmorianMiners/MercCompound', 'HireDevilDogs/MercCompound', 'HireHammerSecurities/MercCompound', 'HireSpartanCompany/MercCompound', 'HireSiegeBreakers/MercCompound', 'HireHelsAngels/MercCompound', 'HireDuskWing/MercCompound', 'HireDukesRevenge/MercCompound', 'MercMedic/MercCompound', 'ReaperSpeed/MercCompound', 'MercHellion/MercCompound', 'MercReaper/MercCompound', 'Rally', 'Halt', 'Cancel'],
'LotV Prologue/Terran/Structures/Armory' : ['TerranVehicleWeaponsLevel1/Armory', 'TerranVehiclePlatingLevel1/Armory', 'TerranShipWeaponsLevel1/Armory', 'TerranShipPlatingLevel1/Armory', 'SelectBuilder', 'Halt', 'Cancel'],
'LotV Prologue/Terran/Structures/Barracks/General' : ['Marine/Barracks', 'Marauder/Barracks', 'Reaper/Barracks', 'Ghost/Barracks', 'Medic/Barracks', 'Firebat/Barracks', 'Spectre/Barracks', 'SelectBuilder', 'Rally', 'TechLabBarracks/Barracks', 'Reactor/Barracks', 'TechReactorAI/Barracks', 'Lift', 'Cancel'],
'LotV Prologue/Terran/Structures/Factory/AI Mess 01' : ['Vulture/Factory', 'Predator/Factory', 'Diamondback/Factory', 'Goliath/Factory', 'MicroBot/Factory', 'Thor/Factory', 'Hellion/Factory', 'Cancel'],
'LotV Prologue/Terran/Structures/Factory/General' : ['Hellion/Factory', 'SiegeTank/Factory', 'WarHound/Factory', 'CampaignVehicles/Factory', 'SelectBuilder', 'Rally', 'TechLabFactory/Factory', 'Reactor/Factory', 'TechReactorAI/Factory', 'Lift', 'Cancel'],
'LotV Prologue/Terran/Structures/Starport/General' : ['VikingFighter/Starport', 'Medivac/Starport', 'Raven/Starport', 'Banshee/Starport', 'Battlecruiser/Starport', 'CampaignVehicles/Starport', 'SelectBuilder', 'Rally', 'TechLabStarport/Starport', 'Reactor/Starport', 'TechReactorAI/Starport', 'Lift', 'Cancel'],
'LotV Prologue/Terran/Structures/Tech Lab/Attached to Barracks' : ['ResearchShieldWall/BarracksTechLab', 'Stimpack/BarracksTechLab', 'ResearchPunisherGrenades/BarracksTechLab', 'ReaperSpeed/BarracksTechLab', 'Cancel'],
'LotV Prologue/Terran/Units/Ghost (Hold Fire)' : ['Move', 'Stop', 'MoveHoldPosition', 'MovePatrol', 'Attack', 'NukeCalldown/Ghost', 'GhostHoldFire/Ghost', 'Snipe/Ghost', 'EMP/Ghost', 'CloakOnBanshee', 'CloakOff', 'Cancel'],
'LotV Prologue/Terran/Units/Ghost (Weapons Free)' : ['Move', 'Stop', 'MoveHoldPosition', 'MovePatrol', 'Attack', 'NukeCalldown/Ghost', 'WeaponsFree/Ghost', 'Snipe/Ghost', 'EMP/Ghost', 'CloakOnBanshee', 'CloakOff', 'Cancel'],
'LotV Prologue/Terran/Units/Warhound' : ['Move', 'Stop', 'MoveHoldPosition', 'MovePatrol', 'Attack', 'TornadoMissile/WarHound'],
'LotV Prologue/Zerg/Structures/Hatchery' : ['Larva', 'Queen', 'RespawnZergling/Hatchery', 'overlordspeed', 'EvolveVentralSacks', 'RallyEgg', 'Rally', 'Lair/Hatchery', 'Cancel'],
'LotV Prologue/Zerg/Structures/Lair' : ['Larva', 'Queen', 'RespawnZergling/Lair', 'overlordspeed', 'EvolveVentralSacks', 'RallyEgg', 'Rally', 'Hive/Lair', 'Cancel'],
'HotS Campaign/Protoss/Units/Fleet Beacon' : ['ResearchInterceptorLaunchSpeedUpgrade/FleetBeacon', 'OracleEnergyUpgrade/FleetBeacon', 'TempestRangeUpgrade/FleetBeacon', 'Cancel'],
'HotS Campaign/Protoss/Units/Stargate' : ['Phoenix/Stargate', 'VoidRay/Stargate', 'Carrier/Stargate', 'Oracle/Stargate', 'Tempest/Stargate', 'WarpInScout/Stargate', 'Rally', 'Cancel'],
'HotS Campaign/Terran/Structures/Barracks/General (non-constructing)' : ['Marine/Barracks', 'Marauder/Barracks', 'Reaper/Barracks', 'Ghost/Barracks', 'Medic/Barracks', 'Firebat/Barracks', 'Spectre/Barracks', 'MengskUnits/Barracks', 'Rally', 'TechLabBarracks/Barracks', 'Reactor/Barracks', 'TechReactorAI/Barracks', 'Lift', 'Cancel'],
'HotS Campaign/Terran/Structures/Factory/General (non-constructing)' : ['Hellion/Factory', 'SiegeTank/Factory', 'WarHound/Factory', 'CampaignVehicles/Factory', 'MengskUnits/Factory', 'Rally', 'TechLabFactory/Factory', 'Reactor/Factory', 'TechReactorAI/Factory', 'Lift', 'Cancel'],
'HotS Campaign/Terran/Structures/Starport/General' : ['VikingFighter/Starport', 'Medivac/Starport', 'Raven/Starport', 'Banshee/Starport', 'Battlecruiser/Starport', 'CampaignVehicles', 'SelectBuilder', 'Rally', 'TechLabStarport/Starport', 'Reactor/Starport', 'TechReactorAI/Starport', 'Lift', 'Cancel'],
'HotS Campaign/Terran/Structures/Starport/General (non-constructing)' : ['VikingFighter/Starport', 'Medivac/Starport', 'Raven/Starport', 'Banshee/Starport', 'Battlecruiser/Starport', 'CampaignVehicles', 'MengskUnits/Starport', 'Rally', 'TechLabStarport/Starport', 'Reactor/Starport', 'TechReactorAI/Starport', 'Lift', 'Cancel'],
'HotS Campaign/Zerg Story/Units/Giant Ursadon (Enemy Within Mission)' : ['Move', 'Stop', 'MoveHoldPosition', 'MovePatrol', 'Attack', 'Consume/GiantYeti', 'GiantYetiLeap/GiantYeti'],
'HotS Campaign/Zerg Story/Units/Lyote (Enemy Within Mission)' : ['Stop', 'Consume/Lyote'],
'HotS Campaign/Zerg/Units/Baneling (Hunter Strain)/Burrowed' : ['Explode/HotSHunterBurrowed', 'BurrowUp'],
'HotS Campaign/Zerg/Units/Baneling (Hunter Strain)/Enabled Building Attack' : ['Move', 'Stop', 'MoveHoldPosition', 'MovePatrol', 'Attack', 'Explode/HotSHunter', 'DisableBuildingAttack/HotSHunter', 'BurrowDown'],
'HotS Campaign/Zerg/Units/Baneling (Hunter Strain)/General' : ['Move', 'Stop', 'MoveHoldPosition', 'MovePatrol', 'Attack', 'Explode/HotSHunter', 'EnableBuildingAttack/HotSHunter', 'BurrowDown'],
'HotS Campaign/Zerg/Units/Baneling (Splitter Strain)/Enabled Building Attack' : ['Move', 'Stop', 'MoveHoldPosition', 'MovePatrol', 'Attack', 'Explode/HotSSplitterlingBig', 'DisableBuildingAttack/HotSSplitterlingBig', 'BurrowDown'],
'HotS Campaign/Zerg/Units/Baneling (Splitter Strain)/General' : ['Move', 'Stop', 'MoveHoldPosition', 'MovePatrol', 'Attack', 'Explode/HotSSplitterlingBig', 'EnableBuildingAttack/HotSSplitterlingBig', 'BurrowDown'],
'HotS Campaign/Zerg/Units/Baneling (Splitter Strain,split)/Enabled Building Attack' : ['Move', 'Stop', 'MoveHoldPosition', 'MovePatrol', 'Attack', 'Explode/HotSSplitterlingBig', 'DisableBuildingAttackSplitterling/HotSSplitterlingBig', 'BurrowDown'],
'HotS Campaign/Zerg/Units/Baneling (Splitter Strain,split)/General' : ['Move', 'Stop', 'MoveHoldPosition', 'MovePatrol', 'Attack', 'Explode/HotSSplitterlingBig', 'EnableBuildingAttackSplitterling/HotSSplitterlingBig', 'BurrowDown'],
'HotS Campaign/Zerg/Units/Infestor' : ['Move', 'Stop', 'MoveHoldPosition', 'MovePatrol', 'Attack', 'FungalGrowth/Infestor', 'NPSwarm/Infestor', 'InfestorConsumption/Infestor', 'BurrowDown'],
'HotS Campaign/Zerg/Units/Swarm Host (Carrion Strain)/Burrowed' : ['Stop', 'Attack', 'LocustFlyingLaunch/SwarmHostSplitABurrowed', 'RapidIncubation/SwarmHostSplitBBurrowed', 'SwarmHostUprootUnburrow'],
'HotS Campaign/Zerg/Units/Swarm Host (Carrion Strain)/General (Burrow)' : ['Move', 'Stop', 'MoveHoldPosition', 'MovePatrol', 'Attack', 'RapidIncubation/SwarmHostSplitA', 'SwarmHostRootBurrow'],
'HotS Campaign/Zerg/Units/Swarm Host (Carrion Strain)/General (Rapid Incubation)' : ['Move', 'Stop', 'MoveHoldPosition', 'MovePatrol', 'Attack', 'RapidIncubation/SwarmHostSplitA', 'SwarmHostRoot'],
'HotS Campaign/Zerg/Units/Swarm Host (Carrion Strain)/Rooted (Rapid Incubation)' : ['Stop', 'Attack', 'LocustFlyingLaunch/SwarmHostSplitARooted', 'RapidIncubation/SwarmHostSplitARooted', 'SwarmHostUproot'],
'HotS Campaign/Zerg/Units/Swarm Host (Creeper Strain)/Burrowed' : ['Stop', 'Attack', 'LocustLaunchCreeper/SwarmHostSplitBBurrowed', 'SwarmHostDeepBurrow/SwarmHostSplitBBurrowed', 'RapidIncubation/SwarmHostSplitBBurrowed', 'SwarmHostUprootUnburrow'],
'HotS Campaign/Zerg/Units/Swarm Host (Creeper Strain)/General (Burrow)' : ['Move', 'Stop', 'MoveHoldPosition', 'MovePatrol', 'Attack', 'SwarmHostDeepBurrow/SwarmHostSplitB', 'RapidIncubation/SwarmHostSplitB', 'SwarmHostRootBurrow'],
'HotS Campaign/Zerg/Units/Swarm Host (Creeper Strain)/General (Rapid Incubation)' : ['Move', 'Stop', 'MoveHoldPosition', 'MovePatrol', 'Attack', 'SwarmHostDeepBurrow/SwarmHostSplitB', 'RapidIncubation/SwarmHostSplitB', 'SwarmHostRoot'],
'HotS Campaign/Zerg/Units/Swarm Host (Creeper Strain)/Rooted (Rapid Incubation)' : ['Stop', 'Attack', 'LocustLaunchCreeper/SwarmHostSplitBRooted', 'SwarmHostDeepBurrow/SwarmHostSplitBRooted', 'RapidIncubation/SwarmHostSplitBRooted', 'SwarmHostUproot'],
'HotS Campaign/Zerg/Units/Swarm Host/Burrowed' : ['Stop', 'Attack', 'LocustLaunch/SwarmHostBurrowed', 'RapidIncubation/SwarmHostBurrowed', 'SwarmHostUprootUnburrow'],
'HotS Campaign/Zerg/Units/Swarm Host/General (Burrow)' : ['Move', 'Stop', 'MoveHoldPosition', 'MovePatrol', 'Attack', 'RapidIncubation/SwarmHost', 'SwarmHostRootBurrow'],
'HotS Campaign/Zerg/Units/Swarm Host/General (Rapid Incubation)' : ['Move', 'Stop', 'MoveHoldPosition', 'MovePatrol', 'Attack', 'RapidIncubation/SwarmHost', 'SwarmHostRoot'],
'HotS Campaign/Zerg/Units/Swarm Host/Rooted (Rapid Incubation)' : ['Stop', 'Attack', 'LocustLaunch/SwarmHostRooted', 'RapidIncubation/SwarmHostRooted', 'SwarmHostUproot'],
'HotS Campaign/Zerg/Units/Ultralisk (Torrasque)/Burrowed' : ['Move', 'Stop', 'MoveHoldPosition', 'MovePatrol', 'Attack', 'TorrasqueChrysalis/HotSTorrasqueBurrowed', 'BurrowUp'],
'HotS Campaign/Zerg/Units/Ultralisk (Torrasque)/General' : ['Move', 'Stop', 'MoveHoldPosition', 'MovePatrol', 'Attack', 'BurrowChargeCampaign/HotSTorrasque', 'TorrasqueChrysalis/HotSTorrasque', 'BurrowDown'],
'HotS Campaign/Zerg/Units/Zergling (Raptor Strain)' : ['Move', 'Stop', 'MoveHoldPosition', 'MovePatrol', 'Attack', 'Baneling/HotSRaptor', 'BurrowDown'],
'HotS Campaign/Zerg/Units/Zergling (Swarmling Strain)' : ['Move', 'Stop', 'MoveHoldPosition', 'MovePatrol', 'Attack', 'Baneling/HotSSwarmling', 'BurrowDown'],
'WoL Campaign/Protoss/Structues/Fleet Beacon' : ['ResearchVoidRaySpeedUpgrade/FleetBeacon', 'ResearchInterceptorLaunchSpeedUpgrade/FleetBeacon', 'Cancel'],
'WoL Campaign/Terran Story/Structues/Merc Compound' : ['HireKelmorianMiners/MercCompound', 'HireDevilDogs/MercCompound', 'HireHammerSecurities/MercCompound', 'HireSpartanCompany/MercCompound', 'HireSiegeBreakers/MercCompound', 'HireHelsAngels/MercCompound', 'HireDuskWing/MercCompound', 'SelectBuilder', 'Rally', 'HireDukesRevenge/MercCompound', 'Halt', 'Cancel'],
'WoL Campaign/Terran Story/Structues/Shadow Ops' : ['SelectBuilder', 'SpectreNukeArm/GhostAcademy', 'Halt', 'Cancel'],
'WoL Campaign/Terran Story/Units/Jackson\'s Revenge' : ['Move', 'Stop', 'MoveHoldPosition', 'MovePatrol', 'Attack', 'YamatoGun', 'MissilePods/DukesRevenge', 'DefensiveMatrix/DukesRevenge'],
'WoL Campaign/Terran Story/Units/Odin' : ['Move', 'Stop', 'MoveHoldPosition', 'MovePatrol', 'Attack', 'OdinBarrage/Odin', 'OdinNukeCalldown/Odin', 'Cancel'],
'WoL Campaign/Terran/Structures/Armory/Ultra Capacitors, Vehicle/Ship: 1/1' : ['TerranVehicleWeaponsUltraCapacitorsLevel1/Armory', 'TerranVehiclePlatingLevel1/Armory', 'TerranShipWeaponsUltraCapacitorsLevel1/Armory', 'TerranShipPlatingLevel1/Armory', 'SelectBuilder', 'Halt', 'Cancel'],
'WoL Campaign/Terran/Structures/Armory/Ultra Capacitors, Vehicle/Ship: 1/2' : ['TerranVehicleWeaponsUltraCapacitorsLevel1/Armory', 'TerranVehiclePlatingLevel1/Armory', 'TerranShipWeaponsUltraCapacitorsLevel2/Armory', 'TerranShipPlatingLevel1/Armory', 'SelectBuilder', 'Halt', 'Cancel'],
'WoL Campaign/Terran/Structures/Armory/Ultra Capacitors, Vehicle/Ship: 1/3' : ['TerranVehicleWeaponsUltraCapacitorsLevel1/Armory', 'TerranVehiclePlatingLevel1/Armory', 'TerranShipWeaponsUltraCapacitorsLevel3/Armory', 'TerranShipPlatingLevel1/Armory', 'SelectBuilder', 'Halt', 'Cancel'],
'WoL Campaign/Terran/Structures/Armory/Ultra Capacitors, Vehicle/Ship: 2/1' : ['TerranVehicleWeaponsUltraCapacitorsLevel2/Armory', 'TerranVehiclePlatingLevel1/Armory', 'TerranShipWeaponsUltraCapacitorsLevel1/Armory', 'TerranShipPlatingLevel1/Armory', 'SelectBuilder', 'Halt', 'Cancel'],
'WoL Campaign/Terran/Structures/Armory/Ultra Capacitors, Vehicle/Ship: 2/2' : ['TerranVehicleWeaponsUltraCapacitorsLevel2/Armory', 'TerranVehiclePlatingLevel1/Armory', 'TerranShipWeaponsUltraCapacitorsLevel2/Armory', 'TerranShipPlatingLevel1/Armory', 'SelectBuilder', 'Halt', 'Cancel'],
'WoL Campaign/Terran/Structures/Armory/Ultra Capacitors, Vehicle/Ship: 2/3' : ['TerranVehicleWeaponsUltraCapacitorsLevel2/Armory', 'TerranVehiclePlatingLevel1/Armory', 'TerranShipWeaponsUltraCapacitorsLevel3/Armory', 'TerranShipPlatingLevel1/Armory', 'SelectBuilder', 'Halt', 'Cancel'],
'WoL Campaign/Terran/Structures/Armory/Ultra Capacitors, Vehicle/Ship: 3/1' : ['TerranVehicleWeaponsUltraCapacitorsLevel3/Armory', 'TerranVehiclePlatingLevel1/Armory', 'TerranShipWeaponsUltraCapacitorsLevel1/Armory', 'TerranShipPlatingLevel1/Armory', 'SelectBuilder', 'Halt', 'Cancel'],
'WoL Campaign/Terran/Structures/Armory/Ultra Capacitors, Vehicle/Ship: 3/2' : ['TerranVehicleWeaponsUltraCapacitorsLevel3/Armory', 'TerranVehiclePlatingLevel1/Armory', 'TerranShipWeaponsUltraCapacitorsLevel2/Armory', 'TerranShipPlatingLevel1/Armory', 'SelectBuilder', 'Halt', 'Cancel'],
'WoL Campaign/Terran/Structures/Armory/Ultra Capacitors, Vehicle/Ship: 3/3' : ['TerranVehicleWeaponsUltraCapacitorsLevel3/Armory', 'TerranVehiclePlatingLevel1/Armory', 'TerranShipWeaponsUltraCapacitorsLevel3/Armory', 'TerranShipPlatingLevel1/Armory', 'SelectBuilder', 'Halt', 'Cancel'],
'WoL Campaign/Terran/Structures/Armory/Vanadium Plating, Vehicle/Ship: 1/1' : ['TerranVehicleWeaponsLevel1/Armory', 'TerranVehiclePlatingVanadiumPlatingLevel1/Armory', 'TerranShipWeaponsLevel1/Armory', 'TerranShipPlatingVanadiumPlatingLevel1/Armory', 'SelectBuilder', 'Halt', 'Cancel'],
'WoL Campaign/Terran/Structures/Armory/Vanadium Plating, Vehicle/Ship: 1/2' : ['TerranVehicleWeaponsLevel1/Armory', 'TerranVehiclePlatingVanadiumPlatingLevel1/Armory', 'TerranShipWeaponsLevel1/Armory', 'TerranShipPlatingVanadiumPlatingLevel2/Armory', 'SelectBuilder', 'Halt', 'Cancel'],
'WoL Campaign/Terran/Structures/Armory/Vanadium Plating, Vehicle/Ship: 1/3' : ['TerranVehicleWeaponsLevel1/Armory', 'TerranVehiclePlatingVanadiumPlatingLevel1/Armory', 'TerranShipWeaponsLevel1/Armory', 'TerranShipPlatingVanadiumPlatingLevel3/Armory', 'SelectBuilder', 'Halt', 'Cancel'],
'WoL Campaign/Terran/Structures/Armory/Vanadium Plating, Vehicle/Ship: 2/1' : ['TerranVehicleWeaponsLevel1/Armory', 'TerranVehiclePlatingVanadiumPlatingLevel2/Armory', 'TerranShipWeaponsLevel1/Armory', 'TerranShipPlatingVanadiumPlatingLevel1/Armory', 'SelectBuilder', 'Halt', 'Cancel'],
'WoL Campaign/Terran/Structures/Armory/Vanadium Plating, Vehicle/Ship: 2/2' : ['TerranVehicleWeaponsLevel1/Armory', 'TerranVehiclePlatingVanadiumPlatingLevel2/Armory', 'TerranShipWeaponsLevel1/Armory', 'TerranShipPlatingVanadiumPlatingLevel2/Armory', 'SelectBuilder', 'Halt', 'Cancel'],
'WoL Campaign/Terran/Structures/Armory/Vanadium Plating, Vehicle/Ship: 2/3' : ['TerranVehicleWeaponsLevel1/Armory', 'TerranVehiclePlatingVanadiumPlatingLevel2/Armory', 'TerranShipWeaponsLevel1/Armory', 'TerranShipPlatingVanadiumPlatingLevel3/Armory', 'SelectBuilder', 'Halt', 'Cancel'],
'WoL Campaign/Terran/Structures/Armory/Vanadium Plating, Vehicle/Ship: 3/1' : ['TerranVehicleWeaponsLevel1/Armory', 'TerranVehiclePlatingVanadiumPlatingLevel3/Armory', 'TerranShipWeaponsLevel1/Armory', 'TerranShipPlatingVanadiumPlatingLevel1/Armory', 'SelectBuilder', 'Halt', 'Cancel'],
'WoL Campaign/Terran/Structures/Armory/Vanadium Plating, Vehicle/Ship: 3/2' : ['TerranVehicleWeaponsLevel1/Armory', 'TerranVehiclePlatingVanadiumPlatingLevel3/Armory', 'TerranShipWeaponsLevel1/Armory', 'TerranShipPlatingVanadiumPlatingLevel2/Armory', 'SelectBuilder', 'Halt', 'Cancel'],
'WoL Campaign/Terran/Structures/Armory/Vanadium Plating, Vehicle/Ship: 3/3' : ['TerranVehicleWeaponsLevel1/Armory', 'TerranVehiclePlatingVanadiumPlatingLevel3/Armory', 'TerranShipWeaponsLevel1/Armory', 'TerranShipPlatingVanadiumPlatingLevel3/Armory', 'SelectBuilder', 'Halt', 'Cancel'],
'WoL Campaign/Terran/Structures/Barracks/Flying (Tech Reactor)' : ['Move', 'Stop', 'MoveHoldPosition', 'MovePatrol', 'TechReactor/BarracksFlying', 'Land'],
'WoL Campaign/Terran/Structures/Command Center/General (Orbital Relay)' : ['SCV', 'UpgradeToPlanetaryFortress/CommandCenter', 'Scan/CommandCenter', 'CalldownMULE/CommandCenter', 'SelectBuilder', 'Rally', 'CommandCenterLoad', 'CommandCenterUnloadAll', 'Lift', 'Cancel'],
'WoL Campaign/Terran/Structures/Engineering Bay/Ultra Capacitors level 1' : ['TerranInfantryWeaponsUltraCapacitorsLevel1/EngineeringBay', 'TerranInfantryArmorLevel1/EngineeringBay', 'SelectBuilder', 'Halt', 'Cancel'],
'WoL Campaign/Terran/Structures/Engineering Bay/Ultra Capacitors level 2' : ['TerranInfantryWeaponsUltraCapacitorsLevel2/EngineeringBay', 'TerranInfantryArmorLevel1/EngineeringBay', 'SelectBuilder', 'Halt', 'Cancel'],
'WoL Campaign/Terran/Structures/Engineering Bay/Ultra Capacitors level 3' : ['TerranInfantryWeaponsUltraCapacitorsLevel3/EngineeringBay', 'TerranInfantryArmorLevel1/EngineeringBay', 'SelectBuilder', 'Halt', 'Cancel'],
'WoL Campaign/Terran/Structures/Engineering Bay/Vanadium Plating level 1' : ['TerranInfantryWeaponsLevel1/EngineeringBay', 'TerranInfantryArmorVanadiumPlatingLevel1/EngineeringBay', 'SelectBuilder', 'Halt', 'Cancel'],
'WoL Campaign/Terran/Structures/Engineering Bay/Vanadium Plating level 2' : ['TerranInfantryWeaponsLevel1/EngineeringBay', 'TerranInfantryArmorVanadiumPlatingLevel2/EngineeringBay', 'SelectBuilder', 'Halt', 'Cancel'],
'WoL Campaign/Terran/Structures/Engineering Bay/Vanadium Plating level 3' : ['TerranInfantryWeaponsLevel1/EngineeringBay', 'TerranInfantryArmorVanadiumPlatingLevel3/EngineeringBay', 'SelectBuilder', 'Halt', 'Cancel'],
'WoL Campaign/Terran/Structures/Factory/Flying (Tech Reactor)' : ['Move', 'Stop', 'MoveHoldPosition', 'MovePatrol', 'TechReactor/FactoryFlying', 'Land'],
'WoL Campaign/Terran/Structures/Factory/General' : ['Hellion/Factory', 'SiegeTank/Factory', 'Thor/Factory', 'Predator/Factory', 'Vulture/Factory', 'Diamondback/Factory', 'Goliath/Factory', 'SelectBuilder', 'Rally', 'TechLabFactory/Factory', 'Reactor/Factory', 'TechReactorAI/Factory', 'Lift', 'Cancel'],
'WoL Campaign/Terran/Structures/Starport/Flying (Tech Reactor)' : ['Move', 'Stop', 'MoveHoldPosition', 'MovePatrol', 'TechReactor/StarportFlying', 'Land'],
'WoL Campaign/Terran/Structures/Starport/General' : ['VikingFighter/Starport', 'Medivac/Starport', 'Raven/Starport', 'Banshee/Starport', 'Battlecruiser/Starport', 'Wraith/Starport', 'BuildHercules/Starport', 'SelectBuilder', 'Rally', 'TechLabStarport/Starport', 'Reactor/Starport', 'TechReactorAI/Starport', 'Lift', 'Cancel'],
'WoL Campaign/Terran/Units/Battlecruiser' : ['Move', 'Stop', 'MoveHoldPosition', 'MovePatrol', 'Attack', 'YamatoGun', 'MissilePods/Battlecruiser', 'DefensiveMatrix/Battlecruiser'],
'WoL Campaign/Terran/Units/SCV/Basic Structures' : ['CommandCenter/SCV', 'Refinery/SCV', 'SupplyDepot/SCV', 'Barracks/SCV', 'EngineeringBay/SCV', 'PerditionTurret/SCV', 'Bunker/SCV', 'MissileTurret/SCV', 'SensorTower/SCV', 'HiveMindEmulator/SCV', 'Cancel'],
'WoL Campaign/Terran/Units/SCV/Basic Structures (Orbital Relay purchased)' : ['CommandCenterOrbRelay/SCV', 'Refinery/SCV', 'SupplyDepot/SCV', 'Barracks/SCV', 'EngineeringBay/SCV', 'PerditionTurret/SCV', 'Bunker/SCV', 'MissileTurret/SCV', 'SensorTower/SCV', 'HiveMindEmulator/SCV', 'Cancel'],
'WoL Campaign/Zerg/Structures/Infestation Pit' : ['EvolvePeristalsis/InfestationPit', 'EvolveInfestorEnergyUpgrade/InfestationPit', 'Cancel'],
'WoL Campaign/Zerg/Structures/Ultralisk Cavern' : ['EvolveAnabolicSynthesis2/UltraliskCavern', 'EvolveChitinousPlating/UltraliskCavern', 'Cancel'],
'WoL Campaign/Zerg/Units/Larva/General' : ['Drone/Larva', 'Overlord/Larva', 'Zergling/Larva', 'Roach/Larva', 'Hydralisk/Larva', 'Infestor/Larva', 'Scourge/Larva', 'Ultralisk/Larva', 'SwarmHostMP/Larva', 'Mutalisk/Larva', 'Cancel'],
'HotS Multiplayer/Protoss/Units/Oracle' : ['Move', 'Stop', 'MoveHoldPosition', 'MovePatrol', 'Attack', 'OracleRevelation/Oracle', 'LightofAiur/Oracle', 'OracleWeaponOn/Oracle', 'OracleWeaponOff/Oracle', 'Cancel'],
'HotS Multiplayer/Terran/Units/Thor' : ['Move', 'Stop', 'MoveHoldPosition', 'MovePatrol', 'Attack', 'ArmorpiercingMode', 'ExplosiveMode', 'Cancel'],
'HotS Multiplayer/Zerg/Structures/Hydralisk Den' : ['hydraliskspeed/HydraliskDen', 'MuscularAugments/HydraliskDen', 'Cancel'],
'HotS Multiplayer/Zerg/Structures/Infestation Pit' : ['EvolveInfestorEnergyUpgrade/InfestationPit', 'ResearchNeuralParasite/InfestationPit', 'EvolveFlyingLocusts/InfestationPit', 'Cancel'],
'Left2Die/Terran Story/Structures/Science Facility' : ['ResearchMedic/ScienceFacility', 'ResearchFirebat/ScienceFacility', 'ResearchReaper/ScienceFacility', 'ResearchHellion/ScienceFacility', 'ResearchGoliath/ScienceFacility', 'ResearchSiegeTank/ScienceFacility', 'ResearchBunkerUpgrade/ScienceFacility', 'ResearchPerditionTurret/ScienceFacility', 'ResearchFireSuppression/ScienceFacility', 'ResearchTechReactor/ScienceFacility'],
'Left2Die/Terran Story/Units/Death Head (Reaper Merc)' : ['Move', 'Stop', 'MoveHoldPosition', 'MovePatrol', 'Attack', 'D8Charge/MercReaper'],
'Left2Die/Terran Story/Units/Devil Dog (Firebat Merc)' : ['Move', 'Stop', 'MoveHoldPosition', 'MovePatrol', 'Attack', 'IncineratorNozzles/DevilDog', 'StimFirebat/DevilDog'],
'Left2Die/Terran Story/Units/Firebat' : ['Move', 'Stop', 'MoveHoldPosition', 'MovePatrol', 'Attack', 'IncineratorNozzles/Firebat', 'StimFirebat/Firebat'],
'Left2Die/Terran Story/Units/Hammer Securities (Marauder Merc)' : ['Move', 'Stop', 'MoveHoldPosition', 'MovePatrol', 'Attack', 'Stim', 'JackhammerConcussionGrenade/HammerSecurity'],
'Left2Die/Terran Story/Units/Skibi\'s Angels (Merc Medic)' : ['Move', 'Stop', 'MoveHoldPosition', 'MovePatrol', 'Attack', 'MercMedicHeal/MercMedic'],
'Left2Die/Terran/Structures/Tech Lab/Attached to Barracks' : ['Stimpack/BarracksTechLab', 'ResearchJackhammerConcussionGrenade/BarracksTechLab', 'ResearchStabilizerMedPacks/BarracksTechLab', 'ResearchIncineratorNozzles/BarracksTechLab', 'ResearchG4Charge/BarracksTechLab', 'Cancel'],
'Left2Die/Terran/Structures/Tech Lab/Attached to Factory' : ['ResearchCerberusMines/FactoryTechLab', 'ResearchHighCapacityBarrels/FactoryTechLab', 'ResearchMultiLockTargetingSystem/FactoryTechLab', 'ResearchShapedBlast/FactoryTechLab', 'ResearchRegenerativeBioSteel/FactoryTechLab', 'Cancel'],
'Left2Die/Terran/Units/Marauder' : ['Move', 'Stop', 'MoveHoldPosition', 'MovePatrol', 'Attack', 'Stim', 'JackhammerConcussionGrenade/Marauder']}