From 7fb016607635dded6db595ff99282a99f30a720f Mon Sep 17 00:00:00 2001 From: Pr0nogo Date: Fri, 8 Sep 2023 12:32:19 -0400 Subject: [PATCH] Rebalance Stargate as a tier 2 factory --- CMBW-editor/ai/cm_protoss.asc3 | 981 +++++++++------------ CMBW-editor/ai/cm_protoss_atown.asc3 | 6 - CMBW-editor/ai/cm_terran.asc3 | 29 +- CMBW-editor/ai/cm_terran_atown.asc3 | 690 +++++++-------- CMBW-editor/ai/cm_zerg.asc3 | 1200 +++++++++++++------------- CMBW-editor/ai/cm_zerg_atown.asc3 | 52 +- CMBW-editor/grafting/Buttons.txt | 423 +++++---- CMBW-editor/grafting/Orders.txt | 16 +- CMBW-editor/grafting/Tech.txt | 40 +- CMBW-editor/grafting/Units.txt | 591 +++++++------ mpq/arr/units.datex | Bin 291000 -> 291000 bytes mpq/datreq/Buttons.graft | Bin 59812 -> 59812 bytes patchnotes.md | 14 +- 13 files changed, 1994 insertions(+), 2048 deletions(-) diff --git a/CMBW-editor/ai/cm_protoss.asc3 b/CMBW-editor/ai/cm_protoss.asc3 index 1399e34a..65b79114 100644 --- a/CMBW-editor/ai/cm_protoss.asc3 +++ b/CMBW-editor/ai/cm_protoss.asc3 @@ -159,8 +159,8 @@ script_id PMCx dth 13 AtL_C 1 cabalist prefUCabalist dth 13 AtL_C 1 barghest prefUBarghest dth 13 AtL_C 1 pariah prefUPariah -# dth 13 AtL_C 1 pariah prefUPotentate -# dth 13 AtL_C 1 pariah prefUSycophant + dth 13 AtL_C 1 potentate prefUPotentate + dth 13 AtL_C 1 sycophant prefUSycophant dth 13 AtL_C 1 charlatan prefUCharlatan dth 13 AtL_C 1 mind_tyrant prefUMindTyrant dth 13 AtL_C 1 archon prefUArchon @@ -192,19 +192,14 @@ script_id PMCx dth 13 AtL_C 1 anthelion prefUAnthelion # production dth 13 AtL_C 1 gateway prefBGateway - dth 13 AtL_C 1 cenotaph prefBCenotaph dth 13 AtL_C 1 grand_library prefBGrandLibrary dth 13 AtL_C 1 rogue_gallery prefBRogueGallery dth 13 AtL_C 1 prostration_stage prefBProstrationStage dth 13 AtL_C 1 ancestral_archives prefBAncestralArchives dth 13 AtL_C 1 lattice prefBLattice - dth 13 AtL_C 1 automaton_register prefBAutomatonRegister - dth 13 AtL_C 1 sequestered_icon prefBSequesteredIcon dth 13 AtL_C 1 synthetic_synod prefBSyntheticSynod dth 13 AtL_C 1 stargate prefBStargate - dth 13 AtL_C 1 astral_omen prefBAstralOmen dth 13 AtL_C 1 argosy prefBArgosy - dth 13 AtL_C 1 fleet_beacon prefBFleetBeacon dth 13 AtL_C 1 monument_of_sin prefBMonumentOfSin call select_preferencesDeathReset multi pref_cycle_start @@ -244,6 +239,8 @@ script_id PMCx dth 13 Set 0 barghest blank dth 13 Set 0 mind_tyrant blank dth 13 Set 0 pariah blank + dth 13 Set 0 potentate blank + dth 13 Set 0 sycophant blank dth 13 Set 0 anthelion blank dth 13 Set 0 aspirant blank dth 13 Set 0 charlatan blank @@ -254,7 +251,6 @@ script_id PMCx dth 13 Set 0 gateway blank dth 13 Set 0 grand_library blank dth 13 Set 0 lattice blank - dth 13 Set 0 sequestered_icon blank dth 13 Set 0 stargate blank dth 13 Set 0 argosy blank dth 13 Set 0 prostration_stage blank @@ -342,7 +338,7 @@ script_id PMCx :prefULegionnaire var Set pref_legionnaire 1 13 var Set pref_hierophant 0 13 - var Set pref_cenotaph_units 1 13 + var Set pref_gateway_secondary_units 1 13 var Ex|Jump debug_ai_messages_var 0 blank_return 13 print pref_legionnaire return @@ -350,7 +346,7 @@ script_id PMCx :prefUHierophant var Set pref_legionnaire 0 13 var Set pref_hierophant 1 13 - var Set pref_cenotaph_units 1 13 + var Set pref_gateway_secondary_units 1 13 var Ex|Jump debug_ai_messages_var 0 blank_return 13 print pref_hierophant return @@ -390,6 +386,7 @@ script_id PMCx :prefUVagrant var Set pref_vagrant 1 13 var Set pref_cabalist 0 13 + var Set pref_charlatan 0 13 var Set pref_barghest 0 13 var Set pref_roguegallery_units 1 13 var Ex|Jump debug_ai_messages_var 0 blank_return 13 @@ -399,15 +396,27 @@ script_id PMCx :prefUCabalist var Set pref_vagrant 0 13 var Set pref_cabalist 1 13 + var Set pref_charlatan 0 13 var Set pref_barghest 0 13 var Set pref_roguegallery_units 1 13 var Ex|Jump debug_ai_messages_var 0 blank_return 13 print pref_cabalist return + :prefUCharlatan + var Set pref_vagrant 0 13 + var Set pref_cabalist 0 13 + var Set pref_charlatan 1 13 + var Set pref_barghest 0 13 + var Set pref_roguegallery_units 1 13 + var Ex|Jump debug_ai_messages_var 0 blank_return 13 + print pref_charlatan + return + :prefUBarghest var Set pref_vagrant 0 13 var Set pref_cabalist 0 13 + var Set pref_charlatan 0 13 var Set pref_barghest 1 13 var Set pref_roguegallery_units 1 13 var Ex|Jump debug_ai_messages_var 0 blank_return 13 @@ -416,25 +425,38 @@ script_id PMCx :prefUPariah var Set pref_pariah 1 13 - var Set pref_charlatan 0 13 + var Set pref_potentate 0 13 + var Set pref_sycophant 0 13 var Set pref_mind_tyrant 0 13 var Set pref_prostrationstage_units 1 13 var Ex|Jump debug_ai_messages_var 0 blank_return 13 print pref_pariah return - :prefUCharlatan + :prefUPotentate var Set pref_pariah 0 13 - var Set pref_charlatan 1 13 + var Set pref_potentate 1 13 + var Set pref_sycophant 0 13 var Set pref_mind_tyrant 0 13 var Set pref_prostrationstage_units 1 13 var Ex|Jump debug_ai_messages_var 0 blank_return 13 - print pref_charlatan + print pref_potentate + return + + :prefUSycophant + var Set pref_pariah 0 13 + var Set pref_potentate 0 13 + var Set pref_sycophant 1 13 + var Set pref_mind_tyrant 0 13 + var Set pref_prostrationstage_units 1 13 + var Ex|Jump debug_ai_messages_var 0 blank_return 13 + print pref_sycophant return :prefUMindTyrant var Set pref_pariah 0 13 - var Set pref_charlatan 0 13 + var Set pref_potentate 0 13 + var Set pref_sycophant 0 13 var Set pref_mind_tyrant 1 13 var Set pref_prostrationstage_units 1 13 var Ex|Jump debug_ai_messages_var 0 blank_return 13 @@ -498,7 +520,7 @@ script_id PMCx :prefUIdol var Set pref_idol 1 13 var Set pref_golem 0 13 - var Set pref_automatonregister_units 1 13 + var Set pref_lattice_secondary_units 1 13 var Ex|Jump debug_ai_messages_var 0 blank_return 13 print pref_idol return @@ -506,28 +528,11 @@ script_id PMCx :prefUGolem var Set pref_idol 0 13 var Set pref_golem 1 13 - var Set pref_automatonregister_units 1 13 + var Set pref_lattice_secondary_units 1 13 var Ex|Jump debug_ai_messages_var 0 blank_return 13 print pref_golem return - :prefUAccantor - var Set pref_accantor 1 13 - var Set pref_architect 0 13 - var Set pref_demiurge 0 13 - var Set pref_sequesteredicon_units 1 13 - var Ex|Jump debug_ai_messages_var 0 blank_return 13 - print pref_accantor - return - - :prefUArchitect - var Set pref_accantor 0 13 - var Set pref_architect 1 13 - var Set pref_sequesteredicon_units 1 13 - var Ex|Jump debug_ai_messages_var 0 blank_return 13 - print pref_architect - return - :prefUServitor var Set pref_servitor 1 13 var Set pref_positron 0 13 @@ -555,6 +560,23 @@ script_id PMCx print pref_analogue return + :prefUAccantor + var Set pref_accantor 1 13 + var Set pref_architect 0 13 + var Set pref_demiurge 0 13 + var Set pref_ardentauthority_secondary_units 1 13 + var Ex|Jump debug_ai_messages_var 0 blank_return 13 + print pref_accantor + return + + :prefUArchitect + var Set pref_accantor 0 13 + var Set pref_architect 1 13 + var Set pref_ardentauthority_secondary_units 1 13 + var Ex|Jump debug_ai_messages_var 0 blank_return 13 + print pref_architect + return + :prefUDemiurge var Set pref_demiurge 1 13 var Set pref_empress 0 13 @@ -601,7 +623,7 @@ script_id PMCx :prefUExemplar var Set pref_exemplar 1 13 var Set pref_gladius 0 13 - var Set pref_astralomen_units 1 13 + var Set buildpref_stargate_secondary_units 1 13 var Ex|Jump debug_ai_messages_var 0 blank_return 13 print pref_exemplar return @@ -609,7 +631,7 @@ script_id PMCx :prefUGladius var Set pref_exemplar 0 13 var Set pref_gladius 1 13 - var Set pref_astralomen_units 1 13 + var Set buildpref_stargate_secondary_units 1 13 var Ex|Jump debug_ai_messages_var 0 blank_return 13 print pref_gladius return @@ -644,7 +666,7 @@ script_id PMCx :prefUEmpyrean var Set pref_empyrean 1 13 var Set pref_solarion 0 13 - var Set pref_fleetbeacon_units 1 13 + var Set pref_argosy_secondary_units 1 13 var Ex|Jump debug_ai_messages_var 0 blank_return 13 print pref_empyrean return @@ -652,7 +674,7 @@ script_id PMCx :prefUSolarion var Set pref_empyrean 0 13 var Set pref_solarion 1 13 - var Set pref_fleetbeacon_units 1 13 + var Set pref_argosy_secondary_units 1 13 var Ex|Jump debug_ai_messages_var 0 blank_return 13 print pref_solarion return @@ -681,13 +703,6 @@ script_id PMCx print pref_gateway return - :prefBCenotaph - var Set pref_cenotaph 1 13 - var Set pref_templar_production 1 13 - var Ex|Jump debug_ai_messages_var 0 blank_return 13 - print pref_cenotaph - return - :prefBGrandLibrary var Set pref_gateway 0 13 var Set pref_grandlibrary 1 13 @@ -721,25 +736,18 @@ script_id PMCx :prefBLattice var Set pref_lattice 1 13 - var Set pref_sequesteredicon 0 13 + var Set pref_ardentauthority 0 13 var Set pref_ranger_production 1 13 var Ex|Jump debug_ai_messages_var 0 blank_return 13 print pref_lattice return - :prefBAutomatonRegister - var Set pref_automatonregister 1 13 - var Set pref_ranger_production 1 13 - var Ex|Jump debug_ai_messages_var 0 blank_return 13 - print pref_automatonregister - return - - :prefBSequesteredIcon + :prefBArdentAuthority var Set pref_lattice 0 13 - var Set pref_sequesteredicon 1 13 + var Set pref_ardentauthority 1 13 var Set pref_ranger_production 1 13 var Ex|Jump debug_ai_messages_var 0 blank_return 13 - print pref_sequesteredicon + print pref_ardentauthority return :prefBSyntheticSynod @@ -757,13 +765,6 @@ script_id PMCx print pref_stargate return - :prefBAstralOmen - var Set pref_astralomen 1 13 - var Set pref_skylord_production 1 13 - var Ex|Jump debug_ai_messages_var 0 blank_return 13 - print pref_astralomen - return - :prefBArgosy var Set pref_stargate 0 13 var Set pref_argosy 1 13 @@ -772,13 +773,6 @@ script_id PMCx print pref_argosy return - :prefBFleetBeacon - var Set pref_fleetbeacon 1 13 - var Set pref_skylord_production 1 13 - var Ex|Jump debug_ai_messages_var 0 blank_return 13 - print pref_fleetbeacon - return - :prefBMonumentOfSin var Set pref_monumentofsin 1 13 var Set pref_skylord_production 1 13 @@ -802,11 +796,11 @@ script_id PMCx var Set pref_ecclesiast 1 13 return - :buildpref_cenotaph_legionnaire + :buildpref_gateway_secondary_legionnaire var Set pref_legionnaire 1 13 return - :buildpref_cenotaph_hierophant + :buildpref_gateway_secondary_hierophant var Set pref_hierophant 1 13 return @@ -834,6 +828,10 @@ script_id PMCx var Set pref_cabalist 1 13 return + :buildpref_roguegallery_charlatan + var Set pref_charlatan 1 13 + return + :buildpref_roguegallery_barghest var Set pref_barghest 1 13 return @@ -842,8 +840,12 @@ script_id PMCx var Set pref_pariah 1 13 return - :buildpref_prostrationstage_charlatan - var Set pref_charlatan 1 13 + :buildpref_prostrationstage_potentate + var Set pref_potentate 1 13 + return + + :buildpref_prostrationstage_sycophant + var Set pref_sycophant 1 13 return :buildpref_prostrationstage_mindtyrant @@ -874,11 +876,11 @@ script_id PMCx var Set pref_vassal 1 13 return - :buildpref_automatonregister_idol + :buildpref_lattice_secondary_idol var Set pref_idol 1 13 return - :buildpref_automatonregister_golem + :buildpref_lattice_secondary_golem var Set pref_golem 1 13 return @@ -894,11 +896,11 @@ script_id PMCx var Set pref_analogue 1 13 return - :buildpref_sequesteredicon_accantor + :buildpref_ardentauthority_secondary_accantor var Set pref_accantor 1 13 return - :buildpref_sequesteredicon_architect + :buildpref_ardentauthority_secondary_architect var Set pref_architect 1 13 return @@ -922,11 +924,11 @@ script_id PMCx var Set pref_lanifect 1 13 return - :buildpref_astralomen_exemplar + :buildpref_stargate_secondary_exemplar var Set pref_exemplar 1 13 return - :buildpref_astralomen_gladius + :buildpref_stargate_secondary_gladius var Set pref_gladius 1 13 return @@ -942,11 +944,11 @@ script_id PMCx var Set pref_didact 1 13 return - :buildpref_fleetbeacon_empyrean + :buildpref_argosy_secondary_empyrean var Set pref_empyrean 1 13 return - :buildpref_fleetbeacon_solarion + :buildpref_argosy_secondary_solarion var Set pref_solarion 1 13 return @@ -962,10 +964,6 @@ script_id PMCx var Set pref_gateway 1 13 return - :buildpref_templar_production_cenotaph - var Set pref_cenotaph 1 13 - return - :buildpref_templar_production_grandlibrary var Set pref_grandlibrary 1 13 return @@ -986,18 +984,10 @@ script_id PMCx var Set pref_lattice 1 13 return - :buildpref_ranger_production_automatonregister - var Set pref_automatonregister 1 13 - return - :buildpref_ranger_production_ardentauthority var Set pref_ardentauthority 1 13 return - :buildpref_ranger_production_sequesteredicon - var Set pref_sequesteredicon 1 13 - return - :buildpref_ranger_production_syntheticsynod var Set pref_syntheticsynod 1 13 return @@ -1006,18 +996,10 @@ script_id PMCx var Set pref_stargate 1 13 return - :buildpref_skylord_production_astralomen - var Set pref_astralomen 1 13 - return - :buildpref_skylord_production_argosy var Set pref_argosy 1 13 return - :buildpref_skylord_production_fleetbeacon - var Set pref_fleetbeacon 1 13 - return - :buildpref_skylord_production_monumentofsin var Set pref_monumentofsin 1 13 return @@ -1037,16 +1019,14 @@ script_id PMCx :pref_cycle_ranger var Ex|Jump pref_ranger_production 1 pref_cycle_skylord 13 - var AtL|Call mining_count_var 4 resetpref_ranger_production_sequesteredicon 13 - var Ex|Call mining_count_var 3 resetpref_ranger_production_ardentauthority 13 - var Ex|Call mining_count_var 2 resetpref_ranger_production_automatonregister 13 - var AtM|Call mining_count_var 1 resetpref_ranger_production_lattice 13 + var AtL|Call mining_count_var 3 resetpref_ranger_production_ardentauthority 13 + var AtM|Call mining_count_var 2 resetpref_ranger_production_lattice 13 :pref_cycle_skylord var Ex|Jump pref_skylord_production 1 blank_return 13 var AtL|Call mining_count_var 6 resetpref_skylord_production_monumentofsin 13 - var Ex|Call mining_count_var 5 resetpref_skylord_production_fleetbeacon 13 - var Ex|Call mining_count_var 4 resetpref_skylord_production_fleetbeacon 13 + var Ex|Call mining_count_var 5 resetpref_skylord_production_argosy 13 + var Ex|Call mining_count_var 4 resetpref_skylord_production_argosy 13 var Ex|Call mining_count_var 3 resetpref_skylord_production_argosy 13 var AtM|Call mining_count_var 2 resetpref_skylord_production_stargate 13 goto pref_cycle @@ -1071,69 +1051,29 @@ script_id PMCx :resetpref_ranger_production_lattice var Set pref_lattice 1 13 - var Set pref_automatonregister 0 13 var Set pref_ardentauthority 0 13 - var Set pref_sequesteredicon 0 13 - return - - :resetpref_ranger_production_automatonregister - var Set pref_lattice 1 13 - var Set pref_automatonregister 0 13 - var Set pref_ardentauthority 0 13 - var Set pref_sequesteredicon 0 13 return :resetpref_ranger_production_ardentauthority var Set pref_lattice 0 13 - var Set pref_automatonregister 0 13 var Set pref_ardentauthority 1 13 - var Set pref_sequesteredicon 0 13 - return - - :resetpref_ranger_production_sequesteredicon - var Set pref_lattice 0 13 - var Set pref_automatonregister 0 13 - var Set pref_ardentauthority 0 13 - var Set pref_sequesteredicon 1 13 return :resetpref_skylord_production_stargate var Set pref_stargate 1 13 - var Set pref_astralomen 0 13 var Set pref_argosy 0 13 - var Set pref_fleetbeacon 0 13 - var Set pref_monumentofsin 0 13 - return - - :resetpref_skylord_production_astralomen - var Set pref_stargate 0 13 - var Set pref_astralomen 1 13 - var Set pref_argosy 0 13 - var Set pref_fleetbeacon 0 13 var Set pref_monumentofsin 0 13 return :resetpref_skylord_production_argosy var Set pref_stargate 0 13 - var Set pref_astralomen 0 13 var Set pref_argosy 1 13 - var Set pref_fleetbeacon 0 13 - var Set pref_monumentofsin 0 13 - return - - :resetpref_skylord_production_fleetbeacon - var Set pref_stargate 0 13 - var Set pref_astralomen 0 13 - var Set pref_argosy 0 13 - var Set pref_fleetbeacon 1 13 var Set pref_monumentofsin 0 13 return :resetpref_skylord_production_monumentofsin var Set pref_stargate 0 13 - var Set pref_astralomen 0 13 var Set pref_argosy 0 13 - var Set pref_fleetbeacon 0 13 var Set pref_monumentofsin 1 13 return @@ -1236,7 +1176,7 @@ script_id PMCx :under_attack_by_ground_calc var AtL|Wait under_attack_var 1 13 - player_combat 17 13 63 False Jump maverick|harakan|cyprian|eidolon|savant|madcap|heracles|apostle|siren|striga|olympian|autocrat|dilettante|sevenstep|hypnagogue|sevenstep|silvertongue|vulture|cyclops|goliath|blackjack|matador|phalanx|phalanx_siege_mode|madrigal|ramesses|durendal|cataphract|paladin|cuirass|pazuzu|claymore|penumbra|anticthon|aion|zealot|dracadin|ecclesiast|legionnaire|hierophant|amaranth|atreus|herald|cantavis|vagrant|cabalist|pariah|charlatan|archon|optecton|patriarch|manifold|simulacrum|idol|golem|accantor|architect|demiurge|zethrokor|quazilisk|vorvrokor|liiralisk|cikralisk|protathalor|axitrilisk|mortothrokor|hydralisk|izirokor|bactalisk|tethzorokor|kagralisk|evigrilisk|keskathalor|zoryusthaleth|lakizilisk|konvilisk|vilgorokor|rilirokor|ultrokor|zobriolisk|aspirant|cohort|tarasque Any under_attack_by_ground_calc_fin 13 + player_combat 17 13 63 False Jump maverick|harakan|cyprian|eidolon|savant|madcap|heracles|apostle|siren|striga|olympian|autocrat|dilettante|sevenstep|hypnagogue|sevenstep|silvertongue|vulture|cyclops|goliath|blackjack|matador|phalanx|phalanx_siege_mode|madrigal|ramesses|durendal|cataphract|paladin|cuirass|pazuzu|claymore|penumbra|anticthon|aion|zealot|dracadin|ecclesiast|legionnaire|hierophant|amaranth|atreus|herald|cantavis|vagrant|cabalist|charlatan|pariah|potentate|sycophant|archon|optecton|patriarch|manifold|simulacrum|idol|golem|accantor|architect|demiurge|zethrokor|quazilisk|vorvrokor|liiralisk|cikralisk|protathalor|axitrilisk|mortothrokor|hydralisk|izirokor|bactalisk|tethzorokor|kagralisk|evigrilisk|keskathalor|zoryusthaleth|lakizilisk|konvilisk|vilgorokor|rilirokor|ultrokor|zobriolisk|aspirant|cohort|tarasque Group_Buildings|scribe|artisan under_attack_by_ground_calc_fin 13 var Set under_attack_by_ground_var 1 13 :under_attack_by_ground_calc_fin @@ -1245,7 +1185,7 @@ script_id PMCx :under_attack_by_air_calc var Ex|Wait under_attack_var 1 13 - player_combat 17 13 63 False Jump talos|wraith|gorgon|wyvern|valkyrie|salamander|sundog|centaur|minotaur|magnetar|pegasus|hippogriff|oberon|phobos|artisan|barghest|vassal|empress|aurora|panoptus|lanifect|gladius|exemplar|magister|epigraph|didact|empyrean|solarion|star_sovereign|anthelion|gosvileth|nathrokor|kalkalisk|mutalisk|ghitorokor|sovroleth|tosgrilisk|skithrokor|vithrilisk|almaksalisk|geszithalor|algoztalisk|alkajelisk|gorgrokor|rililisk|zarcavrokor|tetcaerokor|akistrokor|luminary Any under_attack_by_air_calc_fin 13 + player_combat 17 13 63 False Jump talos|wraith|gorgon|wyvern|valkyrie|salamander|sundog|centaur|minotaur|magnetar|pegasus|hippogriff|oberon|phobos|artisan|barghest|vassal|empress|aurora|panoptus|lanifect|gladius|exemplar|magister|epigraph|didact|empyrean|solarion|star_sovereign|anthelion|gosvileth|nathrokor|kalkalisk|mutalisk|ghitorokor|sovroleth|tosgrilisk|skithrokor|vithrilisk|almaksalisk|geszithalor|algoztalisk|alkajelisk|gorgrokor|rililisk|zarcavrokor|tetcaerokor|akistrokor|luminary Group_Buildings|scribe|artisan under_attack_by_air_calc_fin 13 var Set under_attack_by_air_var 1 13 :under_attack_by_air_calc_fin @@ -1340,9 +1280,9 @@ script_id PMCx var Ex pref_skylord 1 defense_handling_skylord 13 :defense_handling_general - unit_check 13 13 63 Greater|Jump 0 0 lattice|automaton_register|sequestered_icon|synthetic_synod gateway|cenotaph|grand_library|rogue_gallery|prostration_stage|ancestral_archives|stargate|astral_omen|argosy|fleet_beacon|monument_of_sin defense_handling_ranger 13 - unit_check 13 13 63 Greater|Jump 0 0 gateway|cenotaph|grand_library|rogue_gallery|prostration_stage|ancestral_archives lattice|automaton_register|sequestered_icon|synthetic_synod|stargate|astral_omen|argosy|fleet_beacon|monument_of_sin defense_handling_templar 13 - unit_check 13 13 63 Greater|Jump 0 0 stargate|astral_omen|argosy|fleet_beacon|monument_of_sin gateway|cenotaph|grand_library|rogue_gallery|prostration_stage|ancestral_archives|lattice|automaton_register|sequestered_icon|synthetic_synod defense_handling_skylord 13 + unit_check 13 13 63 Greater|Jump 0 0 lattice|ardent_authority|synthetic_synod gateway|grand_library|rogue_gallery|prostration_stage|ancestral_archives|stargate|argosy|monument_of_sin defense_handling_ranger 13 + unit_check 13 13 63 Greater|Jump 0 0 gateway|grand_library|rogue_gallery|prostration_stage|ancestral_archives lattice|ardent_authority|synthetic_synod|stargate|argosy|monument_of_sin defense_handling_templar 13 + unit_check 13 13 63 Greater|Jump 0 0 stargate|argosy|monument_of_sin gateway|grand_library|rogue_gallery|prostration_stage|ancestral_archives|lattice|ardent_authority|synthetic_synod defense_handling_skylord 13 return :defense_handling_ranger @@ -1364,9 +1304,10 @@ script_id PMCx return :defense_wave_ranger - call defense_wave_ranger_sequesteredicon + call defense_wave_ranger_ardentauthority call defense_wave_ranger_syntheticsynod - call defense_wave_ranger_automatonregister + call defense_wave_ranger_ardentauthority_secondary + call defense_wave_ranger_lattice_secondary call defense_wave_ranger_lattice return @@ -1374,16 +1315,16 @@ script_id PMCx call defense_wave_templar_ancestralarchives call defense_wave_templar_grandlibrary call defense_wave_templar_prostrationstage - call defense_wave_templar_cenotaph + call defense_wave_templar_gateway_secondary call defense_wave_templar_gateway call defense_wave_templar_roguegallery return :defense_wave_skylord - call defense_wave_skylord_fleetbeacon + call defense_wave_skylord_argosy_secondary call defense_wave_skylord_argosy call defense_wave_skylord_monumentofsin - call defense_wave_skylord_astralomen + call defense_wave_skylord_stargate_secondary call defense_wave_skylord_stargate return @@ -1396,7 +1337,7 @@ script_id PMCx call def_manifold return - :defense_wave_ranger_automatonregister + :defense_wave_ranger_lattice_secondary var AtL|Call pref_idol 1 def_idol 13 var AtL|Call pref_golem 1 def_golem 13 call def_idol @@ -1410,7 +1351,7 @@ script_id PMCx call def_positron return - :defense_wave_ranger_sequesteredicon + :defense_wave_ranger_ardentauthority_secondary var AtL|Call pref_accantor 1 def_accantor 13 var AtL|Call pref_architect 1 def_architect 13 call def_accantor @@ -1433,7 +1374,7 @@ script_id PMCx call def_ecclesiast return - :defense_wave_templar_cenotaph + :defense_wave_templar_gateway_secondary var AtL|Call pref_legionnaire 1 def_legionnaire 13 var AtL|Call pref_hierophant 1 def_hierophant 13 call def_legionnaire @@ -1452,17 +1393,21 @@ script_id PMCx :defense_wave_templar_roguegallery var AtL|Call pref_vagrant 1 def_vagrant 13 var AtL|Call pref_cabalist 1 def_cabalist 13 + var AtL|Call pref_charlatan 1 def_charlatan 13 var AtL|Call pref_barghest 1 def_barghest 13 call def_vagrant call def_cabalist + call def_charlatan call def_barghest return :defense_wave_templar_prostrationstage var AtL|Call pref_pariah 1 def_pariah 13 - var AtL|Call pref_charlatan 1 def_charlatan 13 + var AtL|Call pref_potentate 1 def_potentate 13 + var AtL|Call pref_sycophant 1 def_sycophant 13 call def_pariah - call def_charlatan + call def_potentate + call def_sycophant return :defense_wave_templar_ancestralarchives @@ -1476,14 +1421,14 @@ script_id PMCx :defense_wave_skylord_stargate var AtL|Call pref_aurora 1 def_aurora 13 - var AtL|Call pref_panoptus 1 defPanoptus 13 - var AtL|Call pref_lanifect 1 defLanifect 13 + var AtL|Call pref_panoptus 1 def_panoptus 13 + var AtL|Call pref_lanifect 1 def_lanifect 13 call def_aurora - call defPanoptus - call defLanifect + call def_panoptus + call def_lanifect return - :defense_wave_skylord_astralomen + :defense_wave_skylord_stargate_secondary var AtL|Call pref_exemplar 1 def_exemplar 13 var AtL|Call pref_gladius 1 def_gladius 13 call def_exemplar @@ -1499,7 +1444,7 @@ script_id PMCx call def_didact return - :defense_wave_skylord_fleetbeacon + :defense_wave_skylord_argosy_secondary var AtL|Call pref_empyrean 1 def_empyrean 13 var AtL|Call pref_solarion 1 def_solarion 13 call def_empyrean @@ -1539,6 +1484,20 @@ script_id PMCx defu_aa 1 vassal return + :def_idol + notowns lattice blank_return + defb_gg 1 idol + defb_ag 1 idol + defu_gg 1 idol + defu_ag 1 idol + return + + :def_golem + notowns lattice blank_return + defb_gg 1 golem + defu_gg 1 golem + return + :def_servitor notowns ardent_authority blank_return defb_gg 1 servitor @@ -1555,28 +1514,14 @@ script_id PMCx defu_ag 1 positron return - :def_idol - notowns automaton_register blank_return - defb_gg 1 idol - defb_ag 1 idol - defu_gg 1 idol - defu_ag 1 idol - return - - :def_golem - notowns automaton_register blank_return - defb_gg 1 golem - defu_gg 1 golem - return - :def_accantor - notowns sequestered_icon blank_return + notowns ardent_authority blank_return defb_gg 1 accantor defu_gg 1 accantor return :def_architect - notowns sequestered_icon blank_return + notowns ardent_authority blank_return defb_gg 1 architect defb_ag 1 architect defu_gg 1 architect @@ -1622,13 +1567,13 @@ script_id PMCx return :def_legionnaire - notowns cenotaph blank_return + notowns gateway blank_return defb_gg 1 legionnaire defu_gg 1 legionnaire return :def_hierophant - notowns cenotaph blank_return + notowns gateway blank_return defb_gg 1 hierophant defb_ag 1 hierophant defu_gg 1 hierophant @@ -1671,6 +1616,14 @@ script_id PMCx defu_gg 1 cabalist return + :def_charlatan + notowns rogue_gallery blank_return + defb_gg 1 charlatan + defb_ag 1 charlatan + defu_gg 1 charlatan + defu_ag 1 charlatan + return + :def_barghest notowns rogue_gallery blank_return defb_gg 1 barghest @@ -1691,12 +1644,18 @@ script_id PMCx defu_ag 1 pariah return - :def_charlatan + :def_potentate notowns prostration_stage blank_return - defb_gg 1 charlatan - defb_ag 1 charlatan - defu_gg 1 charlatan - defu_ag 1 charlatan + defb_gg 1 potentate + defb_ag 1 potentate + defu_gg 1 potentate + defu_ag 1 potentate + return + + :def_sycophant + notowns prostration_stage blank_return + defb_gg 1 sycophant + defu_gg 1 sycophant return :def_archon @@ -1735,7 +1694,7 @@ script_id PMCx defu_aa 1 aurora return - :defPanoptus + :def_panoptus notowns stargate blank_return defb_gg 1 panoptus defb_ga 1 panoptus @@ -1747,7 +1706,7 @@ script_id PMCx defu_aa 1 panoptus return - :defLanifect + :def_lanifect notowns stargate blank_return defb_ag 1 lanifect defu_ag 1 lanifect @@ -1755,7 +1714,7 @@ script_id PMCx return :def_exemplar - notowns astral_omen blank_return + notowns stargate blank_return defb_gg 1 exemplar defb_ga 1 exemplar defu_gg 1 exemplar @@ -1763,7 +1722,7 @@ script_id PMCx return :def_gladius - notowns astral_omen blank_return + notowns stargate blank_return defb_gg 1 gladius defb_ga 1 gladius defb_ag 1 gladius @@ -1811,7 +1770,7 @@ script_id PMCx return :def_empyrean - notowns fleet_beacon blank_return + notowns argosy blank_return defb_gg 1 empyrean defb_ga 1 empyrean defb_ag 1 empyrean @@ -1823,7 +1782,7 @@ script_id PMCx return :def_solarion - notowns fleet_beacon blank_return + notowns argosy blank_return defb_gg 1 solarion defb_ga 1 solarion defb_ag 1 solarion @@ -2410,12 +2369,12 @@ script_id PMCx print Protoss<32>General<32>timing<32>1:<32>Lunatic<32>Legion :build_general_LunaticLegion_Main - var Ex|Call pref_gateway_units 0 buildpref_cenotaph_legionnaire 13 - var Ex|Call pref_cenotaph_units 0 buildpref_gateway_ecclesiast 13 + var Ex|Call pref_gateway_units 0 buildpref_gateway_secondary_legionnaire 13 + var Ex|Call pref_gateway_secondary_units 0 buildpref_gateway_ecclesiast 13 var Ex|Call pref_roguegallery_units 0 buildpref_roguegallery_cabalist 13 var Ex|Call pref_lattice_units 0 buildpref_lattice_simulacrum 13 var Ex|Call pref_stargate_units 0 buildpref_stargate_aurora 13 - var Ex|Call pref_astralomen_units 0 buildpref_astralomen_exemplar 13 + var Ex|Call buildpref_stargate_secondary_units 0 buildpref_stargate_secondary_exemplar 13 var Ex|Call pref_templar_production 0 buildpref_templar_production_gateway 13 var Ex|Call pref_skylord_production 0 buildpref_skylord_production_stargate 13 call main_wait_300 @@ -2462,10 +2421,10 @@ script_id PMCx print Protoss<32>General<32>rush<32>1:<32>Strident<32>Striders :build_general_StridentStriders_Main - var Ex|Call pref_cenotaph_units 0 buildpref_gateway_dracadin 13 + var Ex|Call pref_gateway_secondary_units 0 buildpref_gateway_dracadin 13 var Ex|Call pref_grandlibrary_assault 0 buildpref_grandlibrary_assault_atreus 13 var Ex|Call pref_templar_production 0 buildpref_templar_production_grandlibrary 13 - var Ex|Call pref_ranger_production 0 buildpref_ranger_production_sequesteredicon 13 + var Ex|Call pref_ranger_production 0 buildpref_ranger_production_ardentauthority 13 call main_wait_600 bld 1 pylon 99 call main_wait_600 @@ -2479,7 +2438,7 @@ script_id PMCx call main_wait_1200 var Sub can_worker_var 1 13 call main_wait_600 - bld 1 cenotaph 98 + bld 3 gateway 98 call main_wait_600 var Set can_attack_var 1 13 call main_wait_900 @@ -2493,11 +2452,11 @@ script_id PMCx print Protoss<32>General<32>rush<32>2:<32>2Gate<32>Robo :build_general_Worship_Main - var Ex|Call pref_cenotaph_units 0 buildpref_gateway_dracadin 13 + var Ex|Call pref_gateway_secondary_units 0 buildpref_gateway_dracadin 13 var Ex|Call pref_grandlibrary_assault 0 buildpref_grandlibrary_assault_amaranth 13 var Ex|Call pref_lattice_units 0 buildpref_lattice_simulacrum 13 - var Ex|Call pref_automatonregister_units 0 buildpref_automatonregister_golem 13 - var Ex|Call pref_sequesteredicon_units 0 buildpref_sequesteredicon_architect 13 + var Ex|Call pref_lattice_secondary_units 0 buildpref_lattice_secondary_golem 13 + var Ex|Call pref_ardentauthority_secondary_units 0 buildpref_ardentauthority_secondary_architect 13 var Ex|Call pref_templar_production 0 buildpref_templar_production_gateway 13 var Ex|Call pref_ranger_production 0 buildpref_ranger_production_lattice 13 call main_wait_600 @@ -2523,9 +2482,9 @@ script_id PMCx call main_wait_300 multi production_cycle call main_wait_300 - bld 1 cenotaph 98 + bld 3 gateway 98 call main_wait_600 - bld 1 automaton_register 98 + bld 2 lattice 98 var Add can_worker_var 1 13 call main_wait_300 goto build_general_fin @@ -2536,10 +2495,10 @@ script_id PMCx :build_general_RoboFE_Main var Ex|Call pref_gateway_units 0 buildpref_gateway_zealot 13 - var Ex|Call pref_cenotaph_units 0 buildpref_cenotaph_hierophant 13 + var Ex|Call pref_gateway_secondary_units 0 buildpref_gateway_secondary_hierophant 13 var Ex|Call pref_lattice_units 0 buildpref_lattice_vassal 13 var Ex|Call pref_templar_production 0 buildpref_templar_production_gateway 13 - var Ex|Call pref_ranger_production 0 buildpref_ranger_production_automatonregister 13 + var Ex|Call pref_ranger_production 0 buildpref_ranger_production_lattice 13 call main_wait_750 var Add can_expand_var 1 13 call main_wait_300 @@ -2552,11 +2511,11 @@ script_id PMCx call main_wait_300 bld 2 lattice 98 call main_wait_900 - bld 1 sequestered_icon 101 + bld 1 ardent_authority 101 call main_wait_300 var Set can_build_static_defense_var 1 13 call main_wait_600 - bld 2 sequestered_icon 101 + bld 2 ardent_authority 101 call main_wait_900 bld 1 synthetic_synod 99 call main_wait_300 @@ -2573,11 +2532,10 @@ script_id PMCx :build_general_TheSwordsmiths_Main var Ex|Call pref_gateway_units 0 buildpref_gateway_zealot 13 var Ex|Call pref_lattice_units 0 buildpref_lattice_manifold 13 - var Ex|Call pref_sequesteredicon_units 0 buildpref_sequesteredicon_architect 13 - var Ex|Call pref_astralomen_units 0 buildpref_astralomen_gladius 13 + var Ex|Call pref_ardentauthority_secondary_units 0 buildpref_ardentauthority_secondary_architect 13 + var Ex|Call buildpref_stargate_secondary_units 0 buildpref_stargate_secondary_gladius 13 var Ex|Call pref_templar_production 0 buildpref_templar_production_gateway 13 - var Ex|Call pref_ranger_production 0 buildpref_ranger_production_sequesteredicon 13 - var Ex|Call pref_skylord_production 0 buildpref_skylord_production_astralomen 13 + var Ex|Call pref_ranger_production 0 buildpref_ranger_production_ardentauthority 13 call main_wait_600 bld 1 pylon 99 w_bld 1 pylon @@ -2593,15 +2551,15 @@ script_id PMCx call main_wait_600 var Set build_gas_var 1 13 call main_wait_150 - bld 1 sequestered_icon 101 + bld 1 ardent_authority 101 call main_wait_300 - bld 1 astral_omen 100 + bld 1 stargate 100 call main_wait_600 var Set can_build_static_defense_var 1 13 call main_wait_300 - bld 2 astral_omen 100 + bld 2 stargate 100 call main_wait_900 - bld 2 sequestered_icon 101 + bld 2 ardent_authority 101 call main_wait_300 multi production_cycle call main_wait_300 @@ -2613,10 +2571,10 @@ script_id PMCx :build_general_Matriarchy_Main var Ex|Call pref_gateway_units 0 buildpref_gateway_zealot 13 - var Ex|Call pref_cenotaph_units 0 buildpref_cenotaph_hierophant 13 + var Ex|Call pref_gateway_secondary_units 0 buildpref_gateway_secondary_hierophant 13 var Ex|Call pref_grandlibrary_assault 0 buildpref_grandlibrary_assault_amaranth 13 var Ex|Call pref_lattice_units 0 buildpref_lattice_vassal 13 - var Ex|Call pref_sequesteredicon_units 0 buildpref_sequesteredicon_accantor 13 + var Ex|Call pref_ardentauthority_secondary_units 0 buildpref_ardentauthority_secondary_accantor 13 var Ex|Call pref_syntheticsynod_units 0 buildpref_syntheticsynod_empress 13 var Ex|Call pref_argosy_units 0 buildpref_argosy_epigraph 13 var Ex|Call pref_templar_production 0 buildpref_templar_production_gateway 13 @@ -2640,7 +2598,7 @@ script_id PMCx var Set can_build_static_defense_var 1 13 call main_wait_300 var Set build_gas_var 1 13 - bld 2 cenotaph 98 + bld 3 gateway 98 call main_wait_600 bld 1 grand_library 101 call main_wait_300 @@ -2662,22 +2620,13 @@ script_id PMCx call need_gateway call main_wait_300 call need_embassy - call main_wait_450 - call need_cenotaph - call main_wait_300 + call main_wait_750 call wLattice2 call main_wait_300 call need_stargate - call main_wait_300 - call need_automatonregister - call main_wait_300 + call main_wait_600 call need_grandlibrary call need_ancestralarchives - call main_wait_1200 - call need_fleetbeacon - call main_wait_600 - call main_wait_900 - call need_sanctumofsorrow stop :build_order_ranger @@ -2738,12 +2687,12 @@ script_id PMCx print Protoss<32>Ranger<32>timing<32>1:<32>2Gate<32>Strider :build_ranger_2GateStrider_Main - var Ex|Call pref_cenotaph_units 0 buildpref_gateway_dracadin 13 + var Ex|Call pref_gateway_secondary_units 0 buildpref_gateway_dracadin 13 var Ex|Call pref_lattice_units 0 buildpref_lattice_vassal 13 - var Ex|Call pref_automatonregister_units 0 buildpref_automatonregister_idol 13 - var Ex|Call pref_sequesteredicon_units 0 buildpref_sequesteredicon_accantor 13 + var Ex|Call pref_lattice_secondary_units 0 buildpref_lattice_secondary_idol 13 + var Ex|Call pref_ardentauthority_secondary_units 0 buildpref_ardentauthority_secondary_accantor 13 var Ex|Call pref_templar_production 0 buildpref_templar_production_gateway 13 - var Ex|Call pref_ranger_production 0 buildpref_ranger_production_sequesteredicon 13 + var Ex|Call pref_ranger_production 0 buildpref_ranger_production_ardentauthority 13 var Ex|Call pref_skylord_production 0 buildpref_skylord_production_argosy 13 call main_wait_300 bld 1 pylon 99 @@ -2768,13 +2717,13 @@ script_id PMCx call main_wait_600 var Add can_worker_var 1 13 call main_wait_450 - bld 1 cenotaph 98 + bld 4 gateway 98 call main_wait_150 bld 1 lattice 98 call main_wait_450 bld 1 grand_library 99 call main_wait_300 - bld 4 gateway 98 + bld 5 gateway 98 multi production_cycle goto build_ranger_fin @@ -2783,11 +2732,11 @@ script_id PMCx print Protoss<32>Ranger<32>timing<32>2:<32>Emissary<32>Squared :build_ranger_EmissarySquared_Main - var Ex|Call pref_cenotaph_units 0 buildpref_gateway_dracadin 13 + var Ex|Call pref_gateway_secondary_units 0 buildpref_gateway_dracadin 13 var Ex|Call pref_lattice_units 0 buildpref_lattice_vassal 13 - var Ex|Call pref_automatonregister_units 0 buildpref_automatonregister_golem 13 - var Ex|Call pref_sequesteredicon_units 0 buildpref_sequesteredicon_accantor 13 - var Ex|Call pref_ranger_production 0 buildpref_ranger_production_sequesteredicon 13 + var Ex|Call pref_lattice_secondary_units 0 buildpref_lattice_secondary_golem 13 + var Ex|Call pref_ardentauthority_secondary_units 0 buildpref_ardentauthority_secondary_accantor 13 + var Ex|Call pref_ranger_production 0 buildpref_ranger_production_ardentauthority 13 call main_wait_900 multi expansion_toggle call main_wait_600 @@ -2802,20 +2751,20 @@ script_id PMCx call main_wait_300 queue 1 zealot gateway 255 Local Loc.63 100 call main_wait_600 - bld 1 sequestered_icon 99 + bld 1 ardent_authority 99 call main_wait_900 wait 24 - bld 1 automaton_register 98 + bld 2 lattice 98 wait 60 bld 2 gateway 98 call main_wait_300 - bld 1 cenotaph 98 + bld 3 gateway 98 wait 24 var Set can_build_static_defense_var 1 13 call main_wait_300 - bld 3 gateway 98 + bld 4 gateway 98 call main_wait_300 - bld 2 lattice 98 + bld 3 lattice 98 call main_wait_600 bld 1 synthetic_synod 101 multi production_cycle @@ -2826,12 +2775,12 @@ script_id PMCx print Protoss<32>Ranger<32>rush<32>1:<32>1Gate<32>Robo :build_ranger_1GateRobo_Main - var Ex|Call pref_cenotaph_units 0 buildpref_gateway_ecclesiast 13 + var Ex|Call pref_gateway_secondary_units 0 buildpref_gateway_ecclesiast 13 var Ex|Call pref_lattice_units 0 buildpref_lattice_manifold 13 - var Ex|Call pref_automatonregister_units 0 buildpref_automatonregister_idol 13 - var Ex|Call pref_sequesteredicon_units 0 buildpref_sequesteredicon_accantor 13 + var Ex|Call pref_lattice_secondary_units 0 buildpref_lattice_secondary_idol 13 + var Ex|Call pref_ardentauthority_secondary_units 0 buildpref_ardentauthority_secondary_accantor 13 var Ex|Call pref_roguegallery_units 0 buildpref_roguegallery_barghest 13 - var Ex|Call pref_ranger_production 0 buildpref_ranger_production_sequesteredicon 13 + var Ex|Call pref_ranger_production 0 buildpref_ranger_production_ardentauthority 13 call main_wait_600 bld 1 pylon 99 call main_wait_600 @@ -2852,28 +2801,28 @@ script_id PMCx call main_wait_600 var Add can_worker_var 1 13 call main_wait_450 - bld 1 cenotaph 98 + bld 3 gateway 98 call main_wait_600 - bld 1 sequestered_icon 99 + bld 1 ardent_authority 99 call main_wait_300 - bld 2 gateway 98 + bld 4 gateway 98 wait 24 var Sub can_worker_var 1 13 multi expansion_toggle call main_wait_600 var Add can_worker_var 1 13 wait 24 - bld 1 automaton_register 98 - call main_wait_300 bld 2 lattice 98 - call main_wait_150 + call main_wait_300 bld 3 lattice 98 + call main_wait_150 + bld 4 lattice 98 wait 24 var Set can_build_static_defense_var 1 13 call main_wait_300 bld 1 synthetic_synod 101 call main_wait_300 - bld 2 sequestered_icon 99 + bld 2 ardent_authority 99 wait 24 multi production_cycle goto build_ranger_fin @@ -2883,10 +2832,10 @@ script_id PMCx print Protoss<32>Ranger<32>rush<32>2:<32>Simulant<32>Swarm :build_ranger_SimulantSwarm_Main - var Ex|Call pref_cenotaph_units 0 buildpref_gateway_ecclesiast 13 + var Ex|Call pref_gateway_secondary_units 0 buildpref_gateway_ecclesiast 13 var Ex|Call pref_lattice_units 0 buildpref_lattice_simulacrum 13 - var Ex|Call pref_automatonregister_units 0 buildpref_automatonregister_golem 13 - var Ex|Call pref_sequesteredicon_units 0 buildpref_sequesteredicon_architect 13 + var Ex|Call pref_lattice_secondary_units 0 buildpref_lattice_secondary_golem 13 + var Ex|Call pref_ardentauthority_secondary_units 0 buildpref_ardentauthority_secondary_architect 13 var Ex|Call pref_roguegallery_units 0 buildpref_roguegallery_barghest 13 var Ex|Call pref_ranger_production 0 buildpref_ranger_production_lattice 13 call main_wait_600 @@ -2914,7 +2863,7 @@ script_id PMCx call main_wait_300 var Add can_worker_var 1 13 call main_wait_150 - bld 1 automaton_register 98 + bld 5 lattice 98 call main_wait_150 var Set can_build_static_defense_var 1 13 call main_wait_300 @@ -2925,12 +2874,12 @@ script_id PMCx print Protoss<32>Ranger<32>greed<32>1:<32>Lattice<32>Expo :build_ranger_LatticeExpo_Main - var Ex|Call pref_cenotaph_units 0 buildpref_gateway_dracadin 13 + var Ex|Call pref_gateway_secondary_units 0 buildpref_gateway_dracadin 13 var Ex|Call pref_lattice_units 0 buildpref_lattice_simulacrum 13 - var Ex|Call pref_automatonregister_units 0 buildpref_automatonregister_idol 13 - var Ex|Call pref_sequesteredicon_units 0 buildpref_sequesteredicon_architect 13 + var Ex|Call pref_lattice_secondary_units 0 buildpref_lattice_secondary_idol 13 + var Ex|Call pref_ardentauthority_secondary_units 0 buildpref_ardentauthority_secondary_architect 13 var Ex|Call pref_templar_production 0 buildpref_templar_production_gateway 13 - var Ex|Call pref_ranger_production 0 buildpref_ranger_production_sequesteredicon 13 + var Ex|Call pref_ranger_production 0 buildpref_ranger_production_ardentauthority 13 call main_wait_600 bld 1 pylon 97 call main_wait_900 @@ -2951,15 +2900,15 @@ script_id PMCx call main_wait_300 var Set build_gas_var 1 13 call main_wait_600 - bld 1 automaton_register 98 + bld 3 lattice 98 call main_wait_600 - bld 2 automaton_register 98 + bld 4 lattice 98 call main_wait_600 call expansion_loop_normal call main_wait_450 var Set can_attack_var 1 13 call main_wait_300 - bld 1 sequestered_icon 99 + bld 1 ardent_authority 99 call main_wait_450 var Add can_expand_var 1 13 call main_wait_450 @@ -2973,18 +2922,18 @@ script_id PMCx :build_ranger_TheRegistry_Main var Ex|Call pref_lattice_units 0 buildpref_lattice_manifold 13 - var Ex|Call pref_automatonregister_units 0 buildpref_automatonregister_idol 13 - var Ex|Call pref_sequesteredicon_units 0 buildpref_sequesteredicon_accantor 13 + var Ex|Call pref_lattice_secondary_units 0 buildpref_lattice_secondary_idol 13 + var Ex|Call pref_ardentauthority_secondary_units 0 buildpref_ardentauthority_secondary_accantor 13 var Ex|Call pref_templar_production 0 buildpref_templar_production_roguegallery 13 - var Ex|Call pref_ranger_production 0 buildpref_ranger_production_sequesteredicon 13 + var Ex|Call pref_ranger_production 0 buildpref_ranger_production_ardentauthority 13 call main_wait_300 bld 1 pylon 99 call main_wait_600 w_bld 1 pylon - bld 1 automaton_register 98 - call main_wait_900 bld 1 lattice 98 call main_wait_900 + bld 2 lattice 98 + call main_wait_900 var Sub can_worker_var 1 13 var Set can_attack_var 1 13 call main_wait_900 @@ -2993,7 +2942,7 @@ script_id PMCx call main_wait_450 var Set build_gas_var 1 13 w_bld 2 pylon - bld 3 automaton_register 98 + bld 4 lattice 98 call main_wait_450 multi production_cycle call main_wait_300 @@ -3006,31 +2955,23 @@ script_id PMCx :build_ranger_fin2 placeholder_count Local AtL|Jump 2 Group_Buildings blank 13 call wLattice2 - call need_automatonregister call main_wait_600 call need_syntheticsynod wait 24 call need_gateway call main_wait_600 - call need_sequesteredicon - call main_wait_600 - call need_cenotaph - call main_wait_300 + call need_ardentauthority + call main_wait_900 call need_embassy call main_wait_600 call need_stargate call main_wait_450 call need_argosy - call main_wait_300 - call need_astralomen - call main_wait_600 - call need_fleetbeacon - call main_wait_600 + call main_wait_1500 call need_grandlibrary call main_wait_600 call need_ancestralarchives - call main_wait_600 - call main_wait_600 + call main_wait_1200 call need_monumentofsin stop @@ -3092,10 +3033,10 @@ script_id PMCx print Protoss<32>Templar<32>timing<32>1:<32>3Gate<32>Strider :build_templar_3GateStrider_Main - var Ex|Call pref_gateway_units 0 buildpref_cenotaph_legionnaire 13 - var Ex|Call pref_cenotaph_units 0 buildpref_gateway_dracadin 13 + var Ex|Call pref_gateway_units 0 buildpref_gateway_secondary_legionnaire 13 + var Ex|Call pref_gateway_secondary_units 0 buildpref_gateway_dracadin 13 var Ex|Call pref_grandlibrary_assault 0 build_pref_ancestralarchives_archon 13 - var Ex|Call pref_sequesteredicon_units 0 buildpref_sequesteredicon_accantor 13 + var Ex|Call pref_ardentauthority_secondary_units 0 buildpref_ardentauthority_secondary_accantor 13 var Ex|Call pref_templar_production 0 buildpref_templar_production_gateway 13 call main_wait_300 bld 1 pylon 99 @@ -3118,7 +3059,7 @@ script_id PMCx call main_wait_300 queue 2 dracadin gateway 255 Local Loc.63 100 call main_wait_300 - bld 1 cenotaph 98 + bld 5 gateway 98 call main_wait_300 bld 1 grand_library 99 call main_wait_450 @@ -3138,12 +3079,12 @@ script_id PMCx :build_templar_SuffocatingShadow_Main var Ex|Call pref_gateway_units 0 buildpref_gateway_zealot 13 - var Ex|Call pref_cenotaph_units 0 buildpref_gateway_ecclesiast 13 + var Ex|Call pref_gateway_secondary_units 0 buildpref_gateway_ecclesiast 13 var Ex|Call pref_roguegallery_units 0 buildpref_roguegallery_cabalist 13 var Ex|Call pref_grandlibrary_assault 0 buildpref_grandlibrary_assault_atreus 13 - var Ex|Call pref_sequesteredicon_units 0 buildpref_sequesteredicon_architect 13 + var Ex|Call pref_ardentauthority_secondary_units 0 buildpref_ardentauthority_secondary_architect 13 var Ex|Call pref_templar_production 0 buildpref_templar_production_gateway 13 - var Ex|Call pref_ranger_production 0 buildpref_ranger_production_sequesteredicon 13 + var Ex|Call pref_ranger_production 0 buildpref_ranger_production_ardentauthority 13 call main_wait_300 bld 1 pylon 99 call main_wait_300 @@ -3178,8 +3119,8 @@ script_id PMCx print Protoss<32>Templar<32>timing<32>3:<32>Legion :build_templar_Legion_Main - var Ex|Call pref_gateway_units 0 buildpref_cenotaph_legionnaire 13 - var Ex|Call pref_cenotaph_units 0 buildpref_gateway_ecclesiast 13 + var Ex|Call pref_gateway_units 0 buildpref_gateway_secondary_legionnaire 13 + var Ex|Call pref_gateway_secondary_units 0 buildpref_gateway_ecclesiast 13 var Ex|Call pref_prostrationstage_units 0 buildpref_prostrationstage_mindtyrant 13 var Ex|Call pref_grandlibrary_assault 0 build_pref_ancestralarchives_archon 13 var Ex|Call pref_templar_production 0 buildpref_templar_production_gateway 13 @@ -3204,11 +3145,11 @@ script_id PMCx call main_wait_300 bld 4 gateway 98 call main_wait_300 - bld 1 cenotaph 98 + bld 5 gateway 98 wait 24 bld 4 pylon 99 call main_wait_450 - bld 5 gateway 98 + bld 6 gateway 98 wait 24 var Set can_attack_var 1 13 call main_wait_600 @@ -3217,7 +3158,7 @@ script_id PMCx call main_wait_600 var Add can_worker_var 1 13 call main_wait_300 - bld 8 gateway 98 + bld 9 gateway 98 call main_wait_900 bld 1 grand_library 99 call main_wait_300 @@ -3231,10 +3172,10 @@ script_id PMCx :build_templar_Initiates_Main var Ex|Call pref_gateway_units 0 buildpref_gateway_zealot 13 - var Ex|Call pref_cenotaph_units 0 buildpref_gateway_ecclesiast 13 + var Ex|Call pref_gateway_secondary_units 0 buildpref_gateway_ecclesiast 13 var Ex|Call pref_ancestralarchives_units 0 buildpref_grandlibrary_infantry_cantavis 13 var Ex|Call pref_grandlibrary_assault 0 build_pref_ancestralarchives_archon 13 - var Ex|Call pref_sequesteredicon_units 0 buildpref_sequesteredicon_accantor 13 + var Ex|Call pref_ardentauthority_secondary_units 0 buildpref_ardentauthority_secondary_accantor 13 var Ex|Call pref_templar_production 0 buildpref_templar_production_gateway 13 call main_wait_600 bld 1 pylon 99 @@ -3270,7 +3211,7 @@ script_id PMCx :build_templar_Martyrdom_Main var Ex|Call pref_gateway_units 0 buildpref_gateway_dracadin 13 - var Ex|Call pref_cenotaph_units 0 buildpref_cenotaph_legionnaire 13 + var Ex|Call pref_gateway_secondary_units 0 buildpref_gateway_secondary_legionnaire 13 var Ex|Call pref_grandlibrary_assault 0 buildpref_grandlibrary_assault_atreus 13 var Ex|Call pref_prostrationstage_units 0 buildpref_prostrationstage_mindtyrant 13 var Ex|Call pref_ancestralarchives_units 0 build_pref_ancestralarchives_archon 13 @@ -3288,7 +3229,7 @@ script_id PMCx call main_wait_300 bld 2 gateway 98 call main_wait_300 - bld 1 cenotaph 98 + bld 3 gateway 98 call main_wait_300 var Set build_gas_var 1 13 call main_wait_600 @@ -3315,7 +3256,7 @@ script_id PMCx :build_templar_LegionsHeralds_Main var Ex|Call pref_gateway_units 0 buildpref_gateway_ecclesiast 13 - var Ex|Call pref_cenotaph_units 0 buildpref_cenotaph_legionnaire 13 + var Ex|Call pref_gateway_secondary_units 0 buildpref_gateway_secondary_legionnaire 13 var Ex|Call pref_grandlibrary_assault 0 buildpref_grandlibrary_assault_atreus 13 var Ex|Call pref_grandlibrary_infantry 0 buildpref_grandlibrary_infantry_herald 13 var Ex|Call pref_ancestralarchives_units 0 build_pref_ancestralarchives_patriarch 13 @@ -3330,16 +3271,16 @@ script_id PMCx bld 2 pylon 99 call main_wait_300 w_bld 1 pylon - bld 1 cenotaph 98 + bld 2 gateway 98 call main_wait_450 bld 1 grand_library 101 call main_wait_450 bld 3 pylon 99 call main_wait_300 - bld 2 gateway 98 - call main_wait_600 - bld 4 cenotaph 98 + bld 3 gateway 98 call main_wait_900 + bld 9 gateway 98 + call main_wait_600 var Sub can_worker_var 1 13 var Set can_attack_var 1 13 call main_wait_900 @@ -3360,7 +3301,6 @@ script_id PMCx placeholder_count Local AtL|Jump 2 Group_Buildings blank 13 call need_gateway wait 24 - call need_cenotaph call main_wait_300 call need_grandlibrary call need_ancestralarchives @@ -3368,22 +3308,15 @@ script_id PMCx call wLattice2 call main_wait_300 call need_embassy - call main_wait_600 - call need_automatonregister - call main_wait_300 - call need_sanctumofsorrow - call main_wait_300 - call need_sequesteredicon + call main_wait_1200 + call need_ardentauthority call need_syntheticsynod call main_wait_300 call need_stargate - call need_astralomen call main_wait_600 call need_argosy call main_wait_1200 call need_monumentofsin - call main_wait_1200 - call need_fleetbeacon stop :build_order_skylord @@ -3444,13 +3377,13 @@ script_id PMCx print Protoss<32>Skylord<32>timing<32>1:<32>Solar<32>Escort :build_skylord_SolarEscort_Main - var Ex|Call pref_gateway_units 0 buildpref_cenotaph_legionnaire 13 - var Ex|Call pref_cenotaph_units 0 buildpref_gateway_ecclesiast 13 + var Ex|Call pref_gateway_units 0 buildpref_gateway_secondary_legionnaire 13 + var Ex|Call pref_gateway_secondary_units 0 buildpref_gateway_ecclesiast 13 var Ex|Call pref_lattice_units 0 buildpref_lattice_vassal 13 var Ex|Call pref_stargate_units 0 buildpref_stargate_panoptus 13 - var Ex|Call pref_astralomen_units 0 buildpref_astralomen_gladius 13 - var Ex|Call pref_fleetbeacon_units 0 buildpref_fleetbeacon_solarion 13 - var Ex|Call pref_argosy_units 0 buildpref_fleetbeacon_empyrean 13 + var Ex|Call buildpref_stargate_secondary_units 0 buildpref_stargate_secondary_gladius 13 + var Ex|Call pref_argosy_secondary_units 0 buildpref_argosy_secondary_solarion 13 + var Ex|Call pref_argosy_units 0 buildpref_argosy_secondary_empyrean 13 var Ex|Call pref_templar_production 0 buildpref_templar_production_gateway 13 var Ex|Call pref_ranger_production 0 buildpref_ranger_production_lattice 13 var Ex|Call pref_skylord_production 0 buildpref_skylord_production_argosy 13 @@ -3483,15 +3416,15 @@ script_id PMCx wait 24 multi production_cycle call main_wait_900 - bld 1 fleet_beacon 100 + bld 3 argosy 100 multi build_skylord_SolarEscort_Queue call main_wait_600 goto build_skylord_fin :build_skylord_SolarEscort_Queue wait 12 - notowns fleet_beacon build_skylord_SolarEscort_Queue - queue 2 solarion fleet_beacon 255 Local Loc.63 100 + notowns argosy build_skylord_SolarEscort_Queue + queue 2 solarion argosy 255 Local Loc.63 100 stop :build_skylord_DeadlyOmen @@ -3502,7 +3435,7 @@ script_id PMCx var Ex|Call pref_gateway_units 0 buildpref_gateway_zealot 13 var Ex|Call pref_lattice_units 0 buildpref_lattice_vassal 13 var Ex|Call pref_stargate_units 0 buildpref_stargate_panoptus 13 - var Ex|Call pref_astralomen_units 0 buildpref_astralomen_exemplar 13 + var Ex|Call buildpref_stargate_secondary_units 0 buildpref_stargate_secondary_exemplar 13 var Ex|Call pref_templar_production 0 buildpref_templar_production_gateway 13 var Ex|Call pref_ranger_production 0 buildpref_ranger_production_lattice 13 var Ex|Call pref_skylord_production 0 buildpref_skylord_production_argosy 13 @@ -3513,10 +3446,10 @@ script_id PMCx w_bld 1 pylon bld 1 gateway 98 call main_wait_150 - bld 1 astral_omen 100 + bld 1 stargate 100 call main_wait_600 - bld 2 astral_omen 100 - w_bld 1 astral_omen + bld 2 stargate 100 + w_bld 1 stargate var Set can_attack_var 1 13 call main_wait_300 bld 2 pylon 99 @@ -3528,11 +3461,11 @@ script_id PMCx multi expansion_toggle var Add can_worker_var 1 13 call main_wait_900 - bld 2 stargate 99 + bld 4 stargate 99 call main_wait_1200 - bld 2 cenotaph 99 + bld 4 gateway 99 call main_wait_1200 - bld 3 stargate 99 + bld 5 stargate 99 call main_wait_900 multi production_cycle call main_wait_600 @@ -3543,7 +3476,7 @@ script_id PMCx print Protoss<32>Skylord<32>rush<32>2:<32>2Gate<32>Panoptus :build_skylord_2GatePanoptus_Main - var Ex|Call pref_cenotaph_units 0 buildpref_cenotaph_hierophant 13 + var Ex|Call pref_gateway_secondary_units 0 buildpref_gateway_secondary_hierophant 13 var Ex|Call pref_lattice_units 0 buildpref_lattice_vassal 13 var Ex|Call pref_stargate_units 0 buildpref_stargate_panoptus 13 var Ex|Call pref_ranger_production 0 buildpref_ranger_production_lattice 13 @@ -3569,7 +3502,7 @@ script_id PMCx call main_wait_150 multi production_cycle call main_wait_150 - bld 1 cenotaph 98 + bld 3 gateway 98 goto build_skylord_fin :build_skylord_Exalted @@ -3579,7 +3512,7 @@ script_id PMCx :build_skylord_Exalted_Main var Ex|Call pref_lattice_units 0 buildpref_lattice_vassal 13 var Ex|Call pref_stargate_units 0 buildpref_stargate_panoptus 13 - var Ex|Call pref_astralomen_units 0 buildpref_astralomen_exemplar 13 + var Ex|Call buildpref_stargate_secondary_units 0 buildpref_stargate_secondary_exemplar 13 var Ex|Call pref_argosy_units 0 buildpref_argosy_didact 13 var Ex|Call pref_ranger_production 0 buildpref_ranger_production_lattice 13 var Ex|Call pref_skylord_production 0 buildpref_skylord_production_stargate 13 @@ -3603,7 +3536,7 @@ script_id PMCx call main_wait_150 bld 2 warden 94 call main_wait_300 - bld 1 astral_omen 98 + bld 3 stargate 98 call main_wait_300 queue 2 dracadin gateway 255 Local Loc.63 100 wait 24 @@ -3624,7 +3557,7 @@ script_id PMCx call main_wait_150 bld 2 argosy 99 call main_wait_150 - bld 1 cenotaph 98 + bld 3 gateway 98 call main_wait_150 bld 6 warden 94 call main_wait_300 @@ -3634,7 +3567,7 @@ script_id PMCx call main_wait_150 bld 7 warden 94 call main_wait_150 - bld 3 stargate 98 + bld 4 stargate 98 call main_wait_150 bld 8 warden 94 call main_wait_300 @@ -3644,13 +3577,13 @@ script_id PMCx wait 24 bld 10 warden 94 call main_wait_300 - bld 4 stargate 98 + bld 5 stargate 98 call main_wait_900 queue 1 star_sovereign monument_of_sin 255 Local Loc.63 100 wait 24 bld 3 argosy 99 call main_wait_600 - bld 1 fleet_beacon 100 + bld 4 argosy 100 call main_wait_150 bld 11 warden 94 wait 24 @@ -3663,8 +3596,8 @@ script_id PMCx :build_skylord_SorrowFleet_Main var Ex|Call pref_lattice_units 0 buildpref_lattice_vassal 13 var Ex|Call pref_stargate_units 0 buildpref_stargate_panoptus 13 - var Ex|Call pref_astralomen_units 0 buildpref_astralomen_gladius 13 - var Ex|Call pref_fleetbeacon_units 0 buildpref_fleetbeacon_empyrean 13 + var Ex|Call buildpref_stargate_secondary_units 0 buildpref_stargate_secondary_gladius 13 + var Ex|Call pref_argosy_secondary_units 0 buildpref_argosy_secondary_empyrean 13 var Ex|Call pref_monumentofsin_units 0 buildpref_monumentofsin_starsovereign 13 var Ex|Call pref_ranger_production 0 buildpref_ranger_production_lattice 13 var Ex|Call pref_skylord_production 0 buildpref_skylord_production_stargate 13 @@ -3701,10 +3634,10 @@ script_id PMCx :build_skylord_ShipsAndSwords_Main var Ex|Call pref_lattice_units 0 buildpref_lattice_vassal 13 var Ex|Call pref_stargate_units 0 buildpref_stargate_aurora 13 - var Ex|Call pref_astralomen_units 0 buildpref_astralomen_gladius 13 + var Ex|Call buildpref_stargate_secondary_units 0 buildpref_stargate_secondary_gladius 13 var Ex|Call pref_argosy_units 0 buildpref_argosy_magister 13 var Ex|Call pref_monumentofsin_units 0 buildpref_monumentofsin_starsovereign 13 - var Ex|Call pref_templar_production 0 buildpref_templar_production_cenotaph 13 + var Ex|Call pref_templar_production 0 buildpref_templar_production_gateway 13 var Ex|Call pref_ranger_production 0 buildpref_ranger_production_lattice 13 var Ex|Call pref_skylord_production 0 buildpref_skylord_production_stargate 13 call main_wait_750 @@ -3712,28 +3645,28 @@ script_id PMCx call main_wait_300 bld 1 pylon 99 call main_wait_600 - bld 1 cenotaph 98 + bld 1 gateway 98 call main_wait_300 var Set build_gas_var 1 13 call main_wait_300 bld 2 pylon 99 call main_wait_300 - bld 2 cenotaph 98 + bld 2 gateway 98 call main_wait_150 w_bld 2 pylon - bld 1 astral_omen 100 + bld 1 stargate 100 call main_wait_900 var Set build_gas_var 1 13 call main_wait_300 - bld 3 cenotaph 98 + bld 3 gateway 98 call main_wait_300 - bld 2 astral_omen 100 + bld 2 stargate 100 call main_wait_450 var Set can_build_static_defense_var 1 13 call main_wait_600 var Set can_attack_var 1 13 call main_wait_600 - bld 1 stargate 98 + bld 3 stargate 98 call main_wait_900 multi production_cycle call main_wait_300 @@ -3747,7 +3680,6 @@ script_id PMCx placeholder_count Local AtL|Jump 2 Group_Buildings blank 13 call need_gateway bring 13 AtL_W 1 gateway Loc.63 blank - call need_cenotaph call main_wait_450 call need_stargate call main_wait_300 @@ -3756,10 +3688,8 @@ script_id PMCx call need_argosy call main_wait_150 bring 13 AtL_W 1 stargate Loc.63 blank - call need_astralomen call main_wait_1200 bring 13 AtL_W 1 argosy Loc.63 blank - call need_fleetbeacon call main_wait_300 call main_wait_600 call build_lattice @@ -3772,18 +3702,14 @@ script_id PMCx call need_ancestralarchives call main_wait_600 bring 13 AtL_W 1 lattice Loc.63 blank - call need_automatonregister call main_wait_600 - call build_sequesteredicon - bring 13 AtL_W 1 sequestered_icon Loc.63 blank + call build_ardentauthority + bring 13 AtL_W 1 ardent_authority Loc.63 blank call need_syntheticsynod call main_wait_300 call main_wait_300 call need_grandlibrary call need_prostrationstage - call main_wait_300 - bring 13 AtL_W 1 prostration_stage Loc.63 blank - call need_sanctumofsorrow stop :build_order_scenario @@ -3791,7 +3717,7 @@ script_id PMCx goto build_order_gen :build_order_expansion - bring 13 AtL_W 1 gateway|grand_library|lattice|sequestered_icon|stargate|argosy Loc.63 blank + bring 13 AtL_W 1 gateway|grand_library|rogue_gallery|prostration_stage|ancestral_archives|lattice|ardent_authority|synthetic_synod|stargate|argosy|monument_of_sin Loc.63 blank var Ex|Jump pref_ranger 1 build_ranger_fin2 13 var Ex|Jump pref_templar 1 build_templar_fin2 13 var Ex|Jump pref_skylord 1 build_skylord_fin2 13 @@ -3831,14 +3757,14 @@ script_id PMCx p_need 1 lattice return - :build_sequesteredicon + :build_ardentauthority wait 12 - notowns nexus build_sequesteredicon - add_bld 255 sequestered_icon 1 99 99 + notowns nexus build_ardentauthority + add_bld 255 ardent_authority 1 99 99 return - :need_sequesteredicon - p_need 1 sequestered_icon + :need_ardentauthority + p_need 1 ardent_authority return :build_stargate @@ -3881,48 +3807,18 @@ script_id PMCx p_need 1 rogue_gallery return - :need_cenotaph - wait 12 - bring 13 AtL 1 cenotaph Loc.63 blank_return - p_need 1 cenotaph - return - :need_ancestralarchives wait 12 bring 13 AtL 1 ancestral_archives Loc.63 blank_return p_need 1 ancestral_archives return - :need_automatonregister - wait 12 - bring 13 AtL 1 automaton_register Loc.63 blank_return - p_need 1 automaton_register - return - :need_syntheticsynod wait 12 bring 13 AtL 1 synthetic_synod Loc.63 blank_return p_need 1 synthetic_synod return - :need_astralomen - wait 12 - bring 13 AtL 1 astral_omen Loc.63 blank_return - p_need 1 astral_omen - return - - :need_fleetbeacon - wait 12 - bring 13 AtL 1 fleet_beacon Loc.63 blank_return - p_need 1 fleet_beacon - return - - :need_sanctumofsorrow - wait 12 - bring 13 AtL 1 sanctum_of_sorrow Loc.63 blank_return -# p_need 1 sanctum_of_sorrow - return - :need_monumentofsin wait 12 bring 13 AtL 1 monument_of_sin Loc.63 blank_return @@ -3936,7 +3832,7 @@ script_id PMCx goto request_pylon :request_pylon_loop - unit_check 13 13 63 Greater|Wait 0 3 embassy|crucible|strident_stratum|gateway|cenotaph|grand_library|rogue_gallery|prostration_stage|sanctum_of_sorrow|ancestral_archives|lattice|automaton_register|ardent_authority|sequestered_icon|auxiliary_oasis|unitary_union|synthetic_synod|stargate|astral_omen|argosy|fleet_beacon|monument_of_sin pylon + unit_check 13 13 63 Greater|Wait 0 3 embassy|crucible|strident_stratum|gateway|grand_library|rogue_gallery|prostration_stage|ancestral_archives|lattice|ardent_authority|auxiliary_oasis|synthetic_synod|stargate|argosy|monument_of_sin pylon add_bld 255 pylon 1 30 99 wait 720 goto request_pylon @@ -4000,18 +3896,18 @@ script_id PMCx :request_engram_check local 255 AtL 10 engram blank local 255 AtL 4 engram request_engram_check2 - add_bld 255 engram 1 4 96 + add_bld 255 engram 1 2 96 stop :request_engram_check2 var Ex|Jump under_attack_by_ground_var 1 request_engram_check3 13 var Ex|Jump under_attack_by_air_var 1 request_engram_check3 13 var AtM|Jump mining_count_var 2 blank 13 - add_bld 255 engram 1 7 96 + add_bld 255 engram 1 4 96 stop :request_engram_check3 - add_bld 255 engram 1 10 96 + add_bld 255 engram 1 6 96 stop :request_embassy @@ -4085,8 +3981,8 @@ script_id PMCx goto production_cycle_conditions :production_cycle_wait - bring 13 AtM 3 gateway|cenotaph|grand_library|rogue_gallery|prostration_stage|ancestral_archives|lattice|automaton_register|sequestered_icon|synthetic_synod|stargate|astral_omen|argosy|fleet_beacon|monument_of_sin Loc.63 blank_return - local 255 AtM 1 gateway|cenotaph|grand_library|rogue_gallery|prostration_stage|ancestral_archives|lattice|automaton_register|sequestered_icon|synthetic_synod|stargate|astral_omen|argosy|fleet_beacon|monument_of_sin blank_return + bring 13 AtM 3 gateway|grand_library|rogue_gallery|prostration_stage|ancestral_archives|lattice|synthetic_synod|stargate|argosy|monument_of_sin Loc.63 blank_return + local 255 AtM 1 gateway|grand_library|rogue_gallery|prostration_stage|ancestral_archives|lattice|synthetic_synod|stargate|argosy|monument_of_sin blank_return var AtL|Jump mining_count_var 3 blank_return 13 var Ex|Jump mining_count_var 2 production_cycle_wait2 13 call main_wait_750 @@ -4114,33 +4010,26 @@ script_id PMCx :production_cycle_ranger var AtL|Call pref_lattice 1 production_cycle_lattice 13 - var AtL|Call pref_automatonregister 1 production_cycle_automatonregister 13 var AtL|Call pref_ardentauthority 1 production_cycle_ardentauthority 13 - var AtL|Call pref_sequesteredicon 1 production_cycle_sequesteredicon 13 var AtL|Call pref_syntheticsynod 1 production_cycle_syntheticsynod 13 res 13 AtL Any 800 production_cycle_ranger_high call production_cycle_lattice - call production_cycle_automatonregister - call production_cycle_sequesteredicon + call production_cycle_ardentauthority return :production_cycle_ranger_high call production_cycle_syntheticsynod - call production_cycle_sequesteredicon call production_cycle_ardentauthority - call production_cycle_automatonregister return :production_cycle_templar var AtL|Call pref_gateway 1 production_cycle_gateway 13 - var AtL|Call pref_cenotaph 1 production_cycle_cenotaph 13 var AtL|Call pref_grandlibrary 1 production_cycle_grandlibrary 13 var AtL|Call pref_roguegallery 1 production_cycle_roguegallery 13 var AtL|Call pref_prostrationstage 1 production_cycle_prostrationstage 13 var AtL|Call pref_ancestralarchives 1 production_cycle_ancestralarchives 13 res 13 AtL Any 800 production_cycle_templar_high call production_cycle_gateway - call production_cycle_cenotaph call production_cycle_grandlibrary call production_cycle_roguegallery return @@ -4153,18 +4042,14 @@ script_id PMCx :production_cycle_skylord var AtL|Call pref_stargate 1 production_cycle_stargate 13 - var AtL|Call pref_astralomen 1 production_cycle_astralomen 13 var AtL|Call pref_argosy 1 production_cycle_argosy 13 - var AtL|Call pref_fleetbeacon 1 production_cycle_fleetbeacon 13 var AtL|Call pref_monumentofsin 1 production_cycle_monumentofsin 13 res 13 AtL Any 800 production_cycle_skylord_high call production_cycle_stargate - call production_cycle_astralomen call production_cycle_argosy return :production_cycle_skylord_high - call production_cycle_fleetbeacon call production_cycle_monumentofsin call production_cycle_argosy return @@ -4179,16 +4064,6 @@ script_id PMCx call main_wait_900 goto production_cycle_success - :production_cycle_cenotaph - wait 12 - var AtL|Jump prod_cycle_var 1 blank_return 13 - notowns nexus blank_return - bring 13 Ex 0 scribe|artisan Loc.63 blank_return - add_bld 255 cenotaph 1 8 98 - wait 180 - call main_wait_900 - goto production_cycle_success - :production_cycle_grandlibrary wait 12 var AtL|Jump prod_cycle_var 1 blank_return 13 @@ -4239,16 +4114,6 @@ script_id PMCx call main_wait_900 goto production_cycle_success - :production_cycle_automatonregister - wait 12 - var AtL|Jump prod_cycle_var 1 blank_return 13 - notowns nexus blank_return - bring 13 Ex 0 scribe|artisan Loc.63 blank_return - add_bld 255 automaton_register 1 6 98 - wait 180 - call main_wait_900 - goto production_cycle_success - :production_cycle_ardentauthority wait 12 var AtL|Jump prod_cycle_var 1 blank_return 13 @@ -4259,16 +4124,6 @@ script_id PMCx call main_wait_900 goto production_cycle_success - :production_cycle_sequesteredicon - wait 12 - var AtL|Jump prod_cycle_var 1 blank_return 13 - notowns nexus blank_return - bring 13 Ex 0 scribe|artisan Loc.63 blank_return - add_bld 255 sequestered_icon 1 5 99 - wait 180 - call main_wait_900 - goto production_cycle_success - :production_cycle_syntheticsynod wait 12 var AtL|Jump prod_cycle_var 1 blank_return 13 @@ -4289,16 +4144,6 @@ script_id PMCx call main_wait_900 goto production_cycle_success - :production_cycle_astralomen - wait 12 - var AtL|Jump prod_cycle_var 1 blank_return 13 - notowns nexus blank_return - bring 13 Ex 0 scribe|artisan Loc.63 blank_return - add_bld 255 astral_omen 1 5 98 - wait 180 - call main_wait_900 - goto production_cycle_success - :production_cycle_argosy wait 12 var AtL|Jump prod_cycle_var 1 blank_return 13 @@ -4309,16 +4154,6 @@ script_id PMCx call main_wait_900 goto production_cycle_success - :production_cycle_fleetbeacon - wait 12 - var AtL|Jump prod_cycle_var 1 blank_return 13 - notowns nexus blank_return - bring 13 Ex 0 scribe|artisan Loc.63 blank_return - add_bld 255 fleet_beacon 1 4 100 - wait 180 - call main_wait_900 - goto production_cycle_success - :production_cycle_monumentofsin wait 12 var AtL|Jump prod_cycle_var 1 blank_return 13 @@ -4426,7 +4261,7 @@ script_id PMCx :attack_conditions wait 24 bring 13 AtM 12 scribe Loc.63 attack_conditions - bring 13 AtM 1 gateway|cenotaph|grand_library|rogue_gallery|prostration_stage|sanctum_of_sorrow|ancestral_archives|lattice|automaton_register|ardent_authority|sequestered_icon|stargate|astral_omen|argosy|fleet_beacon|monument_of_sin Loc.63 attack_conditions + bring 13 AtM 1 gateway|grand_library|rogue_gallery|prostration_stage|ancestral_archives|lattice|ardent_authority|stargate|argosy|monument_of_sin Loc.63 attack_conditions res 13 AtL Any 500 blank_return var Ex|WF(360) under_attack_var 0 13 return @@ -4440,9 +4275,9 @@ script_id PMCx var Ex|Jump pref_skylord 1 add_attack_wave_skylord 13 :add_attack_wave_general - unit_check 13 13 63 Greater|Jump 0 0 lattice|sequestered_icon gateway|grand_library|stargate|argosy|prostration_stage|rogue_gallery add_attack_wave_ranger 13 - unit_check 13 13 63 Greater|Jump 0 0 gateway|grand_library lattice|sequestered_icon|stargate|argosy|prostration_stage|rogue_gallery add_attack_wave_templar 13 - unit_check 13 13 63 Greater|Jump 0 0 stargate|argosy gateway|grand_library|lattice|sequestered_icon|prostration_stage|rogue_gallery add_attack_wave_skylord 13 + unit_check 13 13 63 Greater|Jump 0 0 lattice|ardent_authority|synthetic_synod gateway|grand_library|rogue_gallery|prostration_stage|ancestral_archives|stargate|argosy|monument_of_sin add_attack_wave_ranger 13 + unit_check 13 13 63 Greater|Jump 0 0 gateway|grand_library|rogue_gallery|prostration_stage|ancestral_archives lattice|ardent_authority|synthetic_synod|stargate|argosy|monument_of_sin add_attack_wave_templar 13 + unit_check 13 13 63 Greater|Jump 0 0 stargate|argosy|monument_of_sin gateway|grand_library|rogue_gallery|prostration_stage|ancestral_archives|lattice|ardent_authority|synthetic_synod add_attack_wave_skylord 13 rand_j 85 add_attack_wave_templar rand_j 128 add_attack_wave_ranger goto add_attack_wave_skylord @@ -4473,10 +4308,10 @@ script_id PMCx return :attack_wave_ranger - call attack_wave_sequesteredicon - call attack_wave_syntheticsynod call attack_wave_ardentauthority - call attack_wave_automatonregister + call attack_wave_syntheticsynod + call attack_wave_ardentauthority_secondary + call attack_wave_lattice_secondary call attack_wave_lattice return @@ -4486,14 +4321,14 @@ script_id PMCx call attack_wave_prostrationstage call attack_wave_roguegallery call attack_wave_gateway - call attack_wave_cenotaph + call attack_wave_gateway_secondary return :attack_wave_skylord - call attack_wave_fleetbeacon + call attack_wave_argosy_secondary call attack_wave_monumentofsin call attack_wave_argosy - call attack_wave_astralomen + call attack_wave_stargate_secondary call attack_wave_stargate return @@ -4511,7 +4346,7 @@ script_id PMCx call attack_wave_vassal return - :attack_wave_automatonregister + :attack_wave_lattice_secondary var AtL|Call pref_idol 1 attack_wave_idol2 13 var AtL|Call pref_golem 1 attack_wave_golem2 13 call attack_wave_idol @@ -4521,13 +4356,13 @@ script_id PMCx :attack_wave_ardentauthority var AtL|Call pref_servitor 1 attack_wave_servitor2 13 var AtL|Call pref_positron 1 attack_wave_positron2 13 -# var AtL|Call pref_analogue 1 attack_wave_analogue2 13 + var AtL|Call pref_analogue 1 attack_wave_analogue2 13 call attack_wave_servitor call attack_wave_positron -# call attack_wave_analogue + call attack_wave_analogue return - :attack_wave_sequesteredicon + :attack_wave_ardentauthority_secondary var AtL|Call pref_accantor 1 attack_wave_accantor2 13 var AtL|Call pref_architect 1 attack_wave_architect2 13 call attack_wave_accantor @@ -4550,7 +4385,7 @@ script_id PMCx call attack_wave_ecclesiast return - :attack_wave_cenotaph + :attack_wave_gateway_secondary var AtL|Call pref_legionnaire 1 attack_wave_legionnaire2 13 var AtL|Call pref_hierophant 1 attack_wave_hierophant2 13 call attack_wave_legionnaire @@ -4571,18 +4406,22 @@ script_id PMCx :attack_wave_roguegallery var AtL|Call pref_vagrant 1 attack_wave_vagrant2 13 var AtL|Call pref_cabalist 1 attack_wave_cabalist2 13 + var AtL|Call pref_charlatan 1 attack_wave_charlatan2 13 var AtL|Call pref_barghest 1 attack_wave_barghest2 13 call attack_wave_vagrant call attack_wave_cabalist + call attack_wave_charlatan call attack_wave_barghest return :attack_wave_prostrationstage var AtL|Call pref_pariah 1 attack_wave_pariah2 13 - var AtL|Call pref_charlatan 1 attack_wave_charlatan2 13 + var AtL|Call pref_potentate 1 attack_wave_potentate2 13 + var AtL|Call pref_sycophant 1 attack_wave_sycophant2 13 var AtL|Call pref_mind_tyrant 1 attack_wave_mindtyrant2 13 call attack_wave_pariah - call attack_wave_charlatan + call attack_wave_potentate + call attack_wave_sycophant call attack_wave_mindtyrant return @@ -4604,7 +4443,7 @@ script_id PMCx call attack_wave_lanifect return - :attack_wave_astralomen + :attack_wave_stargate_secondary var AtL|Call pref_exemplar 1 attack_wave_exemplar2 13 var AtL|Call pref_gladius 1 attack_wave_gladius2 13 call attack_wave_exemplar @@ -4620,7 +4459,7 @@ script_id PMCx call attack_wave_didact return - :attack_wave_fleetbeacon + :attack_wave_argosy_secondary var AtL|Call pref_empyrean 1 attack_wave_empyrean2 13 var AtL|Call pref_solarion 1 attack_wave_solarion2 13 call attack_wave_empyrean @@ -4675,6 +4514,26 @@ script_id PMCx atk_rel vassal lattice 3 return + :attack_wave_idol + notowns lattice blank_return + queue_rel idol lattice 1 lattice 255 Global 63 101 + atk_rel idol idol 0.8 + + :attack_wave_idol2 + notowns lattice blank_return + atk_rel idol lattice 1.5 + return + + :attack_wave_golem + notowns lattice blank_return + queue_rel golem lattice 0.75 lattice 255 Global 63 101 + atk_rel golem golem 0.8 + + :attack_wave_golem2 + notowns lattice blank_return + atk_rel golem lattice 1 + return + :attack_wave_servitor notowns ardent_authority blank_return queue_rel servitor ardent_authority 1 ardent_authority 255 Global 63 100 @@ -4706,44 +4565,24 @@ script_id PMCx atk_rel analogue ardent_authority 1.2 return - :attack_wave_idol - notowns automaton_register blank_return - queue_rel idol automaton_register 1 automaton_register 255 Global 63 101 - atk_rel idol idol 0.8 - - :attack_wave_idol2 - notowns automaton_register blank_return - atk_rel idol automaton_register 1.5 - return - - :attack_wave_golem - notowns automaton_register blank_return - queue_rel golem automaton_register 0.75 automaton_register 255 Global 63 101 - atk_rel golem golem 0.8 - - :attack_wave_golem2 - notowns automaton_register blank_return - atk_rel golem automaton_register 1 - return - :attack_wave_accantor - notowns sequestered_icon blank_return - queue_rel accantor sequestered_icon 1 sequestered_icon 255 Global 63 102 + notowns ardent_authority blank_return + queue_rel accantor ardent_authority 1 ardent_authority 255 Global 63 102 atk_rel accantor accantor 0.8 :attack_wave_accantor2 - notowns sequestered_icon blank_return - atk_rel accantor sequestered_icon 1 + notowns ardent_authority blank_return + atk_rel accantor ardent_authority 1 return :attack_wave_architect - notowns sequestered_icon blank_return - queue_rel architect sequestered_icon 1 sequestered_icon 255 Global 63 102 + notowns ardent_authority blank_return + queue_rel architect ardent_authority 1 ardent_authority 255 Global 63 102 atk_rel architect architect 0.8 :attack_wave_architect2 - notowns sequestered_icon blank_return - atk_rel architect sequestered_icon 1 + notowns ardent_authority blank_return + atk_rel architect ardent_authority 1 return :attack_wave_demiurge @@ -4798,23 +4637,23 @@ script_id PMCx return :attack_wave_legionnaire - notowns cenotaph blank_return - queue_rel legionnaire cenotaph 1 cenotaph 255 Global 63 100 + notowns gateway blank_return + queue_rel legionnaire gateway 1 gateway 255 Global 63 100 atk_rel legionnaire legionnaire 0.8 :attack_wave_legionnaire2 - notowns cenotaph blank_return - atk_rel legionnaire cenotaph 3 + notowns gateway blank_return + atk_rel legionnaire gateway 3 return :attack_wave_hierophant - notowns cenotaph blank_return - queue_rel hierophant cenotaph 1 cenotaph 255 Global 63 101 + notowns gateway blank_return + queue_rel hierophant gateway 1 gateway 255 Global 63 101 atk_rel hierophant hierophant 0.8 :attack_wave_hierophant2 - notowns cenotaph blank_return - atk_rel hierophant cenotaph 1 + notowns gateway blank_return + atk_rel hierophant gateway 1 return :attack_wave_amaranth @@ -4877,6 +4716,16 @@ script_id PMCx atk_rel cabalist rogue_gallery 1.2 return + :attack_wave_charlatan + notowns rogue_gallery blank_return + queue_rel charlatan rogue_gallery 1 rogue_gallery 255 Global 63 102 + atk_rel charlatan charlatan 0.8 + + :attack_wave_charlatan2 + notowns rogue_gallery blank_return + atk_rel charlatan rogue_gallery 1.15 + return + :attack_wave_barghest notowns rogue_gallery blank_return queue_rel barghest rogue_gallery 1 rogue_gallery 255 Global 63 101 @@ -4897,14 +4746,24 @@ script_id PMCx atk_rel pariah prostration_stage 1.5 return - :attack_wave_charlatan + :attack_wave_potentate notowns prostration_stage blank_return - queue_rel charlatan prostration_stage 1 prostration_stage 255 Global 63 102 - atk_rel charlatan charlatan 0.8 + queue_rel potentate prostration_stage 1 prostration_stage 255 Global 63 102 + atk_rel potentate potentate 0.8 - :attack_wave_charlatan2 + :attack_wave_potentate2 notowns prostration_stage blank_return - atk_rel charlatan prostration_stage 1.15 + atk_rel potentate prostration_stage 2 + return + + :attack_wave_sycophant + notowns prostration_stage blank_return + queue_rel sycophant prostration_stage 1 prostration_stage 255 Global 63 102 + atk_rel sycophant sycophant 0.8 + + :attack_wave_sycophant2 + notowns prostration_stage blank_return + atk_rel sycophant prostration_stage 3 return :attack_wave_mindtyrant @@ -4979,23 +4838,23 @@ script_id PMCx return :attack_wave_exemplar - notowns astral_omen blank_return - queue_rel exemplar astral_omen 1 astral_omen 255 Global 63 101 + notowns stargate blank_return + queue_rel exemplar stargate 1 stargate 255 Global 63 101 atk_rel exemplar exemplar 0.8 :attack_wave_exemplar2 - notowns astral_omen blank_return - atk_rel exemplar astral_omen 1.2 + notowns stargate blank_return + atk_rel exemplar stargate 1.2 return :attack_wave_gladius - notowns astral_omen blank_return - queue_rel gladius astral_omen 1 astral_omen 255 Global 63 101 + notowns stargate blank_return + queue_rel gladius stargate 1 stargate 255 Global 63 101 atk_rel gladius gladius 0.8 :attack_wave_gladius2 - notowns astral_omen blank_return - atk_rel gladius astral_omen 1.2 + notowns stargate blank_return + atk_rel gladius stargate 1.2 return :attack_wave_magister @@ -5030,23 +4889,23 @@ script_id PMCx return :attack_wave_empyrean - notowns fleet_beacon blank_return - queue_rel empyrean fleet_beacon 1 fleet_beacon 255 Global 63 103 + notowns argosy blank_return + queue_rel empyrean argosy 1 argosy 255 Global 63 103 atk_rel empyrean empyrean 0.8 :attack_wave_empyrean2 - notowns fleet_beacon blank_return - atk_rel empyrean fleet_beacon 1.25 + notowns argosy blank_return + atk_rel empyrean argosy 1.25 return :attack_wave_solarion - notowns fleet_beacon blank_return - queue_rel solarion fleet_beacon 1 fleet_beacon 255 Global 63 103 + notowns argosy blank_return + queue_rel solarion argosy 1 argosy 255 Global 63 103 atk_rel solarion solarion 0.8 :attack_wave_solarion2 - notowns fleet_beacon blank_return - atk_rel solarion fleet_beacon 1 + notowns argosy blank_return + atk_rel solarion argosy 1 return :attack_wave_starsovereign @@ -5080,10 +4939,10 @@ script_id PMCx var Ex|wait can_queue_early_military_var 1 13 bring 13 AtL_M 1 gateway Loc.63 early_zealot bring 13 AtL_M 1 gateway Loc.63 early_dracadin - bring 13 AtL_M 1 sequestered_icon Loc.63 early_accantor - bring 13 AtL_M 1 cenotaph Loc.63 early_legionnaire + bring 13 AtL_M 1 ardent_authority Loc.63 early_accantor + bring 13 AtL_M 1 gateway Loc.63 early_legionnaire bring 13 AtL_M 1 lattice Loc.63 early_simulacrum - bring 13 AtL_M 1 cenotaph Loc.63 early_hierophant + bring 13 AtL_M 1 gateway Loc.63 early_hierophant bring 13 AtL_M 1 stargate Loc.63 early_panoptus wait 480 c_queues train zealot|dracadin|accantor|legionnaire|simulacrum|hierophant|panoptus 13 @@ -5094,11 +4953,11 @@ script_id PMCx var Ex|wait can_queue_early_military_var 1 13 bring 13 AtL_M 1 lattice Loc.63 early_simulacrum bring 13 AtL_M 1 gateway Loc.63 early_dracadin - bring 13 AtL_M 1 sequestered_icon Loc.63 early_accantor + bring 13 AtL_M 1 ardent_authority Loc.63 early_accantor bring 13 AtL_M 1 gateway Loc.63 early_zealot - bring 13 AtL_M 1 cenotaph Loc.63 early_hierophant + bring 13 AtL_M 1 gateway Loc.63 early_hierophant bring 13 AtL_M 1 stargate Loc.63 early_panoptus - bring 13 AtL_M 1 cenotaph Loc.63 early_legionnaire + bring 13 AtL_M 1 gateway Loc.63 early_legionnaire wait 480 c_queues train simulacrum|dracadin|accantor|zealot|hierophant|panoptus|legionnaire 13 goto early_military_ranger @@ -5106,12 +4965,12 @@ script_id PMCx :early_military_templar time AtL 7200 Frames blank var Ex|wait can_queue_early_military_var 1 13 - bring 13 AtL_M 1 cenotaph Loc.63 early_legionnaire + bring 13 AtL_M 1 gateway Loc.63 early_legionnaire bring 13 AtL_M 1 gateway Loc.63 early_zealot bring 13 AtL_M 1 gateway Loc.63 early_dracadin - bring 13 AtL_M 1 cenotaph Loc.63 early_hierophant + bring 13 AtL_M 1 gateway Loc.63 early_hierophant bring 13 AtL_M 1 stargate Loc.63 early_panoptus - bring 13 AtL_M 1 sequestered_icon Loc.63 early_accantor + bring 13 AtL_M 1 ardent_authority Loc.63 early_accantor bring 13 AtL_M 1 lattice Loc.63 early_simulacrum wait 480 c_queues train legionnaire|zealot|dracadin|hierophant|panoptus|accantor|simulacrum 13 @@ -5122,11 +4981,11 @@ script_id PMCx var Ex|wait can_queue_early_military_var 1 13 bring 13 AtL_M 1 stargate Loc.63 early_panoptus bring 13 AtL_M 1 gateway Loc.63 early_zealot - bring 13 AtL_M 1 cenotaph Loc.63 early_legionnaire - bring 13 AtL_M 1 sequestered_icon Loc.63 early_accantor + bring 13 AtL_M 1 gateway Loc.63 early_legionnaire + bring 13 AtL_M 1 ardent_authority Loc.63 early_accantor bring 13 AtL_M 1 gateway Loc.63 early_dracadin bring 13 AtL_M 1 lattice Loc.63 early_simulacrum - bring 13 AtL_M 1 cenotaph Loc.63 early_hierophant + bring 13 AtL_M 1 gateway Loc.63 early_hierophant wait 480 c_queues train panoptus|zealot|legionnaire|accantor|dracadin|simulacrum|hierophant 13 goto early_military_skylord @@ -5147,18 +5006,18 @@ script_id PMCx stop :early_legionnaire - bring 13 Ex 0 cenotaph Loc.63 blank + bring 13 Ex 0 gateway Loc.63 blank bring 13 AtL 15 legionnaire Loc.63 blank res 13 AtM Ore 74 blank - queue_rel legionnaire cenotaph 1 cenotaph 255 Global 63 100 + queue_rel legionnaire gateway 1 gateway 255 Global 63 100 stop :early_hierophant - bring 13 Ex 0 cenotaph Loc.63 blank + bring 13 Ex 0 gateway Loc.63 blank bring 13 AtL 8 hierophant Loc.63 blank res 13 AtM Ore 124 blank res 13 AtM Gas 74 blank - queue_rel hierophant cenotaph 1 cenotaph 255 Global 63 100 + queue_rel hierophant gateway 1 gateway 255 Global 63 100 stop :early_simulacrum @@ -5170,11 +5029,11 @@ script_id PMCx stop :early_accantor - bring 13 Ex 0 sequestered_icon Loc.63 blank + bring 13 Ex 0 ardent_authority Loc.63 blank bring 13 AtL 8 accantor Loc.63 blank res 13 AtM Ore 199 blank res 13 AtM Gas 99 blank - queue_rel accantor sequestered_icon 1 sequestered_icon 255 Global 63 100 + queue_rel accantor ardent_authority 1 ardent_authority 255 Global 63 100 stop :early_panoptus diff --git a/CMBW-editor/ai/cm_protoss_atown.asc3 b/CMBW-editor/ai/cm_protoss_atown.asc3 index 8dc460c5..e4fe2f04 100644 --- a/CMBW-editor/ai/cm_protoss_atown.asc3 +++ b/CMBW-editor/ai/cm_protoss_atown.asc3 @@ -449,12 +449,6 @@ script_id PARx # p_need 1 sanctum_of_sorrow return - :need_waywardlure - wait 12 - bring 13 AtL 1 wayward_lure Loc.63 blank_return - p_need 1 wayward_lure - return - :need_monumentofsin wait 12 bring 13 AtL 1 monument_of_sin Loc.63 blank_return diff --git a/CMBW-editor/ai/cm_terran.asc3 b/CMBW-editor/ai/cm_terran.asc3 index 0da45fc3..65bc4917 100644 --- a/CMBW-editor/ai/cm_terran.asc3 +++ b/CMBW-editor/ai/cm_terran.asc3 @@ -1272,7 +1272,7 @@ script_id TMCx :under_attack_by_ground_calc var AtL|Wait under_attack_var 1 13 - player_combat 17 13 63 False Jump maverick|harakan|cyprian|eidolon|savant|madcap|heracles|apostle|siren|striga|olympian|autocrat|dilettante|sevenstep|silvertongue|sevenstep|silvertongue|vulture|cyclops|goliath|blackjack|matador|phalanx|phalanx_siege_mode|madrigal|ramesses|durendal|cataphract|paladin|cuirass|pazuzu|claymore|penumbra|anticthon|aion|zealot|dracadin|ecclesiast|legionnaire|hierophant|amaranth|atreus|herald|cantavis|vagrant|cabalist|pariah|charlatan|archon|optecton|patriarch|apostate|augur|manifold|simulacrum|idol|golem|accantor|architect|demiurge|zethrokor|quazilisk|vorvrokor|liiralisk|cikralisk|protathalor|axitrilisk|mortothrokor|hydralisk|izirokor|bactalisk|tethzorokor|kagralisk|evigrilisk|keskathalor|zoryusthaleth|lakizilisk|konvilisk|vilgorokor|rilirokor|ultrokor|zobriolisk|aspirant|cohort|tarasque Any under_attack_by_ground_calc_fin 13 + player_combat 17 13 63 False Jump maverick|harakan|cyprian|eidolon|savant|madcap|heracles|apostle|siren|striga|olympian|autocrat|dilettante|sevenstep|hypnagogue|sevenstep|silvertongue|vulture|cyclops|goliath|blackjack|matador|phalanx|phalanx_siege_mode|madrigal|ramesses|durendal|cataphract|paladin|cuirass|pazuzu|claymore|penumbra|anticthon|aion|zealot|dracadin|ecclesiast|legionnaire|hierophant|amaranth|atreus|herald|cantavis|vagrant|cabalist|charlatan|pariah|potentate|sycophant|archon|optecton|patriarch|manifold|simulacrum|idol|golem|accantor|architect|demiurge|zethrokor|quazilisk|vorvrokor|liiralisk|cikralisk|protathalor|axitrilisk|mortothrokor|hydralisk|izirokor|bactalisk|tethzorokor|kagralisk|evigrilisk|keskathalor|zoryusthaleth|lakizilisk|konvilisk|vilgorokor|rilirokor|ultrokor|zobriolisk|aspirant|cohort|tarasque Group_Buildings|mason|talos under_attack_by_ground_calc_fin 13 var Set under_attack_by_ground_var 1 13 :under_attack_by_ground_calc_fin @@ -1281,7 +1281,7 @@ script_id TMCx :under_attack_by_air_calc var Ex|Wait under_attack_var 1 13 - player_combat 17 13 63 False Jump talos|wraith|gorgon|wyvern|valkyrie|salamander|sundog|centaur|minotaur|magnetar|pegasus|hippogriff|oberon|phobos|artisan|barghest|vassal|empress|aurora|panoptus|lanifect|gladius|exemplar|magister|epigraph|didact|empyrean|solarion|star_sovereign|anthelion|gosvileth|nathrokor|kalkalisk|mutalisk|ghitorokor|sovroleth|tosgrilisk|skithrokor|vithrilisk|almaksalisk|geszithalor|algoztalisk|alkajelisk|gorgrokor|rililisk|zarcavrokor|tetcaerokor|akistrokor|luminary Any under_attack_by_air_calc_fin 13 + player_combat 17 13 63 False Jump talos|wraith|gorgon|wyvern|valkyrie|salamander|sundog|centaur|minotaur|magnetar|pegasus|hippogriff|oberon|phobos|artisan|barghest|vassal|empress|aurora|panoptus|lanifect|gladius|exemplar|magister|epigraph|didact|empyrean|solarion|star_sovereign|anthelion|gosvileth|nathrokor|kalkalisk|mutalisk|ghitorokor|sovroleth|tosgrilisk|skithrokor|vithrilisk|almaksalisk|geszithalor|algoztalisk|alkajelisk|gorgrokor|rililisk|zarcavrokor|tetcaerokor|akistrokor|luminary Group_Buildings|mason|talos under_attack_by_air_calc_fin 13 var Set under_attack_by_air_var 1 13 :under_attack_by_air_calc_fin @@ -2237,6 +2237,19 @@ script_id TMCx wait 3600 return + :wait_buildstart_towncenter + bring 13 AtL_W 1 ministry|treasury Loc.63 blank + return + + :wait_build_towncenter + wait 12 + notowns ministry wait_build_towncenter_2 + return + + :wait_build_towncenter_2 + notowns treasury wait_build_towncenter + return + :expansion_init_area_town call init_area_town goto expansion_body @@ -2249,15 +2262,21 @@ script_id TMCx bld 1 ministry 180 goto expansion_main + :expansion_body_quarry + wait 12 + notowns atlas expansion_body_quarry + bld 1 quarry 179 + stop + :expansion_body_treasury bld 1 treasury 180 - bld 1 quarry 120 + multi expansion_body_quarry :expansion_main multi expansion_worker_start - w_bldstart 1 ministry + call wait_buildstart_towncenter var Set try_expand_var 0 13 - w_bld 1 ministry + call wait_build_towncenter multi count_expansion var Ex|Jump skip_building_var 1 idle 13 placeholder_count Local AtL|Jump 2 Group_Buildings idle 13 diff --git a/CMBW-editor/ai/cm_terran_atown.asc3 b/CMBW-editor/ai/cm_terran_atown.asc3 index a683907f..58c05887 100644 --- a/CMBW-editor/ai/cm_terran_atown.asc3 +++ b/CMBW-editor/ai/cm_terran_atown.asc3 @@ -6,7 +6,7 @@ script_id TARx wait 1 set_free_id local 255 AtL 1 treasury expansion_body_treasury_atown - bld 1 command_center 180 + bld 1 ministry 180 goto select_build_type_atown :expansion_body_treasury_atown @@ -83,12 +83,12 @@ script_id TARx :outpost_handling multi atown_worker_start - local 255 AtL_W 1 command_center|treasury blank + local 255 AtL_W 1 ministry|treasury blank multi atown_build_order var Ex|Jump skip_building_var 1 idle 13 - bring 13 AtL_W 1 barracks|captaincy Loc.63 blank + bring 13 AtL_W 1 stockade|captaincy Loc.63 blank call main_wait_atown_150 - multi request_bunker_atown + multi request_anchor_atown call main_wait_atown_150 multi request_watchdog_atown call main_wait_atown_600 @@ -100,13 +100,13 @@ script_id TARx bld 1 starpad 121 call main_wait_atown_600 bring 13 AtL_W 1 daedala Loc.63 blank - multi request_ion_cannon_atown + multi request_diadem_atown goto idle :expansion_main_atown multi atown_worker_start - w_bldstart 1 command_center - w_bld 1 command_center + w_bldstart 1 ministry + w_bld 1 ministry # multi count_expansion_atown placeholder_count Local AtL|Jump 1 Group_Buildings expansion_normal_atown 13 var Ex|Jump skip_building_var 1 idle 13 @@ -116,7 +116,7 @@ script_id TARx call main_wait_atown_450 multi production_cycle_atown call main_wait_atown_600 - multi request_bunker_atown + multi request_anchor_atown var Ex|Wait build_done_var_atown 1 13 call main_wait_atown_450 multi atown_build_order_atown @@ -129,11 +129,11 @@ script_id TARx call main_wait_atown_450 bring 13 AtL_W 1 daedala Loc.63 blank call main_wait_atown_900 - multi request_ion_cannon_atown + multi request_diadem_atown goto idle :atown_build_order_atown - bring 13 AtL_W 1 barracks|captaincy|apothecary|fulcrum|mantle|iron_foundry|starpad|starport|nanite_assembly Loc.63 blank + bring 13 AtL_W 1 stockade|captaincy|apothecary|fulcrum|mantle|iron_foundry|starpad|starport|nanite_assembly Loc.63 blank var Ex|Jump pref_armor 1 build_armor_atown_fin_atown 13 var Ex|Jump pref_raider 1 build_raider_atown_fin_atown 13 var Ex|Jump pref_orbital 1 build_orbital_atown_fin_atown 13 @@ -146,9 +146,9 @@ script_id TARx call main_wait_atown_300 multi atown_need_atlas call main_wait_atown_300 - call add_barracks_atown_simple + call add_stockade_atown_simple call main_wait_atown_150 - bld 1 covert_ops 120 + bld 1 covenant 120 call main_wait_atown_600 call add_starport_atown_simple call main_wait_atown_1200 @@ -169,9 +169,9 @@ script_id TARx :build_raider_atown_fin_atown placeholder_count Local AtL|Jump 2 Group_Buildings blank 13 call main_wait_atown_300 - bld 1 medbay 120 + bld 1 vestry 120 call main_wait_atown_300 - bld 1 covert_ops 120 + bld 1 covenant 120 call main_wait_atown_1200 call main_wait_atown_600 multi atown_need_atlas @@ -285,9 +285,9 @@ script_id TARx :count_expansion_atown wait 12 - local 255 Ex 0 command_center count_expansion_atown + local 255 Ex 0 ministry count_expansion_atown var add town_count_var 1 13 - local 255 Ex_W 0 command_center blank + local 255 Ex_W 0 ministry blank var subtract town_count_var 1 13 goto count_expansion_atown @@ -306,9 +306,9 @@ script_id TARx :atown_worker_start wait 24 - local 255 Ex 0 command_center|quarry atown_worker_start + local 255 Ex 0 ministry|quarry atown_worker_start bld 1 mason 98 - local 255 AtL_W 1 command_center|treasury blank + local 255 AtL_W 1 ministry|treasury blank bld 4 mason 98 multi worker_track_atown @@ -321,7 +321,7 @@ script_id TARx # c_queues train mason|talos 13 res 13 AtL_C Any 100 worker_request_advanced_atown local 255 AtL 28 mason|talos atown_worker_loop - queue 1 mason command_center 255 Local Loc.63 200 + queue 1 mason ministry 255 Local Loc.63 200 wait 150 local 255 Ex 0 quarry atown_worker_loop queue 1 mason quarry 255 Local Loc.63 200 @@ -335,14 +335,14 @@ script_id TARx var Sub mining_count_var 1 13 goto worker_track_atown - :add_barracks_atown_simple + :add_stockade_atown_simple wait 12 - notowns command_center add_barracks_atown_simple - add_bld 255 barracks 1 99 97 + notowns ministry add_stockade_atown_simple + add_bld 255 stockade 1 99 97 return - :add_barracks_atown_simple2 - p_need 1 barracks + :add_stockade_atown_simple2 + p_need 1 stockade return :add_captaincy_atown_simple @@ -357,7 +357,7 @@ script_id TARx :add_fulcrum_atown_simple wait 12 - notowns command_center add_fulcrum_atown_simple + notowns ministry add_fulcrum_atown_simple add_bld 255 fulcrum 1 99 97 return @@ -377,7 +377,7 @@ script_id TARx :add_starpad_atown_simple wait 12 - notowns command_center add_starpad_atown_simple + notowns ministry add_starpad_atown_simple add_bld 255 starpad 1 99 97 return @@ -387,7 +387,7 @@ script_id TARx :add_starport_atown_simple wait 12 - notowns command_center add_starport_atown_simple + notowns ministry add_starport_atown_simple notowns atlas add_starport_atown_simple add_bld 255 starport 1 99 97 return @@ -408,7 +408,7 @@ script_id TARx :add_atlas_atown_simple wait 12 - notowns command_center add_atlas_atown_simple + notowns ministry add_atlas_atown_simple multi atown_need_atlas return @@ -487,28 +487,28 @@ script_id TARx notowns atelier atown_wait_for_atelier return - :request_bunker_atown + :request_anchor_atown var Ex|Wait can_build_static_defense_var_atown 1 13 wait 12 - bring 13 Ex 0 barracks|captaincy|apothecary|fulcrum|mantle|iron_foundry Loc.63 request_bunker_atown - call request_bunker_atown_check + bring 13 Ex 0 stockade|captaincy|apothecary|fulcrum|mantle|iron_foundry Loc.63 request_anchor_atown + call request_anchor_atown_check wait 60 call main_wait_atown_900 - goto request_bunker_atown + goto request_anchor_atown - :request_bunker_atown_check - local 255 AtL 4 bunker blank_return - var Ex|Jump under_attack_var 1 request_bunker_atown_check2 13 - add_bld 255 bunker 1 2 95 - goto request_bunker_atown_guards_tier3 + :request_anchor_atown_check + local 255 AtL 4 anchor blank_return + var Ex|Jump under_attack_var 1 request_anchor_atown_check2 13 + add_bld 255 anchor 1 2 95 + goto request_anchor_atown_guards_tier3 - :request_bunker_atown_check2 - add_bld 255 bunker 1 3 95 - var AtL|Jump mining_count_var 3 request_bunker_atown_guards_tier3 13 - var AtL|Jump mining_count_var 2 request_bunker_atown_guards_tier2 13 - goto request_bunker_atown_guards_tier1 + :request_anchor_atown_check2 + add_bld 255 anchor 1 3 95 + var AtL|Jump mining_count_var 3 request_anchor_atown_guards_tier3 13 + var AtL|Jump mining_count_var 2 request_anchor_atown_guards_tier2 13 + goto request_anchor_atown_guards_tier1 - :request_bunker_atown_guards_tier1 + :request_anchor_atown_guards_tier1 p_guard maverick 0 p_guard maverick 0 p_guard maverick 1 @@ -516,15 +516,15 @@ script_id TARx p_guard cyprian 1 goto add_return_atown__wait_960 - :request_bunker_atown_guards_tier2 - notowns captaincy request_bunker_atown_guards_tier1 + :request_anchor_atown_guards_tier2 + notowns captaincy request_anchor_atown_guards_tier1 p_guard madcap 0 p_guard madcap 0 p_guard heracles 1 goto add_return_atown__wait_960 - :request_bunker_atown_guards_tier3 - notowns guildhall request_bunker_atown_guards_tier2 + :request_anchor_atown_guards_tier3 + notowns guildhall request_anchor_atown_guards_tier2 p_guard olympian 0 p_guard olympian 0 p_guard autocrat 1 @@ -533,7 +533,7 @@ script_id TARx :request_watchdog_atown var Ex|Wait can_build_static_defense_var_atown 1 13 wait 12 - notowns command_center request_watchdog_atown + notowns ministry request_watchdog_atown call request_watchdog_atown_check call main_wait_atown_600 goto request_watchdog_atown @@ -557,7 +557,7 @@ script_id TARx :request_sentinel_atown var Ex|Wait can_build_static_defense_var_atown 1 13 wait 12 - notowns command_center request_sentinel_atown + notowns ministry request_sentinel_atown notowns atlas request_sentinel_atown call request_sentinel_atown_check call main_wait_atown_600 @@ -579,24 +579,24 @@ script_id TARx add_bld 255 sentinel 1 10 98 goto add_return_atown__wait_480 - :request_ion_cannon_atown + :request_diadem_atown var Ex|Wait can_build_static_defense_var_atown 1 13 wait 12 - notowns command_center request_ion_cannon_atown - notowns daedala request_ion_cannon_atown - call request_ion_cannon_atown_check + notowns ministry request_diadem_atown + notowns daedala request_diadem_atown + call request_diadem_atown_check wait 60 call main_wait_atown_900 - goto request_ion_cannon_atown + goto request_diadem_atown - :request_ion_cannon_atown_check - local 255 AtL 1 ion_cannon request_ion_cannon_atown_check2 - add_bld 255 ion_cannon 1 1 98 + :request_diadem_atown_check + local 255 AtL 1 diadem request_diadem_atown_check2 + add_bld 255 diadem 1 1 98 goto add_return_atown__wait_960 - :request_ion_cannon_atown_check2 + :request_diadem_atown_check2 var Ex|Jump under_attack_var 0 add_return_atown__wait_960 13 - add_bld 255 ion_cannon 1 2 98 + add_bld 255 diadem 1 2 98 goto add_return_atown__wait_960 :request_infrastructure_atown @@ -605,15 +605,15 @@ script_id TARx var Ex|Wait can_build_production_var_atown 1 13 :request_infrastructure_atown_parthenon - notowns daedala request_infrastructure_atown_silo + notowns daedala request_infrastructure_atown_anvil call add_parthenon_check_atown - :request_infrastructure_atown_silo + :request_infrastructure_atown_anvil notowns daedala request_infrastructure_atown_quarry var Ex|Jump infrastructure_cycle_var_atown 1 request_infrastructure_atown_loop 13 - var Ex|Call pref_missile_silo 1 add_nuclear_silo 13 + var Ex|Call pref_anvil 1 add_anvil 13 var Ex|Jump infrastructure_cycle_var_atown 1 request_infrastructure_atown_loop 13 - call add_nuclear_silo_check_atown + call add_anvil_check_atown :request_infrastructure_atown_quarry var Ex|Jump infrastructure_cycle_var_atown 1 request_infrastructure_atown_loop 13 @@ -635,14 +635,14 @@ script_id TARx call main_wait_atown_900 goto add_return_atown - :add_nuclear_silo_check_atown - local 255 AtL 1 missile_silo blank_return + :add_anvil_check_atown + local 255 AtL 1 anvil blank_return - :add_nuclear_silo - local 255 AtL 2 missile_silo|quarry blank_return - add_bld 255 missile_silo 1 1 98 + :add_anvil + local 255 AtL 2 anvil|quarry blank_return + add_bld 255 anvil 1 1 98 var Set infrastructure_cycle_var_atown 1 13 - w_bldstart 1 missile_silo + w_bldstart 1 anvil wait 240 call main_wait_atown_900 goto add_return_atown @@ -651,7 +651,7 @@ script_id TARx local 255 AtL 1 quarry blank_return :add_quarry_atown - local 255 AtL 2 missile_silo|quarry blank_return + local 255 AtL 2 anvil|quarry blank_return add_bld 255 quarry 1 1 98 var Set infrastructure_cycle_var_atown 1 13 w_bldstart 1 quarry @@ -665,7 +665,7 @@ script_id TARx :production_cycle_atown_conditions wait 24 var Ex|Jump mining_count_var 0 production_cycle_atown_conditions 13 - local 255 Ex 0 command_center|quarry production_cycle_atown_conditions + local 255 Ex 0 ministry|quarry production_cycle_atown_conditions local 255 AtM 4 mason|talos production_cycle_atown_conditions bring 13 Ex 0 atlas|daedala Loc.63 production_cycle_atown_conditions bring 13 AtL 31 Group_Factories Loc.63 production_cycle_atown_conditions_6 @@ -707,8 +707,8 @@ script_id TARx goto production_cycle_atown_conditions :production_cycle_atown_wait - bring 13 AtM 3 barracks|captaincy|apothecary|fulcrum|mantle|iron_foundry|starpad|starport|nanite_assembly Loc.63 blank_return - local 255 AtM 1 barracks|captaincy|apothecary|fulcrum|mantle|iron_foundry|starpad|starport|nanite_assembly blank_return + bring 13 AtM 3 stockade|captaincy|apothecary|fulcrum|mantle|iron_foundry|starpad|starport|nanite_assembly Loc.63 blank_return + local 255 AtM 1 stockade|captaincy|apothecary|fulcrum|mantle|iron_foundry|starpad|starport|nanite_assembly blank_return var AtL|Jump mining_count_var 3 blank_return 13 var Ex|Jump mining_count_var 2 production_cycle_atown_wait2 13 call main_wait_atown_750 @@ -743,9 +743,9 @@ script_id TARx return :production_cycle_atown_check_raider - var AtL|Call pref_barracks 1 production_cycle_atown_barracks 13 + var AtL|Call pref_stockade 1 production_cycle_atown_stockade 13 var AtL|Call pref_captaincy 1 production_cycle_atown_captaincy 13 - call production_cycle_atown_barracks + call production_cycle_atown_stockade call production_cycle_atown_captaincy call production_cycle_atown_apothecary return @@ -758,38 +758,38 @@ script_id TARx call production_cycle_atown_nanite_assembly return - :production_cycle_atown_barracks + :production_cycle_atown_stockade wait 12 var AtL|Jump production_cycle_atown_var 1 blank_return 13 - notowns command_center blank_return + notowns ministry blank_return bring 13 Ex 0 mason|talos Loc.63 blank_return - add_bld 255 barracks 1 20 97 + add_bld 255 stockade 1 20 97 wait 150 call main_wait_atown_750 - :production_cycle_atown_barracks_addon - var AtL|Jump pref_medbay 1 production_cycle_atown_medbay 13 - var AtL|Jump pref_covert_ops 1 production_cycle_atown_covert_ops 13 - local 255 Ex 0 medbay production_cycle_atown_medbay - call production_cycle_atown_covert_ops - call production_cycle_atown_medbay + :production_cycle_atown_stockade_addon + var AtL|Jump pref_vestry 1 production_cycle_atown_vestry 13 + var AtL|Jump pref_covenant 1 production_cycle_atown_covenant 13 + local 255 Ex 0 vestry production_cycle_atown_vestry + call production_cycle_atown_covenant + call production_cycle_atown_vestry goto production_cycle_atown_success - :production_cycle_atown_medbay + :production_cycle_atown_vestry wait 12 var AtL|Jump production_cycle_atown_addon_var 1 blank_return 13 - notowns barracks blank_return - add_bld 255 medbay 1 20 96 + notowns stockade blank_return + add_bld 255 vestry 1 20 96 var Add production_cycle_atown_addon_var 1 13 call main_wait_atown_300 return - :production_cycle_atown_covert_ops + :production_cycle_atown_covenant wait 12 var AtL|Jump production_cycle_atown_addon_var 1 blank_return 13 - notowns barracks blank_return + notowns stockade blank_return notowns atlas blank_return - add_bld 255 covert_ops 1 20 96 + add_bld 255 covenant 1 20 96 var Add production_cycle_atown_addon_var 1 13 call main_wait_atown_300 return @@ -840,16 +840,16 @@ script_id TARx :production_cycle_atown_fulcrum wait 12 var AtL|Jump production_cycle_atown_var 1 blank_return 13 - notowns command_center blank_return + notowns ministry blank_return bring 13 Ex 0 mason|talos Loc.63 blank_return add_bld 255 fulcrum 1 20 97 wait 180 call main_wait_atown_900 :production_cycle_atown_fulcrum_addon - var AtL|Jump pref_machine_shop 1 production_cycle_atown_machine_shop 13 + var AtL|Jump pref_palladium 1 production_cycle_atown_palladium 13 var AtL|Jump pref_scrapyard 1 production_cycle_atown_scrapyard 13 - call production_cycle_atown_machine_shop + call production_cycle_atown_palladium call production_cycle_atown_scrapyard goto production_cycle_atown_success @@ -862,12 +862,12 @@ script_id TARx call main_wait_atown_300 return - :production_cycle_atown_machine_shop + :production_cycle_atown_palladium wait 12 var AtL|Jump production_cycle_atown_addon_var 1 blank_return 13 notowns fulcrum blank_return notowns atlas blank_return - add_bld 255 machine_shop 1 20 96 + add_bld 255 palladium 1 20 96 var Add production_cycle_atown_addon_var 1 13 call main_wait_atown_300 return @@ -875,7 +875,7 @@ script_id TARx :production_cycle_atown_mantle wait 12 var AtL|Jump production_cycle_atown_var 1 blank_return 13 - notowns command_center blank_return + notowns ministry blank_return bring 13 Ex 0 mason|talos Loc.63 blank_return add_bld 255 mantle 1 10 97 wait 180 @@ -892,7 +892,7 @@ script_id TARx :production_cycle_atown_iron_foundry_addon call production_cycle_atown_future_station - call production_cycle_atown_biotic_base + call production_cycle_atown_biotic_bastion goto production_cycle_atown_success :production_cycle_atown_future_station @@ -904,11 +904,11 @@ script_id TARx call main_wait_atown_300 return - :production_cycle_atown_biotic_base + :production_cycle_atown_biotic_bastion wait 12 var AtL|Jump production_cycle_atown_var 1 blank_return 13 notowns iron_foundry blank_return - add_bld 255 biotic_base 1 20 97 + add_bld 255 biotic_bastion 1 20 97 var Add production_cycle_atown_var 1 13 call main_wait_atown_300 return @@ -916,7 +916,7 @@ script_id TARx :production_cycle_atown_starpad wait 12 var AtL|Jump production_cycle_atown_var 1 blank_return 13 - notowns command_center blank_return + notowns ministry blank_return bring 13 Ex 0 mason|talos Loc.63 blank_return add_bld 255 starpad 1 10 97 wait 180 @@ -933,28 +933,28 @@ script_id TARx call main_wait_atown_900 :production_cycle_atown_starport_addon - var AtL|Jump pref_munitions_bay 1 production_cycle_atown_munitions_bay 13 - var AtL|Jump pref_control_tower 1 production_cycle_atown_control_tower 13 - call production_cycle_atown_munitions_bay - call production_cycle_atown_control_tower + var AtL|Jump pref_rotary 1 production_cycle_atown_rotary 13 + var AtL|Jump pref_commandment 1 production_cycle_atown_commandment 13 + call production_cycle_atown_rotary + call production_cycle_atown_commandment goto production_cycle_atown_success - :production_cycle_atown_munitions_bay + :production_cycle_atown_rotary wait 12 var AtL|Jump production_cycle_atown_var 1 blank_return 13 notowns starport blank_return notowns atlas blank_return - add_bld 255 munitions_bay 1 20 97 + add_bld 255 rotary 1 20 97 var Add production_cycle_atown_var 1 13 call main_wait_atown_300 return - :production_cycle_atown_control_tower + :production_cycle_atown_commandment wait 12 var AtL|Jump production_cycle_atown_var 1 blank_return 13 notowns starport blank_return notowns daedala blank_return - add_bld 255 control_tower 1 20 97 + add_bld 255 commandment 1 20 97 var Add production_cycle_atown_var 1 13 call main_wait_atown_300 return @@ -968,14 +968,14 @@ script_id TARx call main_wait_atown_1200 :production_cycle_atown_nanite_assembly_addon - call production_cycle_atown_particle_accelerator + call production_cycle_atown_hadron goto production_cycle_atown_success - :production_cycle_atown_particle_accelerator + :production_cycle_atown_hadron wait 12 var AtL|Jump production_cycle_atown_var 1 blank_return 13 notowns nanite_assembly blank_return - add_bld 255 particle_accelerator 1 20 98 + add_bld 255 hadron 1 20 98 var Add production_cycle_atown_var 1 13 call main_wait_atown_300 return @@ -1202,13 +1202,13 @@ script_id TARx :build_general_atown_2FulcMech_Main var Ex|Call pref_raider_captaincy 0 buildpref_raider_captaincy_heracles 13 - var Ex|Call pref_raider_medbay 0 buildpref_raider_medbay_shaman 13 + var Ex|Call pref_raider_vestry 0 buildpref_raider_vestry_shaman 13 var Ex|Call pref_armor_machine 0 buildpref_armor_machineshop_phalanx 13 var Ex|Call pref_armor_iron 0 buildpref_armor_ironfoundry_pazuzu 13 var Ex|Call pref_orbital_munitions 0 buildpref_orbital_munitionsbay_salamander 13 var Ex|Call pref_orbital_control 0 buildpref_orbital_commandment_azazel 13 var Ex|Call pref_raider_production 0 buildpref_raider_captaincy 13 - var Ex|Call pref_addon_barracks 0 buildpref_raider_medbay 13 + var Ex|Call pref_addon_stockade 0 buildpref_raider_vestry 13 var Ex|Call pref_armor_production 0 buildpref_armor_fulcrum 13 var Ex|Call pref_addon_fulcrum 0 buildpref_armor_machineshop 13 var Ex|Call pref_orbital_production 0 buildpref_orbital_naniteassembly 13 @@ -1248,9 +1248,9 @@ script_id TARx w_bld 2 fulcrum bld 2 scrapyard 120 w_bld 3 fulcrum - bld 1 machine_shop 120 + bld 1 palladium 120 w_bld 4 fulcrum - bld 2 machine_shop 120 + bld 2 palladium 120 stop :build_general_atown_EarlyRiser @@ -1258,21 +1258,21 @@ script_id TARx print Terran<32>General<32>greed<32>1:<32>Early<32>Riser :build_general_atown_EarlyRiser_Main - var Ex|Call pref_raider_barracks 0 buildpref_raider_barracks_maverick 13 - var Ex|Call pref_raider_medbay 0 buildpref_raider_medbay_cleric 13 + var Ex|Call pref_raider_stockade 0 buildpref_raider_stockade_maverick 13 + var Ex|Call pref_raider_vestry 0 buildpref_raider_vestry_cleric 13 var Ex|Call pref_raider_captaincy 0 buildpref_raider_captaincy_madcap 13 var Ex|Call pref_armor_fulcrum 0 buildpref_armor_fulcrum_cyclops 13 var Ex|Call pref_orbital_starport 0 buildpref_orbital_starport_gorgon 13 var Ex|Call pref_orbital_munitions 0 buildpref_orbital_munitionsbay_sundog 13 var Ex|Call pref_orbital_control 0 buildpref_orbital_commandment_seraph 13 var Ex|Call pref_raider_production 0 buildpref_raider_captaincy 13 - var Ex|Call pref_addon_barracks 0 buildpref_raider_medbay 13 + var Ex|Call pref_addon_stockade 0 buildpref_raider_vestry 13 var Ex|Call pref_addon_fulcrum 0 buildpref_armor_scrapyard 13 call main_wait_atown_900 call main_wait_atown_300 var Add can_expand_var_atown 1 13 call main_wait_atown_600 - bld 1 barracks 121 + bld 1 stockade 121 call main_wait_atown_300 call main_wait_atown_600 bld 1 fulcrum 121 @@ -1281,7 +1281,7 @@ script_id TARx call main_wait_atown_300 bld 1 starpad 121 call main_wait_atown_300 - bld 2 barracks 121 + bld 2 stockade 121 call main_wait_atown_600 var Set build_gas_var_atown 1 13 call main_wait_atown_150 @@ -1293,11 +1293,11 @@ script_id TARx goto build_general_atown_fin :build_general_atown_EarlyRiser_Addon - w_bld 1 barracks - bld 1 medbay 120 + w_bld 1 stockade + bld 1 vestry 120 call atown_wait_for_atlas w_bld 1 fulcrum - bld 1 machine_shop 120 + bld 1 palladium 120 stop :build_general_atown_TheCube @@ -1305,7 +1305,7 @@ script_id TARx print Terran<32>General<32>rush<32>1:<32>The<32>Cube :build_general_atown_TheCube_Main - var Ex|Call pref_raider_barracks 0 buildpref_raider_barracks_maverick 13 + var Ex|Call pref_raider_stockade 0 buildpref_raider_stockade_maverick 13 var Ex|Call pref_raider_captaincy 0 buildpref_raider_captaincy_apostle 13 var Ex|Call pref_armor_fulcrum 0 buildpref_armor_fulcrum_vulture 13 var Ex|Call pref_armor_machine 0 buildpref_armor_machineshop_phalanx 13 @@ -1318,7 +1318,7 @@ script_id TARx call main_wait_atown_600 bld 1 fulcrum 121 call main_wait_atown_600 - bld 1 barracks 121 + bld 1 stockade 121 call main_wait_atown_300 bld 1 starpad 121 call main_wait_atown_600 @@ -1342,16 +1342,16 @@ script_id TARx goto build_general_atown_fin :build_general_atown_TheCube_Addon - w_bld 1 barracks - bld 1 medbay 120 + w_bld 1 stockade + bld 1 vestry 120 call atown_wait_for_atlas w_bld 1 fulcrum - bld 1 machine_shop 120 + bld 1 palladium 120 call atown_wait_for_fountainhead bld 1 starport 121 w_bld 1 starport - bld 1 munitions_bay 120 - w_bldstart 1 munitions_bay + bld 1 rotary 120 + w_bldstart 1 rotary stop :build_general_atown_DoublingUp @@ -1359,9 +1359,9 @@ script_id TARx print Terran<32>General<32>rush<32>2:<32>Doubling<32>Up :build_general_atown_DoublingUp_Main - var Ex|Call pref_raider_barracks 0 buildpref_raider_barracks_maverick 13 - var Ex|Call pref_raider_medbay 0 buildpref_raider_medbay_shaman 13 - var Ex|Call pref_raider_production 0 buildpref_raider_barracks 13 + var Ex|Call pref_raider_stockade 0 buildpref_raider_stockade_maverick 13 + var Ex|Call pref_raider_vestry 0 buildpref_raider_vestry_shaman 13 + var Ex|Call pref_raider_production 0 buildpref_raider_stockade 13 var Ex|Call pref_armor_fulcrum 0 buildpref_armor_fulcrum_cyclops 13 var Ex|Call pref_armor_machine 0 buildpref_armor_fulcrum_goliath 13 var Ex|Call pref_armor_scrapyard 0 buildpref_armor_scrapyard_blackjack 13 @@ -1369,10 +1369,10 @@ script_id TARx var Ex|Call pref_armor_production 0 buildpref_armor_ironfoundry 13 var Ex|Call pref_orbital_production 0 buildpref_orbital_naniteassembly 13 call main_wait_atown_900 - bld 1 barracks 121 + bld 1 stockade 121 call main_wait_atown_150 var Sub can_worker_var_atown 1 13 - bld 2 barracks 121 + bld 2 stockade 121 wait 24 var Set can_attack_var_atown 1 13 call main_wait_atown_1200 @@ -1399,18 +1399,18 @@ script_id TARx goto build_general_atown_fin :build_general_atown_DoublingUp_Addon - w_bld 1 barracks - bld 1 medbay 120 + w_bld 1 stockade + bld 1 vestry 120 w_bld 1 fulcrum bld 1 scrapyard 120 w_bld 2 fulcrum bld 2 scrapyard 120 call atown_wait_for_atlas - w_bld 2 barracks - bld 1 covert_ops 120 + w_bld 2 stockade + bld 1 covenant 120 call main_wait_atown_150 w_bld 3 fulcrum - bld 1 machine_shop 120 + bld 1 palladium 120 stop :build_general_atown_MechIntoAir @@ -1428,7 +1428,7 @@ script_id TARx var Ex|Call pref_orbital_nanite 0 buildpref_orbital_naniteassembly_minotaur 13 call main_wait_atown_600 call main_wait_atown_300 - bld 1 barracks 121 + bld 1 stockade 121 call main_wait_atown_300 bld 1 fulcrum 121 call main_wait_atown_750 @@ -1475,25 +1475,25 @@ script_id TARx call atown_wait_for_atlas bld 1 quarry 120 w_bld 3 fulcrum - bld 1 machine_shop 120 + bld 1 palladium 120 w_bld 4 fulcrum - bld 2 machine_shop 120 + bld 2 palladium 120 call atown_wait_for_fountainhead bld 2 starport 121 w_bld 1 starport - bld 1 munitions_bay 120 + bld 1 rotary 120 w_bld 2 starport - bld 2 munitions_bay 120 + bld 2 rotary 120 w_bld 5 fulcrum - bld 3 machine_shop 120 + bld 3 palladium 120 w_bld 6 fulcrum - bld 4 machine_shop 120 + bld 4 palladium 120 w_bld 3 starport - bld 3 munitions_bay 120 + bld 3 rotary 120 w_bld 4 starport - bld 4 munitions_bay 120 + bld 4 rotary 120 w_bld 5 starport - bld 5 munitions_bay 120 + bld 5 rotary 120 call atown_wait_for_daedala w_bld 6 starport bld 1 commandment 120 @@ -1510,12 +1510,12 @@ script_id TARx print Terran<32>General<32>timing<32>3:<32>Observant :build_general_atown_Observant_Main - var Ex|Call pref_raider_barracks 0 buildpref_raider_barracks_cyprian 13 + var Ex|Call pref_raider_stockade 0 buildpref_raider_stockade_cyprian 13 var Ex|Call pref_orbital_control 0 buildpref_orbital_commandment_seraph 13 var Ex|Call pref_orbital_production 0 buildpref_orbital_starport 13 var Ex|Call pref_addon_starport 0 buildpref_orbital_commandment 13 call main_wait_atown_600 - bld 1 barracks 121 + bld 1 stockade 121 call main_wait_atown_300 call main_wait_atown_150 wait 24 @@ -1549,15 +1549,15 @@ script_id TARx multi production_cycle_atown :build_general_atown_Observant_Addon - w_bld 1 barracks - bld 1 medbay 120 + w_bld 1 stockade + bld 1 vestry 120 w_bld 1 fulcrum bld 1 scrapyard 120 call atown_wait_for_atlas w_bld 2 fulcrum - bld 1 machine_shop 120 + bld 1 palladium 120 w_bld 3 fulcrum - bld 2 machine_shop 120 + bld 2 palladium 120 call atown_wait_for_fountainhead bld 2 starport 121 call atown_wait_for_daedala @@ -1580,9 +1580,9 @@ script_id TARx call main_wait_atown_300 multi atown_need_atlas call main_wait_atown_300 - call add_barracks_atown_simple + call add_stockade_atown_simple call main_wait_atown_150 - bld 1 covert_ops 120 + bld 1 covenant 120 call main_wait_atown_600 multi atown_need_fountainhead call main_wait_atown_900 @@ -1651,7 +1651,7 @@ script_id TARx print Terran<32>Armor<32>timing<32>1:<32>Phalanx<32>Timing :build_armor_atown_PhalanxTiming_Main - var Ex|Call pref_raider_barracks 0 buildpref_raider_barracks_cyprian 13 + var Ex|Call pref_raider_stockade 0 buildpref_raider_stockade_cyprian 13 var Ex|Call pref_raider_captaincy 0 buildpref_raider_captaincy_madcap 13 var Ex|Call pref_raider_production 0 buildpref_raider_captaincy 13 var Ex|Call pref_armor_fulcrum 0 buildpref_armor_fulcrum_cyclops 13 @@ -1689,7 +1689,7 @@ script_id TARx call main_wait_atown_900 var Set can_attack_var_atown 1 13 wait 24 - bld 1 barracks 121 + bld 1 stockade 121 call main_wait_atown_600 multi production_cycle_atown goto build_armor_atown_fin @@ -1697,19 +1697,19 @@ script_id TARx :build_armor_atown_PhalanxTiming_Addon call atown_wait_for_atlas w_bld 1 fulcrum - bld 1 machine_shop 120 + bld 1 palladium 120 w_bld 2 fulcrum - bld 2 machine_shop 120 - w_bld 1 machine_shop + bld 2 palladium 120 + w_bld 1 palladium queue 1 phalanx fulcrum 255 Local Loc.63 100 - w_bld 2 machine_shop + w_bld 2 palladium queue 1 madrigal fulcrum 255 Local Loc.63 100 w_bld 3 fulcrum - bld 3 machine_shop 120 - w_bld 1 barracks + bld 3 palladium 120 + w_bld 1 stockade call main_wait_atown_450 - bld 1 medbay 120 - w_bld 2 machine_shop + bld 1 vestry 120 + w_bld 2 palladium queue 2 phalanx fulcrum 255 Local Loc.63 100 call main_wait_atown_150 queue 2 madrigal fulcrum 255 Local Loc.63 100 @@ -1727,17 +1727,17 @@ script_id TARx var Ex|Call pref_armor_iron 0 buildpref_armor_futurestation_penumbra 13 var Ex|Call pref_armor_production 0 buildpref_armor_fulcrum 13 call main_wait_atown_600 - bld 1 barracks 121 + bld 1 stockade 121 call main_wait_atown_300 call main_wait_atown_600 wait 24 - queue 1 maverick barracks 255 Global Loc.63 100 + queue 1 maverick stockade 255 Global Loc.63 100 call main_wait_atown_300 - queue 1 maverick barracks 255 Global Loc.63 100 + queue 1 maverick stockade 255 Global Loc.63 100 wait 24 bld 1 fulcrum 121 call main_wait_atown_300 - queue 1 maverick barracks 255 Global Loc.63 100 + queue 1 maverick stockade 255 Global Loc.63 100 call main_wait_atown_300 wait 24 queue 1 vulture fulcrum 255 Global Loc.63 100 @@ -1749,7 +1749,7 @@ script_id TARx call main_wait_atown_600 var Add can_worker_var_atown 1 13 call main_wait_atown_600 - queue 1 maverick barracks 255 Global Loc.63 100 + queue 1 maverick stockade 255 Global Loc.63 100 wait 24 bld 3 fulcrum 121 call main_wait_atown_150 @@ -1812,9 +1812,9 @@ script_id TARx bld 1 scrapyard 120 call atown_wait_for_atlas w_bld 2 fulcrum - bld 1 machine_shop 120 + bld 1 palladium 120 w_bld 3 fulcrum - bld 2 machine_shop 120 + bld 2 palladium 120 call atown_wait_for_fountainhead bld 1 starport 121 call atown_wait_for_daedala @@ -1852,7 +1852,7 @@ script_id TARx var Add can_expand_var_atown 1 13 bld 3 fulcrum 121 call main_wait_atown_150 - bld 1 barracks 121 + bld 1 stockade 121 multi production_cycle_atown goto build_armor_atown_fin @@ -1880,7 +1880,7 @@ script_id TARx w_bld 1 fulcrum w_bldstart 2 fulcrum call main_wait_atown_300 - bld 1 barracks 121 + bld 1 stockade 121 call main_wait_atown_450 var Add can_worker_var_atown 1 13 call main_wait_atown_1200 @@ -1896,7 +1896,7 @@ script_id TARx call main_wait_atown_300 call atown_wait_for_atlas w_bld 2 fulcrum - bld 1 machine_shop 120 + bld 1 palladium 120 stop :build_armor_atown_IronCrusade @@ -1905,8 +1905,8 @@ script_id TARx :build_armor_atown_IronCrusade_Main var Ex|Call pref_raider_covert 0 buildpref_raider_covertops_eidolon 13 - var Ex|Call pref_addon_barracks 0 buildpref_raider_covertops 13 - var Ex|Call pref_raider_production 0 buildpref_raider_barracks 13 + var Ex|Call pref_addon_stockade 0 buildpref_raider_covertops 13 + var Ex|Call pref_raider_production 0 buildpref_raider_stockade 13 var Ex|Call pref_armor_machine 0 buildpref_armor_machineshop_phalanx 13 var Ex|Call pref_armor_production 0 buildpref_armor_ironfoundry 13 var Ex|Call pref_orbital_control 0 buildpref_orbital_commandment_seraph 13 @@ -1960,8 +1960,8 @@ script_id TARx print Terran<32>Armor<32>timing<32>3:<32>David<32>and<32>Goliath :build_armor_atown_DavidAndGoliath_Main - var Ex|Call pref_raider_barracks 0 buildpref_raider_barracks_maverick 13 - var Ex|Call pref_raider_production 0 buildpref_raider_barracks 13 + var Ex|Call pref_raider_stockade 0 buildpref_raider_stockade_maverick 13 + var Ex|Call pref_raider_production 0 buildpref_raider_stockade 13 var Ex|Call pref_armor_fulcrum 0 buildpref_armor_fulcrum_goliath 13 var Ex|Call pref_armor_scrapyard 0 buildpref_armor_scrapyard_matador 13 var Ex|Call pref_armor_machine 0 buildpref_armor_machineshop_phalanx 13 @@ -1969,19 +1969,19 @@ script_id TARx call main_wait_atown_600 bld 1 fulcrum 121 call main_wait_atown_600 - bld 1 barracks 121 + bld 1 stockade 121 call main_wait_atown_600 #mutli expansion_toggle call main_wait_atown_900 - bld 2 barracks 121 + bld 2 stockade 121 call main_wait_atown_300 bld 2 fulcrum 121 w_bldstart 2 fulcrum multi build_armor_atown_DavidAndGoliath_Addon call main_wait_atown_450 - bld 3 barracks 121 + bld 3 stockade 121 call main_wait_atown_600 - bld 4 barracks 121 + bld 4 stockade 121 call main_wait_atown_600 bld 3 fulcrum 121 call main_wait_atown_150 @@ -2010,13 +2010,13 @@ script_id TARx bld 1 scrapyard 120 call atown_wait_for_atlas w_bld 2 fulcrum - bld 1 machine_shop 120 + bld 1 palladium 120 call main_wait_atown_150 w_bld 3 fulcrum - bld 2 machine_shop 120 + bld 2 palladium 120 call main_wait_atown_300 w_bld 5 fulcrum - bld 3 machine_shop 120 + bld 3 palladium 120 call main_wait_atown_300 stop @@ -2095,32 +2095,32 @@ script_id TARx print Terran<32>Raider<32>timing<32>1:<32>8Rax :build_raider_atown_8Rax_Main - var Ex|Call pref_raider_barracks 0 buildpref_raider_barracks_maverick 13 - var Ex|Call pref_raider_medbay 0 buildpref_raider_medbay_cleric 13 + var Ex|Call pref_raider_stockade 0 buildpref_raider_stockade_maverick 13 + var Ex|Call pref_raider_vestry 0 buildpref_raider_vestry_cleric 13 var Ex|Call pref_raider_captaincy 0 buildpref_raider_captaincy_madcap 13 - var Ex|Call pref_addon_barracks 0 buildpref_raider_medbay 13 + var Ex|Call pref_addon_stockade 0 buildpref_raider_vestry 13 var Ex|Call pref_raider_production 0 buildpref_raider_captaincy 13 call main_wait_atown_300 - bld 1 barracks 121 + bld 1 stockade 121 call main_wait_atown_300 - bld 2 barracks 121 + bld 2 stockade 121 call main_wait_atown_300 - bld 3 barracks 121 + bld 3 stockade 121 call main_wait_atown_300 - bld 4 barracks 121 + bld 4 stockade 121 call main_wait_atown_300 - bld 5 barracks 121 + bld 5 stockade 121 call main_wait_atown_300 - bld 6 barracks 121 + bld 6 stockade 121 call main_wait_atown_300 var Set can_attack_var_atown 1 13 call main_wait_atown_300 - w_bldstart 6 barracks + w_bldstart 6 stockade var Set build_gas_var_atown 1 13 call main_wait_atown_600 #mutli expansion_toggle call main_wait_atown_900 - bld 8 barracks 121 + bld 8 stockade 121 call main_wait_atown_600 var Set can_build_static_defense_var_atown 1 13 call main_wait_atown_600 @@ -2132,15 +2132,15 @@ script_id TARx goto build_raider_atown_fin :build_raider_atown_8Rax_Addon - w_bld 1 barracks - bld 1 medbay 120 - w_bld 2 barracks - bld 2 medbay 120 + w_bld 1 stockade + bld 1 vestry 120 + w_bld 2 stockade + bld 2 vestry 120 call atown_wait_for_atlas - w_bld 3 barracks - bld 1 covert_ops 120 - w_bld 4 barracks - bld 2 covert_ops 120 + w_bld 3 stockade + bld 1 covenant 120 + w_bld 4 stockade + bld 2 covenant 120 stop :build_raider_atown_3RaxBiotic @@ -2148,44 +2148,44 @@ script_id TARx print Terran<32>Raider<32>timing<32>2:<32>3Rax<32>Biotic :build_raider_atown_3RaxBiotic_Main - var Ex|Call pref_raider_barracks 0 buildpref_raider_barracks_maverick 13 - var Ex|Call pref_raider_medbay 0 buildpref_raider_medbay_cleric 13 + var Ex|Call pref_raider_stockade 0 buildpref_raider_stockade_maverick 13 + var Ex|Call pref_raider_vestry 0 buildpref_raider_vestry_cleric 13 var Ex|Call pref_raider_covert 0 buildpref_raider_covertops_eidolon 13 var Ex|Call pref_raider_captaincy 0 buildpref_raider_captaincy_heracles 13 - var Ex|Call pref_raider_production 0 buildpref_raider_barracks 13 + var Ex|Call pref_raider_production 0 buildpref_raider_stockade 13 call main_wait_atown_600 - bld 1 barracks 121 + bld 1 stockade 121 call main_wait_atown_300 - bld 2 barracks 121 + bld 2 stockade 121 call main_wait_atown_600 call main_wait_atown_300 - queue 1 maverick barracks 255 Local Loc.63 100 + queue 1 maverick stockade 255 Local Loc.63 100 wait 24 - queue 1 maverick barracks 255 Local Loc.63 100 + queue 1 maverick stockade 255 Local Loc.63 100 call main_wait_atown_300 - queue 1 maverick barracks 255 Local Loc.63 100 + queue 1 maverick stockade 255 Local Loc.63 100 call main_wait_atown_300 - queue 1 maverick barracks 255 Local Loc.63 100 + queue 1 maverick stockade 255 Local Loc.63 100 wait 24 - queue 1 maverick barracks 255 Local Loc.63 100 + queue 1 maverick stockade 255 Local Loc.63 100 wait 24 call main_wait_atown_300 multi build_raider_atown_3RaxBiotic_Addon call main_wait_atown_450 var Sub can_worker_var_atown 1 13 - bld 3 barracks 121 + bld 3 stockade 121 call main_wait_atown_150 - queue 1 maverick barracks 255 Local Loc.63 100 + queue 1 maverick stockade 255 Local Loc.63 100 wait 24 - queue 2 maverick barracks 255 Local Loc.63 100 + queue 2 maverick stockade 255 Local Loc.63 100 wait 24 - queue 1 maverick barracks 255 Local Loc.63 100 + queue 1 maverick stockade 255 Local Loc.63 100 wait 24 - queue 1 maverick barracks 255 Local Loc.63 100 + queue 1 maverick stockade 255 Local Loc.63 100 wait 24 - queue 1 mason command_center 255 Local Loc.63 200 + queue 1 mason ministry 255 Local Loc.63 200 wait 24 - w_bldstart 3 barracks + w_bldstart 3 stockade var Add can_expand_var_atown 1 13 wait 300 var Add can_worker_var_atown 1 13 @@ -2200,10 +2200,10 @@ script_id TARx goto build_raider_atown_fin :build_raider_atown_3RaxBiotic_Addon - w_bld 1 barracks - bld 1 medbay 120 - w_bld 2 barracks - bld 2 medbay 120 + w_bld 1 stockade + bld 1 vestry 120 + w_bld 2 stockade + bld 2 vestry 120 call atown_wait_for_atlas multi atown_need_fountainhead stop @@ -2214,30 +2214,30 @@ script_id TARx :build_raider_atown_FastNuke_Main var Ex|Call pref_infrastructure_addon 0 buildpref_commandcenter_missilesilo 13 - var Ex|Call pref_raider_barracks 0 buildpref_raider_barracks_cyprian 13 + var Ex|Call pref_raider_stockade 0 buildpref_raider_stockade_cyprian 13 var Ex|Call pref_raider_covert 0 buildpref_raider_covertops_eidolon 13 var Ex|Call pref_raider_captaincy 0 buildpref_raider_captaincy_madcap 13 - var Ex|Call pref_addon_barracks 0 buildpref_raider_covertops 13 + var Ex|Call pref_addon_stockade 0 buildpref_raider_covertops 13 var Ex|Call pref_raider_production 0 buildpref_raider_captaincy 13 call main_wait_atown_600 - bld 1 barracks 121 + bld 1 stockade 121 call main_wait_atown_900 bld 1 reservoir 97 call main_wait_atown_600 var Add can_expand_var_atown 1 13 call main_wait_atown_600 - bld 2 barracks 121 + bld 2 stockade 121 call main_wait_atown_600 - bld 3 barracks 121 + bld 3 stockade 121 call main_wait_atown_600 - w_bldstart 3 barracks + w_bldstart 3 stockade var Set build_gas_var_atown 1 13 call main_wait_atown_600 multi atown_need_atlas call main_wait_atown_600 multi build_raider_atown_FastNuke_Addon call main_wait_atown_300 - bld 4 barracks 121 + bld 4 stockade 121 call main_wait_atown_900 var Set can_attack_var_atown 1 13 wait 24 @@ -2245,18 +2245,18 @@ script_id TARx goto build_raider_atown_fin :build_raider_atown_FastNuke_Addon - w_bld 1 barracks - bld 1 medbay 120 + w_bld 1 stockade + bld 1 vestry 120 call atown_wait_for_atlas - w_bld 2 barracks - bld 1 covert_ops 120 - w_bldstart 1 covert_ops - bld 1 missile_silo 120 - w_bld 3 barracks - w_bldstart 1 missile_silo - bld 2 covert_ops 120 - w_bld 4 barracks - bld 3 covert_ops 120 + w_bld 2 stockade + bld 1 covenant 120 + w_bldstart 1 covenant + bld 1 anvil 120 + w_bld 3 stockade + w_bldstart 1 anvil + bld 2 covenant 120 + w_bld 4 stockade + bld 3 covenant 120 stop :build_raider_atown_4RaxPressure @@ -2264,20 +2264,20 @@ script_id TARx print Terran<32>Raider<32>rush<32>1:<32>4Rax<32>Pressure :build_raider_atown_4RaxPressure_Main - var Ex|Call pref_raider_medbay 0 buildpref_raider_medbay_shaman 13 + var Ex|Call pref_raider_vestry 0 buildpref_raider_vestry_shaman 13 var Ex|Call pref_raider_covert 0 buildpref_raider_covertops_savant 13 var Ex|Call pref_raider_captaincy 0 buildpref_raider_captaincy_heracles 13 - var Ex|Call pref_raider_production 0 buildpref_raider_barracks 13 + var Ex|Call pref_raider_production 0 buildpref_raider_stockade 13 var Ex|Call pref_orbital_munitions 0 buildpref_orbital_munitionsbay_sundog 13 var Ex|Call pref_addon_starport 0 buildpref_orbital_munitionsbay 13 call main_wait_atown_900 - bld 1 barracks 121 + bld 1 stockade 121 call main_wait_atown_900 - bld 2 barracks 121 + bld 2 stockade 121 call main_wait_atown_600 - bld 3 barracks 121 + bld 3 stockade 121 call main_wait_atown_450 - bld 4 barracks 121 + bld 4 stockade 121 call main_wait_atown_300 call main_wait_atown_300 call main_wait_atown_300 @@ -2291,7 +2291,7 @@ script_id TARx call main_wait_atown_150 multi build_raider_atown_4RaxPressure_Addon call main_wait_atown_150 - w_bld 4 barracks + w_bld 4 stockade var Set build_gas_var_atown 1 13 call main_wait_atown_600 multi atown_need_atlas @@ -2302,15 +2302,15 @@ script_id TARx goto build_raider_atown_fin :build_raider_atown_4RaxPressure_Addon - w_bld 1 barracks - bld 1 medbay 120 - w_bld 2 barracks - bld 2 medbay 120 + w_bld 1 stockade + bld 1 vestry 120 + w_bld 2 stockade + bld 2 vestry 120 call atown_wait_for_atlas - w_bld 3 barracks - bld 1 covert_ops 120 - w_bld 4 barracks - bld 2 covert_ops 120 + w_bld 3 stockade + bld 1 covenant 120 + w_bld 4 stockade + bld 2 covenant 120 stop :build_raider_atown_Uprising @@ -2318,44 +2318,44 @@ script_id TARx print Terran<32>Raider<32>timing<32>3:<32>Uprising :build_raider_atown_Uprising_Main - var Ex|Call pref_raider_barracks 0 buildpref_raider_barracks_cyprian 13 - var Ex|Call pref_raider_medbay 0 buildpref_raider_medbay_cleric 13 - var Ex|Call pref_raider_production 0 buildpref_raider_barracks 13 + var Ex|Call pref_raider_stockade 0 buildpref_raider_stockade_cyprian 13 + var Ex|Call pref_raider_vestry 0 buildpref_raider_vestry_cleric 13 + var Ex|Call pref_raider_production 0 buildpref_raider_stockade 13 call main_wait_atown_600 - bld 1 barracks 121 + bld 1 stockade 121 call main_wait_atown_450 - bld 2 barracks 121 + bld 2 stockade 121 wait 24 - queue 1 maverick barracks 255 Local Loc.63 100 + queue 1 maverick stockade 255 Local Loc.63 100 wait 24 - queue 1 maverick barracks 255 Local Loc.63 100 + queue 1 maverick stockade 255 Local Loc.63 100 call main_wait_atown_450 - bld 3 barracks 121 + bld 3 stockade 121 wait 24 - queue 1 maverick barracks 255 Local Loc.63 100 + queue 1 maverick stockade 255 Local Loc.63 100 wait 24 - queue 1 maverick barracks 255 Local Loc.63 100 + queue 1 maverick stockade 255 Local Loc.63 100 call main_wait_atown_300 call main_wait_atown_150 wait 24 - queue 1 maverick barracks 255 Local Loc.63 100 + queue 1 maverick stockade 255 Local Loc.63 100 wait 24 - queue 1 maverick barracks 255 Local Loc.63 100 + queue 1 maverick stockade 255 Local Loc.63 100 call main_wait_atown_300 multi build_raider_atown_Uprising_Addon call main_wait_atown_300 - bld 4 barracks 121 + bld 4 stockade 121 wait 24 - queue 2 shaman barracks 255 Local Loc.63 100 + queue 2 shaman stockade 255 Local Loc.63 100 wait 24 - queue 2 cyprian barracks 255 Local Loc.63 100 + queue 2 cyprian stockade 255 Local Loc.63 100 call main_wait_atown_450 - queue 2 shaman barracks 255 Local Loc.63 100 + queue 2 shaman stockade 255 Local Loc.63 100 wait 24 - queue 2 cyprian barracks 255 Local Loc.63 100 + queue 2 cyprian stockade 255 Local Loc.63 100 call main_wait_atown_300 - w_bld 4 barracks - w_bld 2 medbay + w_bld 4 stockade + w_bld 2 vestry var Set build_gas_var_atown 1 13 call main_wait_atown_600 multi atown_need_atlas @@ -2365,20 +2365,20 @@ script_id TARx call main_wait_atown_600 var Add can_worker_var_atown 1 13 call main_wait_atown_600 - queue 2 cyprian barracks 255 Local Loc.63 100 + queue 2 cyprian stockade 255 Local Loc.63 100 call main_wait_atown_450 - queue 2 cyprian barracks 255 Local Loc.63 100 + queue 2 cyprian stockade 255 Local Loc.63 100 wait 24 - queue 2 cyprian barracks 255 Local Loc.63 100 + queue 2 cyprian stockade 255 Local Loc.63 100 call main_wait_atown_300 multi production_cycle_atown goto build_raider_atown_fin :build_raider_atown_Uprising_Addon - w_bld 1 barracks - bld 1 medbay 120 - w_bld 4 barracks - bld 2 medbay 120 + w_bld 1 stockade + bld 1 vestry 120 + w_bld 4 stockade + bld 2 vestry 120 stop :build_raider_atown_HolyAckmeds @@ -2386,33 +2386,33 @@ script_id TARx print Terran<32>Raider<32>rush<32>2:<32>Holy<32>Ackmeds! :build_raider_atown_HolyAckmeds_Main - var Ex|Call pref_raider_barracks 0 buildpref_raider_barracks_harakan 13 - var Ex|Call pref_addon_barracks 0 buildpref_raider_covertops 13 - var Ex|Call pref_raider_production 0 buildpref_raider_barracks 13 + var Ex|Call pref_raider_stockade 0 buildpref_raider_stockade_harakan 13 + var Ex|Call pref_addon_stockade 0 buildpref_raider_covertops 13 + var Ex|Call pref_raider_production 0 buildpref_raider_stockade 13 var Ex|Call pref_orbital_production 0 buildpref_orbital_starport 13 call main_wait_atown_900 - bld 1 barracks 121 + bld 1 stockade 121 call main_wait_atown_300 call main_wait_atown_600 do_morph 1 maverick call main_wait_atown_600 - bld 2 barracks 121 + bld 2 stockade 121 wait 24 do_morph 1 harakan call main_wait_atown_600 - bld 3 barracks 121 + bld 3 stockade 121 call main_wait_atown_300 call main_wait_atown_300 var Sub can_worker_var_atown 1 13 call main_wait_atown_300 var Set can_attack_var_atown 1 13 call main_wait_atown_600 - bld 4 barracks 121 + bld 4 stockade 121 call main_wait_atown_300 var Add can_worker_var_atown 1 13 var Add can_expand_var_atown 1 13 call main_wait_atown_900 - w_bldstart 4 barracks + w_bldstart 4 stockade var Set build_gas_var_atown 1 13 call main_wait_atown_600 multi atown_need_atlas @@ -2423,14 +2423,14 @@ script_id TARx goto build_raider_atown_fin :build_raider_atown_HolyAckmeds_Addon - w_bld 1 barracks - bld 1 medbay 120 + w_bld 1 stockade + bld 1 vestry 120 call atown_wait_for_atlas multi atown_need_fountainhead call atown_wait_for_fountainhead bld 1 starport 121 w_bld 1 starport - bld 1 munitions_bay 120 + bld 1 rotary 120 stop :build_raider_atown_fin @@ -2440,11 +2440,11 @@ script_id TARx :build_raider_atown_fin2 placeholder_count Local AtL|Jump 2 Group_Buildings blank 13 call main_wait_atown_300 - bld 1 medbay 120 + bld 1 vestry 120 call main_wait_atown_300 multi atown_need_atlas call atown_wait_for_atlas - bld 1 covert_ops 120 + bld 1 covenant 120 call main_wait_atown_1800 multi atown_need_fountainhead call main_wait_atown_3600 @@ -2525,7 +2525,7 @@ script_id TARx call main_wait_atown_300 var Set build_gas_var_atown 1 13 call main_wait_atown_300 - bld 1 barracks 121 + bld 1 stockade 121 call main_wait_atown_300 var Set can_attack_var_atown 1 13 call main_wait_atown_1200 @@ -2551,10 +2551,10 @@ script_id TARx call atown_wait_for_fountainhead bld 1 starport 121 w_bld 1 starport - bld 1 munitions_bay 120 + bld 1 rotary 120 bld 2 starport 121 w_bld 2 starport - bld 2 munitions_bay 120 + bld 2 rotary 120 bld 3 starport 121 call atown_wait_for_daedala w_bld 3 starport @@ -2575,11 +2575,11 @@ script_id TARx #mutli expansion_toggle call main_wait_atown_300 call main_wait_atown_600 - bld 1 barracks 121 + bld 1 stockade 121 call main_wait_atown_600 var Set build_gas_var_atown 1 13 call main_wait_atown_900 - w_bld 1 barracks + w_bld 1 stockade var Set build_gas_var_atown 1 13 call main_wait_atown_600 p_need 1 atlas @@ -2608,7 +2608,7 @@ script_id TARx print Terran<32>Orbital<32>timing<32>1:<32>Wraith<32>Bio :build_orbital_atown_WraithBio_Main - var Ex|Call pref_raider_barracks 0 buildpref_raider_barracks_maverick 13 + var Ex|Call pref_raider_stockade 0 buildpref_raider_stockade_maverick 13 var Ex|Call pref_raider_captaincy 0 buildpref_raider_captaincy_madcap 13 var Ex|Call pref_raider_production 0 buildpref_raider_captaincy 13 var Ex|Call pref_orbital_starport 0 buildpref_orbital_starpad_wraith 13 @@ -2616,15 +2616,15 @@ script_id TARx var Ex|Call pref_orbital_production 0 buildpref_orbital_starport 13 call main_wait_atown_300 call main_wait_atown_150 - bld 1 barracks 121 + bld 1 stockade 121 call main_wait_atown_750 bld 1 starpad 121 wait 24 - queue 1 maverick barracks 255 Local Loc.63 100 + queue 1 maverick stockade 255 Local Loc.63 100 call main_wait_atown_300 - queue 1 maverick barracks 255 Local Loc.63 100 + queue 1 maverick stockade 255 Local Loc.63 100 call main_wait_atown_300 - queue 1 maverick barracks 255 Local Loc.63 100 + queue 1 maverick stockade 255 Local Loc.63 100 wait 24 queue 1 wraith starpad 255 Local Loc.63 100 call main_wait_atown_300 @@ -2639,25 +2639,25 @@ script_id TARx wait 24 bld 2 starpad 121 call main_wait_atown_150 - bld 2 barracks 121 + bld 2 stockade 121 call main_wait_atown_300 - queue 1 maverick barracks 255 Local Loc.63 100 + queue 1 maverick stockade 255 Local Loc.63 100 wait 24 - queue 1 maverick barracks 255 Local Loc.63 100 + queue 1 maverick stockade 255 Local Loc.63 100 call main_wait_atown_150 queue 1 wraith starpad 255 Local Loc.63 100 wait 24 queue 1 wraith starpad 255 Local Loc.63 100 call main_wait_atown_300 - bld 3 barracks 121 + bld 3 stockade 121 wait 24 - queue 1 maverick barracks 255 Local Loc.63 100 + queue 1 maverick stockade 255 Local Loc.63 100 call main_wait_atown_150 w_bld 2 starpad var Add can_expand_var_atown 1 13 call main_wait_atown_900 - w_bldstart 3 barracks - bld 1 medbay 120 + w_bldstart 3 stockade + bld 1 vestry 120 call main_wait_atown_300 var Set build_gas_var_atown 1 13 call main_wait_atown_600 @@ -2671,19 +2671,19 @@ script_id TARx print Terran<32>Orbital<32>timing<32>2:<32>Hotdrop :build_orbital_atown_Hotdrop_Main - var Ex|Call pref_raider_barracks 0 buildpref_raider_barracks_harakan 13 - var Ex|Call pref_raider_medbay 0 buildpref_raider_medbay_cleric 13 - var Ex|Call pref_raider_production 0 buildpref_raider_barracks 13 + var Ex|Call pref_raider_stockade 0 buildpref_raider_stockade_harakan 13 + var Ex|Call pref_raider_vestry 0 buildpref_raider_vestry_cleric 13 + var Ex|Call pref_raider_production 0 buildpref_raider_stockade 13 var Ex|Call pref_addon_starport 0 buildpref_orbital_commandment 13 var Ex|Call pref_orbital_production 0 buildpref_orbital_starport 13 call main_wait_atown_300 call main_wait_atown_300 - bld 1 barracks 121 + bld 1 stockade 121 call main_wait_atown_300 call main_wait_atown_600 bld 1 starpad 121 call main_wait_atown_150 - queue 1 maverick barracks 255 Local Loc.63 100 + queue 1 maverick stockade 255 Local Loc.63 100 call main_wait_atown_600 bld 2 starpad 121 call main_wait_atown_600 @@ -2693,15 +2693,15 @@ script_id TARx call main_wait_atown_300 queue 1 trojan starpad 255 Local Loc.63 100 call main_wait_atown_150 - bld 2 barracks 121 + bld 2 stockade 121 call main_wait_atown_450 bld 3 starpad 121 call main_wait_atown_300 queue 1 trojan starpad 255 Local Loc.63 100 call main_wait_atown_150 - queue 2 maverick barracks 255 Local Loc.63 100 + queue 2 maverick stockade 255 Local Loc.63 100 call main_wait_atown_300 - queue 2 maverick barracks 255 Local Loc.63 100 + queue 2 maverick stockade 255 Local Loc.63 100 wait 24 var Set can_attack_var_atown 1 13 call main_wait_atown_300 @@ -2713,7 +2713,7 @@ script_id TARx var Set can_build_static_defense_var_atown 1 13 call main_wait_atown_300 w_bld 3 starpad - w_bldstart 2 barracks + w_bldstart 2 stockade var Set build_gas_var_atown 1 13 call main_wait_atown_600 multi atown_need_atlas @@ -2729,16 +2729,16 @@ script_id TARx :build_orbital_atown_Hotdrop_Addon call atown_wait_for_atlas - bld 1 covert_ops 120 - w_bld 1 covert_ops - bld 1 missile_silo 120 + bld 1 covenant 120 + w_bld 1 covenant + bld 1 anvil 120 call atown_wait_for_fountainhead bld 1 starport 121 w_bld 1 starport - bld 1 munitions_bay 120 + bld 1 rotary 120 bld 2 starport 121 w_bld 2 starport - bld 2 munitions_bay 120 + bld 2 rotary 120 call main_wait_atown_300 queue 2 wyvern starport 255 Local Loc.63 100 call main_wait_atown_300 @@ -2754,16 +2754,16 @@ script_id TARx print Terran<32>Orbital<32>timing<32>3:<32>Sudden<32>Starport :build_orbital_atown_SuddenStarport_Main - var Ex|Call pref_raider_barracks 0 buildpref_raider_barracks_maverick 13 - var Ex|Call pref_raider_medbay 0 buildpref_raider_medbay_cleric 13 - var Ex|Call pref_raider_production 0 buildpref_raider_barracks 13 + var Ex|Call pref_raider_stockade 0 buildpref_raider_stockade_maverick 13 + var Ex|Call pref_raider_vestry 0 buildpref_raider_vestry_cleric 13 + var Ex|Call pref_raider_production 0 buildpref_raider_stockade 13 var Ex|Call pref_orbital_starport 0 buildpref_orbital_starport_gorgon 13 var Ex|Call pref_orbital_munitions 0 buildpref_orbital_munitionsbay_sundog 13 var Ex|Call pref_addon_starport 0 buildpref_orbital_munitionsbay 13 var Ex|Call pref_orbital_production 0 buildpref_orbital_starport 13 call main_wait_atown_300 call main_wait_atown_300 - bld 1 barracks 121 + bld 1 stockade 121 call main_wait_atown_300 call main_wait_atown_600 var Sub can_worker_var_atown 1 13 @@ -2771,9 +2771,9 @@ script_id TARx call main_wait_atown_600 var Add can_worker_var_atown 1 13 call main_wait_atown_300 - bld 2 barracks 121 + bld 2 stockade 121 call main_wait_atown_450 - bld 3 barracks 121 + bld 3 stockade 121 call main_wait_atown_300 var Set can_attack_var_atown 1 13 call main_wait_atown_300 @@ -2781,7 +2781,7 @@ script_id TARx call main_wait_atown_450 var Set can_build_static_defense_var_atown 1 13 call main_wait_atown_450 - w_bldstart 3 barracks + w_bldstart 3 stockade multi build_orbital_atown_SuddenStarport_Addon call main_wait_atown_300 multi atown_need_atlas @@ -2795,21 +2795,21 @@ script_id TARx goto build_orbital_atown_fin :build_orbital_atown_SuddenStarport_Addon - w_bld 2 barracks - bld 1 medbay 120 + w_bld 2 stockade + bld 1 vestry 120 call atown_wait_for_atlas call atown_wait_for_fountainhead bld 1 starport 121 w_bldstart 1 starport bld 4 starport 121 w_bld 1 starport - bld 1 munitions_bay 120 + bld 1 rotary 120 w_bld 2 starport - bld 2 munitions_bay 120 + bld 2 rotary 120 w_bld 3 starport - bld 3 munitions_bay 120 + bld 3 rotary 120 w_bld 4 starport - bld 4 munitions_bay 120 + bld 4 rotary 120 call main_wait_atown_300 stop diff --git a/CMBW-editor/ai/cm_zerg.asc3 b/CMBW-editor/ai/cm_zerg.asc3 index 97bb04b6..2ef91ff4 100644 --- a/CMBW-editor/ai/cm_zerg.asc3 +++ b/CMBW-editor/ai/cm_zerg.asc3 @@ -281,7 +281,7 @@ script_id ZMCx var Set prefZethrokor 1 13 var Set prefQuazilisk 0 13 var Set prefNathrokor 0 13 - var Set pref_quazrok 1 13 + var Set pref_quazeth 1 13 dth 13 Ex 0 start_location blank_return print prefZethrokor return @@ -290,7 +290,7 @@ script_id ZMCx var Set prefZethrokor 0 13 var Set prefQuazilisk 1 13 var Set prefNathrokor 0 13 - var Set pref_quazrok 1 13 + var Set pref_quazeth 1 13 dth 13 Ex 0 start_location blank_return print prefQuazilisk return @@ -299,7 +299,7 @@ script_id ZMCx var Set prefZethrokor 0 13 var Set prefQuazilisk 0 13 var Set prefNathrokor 1 13 - var Set pref_quazrok 1 13 + var Set pref_quazeth 1 13 dth 13 Ex 0 start_location blank_return print prefNathrokor return @@ -432,7 +432,7 @@ script_id ZMCx var Set prefBactalisk 1 13 var Set prefTethzorokor 0 13 var Set prefVithrilisk 0 13 - var Set pref_gorgral 1 13 + var Set pref_bactith 1 13 dth 13 Ex 0 start_location blank_return print prefBactalisk return @@ -441,7 +441,7 @@ script_id ZMCx var Set prefBactalisk 0 13 var Set prefTethzorokor 1 13 var Set prefVithrilisk 0 13 - var Set pref_gorgral 1 13 + var Set pref_bactith 1 13 dth 13 Ex 0 start_location blank_return print prefTethzorokor return @@ -450,7 +450,7 @@ script_id ZMCx var Set prefBactalisk 0 13 var Set prefTethzorokor 0 13 var Set prefVithrilisk 1 13 - var Set pref_gorgral 1 13 + var Set pref_bactith 1 13 dth 13 Ex 0 start_location blank_return print prefVithrilisk return @@ -501,7 +501,7 @@ script_id ZMCx :prefUKethrostalor var Set prefKethrostalor 1 13 var Set prefAlkajelisk 0 13 - var Set pref_alkaj 1 13 + var Set pref_geszkath_mutation 1 13 dth 13 Ex 0 start_location blank_return print prefKethrostalor return @@ -509,7 +509,7 @@ script_id ZMCx :prefUAlkajelisk var Set prefKethrostalor 0 13 var Set prefAlkajelisk 1 13 - var Set pref_alkaj 1 13 + var Set pref_geszkath_mutation 1 13 dth 13 Ex 0 start_location blank_return print prefAlkajelisk return @@ -693,39 +693,39 @@ script_id ZMCx print prefGathtelosk return - :buildpref_quazrok_zethrokor + :buildpref_quazeth_zethrokor var Set prefZethrokor 1 13 return - :buildpref_quazrok_quazilisk + :buildpref_quazeth_quazilisk var Set prefQuazilisk 1 13 return - :buildpref_quazrok_nathrokor + :buildpref_quazeth_nathrokor var Set prefNathrokor 1 13 return - :buildpref_liivral_vorvrokor + :buildpref_kalkiir_vorvrokor var Set prefVorvrokor 1 13 return - :buildpref_liivral_liiralisk + :buildpref_kalkiir_liiralisk var Set prefLiiralisk 1 13 return - :buildpref_liivral_kalkalisk + :buildpref_kalkiir_kalkalisk var Set prefKalkalisk 1 13 return - :buildpref_muthrok_cikralisk + :buildpref_mutath_cikralisk var Set prefCikralisk 1 13 return - :buildpref_muthrok_protathalor + :buildpref_mutath_protathalor var Set prefProtathalor 1 13 return - :buildpref_muthrok_mutalisk + :buildpref_mutath_mutalisk var Set prefMutalisk 1 13 return @@ -749,27 +749,27 @@ script_id ZMCx var Set prefMortothrokor 1 13 return - :buildpref_hydrok_hydralisk + :buildpref_hydrith_hydralisk var Set prefHydralisk 1 13 return - :buildpref_hydrok_izirokor + :buildpref_hydrith_izirokor var Set prefIzirokor 1 13 return - :buildpref_hydrok_skithrokor + :buildpref_hydrith_skithrokor var Set prefSkithrokor 1 13 return - :buildpref_gorgral_bactalisk + :buildpref_bactith_bactalisk var Set prefBactalisk 1 13 return - :buildpref_gorgral_tethzorokor + :buildpref_bactith_tethzorokor var Set prefTethzorokor 1 13 return - :buildpref_gorgral_vithrilisk + :buildpref_bactith_vithrilisk var Set prefVithrilisk 1 13 return @@ -793,7 +793,7 @@ script_id ZMCx var Set prefGeszithalor 1 13 return - :buildpref_alkaj_alkajelisk + :buildpref_geszkath_mutation_alkajelisk var Set prefAlkajelisk 1 13 return @@ -809,15 +809,15 @@ script_id ZMCx var Set prefGorgrokor 1 13 return - :buildpref_ultrok_ultrokor + :buildpref_ultrav_ultrokor var Set prefUltrokor 1 13 return - :buildpref_ultrok_zobriolisk + :buildpref_ultrav_zobriolisk var Set prefZobriolisk 1 13 return - :buildpref_ultrok_zarcavrokor + :buildpref_ultrav_zarcavrokor var Set prefZarcavrokor 1 13 return @@ -999,7 +999,7 @@ script_id ZMCx :under_attack_by_ground_calc var AtL|Wait under_attack_var 1 13 - player_combat 17 13 63 False Jump maverick|harakan|cyprian|eidolon|savant|madcap|heracles|apostle|siren|striga|olympian|autocrat|dilettante|sevenstep|hypnagogue|sevenstep|silvertongue|vulture|cyclops|goliath|blackjack|matador|phalanx|phalanx_siege_mode|madrigal|ramesses|durendal|cataphract|paladin|cuirass|pazuzu|claymore|penumbra|anticthon|aion|zealot|dracadin|ecclesiast|legionnaire|hierophant|amaranth|atreus|herald|cantavis|vagrant|cabalist|pariah|charlatan|archon|optecton|patriarch|apostate|augur|manifold|simulacrum|idol|golem|accantor|architect|demiurge|zethrokor|quazilisk|vorvrokor|liiralisk|cikralisk|protathalor|axitrilisk|mortothrokor|hydralisk|izirokor|bactalisk|tethzorokor|kagralisk|evigrilisk|keskathalor|zoryusthaleth|lakizilisk|konvilisk|vilgorokor|rilirokor|ultrokor|zobriolisk|aspirant|cohort|tarasque Any under_attack_by_ground_calc_fin 13 + player_combat 17 13 63 False Jump maverick|harakan|cyprian|eidolon|savant|madcap|heracles|apostle|siren|striga|olympian|autocrat|dilettante|sevenstep|hypnagogue|sevenstep|silvertongue|vulture|cyclops|goliath|blackjack|matador|phalanx|phalanx_siege_mode|madrigal|ramesses|durendal|cataphract|paladin|cuirass|pazuzu|claymore|penumbra|anticthon|aion|zealot|dracadin|ecclesiast|legionnaire|hierophant|amaranth|atreus|herald|cantavis|vagrant|cabalist|charlatan|pariah|potentate|sycophant|archon|optecton|patriarch|manifold|simulacrum|idol|golem|accantor|architect|demiurge|zethrokor|quazilisk|vorvrokor|liiralisk|cikralisk|protathalor|axitrilisk|mortothrokor|hydralisk|izirokor|bactalisk|tethzorokor|kagralisk|evigrilisk|keskathalor|zoryusthaleth|lakizilisk|konvilisk|vilgorokor|rilirokor|ultrokor|zobriolisk|aspirant|cohort|tarasque Group_Buildings|droleth|gosvileth|larva|ocsal_larva under_attack_by_ground_calc_fin 13 var Set under_attack_by_ground_var 1 13 :under_attack_by_ground_calc_fin @@ -1008,7 +1008,7 @@ script_id ZMCx :under_attack_by_air_calc var Ex|Wait under_attack_var 1 13 - player_combat 17 13 63 False Jump talos|wraith|gorgon|wyvern|valkyrie|salamander|sundog|centaur|minotaur|magnetar|pegasus|hippogriff|oberon|phobos|artisan|barghest|vassal|empress|aurora|panoptus|lanifect|gladius|exemplar|magister|epigraph|didact|empyrean|solarion|star_sovereign|anthelion|gosvileth|nathrokor|kalkalisk|mutalisk|ghitorokor|sovroleth|tosgrilisk|skithrokor|vithrilisk|almaksalisk|geszithalor|algoztalisk|alkajelisk|gorgrokor|rililisk|zarcavrokor|tetcaerokor|akistrokor|luminary Any under_attack_by_air_calc_fin 13 + player_combat 17 13 63 False Jump talos|wraith|gorgon|wyvern|valkyrie|salamander|sundog|centaur|minotaur|magnetar|pegasus|hippogriff|oberon|phobos|artisan|barghest|vassal|empress|aurora|panoptus|lanifect|gladius|exemplar|magister|epigraph|didact|empyrean|solarion|star_sovereign|anthelion|gosvileth|nathrokor|kalkalisk|mutalisk|ghitorokor|sovroleth|tosgrilisk|skithrokor|vithrilisk|almaksalisk|geszithalor|algoztalisk|alkajelisk|gorgrokor|rililisk|zarcavrokor|tetcaerokor|akistrokor|luminary Group_Buildings|droleth|gosvileth|larva|ocsal_larva under_attack_by_air_calc_fin 13 var Set under_attack_by_air_var 1 13 :under_attack_by_air_calc_fin @@ -1107,60 +1107,60 @@ script_id ZMCx goto defense_handling_sunblot :defense_handling_assault - call def_hydrok - call def_izkag - call def_gorgral - call def_ultrok + call def_hydrith + call def_alkag + call def_bactith + call def_ultrav call def_geszkath call def_zorkiz call def_axtoth - call def_quazrok + call def_quazeth call def_elthisth call def_almakis - call def_alkaj - call def_liivral - call def_muthrok + call def_geszkath_mutation + call def_kalkiir + call def_mutath call def_matravil call def_vithrath return :defense_handling_swarm call def_axtoth - call def_quazrok - call def_liivral + call def_quazeth + call def_kalkiir call def_zorkiz call def_vithrath - call def_izkag - call def_gorgral + call def_alkag + call def_bactith call def_almakis - call def_muthrok + call def_mutath call def_matravil - call def_alkaj - call def_hydrok - call def_ultrok + call def_geszkath_mutation + call def_hydrith + call def_ultrav call def_geszkath call def_elthisth return :defense_handling_sunblot - call def_muthrok + call def_mutath call def_vithrath - call def_quazrok - call def_gorgral + call def_quazeth + call def_bactith call def_axtoth call def_matravil - call def_alkaj + call def_geszkath_mutation call def_zorkiz - call def_izkag + call def_alkag call def_elthisth - call def_liivral + call def_kalkiir call def_almakis call def_geszkath - call def_hydrok - call def_ultrok + call def_hydrith + call def_ultrav return - :def_quazrok + :def_quazeth var AtL|Call prefZethrokor 1 def_zethrokor 13 var AtL|Call prefQuazilisk 1 def_quazilisk 13 var AtL|Call prefNathrokor 1 def_nathrokor 13 @@ -1169,7 +1169,7 @@ script_id ZMCx call def_nathrokor return - :def_liivral + :def_kalkiir var AtL|Call prefVorvrokor 1 def_vorvrokor 13 var AtL|Call prefLiiralisk 1 def_liiralisk 13 var AtL|Call prefKalkalisk 1 def_kalkalisk 13 @@ -1178,7 +1178,7 @@ script_id ZMCx call def_kalkalisk return - :def_muthrok + :def_mutath var AtL|Call prefCikralisk 1 def_cikralisk 13 var AtL|Call prefProtathalor 1 def_protathalor 13 var AtL|Call prefMutalisk 1 def_mutalisk 13 @@ -1203,7 +1203,7 @@ script_id ZMCx call def_mortothrokor return - :def_hydrok + :def_hydrith var AtL|Call prefHydralisk 1 def_izirokor 13 var AtL|Call prefIzirokor 1 defIzirokor 13 var AtL|Call prefSkithrokor 1 def_skithrokor 13 @@ -1212,7 +1212,7 @@ script_id ZMCx call def_skithrokor return - :def_gorgral + :def_bactith var AtL|Call prefBactalisk 1 def_bactalisk 13 var AtL|Call prefTethzorokor 1 def_tethzorokor 13 var AtL|Call prefVithrilisk 1 def_vithrilisk 13 @@ -1221,7 +1221,7 @@ script_id ZMCx call def_vithrilisk return - :def_izkag + :def_alkag var AtL|Call prefKagralisk 1 def_kagralisk 13 var AtL|Call prefEvigrilisk 1 def_evigrilisk 13 var AtL|Call prefAlmaksalisk 1 def_almaksalisk 13 @@ -1237,7 +1237,7 @@ script_id ZMCx call def_geszithalor return - :def_alkaj + :def_geszkath_mutation var AtL|Call prefAlkajelisk 1 def_alkajelisk 13 call def_alkajelisk return @@ -1259,11 +1259,11 @@ script_id ZMCx call def_vilgorokor return - :def_ultrok - var AtL|Call prefUltrokor 1 def_ultrokor 13 + :def_ultrav + var AtL|Call prefUltrokor 1 def_ultravor 13 var AtL|Call prefZobriolisk 1 def_zobriolisk 13 var AtL|Call prefZarcavrokor 1 def_zarcavrokor 13 - call def_ultrokor + call def_ultravor call def_zobriolisk call def_zarcavrokor return @@ -1284,13 +1284,13 @@ script_id ZMCx return :def_zethrokor - bring 13 Ex 0 quazrok_pool|liivral_pond Loc.63 blank_return + bring 13 Ex 0 quazeth_pool|kalkiir_pond Loc.63 blank_return defb_gg 1 zethrokor defu_gg 1 zethrokor return :def_quazilisk - bring 13 Ex 0 quazrok_pool|liivral_pond Loc.63 blank_return + bring 13 Ex 0 quazeth_pool|kalkiir_pond Loc.63 blank_return defb_gg 1 quazilisk defb_ag 1 quazilisk defu_gg 1 quazilisk @@ -1298,7 +1298,7 @@ script_id ZMCx return :def_nathrokor - bring 13 Ex 0 quazrok_pool|liivral_pond Loc.63 blank_return + bring 13 Ex 0 quazeth_pool|kalkiir_pond Loc.63 blank_return defb_gg 1 nathrokor defb_ga 1 nathrokor defb_ag 1 nathrokor @@ -1310,13 +1310,13 @@ script_id ZMCx return :def_vorvrokor - bring 13 Ex 0 quazrok_pool|liivral_pond Loc.63 blank_return + bring 13 Ex 0 quazeth_pool|kalkiir_pond Loc.63 blank_return defb_gg 1 vorvrokor defu_gg 1 vorvrokor return :def_liiralisk - notowns liivral_pond blank_return + notowns kalkiir_pond blank_return defb_gg 1 liiralisk defb_ag 1 liiralisk defu_gg 1 liiralisk @@ -1324,7 +1324,7 @@ script_id ZMCx return :def_kalkalisk - notowns liivral_pond blank_return + notowns kalkiir_pond blank_return defb_gg 1 kalkalisk defb_ga 1 kalkalisk defb_ag 1 kalkalisk @@ -1336,7 +1336,7 @@ script_id ZMCx return :def_cikralisk - bring 13 Ex 0 muthrok_spire|vithrath_haunt Loc.63 blank_return + bring 13 Ex 0 mutath_spire|tosvrol_haunt Loc.63 blank_return defb_gg 1 cikralisk defb_ag 1 cikralisk defu_gg 1 cikralisk @@ -1344,7 +1344,7 @@ script_id ZMCx return :def_protathalor - bring 13 Ex 0 muthrok_spire|vithrath_haunt Loc.63 blank_return + bring 13 Ex 0 mutath_spire|tosvrol_haunt Loc.63 blank_return defb_gg 1 protathalor defu_ga 1 protathalor defb_gg 1 protathalor @@ -1352,7 +1352,7 @@ script_id ZMCx return :def_mutalisk - bring 13 Ex 0 muthrok_spire|vithrath_haunt Loc.63 blank_return + bring 13 Ex 0 mutath_spire|tosvrol_haunt Loc.63 blank_return defb_gg 1 mutalisk defb_ga 1 mutalisk defb_ag 1 mutalisk @@ -1364,7 +1364,7 @@ script_id ZMCx return :def_ghitorokor - notowns vithrath_haunt blank_return + notowns tosvrol_haunt blank_return defb_gg 1 ghitorokor defb_ga 1 ghitorokor defb_ag 1 ghitorokor @@ -1376,7 +1376,7 @@ script_id ZMCx return :def_sovroleth - notowns vithrath_haunt blank_return + notowns tosvrol_haunt blank_return defb_gg 1 sovroleth defb_ga 1 sovroleth defb_ag 1 sovroleth @@ -1388,7 +1388,7 @@ script_id ZMCx return :def_tosgrilisk - notowns vithrath_haunt blank_return + notowns tosvrol_haunt blank_return defb_gg 1 tosgrilisk defb_ga 1 tosgrilisk defb_ag 1 tosgrilisk @@ -1414,7 +1414,7 @@ script_id ZMCx return :def_izirokor - bring 13 Ex 0 hydrok_den|gorgral_swamp Loc.63 blank_return + bring 13 Ex 0 hydrith_den|bactith_swamp Loc.63 blank_return defb_gg 1 hydralisk defb_ag 1 hydralisk defu_gg 1 hydralisk @@ -1422,7 +1422,7 @@ script_id ZMCx return :defIzirokor - bring 13 Ex 0 hydrok_den|gorgral_swamp Loc.63 blank_return + bring 13 Ex 0 hydrith_den|bactith_swamp Loc.63 blank_return defb_gg 1 izirokor # don't build close-range attackers to deal with air threats, but use them if you have them defu_gg 1 izirokor @@ -1430,7 +1430,7 @@ script_id ZMCx return :def_skithrokor - bring 13 Ex 0 hydrok_den|gorgral_swamp Loc.63 blank_return + bring 13 Ex 0 hydrith_den|bactith_swamp Loc.63 blank_return defb_gg 1 skithrokor defb_ga 1 skithrokor defb_ag 1 skithrokor @@ -1442,7 +1442,7 @@ script_id ZMCx return :def_bactalisk - notowns gorgral_swamp blank_return + notowns bactith_swamp blank_return defb_gg 1 bactalisk defb_ag 1 bactalisk defu_gg 1 bactalisk @@ -1450,20 +1450,20 @@ script_id ZMCx return :def_tethzorokor - notowns gorgral_swamp blank_return + notowns bactith_swamp blank_return defb_gg 1 tethzorokor defu_gg 1 tethzorokor return :def_vithrilisk - notowns gorgral_swamp blank_return + notowns bactith_swamp blank_return defb_ag 1 vithrilisk defu_ag 1 vithrilisk defu_aa 1 vithrilisk return :def_kagralisk - bring 13 Ex 0 izkag_iteth|chokralgant_chazsal Loc.63 blank_return + bring 13 Ex 0 alkag_iteth|chokralgant_chazsal Loc.63 blank_return defb_gg 1 kagralisk defb_ag 1 kagralisk defu_gg 1 kagralisk @@ -1471,13 +1471,13 @@ script_id ZMCx return :def_evigrilisk - bring 13 Ex 0 izkag_iteth|chokralgant_chazsal Loc.63 blank_return + bring 13 Ex 0 alkag_iteth|chokralgant_chazsal Loc.63 blank_return defb_gg 1 evigrilisk defu_gg 1 evigrilisk return :def_almaksalisk - bring 13 Ex 0 izkag_iteth|chokralgant_chazsal Loc.63 blank_return + bring 13 Ex 0 alkag_iteth|chokralgant_chazsal Loc.63 blank_return defb_gg 1 almaksalisk defb_ga 1 almaksalisk defb_ag 1 almaksalisk @@ -1489,13 +1489,13 @@ script_id ZMCx return :def_keskathalor - bring 13 Ex 0 geszkath_grotto|alkaj_chasm Loc.63 blank_return + bring 13 Ex 0 geszkath_grotto Loc.63 blank_return defb_gg 1 keskathalor defu_gg 1 keskathalor return :def_geszithalor - bring 13 Ex 0 geszkath_grotto|alkaj_chasm Loc.63 blank_return + bring 13 Ex 0 geszkath_grotto Loc.63 blank_return defb_gg 1 geszithalor defb_ga 1 geszithalor defb_ag 1 geszithalor @@ -1507,7 +1507,7 @@ script_id ZMCx return :def_alkajelisk - notowns alkaj_chasm blank_return + notowns geszkath_grotto blank_return defb_gg 1 alkajelisk defb_ga 1 alkajelisk defb_ag 1 alkajelisk @@ -1519,19 +1519,19 @@ script_id ZMCx return :def_zoryusthaleth - bring 13 Ex 0 zorkiz_shroud|ultrok_cavern Loc.63 blank_return + bring 13 Ex 0 zorkiz_shroud|ultrav_cavern Loc.63 blank_return defb_gg 1 zoryusthaleth defu_gg 1 zoryusthaleth return :def_lakizilisk - bring 13 Ex 0 zorkiz_shroud|ultrok_cavern Loc.63 blank_return + bring 13 Ex 0 zorkiz_shroud|ultrav_cavern Loc.63 blank_return defb_gg 1 lakizilisk defu_gg 1 lakizilisk return :def_gorgrokor - bring 13 Ex 0 zorkiz_shroud|ultrok_cavern Loc.63 blank_return + bring 13 Ex 0 zorkiz_shroud|ultrav_cavern Loc.63 blank_return defb_gg 1 gorgrokor defb_ga 1 gorgrokor defb_ag 1 gorgrokor @@ -1556,20 +1556,20 @@ script_id ZMCx defu_gg 1 vilgorokor return - :def_ultrokor - notowns ultrok_cavern blank_return + :def_ultravor + notowns ultrav_cavern blank_return defb_gg 1 ultrokor defu_gg 1 ultrokor return :def_zobriolisk - notowns ultrok_cavern blank_return + notowns ultrav_cavern blank_return defb_gg 1 zobriolisk defu_gg 1 zobriolisk return :def_zarcavrokor - notowns ultrok_cavern blank_return + notowns ultrav_cavern blank_return defb_gg 1 zarcavrokor defb_ga 1 zarcavrokor defb_ag 1 zarcavrokor @@ -1638,14 +1638,14 @@ script_id ZMCx var Ex|Jump skip_building_var 1 idle 13 call main_wait_1200 call main_wait_150 - bring 13 AtL_W 1 quazrok_pool|liivral_pond|hydrok_den|gorgral_swamp|zorkiz_shroud|ultrok_cavern Loc.63 blank - call request_larvosk + bring 13 AtL_W 1 quazeth_pool|kalkiir_pond|hydrith_den|bactith_swamp|zorkiz_shroud|ultrav_cavern Loc.63 blank + multi add_larvosk_generic multi request_surkith call main_wait_300 wait 60 multi request_spraith call main_wait_1200 - call request_larvosk + multi add_larvosk_generic bring 13 AtL_W 1 othstol_oviform Loc.63 blank add_bld 255 cagrant_cesiant 1 20 98 add_bld 255 nydus_cesiant 1 3 98 @@ -1668,7 +1668,6 @@ script_id ZMCx return :main_wait_450 - wait 24 call main_wait_300 call main_wait_150 return @@ -1681,7 +1680,6 @@ script_id ZMCx return :main_wait_750 - wait 24 call main_wait_600 call main_wait_150 return @@ -1694,32 +1692,32 @@ script_id ZMCx wait 900 return + :main_wait_1050 + call main_wait_900 + call main_wait_150 + return + :main_wait_1200 - wait 24 call main_wait_900 call main_wait_300 return :main_wait_1500 - wait 24 call main_wait_1200 call main_wait_300 return :main_wait_1800 - wait 24 call main_wait_900 call main_wait_900 return :main_wait_2400 - wait 24 call main_wait_1200 call main_wait_1200 return :main_wait_3600 - wait 24 call main_wait_1200 call main_wait_1200 return @@ -1832,6 +1830,10 @@ script_id ZMCx goto main_transport_wait :main_transport_ovileth + var Ex|Jump is_island_var 0 main_transport_ovileth_request 13 + var AtM|Jump mining_count_var 1 main_transport_loop 13 + + :main_transport_ovileth_request bring 13 AtL 11 ovileth Loc.63 main_transport_wait queue 1 ovileth larva 255 Global Loc.63 120 @@ -1945,14 +1947,14 @@ script_id ZMCx :expansion_normal call main_wait_900 - call request_larvosk + multi add_larvosk_generic call main_wait_300 multi request_surkith call main_wait_300 call main_wait_300 multi request_spraith call main_wait_750 - call request_larvosk + multi add_larvosk_generic call main_wait_600 resarea 255 AtL 255 Ore 1 production_cycle var Ex|Wait build_done_var 1 13 @@ -2030,16 +2032,21 @@ script_id ZMCx # call main_worker_loop_gosvileth goto expansion_worker_standard_loop + :add_larvosk_generic + call wait_for_IrolIris + add_bld 255 larvosk_cesiant 1 30 95 + stop + :tech_handling multi rich_boy_irol_iris multi rich_boy_othstol_oviform var Ex|Jump skip_building_var 1 blank 13 var Ex|Wait build_done_var 1 13 # tier one - var Ex|Call pref_swarm 1 tech_to_quazrok 13 - var Ex|Call prefQuazilisk 1 tech_to_quazrok 13 - var Ex|Call prefNathrokor 1 tech_to_quazrok 13 - var Ex|Call prefVorvrokor 1 tech_to_quazrok 13 + var Ex|Call pref_swarm 1 tech_to_quazeth 13 + var Ex|Call prefQuazilisk 1 tech_to_quazeth 13 + var Ex|Call prefNathrokor 1 tech_to_quazeth 13 + var Ex|Call prefVorvrokor 1 tech_to_quazeth 13 var Ex|Call prefHydralisk 1 tech_to_hydrok 13 var Ex|Call prefIzirokor 1 tech_to_hydrok 13 var Ex|Call prefSkithrokor 1 tech_to_hydrok 13 @@ -2049,21 +2056,21 @@ script_id ZMCx # tier two - irol_iris call tech_to_irol var Ex|Call pref_swarm 1 tech_to_zorkiz 13 - var Ex|Call pref_swarm 1 tech_to_liivral 13 - var Ex|Call prefLiiralisk 1 tech_to_liivral 13 - var Ex|Call prefKalkalisk 1 tech_to_liivral 13 - var Ex|Call pref_assault 1 tech_to_gorgral 13 - var Ex|Call prefBactalisk 1 tech_to_gorgral 13 - var Ex|Call prefTethzorokor 1 tech_to_gorgral 13 - var Ex|Call prefVithrilisk 1 tech_to_gorgral 13 + var Ex|Call pref_swarm 1 tech_to_kalkiir 13 + var Ex|Call prefLiiralisk 1 tech_to_kalkiir 13 + var Ex|Call prefKalkalisk 1 tech_to_kalkiir 13 + var Ex|Call pref_assault 1 tech_to_bactith 13 + var Ex|Call prefBactalisk 1 tech_to_bactith 13 + var Ex|Call prefTethzorokor 1 tech_to_bactith 13 + var Ex|Call prefVithrilisk 1 tech_to_bactith 13 var Ex|Call build_type_is_greed_var 0 tech_handling_branch 13 # TODO: Replace with a more robust (and user-configurable) set of checks # tier three - othstol_oviform call tech_to_othstol - var Ex|Call pref_swarm 1 tech_to_muthrok 13 - var Ex|Call pref_sunblot 1 tech_to_vithrath 13 - var Ex|Call prefGhitorokor 1 tech_to_vithrath 13 - var Ex|Call prefSovroleth 1 tech_to_vithrath 13 - var Ex|Call prefTosgrilisk 1 tech_to_vithrath 13 + var Ex|Call pref_swarm 1 tech_to_mutath 13 + var Ex|Call pref_sunblot 1 tech_to_tosvrol 13 + var Ex|Call prefGhitorokor 1 tech_to_tosvrol 13 + var Ex|Call prefSovroleth 1 tech_to_tosvrol 13 + var Ex|Call prefTosgrilisk 1 tech_to_tosvrol 13 var Ex|Call pref_assault 1 tech_to_chokralgant 13 var Ex|Call prefCherbrathalor 1 tech_to_chokralgant 13 var Ex|Call prefOkrimnilisk 1 tech_to_chokralgant 13 @@ -2073,10 +2080,10 @@ script_id ZMCx var Ex|Call prefTetcaerokor 1 tech_to_almakis 13 var Ex|Call prefSelkerilisk 1 tech_to_almakis 13 var Ex|Call prefAkistrokor 1 tech_to_almakis 13 - var Ex|Call pref_swarm 1 tech_to_ultrok 13 - var Ex|Call prefUltrokor 1 tech_to_ultrok 13 - var Ex|Call prefZobriolisk 1 tech_to_ultrok 13 - var Ex|Call prefZarcavrokor 1 tech_to_ultrok 13 + var Ex|Call pref_swarm 1 tech_to_ultrav 13 + var Ex|Call prefUltrokor 1 tech_to_ultrav 13 + var Ex|Call prefZobriolisk 1 tech_to_ultrav 13 + var Ex|Call prefZarcavrokor 1 tech_to_ultrav 13 call tech_to_othstol var Ex|Call pref_swarm 1 tech_to_axtoth 13 var Ex|Call prefAxitrilisk 1 tech_to_axtoth 13 @@ -2084,19 +2091,15 @@ script_id ZMCx var Ex|Call pref_assault 1 tech_to_geszkath 13 var Ex|Call prefGeszithalor 1 tech_to_geszkath 13 var Ex|Call prefKeskathalor 1 tech_to_geszkath 13 - var Ex|Call pref_assault 1 tech_to_alkaj 13 - var Ex|Call pref_sunblot 1 tech_to_alkaj 13 - var Ex|Call prefKethrostalor 1 tech_to_alkaj 13 - var Ex|Call prefAlkajelisk 1 tech_to_alkaj 13 var Ex|Call prefIsthrathaleth 1 tech_to_elthisth 13 var Ex|Call prefElthrazalisk 1 tech_to_elthisth 13 stop :tech_handling_branch - var Ex|Call pref_sunblot 1 tech_to_muthrok 13 - var Ex|Call prefCikralisk 1 tech_to_muthrok 13 - var Ex|Call prefProtathalor 1 tech_to_muthrok 13 - var Ex|Call prefMutalisk 1 tech_to_muthrok 13 + var Ex|Call pref_sunblot 1 tech_to_mutath 13 + var Ex|Call prefCikralisk 1 tech_to_mutath 13 + var Ex|Call prefProtathalor 1 tech_to_mutath 13 + var Ex|Call prefMutalisk 1 tech_to_mutath 13 var Ex|Call pref_assault 1 tech_to_izkag 13 var Ex|Call prefKagralisk 1 tech_to_izkag 13 var Ex|Call prefEvigrilisk 1 tech_to_izkag 13 @@ -2163,40 +2166,40 @@ script_id ZMCx call tech_wait return - :tech_to_quazrok - bring 13 AtL 1 quazrok_pool|liivral_pond Loc.63 blank_return + :tech_to_quazeth + bring 13 AtL 1 quazeth_pool|kalkiir_pond Loc.63 blank_return call tech_check - p_need 1 quazrok_pool - bring 13 AtL_W 1 quazrok_pool Loc.63 blank + p_need 1 quazeth_pool + bring 13 AtL_W 1 quazeth_pool Loc.63 blank call tech_wait return - :tech_to_liivral - bring 13 AtL 1 liivral_pond Loc.63 blank_return + :tech_to_kalkiir + bring 13 AtL 1 kalkiir_pond Loc.63 blank_return call tech_check - bring 13 Ex_C 0 quazrok_pool Loc.63 tech_to_quazrok + bring 13 Ex_C 0 quazeth_pool Loc.63 tech_to_quazeth bring 13 Ex_C 0 irol_iris|othstol_oviform Loc.63 tech_to_irol - p_need 1 liivral_pond - bring 13 AtL_W 1 liivral_pond Loc.63 blank + p_need 1 kalkiir_pond + bring 13 AtL_W 1 kalkiir_pond Loc.63 blank call tech_wait return - :tech_to_muthrok - bring 13 AtL 1 muthrok_spire|vithrath_haunt Loc.63 blank_return + :tech_to_mutath + bring 13 AtL 1 mutath_spire|tosvrol_haunt Loc.63 blank_return call tech_check bring 13 Ex_C 0 othstol_oviform Loc.63 tech_to_irol - p_need 1 muthrok_spire - bring 13 AtL_W 1 muthrok_spire Loc.63 blank + p_need 1 mutath_spire + bring 13 AtL_W 1 mutath_spire Loc.63 blank call tech_wait return - :tech_to_vithrath - bring 13 AtL 1 vithrath_haunt Loc.63 blank_return + :tech_to_tosvrol + bring 13 AtL 1 tosvrol_haunt Loc.63 blank_return call tech_check - bring 13 Ex_C 0 muthrok_spire Loc.63 tech_to_muthrok + bring 13 Ex_C 0 mutath_spire Loc.63 tech_to_mutath bring 13 Ex_C 0 othstol_oviform Loc.63 tech_to_othstol - p_need 1 vithrath_haunt - bring 13 AtL_W 1 vithrath_haunt Loc.63 blank + p_need 1 tosvrol_haunt + bring 13 AtL_W 1 tosvrol_haunt Loc.63 blank call tech_wait return @@ -2210,29 +2213,29 @@ script_id ZMCx return :tech_to_hydrok - bring 13 AtL 1 hydrok_den|gorgral_swamp Loc.63 blank_return + bring 13 AtL 1 hydrith_den|bactith_swamp Loc.63 blank_return call tech_check - p_need 1 hydrok_den - bring 13 AtL_W 1 hydrok_den Loc.63 blank + p_need 1 hydrith_den + bring 13 AtL_W 1 hydrith_den Loc.63 blank call tech_wait return - :tech_to_gorgral - bring 13 AtL 1 gorgral_swamp Loc.63 blank_return + :tech_to_bactith + bring 13 AtL 1 bactith_swamp Loc.63 blank_return call tech_check - bring 13 Ex_C 0 hydrok_den Loc.63 tech_to_hydrok + bring 13 Ex_C 0 hydrith_den Loc.63 tech_to_hydrok bring 13 Ex_C 0 irol_iris|othstol_oviform Loc.63 tech_to_irol - p_need 1 gorgral_swamp - bring 13 AtL_W 1 gorgral_swamp Loc.63 blank + p_need 1 bactith_swamp + bring 13 AtL_W 1 bactith_swamp Loc.63 blank call tech_wait return :tech_to_izkag - bring 13 AtL 1 izkag_iteth|chokralgant_chazsal Loc.63 blank_return + bring 13 AtL 1 alkag_iteth|chokralgant_chazsal Loc.63 blank_return call tech_check bring 13 Ex_C 0 othstol_oviform Loc.63 tech_to_irol - p_need 1 izkag_iteth - bring 13 AtL_W 1 izkag_iteth Loc.63 blank + p_need 1 alkag_iteth + bring 13 AtL_W 1 alkag_iteth Loc.63 blank call tech_wait return @@ -2248,24 +2251,15 @@ script_id ZMCx :tech_to_chokralgant bring 13 AtL 1 chokralgant_chazsal Loc.63 blank_return call tech_check - bring 13 Ex_C 0 izkag_iteth Loc.63 tech_to_izkag + bring 13 Ex_C 0 alkag_iteth Loc.63 tech_to_izkag bring 13 Ex_C 0 othstol_oviform Loc.63 tech_to_othstol p_need 1 chokralgant_chazsal bring 13 AtL_W 1 chokralgant_chazsal Loc.63 blank call tech_wait return - :tech_to_alkaj - bring 13 AtL 1 alkaj_chasm Loc.63 blank_return - call tech_check - bring 13 Ex_C 0 geszkath_grotto Loc.63 tech_to_geszkath - p_need 1 alkaj_chasm - bring 13 AtL_W 1 alkaj_chasm Loc.63 blank - call tech_wait - return - :tech_to_zorkiz - bring 13 AtL 1 zorkiz_shroud|ultrok_cavern Loc.63 blank_return + bring 13 AtL 1 zorkiz_shroud|ultrav_cavern Loc.63 blank_return call tech_check p_need 1 zorkiz_shroud bring 13 AtL_W 1 zorkiz_shroud Loc.63 blank @@ -2281,13 +2275,13 @@ script_id ZMCx call tech_wait return - :tech_to_ultrok - bring 13 AtL 1 ultrok_cavern Loc.63 blank_return + :tech_to_ultrav + bring 13 AtL 1 ultrav_cavern Loc.63 blank_return call tech_check bring 13 Ex_C 0 zorkiz_shroud Loc.63 tech_to_zorkiz bring 13 Ex_C 0 othstol_oviform Loc.63 tech_to_othstol - p_need 1 ultrok_cavern - bring 13 AtL_W 1 ultrok_cavern Loc.63 blank + p_need 1 ultrav_cavern + bring 13 AtL_W 1 ultrav_cavern Loc.63 blank call tech_wait return @@ -2527,23 +2521,23 @@ script_id ZMCx print Zerg<32>General<32>greed<32>1:<32>Sleeping<32>Giant :build_general_SleepingGiant_Main - var Ex|Call pref_quazrok 0 buildpref_quazrok_zethrokor 13 - var Ex|Call pref_geszkath 0 buildpref_ultrok_ultrokor 13 - var Ex|Call pref_hydrok 0 buildpref_hydrok_hydralisk 13 - var Ex|Call pref_liivral 0 buildpref_liivral_kalkalisk 13 + var Ex|Call pref_quazeth 0 buildpref_quazeth_zethrokor 13 + var Ex|Call pref_geszkath 0 buildpref_ultrav_ultrokor 13 + var Ex|Call pref_hydrok 0 buildpref_hydrith_hydralisk 13 + var Ex|Call pref_liivral 0 buildpref_kalkiir_kalkalisk 13 var Ex|Call pref_vithrath 0 buildpref_zorkiz_zoryusthaleth 13 - var Ex|Call pref_muthrok 0 buildpref_muthrok_mutalisk 13 + var Ex|Call pref_muthrok 0 buildpref_mutath_mutalisk 13 var Ex|Call pref_geszkath 0 buildpref_geszkath_geszithalor 13 var Ex|Call pref_matravil 0 buildpref_matravil_matraleth 13 var Ex|Call pref_transport 0 buildpref_transport_ovileth 13 var Ex|Call pref_production 0 buildpref_production_larvoskcesiant 13 - call main_wait_750 + call main_wait_1050 var Sub can_worker_var 1 13 multi expansion_loop_toggle call main_wait_600 var Add can_worker_var 1 13 wait 60 - p_need 1 quazrok_pool + p_need 1 quazeth_pool call main_wait_900 var Set build_gas_var 1 13 call main_wait_600 @@ -2560,15 +2554,13 @@ script_id ZMCx bld 1 caphrolosk 98 call main_wait_750 bld 2 hachirosk 98 - call main_wait_150 - call main_wait_600 + call main_wait_750 p_need 1 zorkiz_shroud call main_wait_600 multi build_general_SleepingGiant_Morph call main_wait_600 multi need_othstol - call main_wait_600 - call main_wait_600 + call main_wait_1200 bld 1 gathtelosk 99 call main_wait_300 multi production_cycle @@ -2576,13 +2568,13 @@ script_id ZMCx :build_general_SleepingGiant_Morph call wait_for_IrolIris - call wait_for_QuazrokPool - p_need 1 liivral_pond + call wait_for_QuazethPool + p_need 1 kalkiir_pond p_need 1 matravil_nest call main_wait_900 - p_need 1 muthrok_spire + p_need 1 mutath_spire call wait_for_OthstolOviform - p_need 1 vithrath_haunt + p_need 1 tosvrol_haunt stop :build_general_ShriekingSwarm @@ -2590,22 +2582,22 @@ script_id ZMCx print Zerg<32>General<32>timing<32>1:<32>Shrieking<32>Swarm :build_general_ShriekingSwarm_Main - var Ex|Call pref_quazrok 0 buildpref_liivral_vorvrokor 13 - var Ex|Call pref_zorkiz 0 buildpref_ultrok_ultrokor 13 - var Ex|Call pref_hydrok 0 buildpref_hydrok_hydralisk 13 + var Ex|Call pref_quazeth 0 buildpref_kalkiir_vorvrokor 13 + var Ex|Call pref_zorkiz 0 buildpref_ultrav_ultrokor 13 + var Ex|Call pref_hydrok 0 buildpref_hydrith_hydralisk 13 var Ex|Call prefControlOrphan 0 buildpref_zorkiz_lakizilisk 13 var Ex|Call pref_matravil 0 buildpref_izkag_almaksalisk 13 var Ex|Call pref_vithrath 0 buildpref_vithrath_sovroleth 13 - var Ex|Call pref_muthrok 0 buildpref_muthrok_mutalisk 13 + var Ex|Call pref_muthrok 0 buildpref_mutath_mutalisk 13 var Ex|Call pref_geszkath 0 buildpref_geszkath_geszithalor 13 var Ex|Call pref_almakis 0 buildpref_matravil_matraleth 13 var Ex|Call pref_transport 0 buildpref_transport_ovileth 13 var Ex|Call pref_production 0 buildpref_production_larvoskcesiant 13 - call main_wait_750 + call main_wait_1050 var Sub can_worker_var 1 13 multi expansion_loop_toggle call main_wait_600 - p_need 1 quazrok_pool + p_need 1 quazeth_pool call main_wait_900 var Set can_attack_var 1 13 call main_wait_300 @@ -2633,9 +2625,9 @@ script_id ZMCx goto build_general_fin :build_general_ShriekingSwarm_Morph - w_bld 1 quazrok_pool + w_bld 1 quazeth_pool call wait_for_IrolIris - p_need 1 liivral_pond + p_need 1 kalkiir_pond stop :build_general_Subjugation @@ -2643,28 +2635,26 @@ script_id ZMCx print Zerg<32>General<32>timing<32>2:<32>Subjugation :build_general_Subjugation_Main - var Ex|Call pref_quazrok 0 buildpref_quazrok_zethrokor 13 + var Ex|Call pref_quazeth 0 buildpref_quazeth_zethrokor 13 var Ex|Call pref_geszkath 0 buildpref_geszkath_keskathalor 13 - var Ex|Call pref_hydrok 0 buildpref_hydrok_hydralisk 13 + var Ex|Call pref_hydrok 0 buildpref_hydrith_hydralisk 13 var Ex|Call pref_matravil 0 buildpref_izkag_almaksalisk 13 var Ex|Call pref_zorkiz 0 buildpref_zorkiz_zoryusthaleth 13 - var Ex|Call pref_alkaj 0 buildpref_zorkiz_gorgrokor 13 - var Ex|Call pref_muthrok 0 buildpref_gorgral_vithrilisk 13 + var Ex|Call pref_muthrok 0 buildpref_bactith_vithrilisk 13 var Ex|Call pref_almakis 0 buildpref_matravil_matraleth 13 var Ex|Call pref_transport 0 buildpref_transport_ovileth 13 var Ex|Call pref_production 0 buildpref_production_hachirosk 13 - call main_wait_600 + call main_wait_1050 var Sub can_worker_var 1 13 - call main_wait_150 multi expansion_loop_toggle - call main_wait_600 + call main_wait_750 bring 13 AtL_W 1 larva Loc.63 blank queue 1 droleth larva 255 Local Loc.63 200 call main_wait_150 - p_need 1 hydrok_den + p_need 1 hydrith_den call main_wait_300 var Add can_worker_var 1 13 - add_bld 255 larvosk_cesiant 1 30 95 + multi add_larvosk_generic call main_wait_300 bring 13 AtL_W 1 larva Loc.63 blank queue 1 hydralisk larva 255 Global Loc.63 88 @@ -2686,7 +2676,7 @@ script_id ZMCx call main_wait_600 var Add can_worker_var 1 13 call main_wait_150 - p_need 1 quazrok_pool + p_need 1 quazeth_pool call main_wait_150 bring 13 AtL_W 1 larva Loc.63 blank queue 1 skithrokor larva 255 Global Loc.63 88 @@ -2703,15 +2693,14 @@ script_id ZMCx multi build_general_Subjugation_Morph call main_wait_300 bld 1 caphrolosk 98 - call main_wait_750 - call main_wait_300 + call main_wait_1050 p_need 1 zorkiz_shroud goto build_general_fin :build_general_Subjugation_Morph - w_bld 1 hydrok_den + w_bld 1 hydrith_den call wait_for_IrolIris - p_need 1 gorgral_swamp + p_need 1 bactith_swamp p_need 1 matravil_nest stop @@ -2720,23 +2709,23 @@ script_id ZMCx print Zerg<32>General<32>rush<32>1:<32>Before<32>the<32>Storm :build_general_BeforeTheStorm_Main - var Ex|Call pref_quazrok 0 buildpref_quazrok_zethrokor 13 - var Ex|Call pref_gorgral 0 buildpref_gorgral_bactalisk 13 - var Ex|Call pref_liivral 0 buildpref_liivral_kalkalisk 13 + var Ex|Call pref_quazeth 0 buildpref_quazeth_zethrokor 13 + var Ex|Call pref_bactith 0 buildpref_bactith_bactalisk 13 + var Ex|Call pref_liivral 0 buildpref_kalkiir_kalkalisk 13 var Ex|Call pref_zorkiz 0 buildpref_zorkiz_zoryusthaleth 13 - var Ex|Call pref_muthrok 0 buildpref_muthrok_mutalisk 13 + var Ex|Call pref_muthrok 0 buildpref_mutath_mutalisk 13 var Ex|Call pref_geszkath 0 buildpref_geszkath_geszithalor 13 var Ex|Call pref_almakis 0 buildpref_matravil_matraleth 13 var Ex|Call pref_transport 0 buildpref_transport_ovileth 13 var Ex|Call pref_production 0 buildpref_production_larvoskcesiant 13 - call main_wait_600 + call main_wait_1050 var Sub can_worker_var 1 13 multi expansion_loop_toggle call main_wait_600 bring 13 AtL_W 1 larva Loc.63 blank queue 1 droleth larva 255 Local Loc.63 200 wait 24 - p_need 1 quazrok_pool + p_need 1 quazeth_pool call main_wait_150 var Add can_worker_var 1 13 var Set build_supply 1 13 @@ -2770,9 +2759,9 @@ script_id ZMCx goto build_general_fin :build_general_BeforeTheStorm_Morph - w_bld 1 quazrok_pool + w_bld 1 quazeth_pool call wait_for_IrolIris - p_need 1 liivral_pond + p_need 1 kalkiir_pond stop :build_general_TimeAfterTime @@ -2780,23 +2769,23 @@ script_id ZMCx print Zerg<32>General<32>timing<32>3:<32>Time<32>After<32>Time :build_general_TimeAfterTime_Main - var Ex|Call pref_quazrok 0 buildpref_quazrok_zethrokor 13 - var Ex|Call pref_hydrok 0 buildpref_hydrok_skithrokor 13 + var Ex|Call pref_quazeth 0 buildpref_quazeth_zethrokor 13 + var Ex|Call pref_hydrok 0 buildpref_hydrith_skithrokor 13 var Ex|Call pref_zorkiz 0 buildpref_zorkiz_lakizilisk 13 - var Ex|Call pref_liivral 0 buildpref_liivral_liiralisk 13 - var Ex|Call pref_muthrok 0 buildpref_muthrok_cikralisk 13 - var Ex|Call pref_gorgral 0 buildpref_gorgral_bactalisk 13 + var Ex|Call pref_liivral 0 buildpref_kalkiir_liiralisk 13 + var Ex|Call pref_muthrok 0 buildpref_mutath_cikralisk 13 + var Ex|Call pref_bactith 0 buildpref_bactith_bactalisk 13 var Ex|Call pref_almakis 0 buildpref_matravil_matraleth 13 var Ex|Call pref_geszkath 0 buildpref_geszkath_geszithalor 13 var Ex|Call pref_transport 0 buildpref_transport_ovileth 13 var Ex|Call pref_production 0 buildpref_production_larvoskcesiant 13 - call main_wait_600 + call main_wait_1050 var Sub can_worker_var 1 13 multi expansion_loop_toggle call main_wait_600 var Add can_worker_var 1 13 call main_wait_300 - p_need 1 hydrok_den + p_need 1 hydrith_den call main_wait_900 var Set can_attack_var 1 13 call main_wait_600 @@ -2808,7 +2797,7 @@ script_id ZMCx call main_wait_150 var Set can_build_static_defense_var 1 13 call main_wait_300 - p_need 1 quazrok_pool + p_need 1 quazeth_pool call main_wait_600 var Sub can_worker_var 1 13 call main_wait_150 @@ -2832,9 +2821,9 @@ script_id ZMCx goto build_general_fin :build_general_TimeAfterTime_Morph - w_bld 1 quazrok_pool + w_bld 1 quazeth_pool call wait_for_IrolIris - p_need 1 liivral_pond + p_need 1 kalkiir_pond stop :build_general_ConstrainedCoil @@ -2842,23 +2831,23 @@ script_id ZMCx print Zerg<32>General<32>timing<32>4:<32>Constrained<32>Coil :build_general_ConstrainedCoil_Main - var Ex|Call pref_quazrok 0 buildpref_quazrok_zethrokor 13 - var Ex|Call pref_gorgral 0 buildpref_gorgral_bactalisk 13 - var Ex|Call pref_liivral 0 buildpref_liivral_kalkalisk 13 + var Ex|Call pref_quazeth 0 buildpref_quazeth_zethrokor 13 + var Ex|Call pref_bactith 0 buildpref_bactith_bactalisk 13 + var Ex|Call pref_liivral 0 buildpref_kalkiir_kalkalisk 13 var Ex|Call pref_zorkiz 0 buildpref_zorkiz_zoryusthaleth 13 - var Ex|Call pref_muthrok 0 buildpref_muthrok_mutalisk 13 + var Ex|Call pref_muthrok 0 buildpref_mutath_mutalisk 13 var Ex|Call pref_geszkath 0 buildpref_geszkath_geszithalor 13 var Ex|Call pref_almakis 0 buildpref_matravil_matraleth 13 var Ex|Call pref_transport 0 buildpref_transport_ovileth 13 var Ex|Call pref_production 0 buildpref_production_larvoskcesiant 13 - call main_wait_600 + call main_wait_1050 var Sub can_worker_var 1 13 multi expansion_loop_toggle call main_wait_600 bring 13 AtL_W 1 larva Loc.63 blank queue 1 droleth larva 255 Local Loc.63 200 wait 24 - p_need 1 quazrok_pool + p_need 1 quazeth_pool call main_wait_150 var Add can_worker_var 1 13 call main_wait_900 @@ -2866,7 +2855,7 @@ script_id ZMCx call main_wait_450 var Set can_build_static_defense_var 1 13 call main_wait_900 - p_need 1 hydrok_den + p_need 1 hydrith_den call main_wait_300 var Set build_gas_var 1 13 call main_wait_600 @@ -2891,7 +2880,7 @@ script_id ZMCx placeholder_count Local AtL|Jump 2 Group_Buildings blank 13 call wHydrok call main_wait_450 - call wQuazrok + call wQuazeth call wLiivral call wIrol call main_wait_150 @@ -2899,7 +2888,7 @@ script_id ZMCx call main_wait_300 call wZorkiz call main_wait_300 - call wGorgral + call wBactith call main_wait_300 call main_wait_600 call wOthstol @@ -2916,8 +2905,6 @@ script_id ZMCx call wAlmakis call main_wait_1200 call wGeszkath - call main_wait_2400 - call wAlkaj stop :build_order_assault @@ -2968,35 +2955,33 @@ script_id ZMCx :build_order_assault_select dth 13 Ex 1 dark_swarm_unit buildAssault3HatchHydrok dth 13 Ex 2 dark_swarm_unit buildAssault2HatchZorkiz - dth 13 Ex 3 dark_swarm_unit buildAssault2HatchHydrokQuazrok + dth 13 Ex 3 dark_swarm_unit buildAssault2HatchHydrokQuazeth dth 13 Ex 4 dark_swarm_unit build_assault_2BaseGeszkath dth 13 Ex 5 dark_swarm_unit build_assault_Potency :buildAssault3HatchHydrok - dth 13 Ex 0 start_location buildAssault3HatchHydrok_Main + dth 13 Ex 0 start_location buildAssault3Hatchhydrith_Main print Zerg<32>Assault<32>timing<32>1:<32>3Hatch<32>Hydrok - :buildAssault3HatchHydrok_Main - var Ex|Call pref_quazrok 0 buildpref_quazrok_zethrokor 13 - var Ex|Call pref_geszkath 0 buildpref_ultrok_ultrokor 13 - var Ex|Call pref_hydrok 0 buildpref_hydrok_hydralisk 13 + :buildAssault3Hatchhydrith_Main + var Ex|Call pref_quazeth 0 buildpref_quazeth_zethrokor 13 + var Ex|Call pref_geszkath 0 buildpref_ultrav_ultrokor 13 + var Ex|Call pref_hydrok 0 buildpref_hydrith_hydralisk 13 var Ex|Call pref_izkag 0 buildpref_izkag_kagralisk 13 - var Ex|Call pref_liivral 0 buildpref_liivral_kalkalisk 13 + var Ex|Call pref_liivral 0 buildpref_kalkiir_kalkalisk 13 var Ex|Call pref_vithrath 0 buildpref_vithrath_sovroleth 13 - var Ex|Call pref_muthrok 0 buildpref_muthrok_mutalisk 13 + var Ex|Call pref_muthrok 0 buildpref_mutath_mutalisk 13 var Ex|Call pref_geszkath 0 buildpref_geszkath_geszithalor 13 var Ex|Call pref_matravil 0 buildpref_matravil_matraleth 13 var Ex|Call pref_transport 0 buildpref_transport_ovileth 13 var Ex|Call pref_production 0 buildpref_production_larvoskcesiant 13 - call main_wait_750 + call main_wait_1050 var Sub can_worker_var 1 13 - var Add can_expand_var 1 13 + multi expansion_loop_toggle call main_wait_600 var Add can_worker_var 1 13 - call main_wait_150 - var Sub can_expand_var 1 13 - call main_wait_750 - p_need 1 hydrok_den + call main_wait_900 + p_need 1 hydrith_den call main_wait_600 var Set can_build_static_defense_var 1 13 call main_wait_450 @@ -3016,7 +3001,7 @@ script_id ZMCx call main_wait_600 var Add can_worker_var 1 13 call main_wait_600 - p_need 1 quazrok_pool + p_need 1 quazeth_pool call main_wait_600 var Set build_gas_var 1 13 call main_wait_300 @@ -3041,22 +3026,20 @@ script_id ZMCx print Zerg<32>Assault<32>rush<32>1:<32>2Hatch<32>Zorkiz :buildAssault2HatchZorkiz_Main - var Ex|Call pref_quazrok 0 buildpref_quazrok_nathrokor 13 - var Ex|Call pref_geszkath 0 buildpref_ultrok_ultrokor 13 - var Ex|Call pref_hydrok 0 buildpref_hydrok_hydralisk 13 - var Ex|Call pref_izkag 0 buildpref_hydrok_izirokor 13 - var Ex|Call pref_liivral 0 buildpref_liivral_kalkalisk 13 + var Ex|Call pref_quazeth 0 buildpref_quazeth_nathrokor 13 + var Ex|Call pref_geszkath 0 buildpref_ultrav_ultrokor 13 + var Ex|Call pref_hydrok 0 buildpref_hydrith_hydralisk 13 + var Ex|Call pref_izkag 0 buildpref_hydrith_izirokor 13 + var Ex|Call pref_liivral 0 buildpref_kalkiir_kalkalisk 13 var Ex|Call pref_vithrath 0 buildpref_vithrath_sovroleth 13 - var Ex|Call pref_muthrok 0 buildpref_muthrok_mutalisk 13 - var Ex|Call pref_alkaj 0 buildpref_gorgral_vithrilisk 13 + var Ex|Call pref_muthrok 0 buildpref_mutath_mutalisk 13 var Ex|Call pref_matravil 0 buildpref_matravil_matraleth 13 var Ex|Call pref_transport 0 buildpref_transport_ovileth 13 var Ex|Call pref_production 0 buildpref_production_larvoskcesiant 13 - call main_wait_600 + call main_wait_1050 multi expansion_loop_toggle - call main_wait_450 - call main_wait_600 - p_need 1 hydrok_den + call main_wait_1050 + p_need 1 hydrith_den call main_wait_900 do_morph 4 hydralisk wait 75 @@ -3075,7 +3058,7 @@ script_id ZMCx call main_wait_300 p_need 1 zorkiz_shroud call main_wait_300 - p_need 1 gorgral_swamp + p_need 1 bactith_swamp bld 1 caphrolosk 104 call main_wait_300 call expansion_loop_normal @@ -3084,23 +3067,23 @@ script_id ZMCx call main_wait_150 goto build_assault_fin - :buildAssault2HatchHydrokQuazrok - dth 13 Ex 0 start_location buildAssault2HatchHydrokQuazrok_Main - print Zerg<32>Assault<32>rush<32>2:<32>2Hatch<32>Hydrok<32>Quazrok + :buildAssault2HatchHydrokQuazeth + dth 13 Ex 0 start_location buildAssault2HatchHydrokQuazeth_Main + print Zerg<32>Assault<32>rush<32>2:<32>2Hatch<32>Hydrok<32>Quazeth - :buildAssault2HatchHydrokQuazrok_Main - var Ex|Call pref_quazrok 0 buildpref_quazrok_zethrokor 13 - var Ex|Call pref_geszkath 0 buildpref_ultrok_ultrokor 13 - var Ex|Call pref_hydrok 0 buildpref_hydrok_hydralisk 13 + :buildAssault2HatchHydrokQuazeth_Main + var Ex|Call pref_quazeth 0 buildpref_quazeth_zethrokor 13 + var Ex|Call pref_geszkath 0 buildpref_ultrav_ultrokor 13 + var Ex|Call pref_hydrok 0 buildpref_hydrith_hydralisk 13 var Ex|Call pref_izkag 0 buildpref_izkag_kagralisk 13 var Ex|Call pref_matravil 0 buildpref_izkag_almaksalisk 13 var Ex|Call pref_vithrath 0 buildpref_zorkiz_zoryusthaleth 13 - var Ex|Call pref_muthrok 0 buildpref_muthrok_mutalisk 13 + var Ex|Call pref_muthrok 0 buildpref_mutath_mutalisk 13 var Ex|Call pref_geszkath 0 buildpref_geszkath_geszithalor 13 var Ex|Call pref_matravil 0 buildpref_matravil_matraleth 13 var Ex|Call pref_transport 0 buildpref_transport_ovileth 13 var Ex|Call pref_production 0 buildpref_production_hachirosk 13 - call main_wait_600 + call main_wait_1050 var Sub can_worker_var 1 13 multi expansion_loop_toggle call main_wait_300 @@ -3108,14 +3091,14 @@ script_id ZMCx call main_wait_600 var Add can_worker_var 1 13 call main_wait_600 - p_need 1 hydrok_den + p_need 1 hydrith_den call main_wait_750 var Sub can_worker_var 1 13 var Set can_attack_var 1 13 call main_wait_600 var Set build_supply 1 13 call main_wait_300 - p_need 1 quazrok_pool + p_need 1 quazeth_pool call main_wait_600 call expansion_loop_normal call main_wait_300 @@ -3127,10 +3110,10 @@ script_id ZMCx var Add can_worker_var 1 13 goto build_assault_fin - :buildAssault2HatchHydrokQuazrok_Morph - w_bld 1 quazrok_pool + :buildAssault2HatchHydrokQuazeth_Morph + w_bld 1 quazeth_pool call wait_for_IrolIris - p_need 1 liivral_pond + p_need 1 kalkiir_pond stop :build_assault_2BaseGeszkath @@ -3138,15 +3121,15 @@ script_id ZMCx print Zerg<32>Assault<32>greed<32>1:<32>2Base<32>Geszkath :build_assault_2BaseGeszkath_Main - var Ex|Call pref_gorgral 0 buildpref_hydrok_skithrokor 13 - var Ex|Call pref_geszkath 0 buildpref_alkaj_alkajelisk 13 + var Ex|Call pref_bactith 0 buildpref_hydrith_skithrokor 13 + var Ex|Call pref_geszkath 0 buildpref_geszkath_mutation_alkajelisk 13 var Ex|Call pref_geszkath 0 buildpref_geszkath_geszithalor 13 call main_wait_750 call main_wait_600 bld 1 cagrant_cesiant 101 multi build_assault_2BaseGeszkath_Morph call main_wait_600 - p_need 1 hydrok_den + p_need 1 hydrith_den call main_wait_300 multi expansion_loop_toggle call main_wait_750 @@ -3171,12 +3154,12 @@ script_id ZMCx :build_assault_2BaseGeszkath_Morph w_bld 1 cagrant_cesiant - bld 1 larvosk_cesiant 105 call wait_for_IrolIris + bld 1 larvosk_cesiant 105 w_bldstart 2 hachirosk - p_need 1 gorgral_swamp + p_need 1 bactith_swamp call main_wait_300 - p_need 1 izkag_iteth + p_need 1 alkag_iteth multi need_othstol stop @@ -3186,27 +3169,27 @@ script_id ZMCx :build_assault_Potency_Main var Ex|Call pref_zorkiz 0 buildpref_zorkiz_zoryusthaleth 13 - var Ex|Call pref_hydrok 0 buildpref_hydrok_hydralisk 13 - var Ex|Call pref_liivral 0 buildpref_liivral_kalkalisk 13 - var Ex|Call pref_muthrok 0 buildpref_muthrok_mutalisk 13 + var Ex|Call pref_hydrok 0 buildpref_hydrith_hydralisk 13 + var Ex|Call pref_liivral 0 buildpref_kalkiir_kalkalisk 13 + var Ex|Call pref_muthrok 0 buildpref_mutath_mutalisk 13 var Ex|Call pref_izkag 0 buildpref_izkag_kagralisk 13 var Ex|Call pref_vithrath 0 buildpref_vithrath_sovroleth 13 var Ex|Call pref_geszkath 0 buildpref_geszkath_geszithalor 13 var Ex|Call pref_matravil 0 buildpref_matravil_matraleth 13 var Ex|Call pref_transport 0 buildpref_transport_ovileth 13 var Ex|Call pref_production 0 buildpref_production_larvoskcesiant 13 - call main_wait_600 + call main_wait_1050 var Sub can_worker_var 1 13 call main_wait_150 multi expansion_loop_toggle call main_wait_600 var Add can_worker_var 1 13 call main_wait_450 - p_need 1 hydrok_den + p_need 1 hydrith_den call main_wait_1200 var Set can_build_static_defense_var 1 13 call main_wait_600 - p_need 1 quazrok_pool + p_need 1 quazeth_pool call main_wait_600 var Set build_gas_var 1 13 call main_wait_600 @@ -3238,9 +3221,9 @@ script_id ZMCx :build_assault_Potency_Morph call wait_for_IrolIris call main_wait_300 - p_need 1 gorgral_swamp + p_need 1 bactith_swamp call main_wait_750 - p_need 1 izkag_iteth + p_need 1 alkag_iteth stop :build_assault_EarthenTides @@ -3248,9 +3231,9 @@ script_id ZMCx print Zerg<32>Assault<32>timing<32>3:<32>Earthen<32>Tides :build_assault_EarthenTides_Main - var Ex|Call pref_hydrok 0 buildpref_hydrok_izirokor 13 + var Ex|Call pref_hydrok 0 buildpref_hydrith_izirokor 13 var Ex|Call pref_zorkiz 0 buildpref_zorkiz_lakizilisk 13 - var Ex|Call pref_muthrok 0 buildpref_muthrok_protathalor 13 + var Ex|Call pref_muthrok 0 buildpref_mutath_protathalor 13 var Ex|Call pref_izkag 0 buildpref_izkag_almaksalisk 13 var Ex|Call pref_vithrath 0 buildpref_vithrath_sovroleth 13 var Ex|Call pref_geszkath 0 buildpref_geszkath_keskathalor 13 @@ -3258,11 +3241,11 @@ script_id ZMCx var Ex|Call pref_transport 0 buildpref_transport_ovileth 13 var Ex|Call pref_production 0 buildpref_production_larvoskcesiant 13 call main_wait_450 - p_need 1 hydrok_den + p_need 1 hydrith_den call main_wait_600 var Sub can_worker_var 1 13 var Set can_attack_var 1 13 - call main_wait_750 + call main_wait_1050 multi expansion_loop_toggle call main_wait_600 var Add can_worker_var 1 13 @@ -3273,7 +3256,7 @@ script_id ZMCx call main_wait_1200 var Set can_build_static_defense_var 1 13 call main_wait_1200 - p_need 1 quazrok_pool + p_need 1 quazeth_pool call main_wait_600 var Add can_expand_var 1 13 call main_wait_600 @@ -3290,8 +3273,8 @@ script_id ZMCx :build_assault_EarthenTides_Morph call wait_for_IrolIris - p_need 1 liivral_pond - p_need 1 muthrok_spire + p_need 1 kalkiir_pond + p_need 1 mutath_spire call main_wait_900 p_need 1 matravil_nest stop @@ -3305,13 +3288,13 @@ script_id ZMCx call wIrol call main_wait_300 call wCaphrolosk - call wQuazrok + call wQuazeth call wLiivral call main_wait_300 call wHachirosk call main_wait_150 call wHydrok - call wGorgral + call wBactith call main_wait_150 call main_wait_300 call wMuthrok @@ -3332,8 +3315,6 @@ script_id ZMCx call wVithrath call main_wait_1200 call wGeszkath - call main_wait_2400 - call wAlkaj stop :build_order_swarm @@ -3384,7 +3365,7 @@ script_id ZMCx :build_order_swarm_select dth 13 Ex 1 dark_swarm_unit build_swarm_3BaseFlood dth 13 Ex 2 dark_swarm_unit build_swarm_3BaseUltrok - dth 13 Ex 3 dark_swarm_unit build_swarm_InstantQuazrok + dth 13 Ex 3 dark_swarm_unit build_swarm_InstantQuazeth dth 13 Ex 4 dark_swarm_unit build_swarm_3BaseOthstol dth 13 Ex 5 dark_swarm_unit build_swarm_GatesOfHell dth 13 Ex 6 dark_swarm_unit build_swarm_PrimitivePressure @@ -3394,18 +3375,18 @@ script_id ZMCx print Zerg<32>Swarm<32>timing<32>1:<32>3Hatch<32>Flood :build_swarm_3BaseFlood_Main - var Ex|Call pref_quazrok 0 buildpref_quazrok_zethrokor 13 - var Ex|Call pref_geszkath 0 buildpref_ultrok_ultrokor 13 - var Ex|Call pref_hydrok 0 buildpref_hydrok_hydralisk 13 - var Ex|Call pref_liivral 0 buildpref_liivral_kalkalisk 13 + var Ex|Call pref_quazeth 0 buildpref_quazeth_zethrokor 13 + var Ex|Call pref_geszkath 0 buildpref_ultrav_ultrokor 13 + var Ex|Call pref_hydrok 0 buildpref_hydrith_hydralisk 13 + var Ex|Call pref_liivral 0 buildpref_kalkiir_kalkalisk 13 var Ex|Call pref_vithrath 0 buildpref_zorkiz_zoryusthaleth 13 - var Ex|Call pref_muthrok 0 buildpref_muthrok_mutalisk 13 + var Ex|Call pref_muthrok 0 buildpref_mutath_mutalisk 13 var Ex|Call pref_geszkath 0 buildpref_geszkath_geszithalor 13 var Ex|Call pref_matravil 0 buildpref_matravil_matraleth 13 var Ex|Call pref_transport 0 buildpref_transport_ovileth 13 var Ex|Call pref_production 0 buildpref_production_larvoskcesiant 13 call main_wait_450 - p_need 1 quazrok_pool + p_need 1 quazeth_pool call main_wait_600 bring 13 AtL_W 1 larva Loc.63 blank queue 1 zethrokor larva 255 Global Loc.63 88 @@ -3468,40 +3449,40 @@ script_id ZMCx goto build_swarm_fin :build_swarm_3BaseFlood_Morph - w_bld 1 quazrok_pool + w_bld 1 quazeth_pool call wait_for_IrolIris - p_need 1 liivral_pond + p_need 1 kalkiir_pond w_bldstart 3 hachirosk call main_wait_300 - p_need 1 muthrok_spire - w_bld 1 muthrok_spire + p_need 1 mutath_spire + w_bld 1 mutath_spire call wait_for_OthstolOviform - p_need 1 vithrath_haunt + p_need 1 tosvrol_haunt stop :build_swarm_3BaseUltrok - dth 13 Ex 0 start_location build_swarm_3BaseUltrok_Main + dth 13 Ex 0 start_location build_swarm_3Baseultrav_Main print Zerg<32>Swarm<32>timing<32>2:<32>3Hatch<32>Ultrok - :build_swarm_3BaseUltrok_Main - var Ex|Call pref_quazrok 0 buildpref_quazrok_zethrokor 13 - var Ex|Call pref_geszkath 0 buildpref_ultrok_ultrokor 13 - var Ex|Call pref_hydrok 0 buildpref_hydrok_hydralisk 13 - var Ex|Call pref_liivral 0 buildpref_liivral_kalkalisk 13 + :build_swarm_3Baseultrav_Main + var Ex|Call pref_quazeth 0 buildpref_quazeth_zethrokor 13 + var Ex|Call pref_geszkath 0 buildpref_ultrav_ultrokor 13 + var Ex|Call pref_hydrok 0 buildpref_hydrith_hydralisk 13 + var Ex|Call pref_liivral 0 buildpref_kalkiir_kalkalisk 13 var Ex|Call pref_vithrath 0 buildpref_zorkiz_zoryusthaleth 13 - var Ex|Call pref_muthrok 0 buildpref_muthrok_mutalisk 13 + var Ex|Call pref_muthrok 0 buildpref_mutath_mutalisk 13 var Ex|Call pref_geszkath 0 buildpref_geszkath_geszithalor 13 var Ex|Call pref_matravil 0 buildpref_matravil_matraleth 13 var Ex|Call pref_transport 0 buildpref_transport_ovileth 13 var Ex|Call pref_production 0 buildpref_production_hachirosk 13 - call main_wait_450 + call main_wait_1050 var Sub can_worker_var 1 13 wait 24 multi expansion_loop_toggle call main_wait_600 var Add can_worker_var 1 13 call main_wait_600 - p_need 1 quazrok_pool + p_need 1 quazeth_pool wait 24 call main_wait_1500 bring 13 AtL_W 1 larva Loc.63 blank @@ -3531,7 +3512,7 @@ script_id ZMCx call main_wait_300 var Set build_supply 1 13 call main_wait_600 - multi build_swarm_3BaseUltrok_Morph + multi build_swarm_3Baseultrav_Morph call main_wait_450 wait 24 bring 13 AtL_W 1 larva Loc.63 blank @@ -3567,47 +3548,47 @@ script_id ZMCx call main_wait_300 bld 2 hachirosk 98 call main_wait_900 - p_need 1 hydrok_den + p_need 1 hydrith_den call main_wait_600 multi production_cycle call main_wait_600 goto build_swarm_fin - :build_swarm_3BaseUltrok_Morph - w_bld 1 quazrok_pool + :build_swarm_3Baseultrav_Morph + w_bld 1 quazeth_pool call wait_for_IrolIris - p_need 1 liivral_pond + p_need 1 kalkiir_pond w_bld 1 zorkiz_shroud w_bldstart 2 hachirosk call main_wait_900 p_need 1 matravil_nest call main_wait_900 call wait_for_OthstolOviform - p_need 1 ultrok_cavern + p_need 1 ultrav_cavern call main_wait_600 bld 1 gathtelosk 99 - w_bld 1 hydrok_den + w_bld 1 hydrith_den call wait_for_IrolIris - p_need 1 gorgral_swamp + p_need 1 bactith_swamp stop - :build_swarm_InstantQuazrok - dth 13 Ex 0 start_location build_swarm_InstantQuazrok_Main - print Zerg<32>Swarm<32>rush<32>1:<32>Instant<32>Quazrok + :build_swarm_InstantQuazeth + dth 13 Ex 0 start_location build_swarm_InstantQuazeth_Main + print Zerg<32>Swarm<32>rush<32>1:<32>Instant<32>Quazeth - :build_swarm_InstantQuazrok_Main - var Ex|Call pref_quazrok 0 buildpref_quazrok_zethrokor 13 - var Ex|Call pref_geszkath 0 buildpref_ultrok_ultrokor 13 - var Ex|Call pref_hydrok 0 buildpref_hydrok_hydralisk 13 - var Ex|Call pref_liivral 0 buildpref_liivral_kalkalisk 13 + :build_swarm_InstantQuazeth_Main + var Ex|Call pref_quazeth 0 buildpref_quazeth_zethrokor 13 + var Ex|Call pref_geszkath 0 buildpref_ultrav_ultrokor 13 + var Ex|Call pref_hydrok 0 buildpref_hydrith_hydralisk 13 + var Ex|Call pref_liivral 0 buildpref_kalkiir_kalkalisk 13 var Ex|Call pref_vithrath 0 buildpref_zorkiz_zoryusthaleth 13 - var Ex|Call pref_muthrok 0 buildpref_muthrok_mutalisk 13 + var Ex|Call pref_muthrok 0 buildpref_mutath_mutalisk 13 var Ex|Call pref_geszkath 0 buildpref_geszkath_geszithalor 13 var Ex|Call pref_matravil 0 buildpref_matravil_matraleth 13 var Ex|Call pref_transport 0 buildpref_transport_ovileth 13 var Ex|Call pref_production 0 buildpref_production_hachirosk 13 call main_wait_600 - p_need 1 quazrok_pool + p_need 1 quazeth_pool call main_wait_750 var Sub can_worker_var 1 13 call main_wait_150 @@ -3627,14 +3608,14 @@ script_id ZMCx call main_wait_300 multi need_irol call main_wait_300 - multi build_swarm_InstantQuazrok_Morph + multi build_swarm_InstantQuazeth_Morph multi production_cycle goto build_swarm_fin - :build_swarm_InstantQuazrok_Morph - w_bld 1 quazrok_pool + :build_swarm_InstantQuazeth_Morph + w_bld 1 quazeth_pool call wait_for_IrolIris - p_need 1 liivral_pond + p_need 1 kalkiir_pond stop :build_swarm_3BaseOthstol @@ -3642,24 +3623,24 @@ script_id ZMCx print Zerg<32>Swarm<32>timing<32>3:<32>3Hatch<32>Othstol :build_swarm_3BaseOthstol_Main - var Ex|Call pref_quazrok 0 buildpref_hydrok_izirokor 13 - var Ex|Call pref_geszkath 0 buildpref_ultrok_ultrokor 13 - var Ex|Call pref_hydrok 0 buildpref_hydrok_hydralisk 13 - var Ex|Call pref_liivral 0 buildpref_liivral_kalkalisk 13 + var Ex|Call pref_quazeth 0 buildpref_hydrith_izirokor 13 + var Ex|Call pref_geszkath 0 buildpref_ultrav_ultrokor 13 + var Ex|Call pref_hydrok 0 buildpref_hydrith_hydralisk 13 + var Ex|Call pref_liivral 0 buildpref_kalkiir_kalkalisk 13 var Ex|Call pref_vithrath 0 buildpref_zorkiz_zoryusthaleth 13 var Ex|Call pref_zorkiz 0 buildpref_zorkiz_gorgrokor 13 var Ex|Call pref_geszkath 0 buildpref_geszkath_geszithalor 13 var Ex|Call pref_matravil 0 buildpref_matravil_matraleth 13 var Ex|Call pref_transport 0 buildpref_transport_ovileth 13 var Ex|Call pref_production 0 buildpref_production_hachirosk 13 - call main_wait_600 + call main_wait_1050 var Sub can_worker_var 1 13 wait 24 multi expansion_loop_toggle call main_wait_600 var Add can_worker_var 1 13 call main_wait_600 - p_need 1 quazrok_pool + p_need 1 quazeth_pool wait 24 call main_wait_1500 bring 13 AtL_W 1 larva Loc.63 blank @@ -3701,7 +3682,7 @@ script_id ZMCx queue 1 zethrokor larva 255 Global Loc.63 88 wait 24 call main_wait_900 - p_need 1 hydrok_den + p_need 1 hydrith_den call main_wait_300 wait 24 bld 2 hachirosk 98 @@ -3718,20 +3699,20 @@ script_id ZMCx goto build_swarm_fin :build_swarm_3BaseOthstol_Morph - w_bld 1 quazrok_pool + w_bld 1 quazeth_pool call wait_for_IrolIris - p_need 1 liivral_pond + p_need 1 kalkiir_pond p_need 1 matravil_nest call wait_for_OthstolOviform bld 1 gathtelosk 99 w_bldstart 1 gathtelosk call wait_for_OthstolOviform w_bld 1 zorkiz_shroud - p_need 1 ultrok_cavern + p_need 1 ultrav_cavern w_bldstart 2 hachirosk - w_bld 1 hydrok_den + w_bld 1 hydrith_den call wait_for_IrolIris - p_need 1 gorgral_swamp + p_need 1 bactith_swamp stop :build_swarm_GatesOfHell @@ -3739,28 +3720,27 @@ script_id ZMCx print Zerg<32>Swarm<32>greed<32>1:<32>Gates<32>of<32>Hell :build_swarm_GatesOfHell_Main - var Ex|Call pref_quazrok 0 buildpref_quazrok_zethrokor 13 + var Ex|Call pref_quazeth 0 buildpref_quazeth_zethrokor 13 var Ex|Call pref_geszkath 0 buildpref_geszkath_keskathalor 13 - var Ex|Call pref_hydrok 0 buildpref_hydrok_hydralisk 13 - var Ex|Call pref_liivral 0 buildpref_liivral_kalkalisk 13 + var Ex|Call pref_hydrok 0 buildpref_hydrith_hydralisk 13 + var Ex|Call pref_liivral 0 buildpref_kalkiir_kalkalisk 13 var Ex|Call pref_vithrath 0 buildpref_vithrath_sovroleth 13 var Ex|Call pref_zorkiz 0 buildpref_zorkiz_gorgrokor 13 var Ex|Call pref_geszkath 0 buildpref_geszkath_geszithalor 13 var Ex|Call pref_matravil 0 buildpref_matravil_matraleth 13 var Ex|Call pref_transport 0 buildpref_transport_ovileth 13 var Ex|Call pref_production 0 buildpref_production_larvoskcesiant 13 - call main_wait_600 + call main_wait_1050 var Sub can_worker_var 1 13 - call main_wait_600 multi expansion_loop_toggle - call main_wait_600 + call main_wait_900 call expansion_loop_normal call main_wait_900 var Set can_build_static_defense_var 1 13 call main_wait_300 call expansion_loop_normal call main_wait_600 - p_need 1 quazrok_pool + p_need 1 quazeth_pool call main_wait_900 p_need 1 zorkiz_shroud call main_wait_600 @@ -3768,7 +3748,7 @@ script_id ZMCx call main_wait_450 var Add can_expand_var 1 13 call main_wait_450 - p_need 1 hydrok_den + p_need 1 hydrith_den call main_wait_450 multi build_swarm_GatesOfHell_Morph call main_wait_600 @@ -3782,9 +3762,9 @@ script_id ZMCx :build_swarm_GatesOfHell_Morph call wait_for_IrolIris - p_need 1 liivral_pond + p_need 1 kalkiir_pond call main_wait_600 - p_need 1 gorgral_swamp + p_need 1 bactith_swamp call main_wait_2400 multi need_othstol stop @@ -3794,26 +3774,25 @@ script_id ZMCx print Zerg<32>Swarm<32>timing<32>4:<32>Primitive<32>Pressure :build_swarm_PrimitivePressure_Main - var Ex|Call pref_quazrok 0 buildpref_quazrok_zethrokor 13 - var Ex|Call pref_hydrok 0 buildpref_hydrok_hydralisk 13 + var Ex|Call pref_quazeth 0 buildpref_quazeth_zethrokor 13 + var Ex|Call pref_hydrok 0 buildpref_hydrith_hydralisk 13 var Ex|Call pref_zorkiz 0 buildpref_zorkiz_zoryusthaleth 13 - var Ex|Call pref_liivral 0 buildpref_liivral_liiralisk 13 - var Ex|Call pref_muthrok 0 buildpref_muthrok_protathalor 13 + var Ex|Call pref_liivral 0 buildpref_kalkiir_liiralisk 13 + var Ex|Call pref_muthrok 0 buildpref_mutath_protathalor 13 var Ex|Call pref_matravil 0 buildpref_matravil_matraleth 13 var Ex|Call pref_vithrath 0 buildpref_vithrath_sovroleth 13 var Ex|Call pref_geszkath 0 buildpref_geszkath_keskathalor 13 var Ex|Call pref_transport 0 buildpref_transport_ovileth 13 var Ex|Call pref_production 0 buildpref_production_larvoskcesiant 13 - call main_wait_600 + call main_wait_1050 var Sub can_worker_var 1 13 - call main_wait_600 multi expansion_loop_toggle - call main_wait_600 - var Add can_worker_all_var 1 13 + call main_wait_900 + var Add can_worker_var 1 13 call main_wait_300 - p_need 1 quazrok_pool + p_need 1 quazeth_pool call main_wait_450 - p_need 1 hydrok_den + p_need 1 hydrith_den call main_wait_900 var Set can_attack_var 1 13 call main_wait_750 @@ -3833,11 +3812,11 @@ script_id ZMCx :build_swarm_PrimitivePressure_Morph call wait_for_IrolIris - call wait_for_QuazrokPool - p_need 1 liivral_pond + call wait_for_QuazethPool + p_need 1 kalkiir_pond call main_wait_600 call wait_for_HydrokDen - p_need 1 gorgral_swamp + p_need 1 bactith_swamp stop :build_swarm_fin @@ -3853,7 +3832,7 @@ script_id ZMCx call wMatravil call main_wait_300 call wHydrok - call wGorgral + call wBactith call main_wait_600 call wZorkiz call main_wait_150 @@ -3868,8 +3847,6 @@ script_id ZMCx call wUltrok call main_wait_600 call wGeszkath - call main_wait_2400 - call wAlkaj stop :build_order_sunblot @@ -3930,14 +3907,13 @@ script_id ZMCx print Zerg<32>Sunblot<32>timing<32>1:<32>Big<32>and<32>Little :build_sunblot_BigAndLittle_Main - var Ex|Call pref_quazrok 0 buildpref_quazrok_nathrokor 13 + var Ex|Call pref_quazeth 0 buildpref_quazeth_nathrokor 13 var Ex|Call pref_geszkath 0 buildpref_geszkath_geszithalor 13 - var Ex|Call pref_hydrok 0 buildpref_hydrok_skithrokor 13 + var Ex|Call pref_hydrok 0 buildpref_hydrith_skithrokor 13 var Ex|Call pref_matravil 0 buildpref_matravil_vilgorokor 13 - var Ex|Call pref_muthrok 0 buildpref_muthrok_mutalisk 13 + var Ex|Call pref_muthrok 0 buildpref_mutath_mutalisk 13 var Ex|Call pref_izkag 0 buildpref_izkag_almaksalisk 13 var Ex|Call pref_vithrath 0 buildpref_vithrath_sovroleth 13 - var Ex|Call pref_alkaj 0 buildpref_alkaj_alkajelisk 13 var Ex|Call pref_zorkiz 0 buildpref_zorkiz_gorgrokor 13 var Ex|Call pref_transport 0 buildpref_transport_ovileth 13 var Ex|Call pref_production 0 buildpref_production_hachirosk 13 @@ -3949,7 +3925,7 @@ script_id ZMCx call main_wait_300 var Sub can_worker_var 1 13 wait 24 - p_need 1 quazrok_pool + p_need 1 quazeth_pool call main_wait_300 var Add can_worker_var 1 13 call main_wait_900 @@ -4022,15 +3998,15 @@ script_id ZMCx :build_sunblot_BigAndLittle_Morph wait 24 call wait_for_IrolIris - call wait_for_QuazrokPool - p_need 1 liivral_pond + call wait_for_QuazethPool + p_need 1 kalkiir_pond call main_wait_300 - p_need 1 muthrok_spire + p_need 1 mutath_spire call wait_for_OthstolOviform call wait_for_MuthrokSpire - p_need 1 vithrath_haunt + p_need 1 tosvrol_haunt call wait_for_ZorkizShroud - p_need 1 ultrok_cavern + p_need 1 ultrav_cavern stop :build_sunblot_TheTriad @@ -4038,11 +4014,11 @@ script_id ZMCx print Zerg<32>Sunblot<32>greed<32>1:<32>The<32>Triad :build_sunblot_TheTriad_Main - var Ex|Call pref_quazrok 0 buildpref_quazrok_nathrokor 13 - var Ex|Call pref_hydrok 0 buildpref_hydrok_skithrokor 13 + var Ex|Call pref_quazeth 0 buildpref_quazeth_nathrokor 13 + var Ex|Call pref_hydrok 0 buildpref_hydrith_skithrokor 13 var Ex|Call pref_zorkiz 0 buildpref_zorkiz_gorgrokor 13 - var Ex|Call pref_liivral 0 buildpref_liivral_kalkalisk 13 - var Ex|Call pref_muthrok 0 buildpref_muthrok_mutalisk 13 + var Ex|Call pref_liivral 0 buildpref_kalkiir_kalkalisk 13 + var Ex|Call pref_muthrok 0 buildpref_mutath_mutalisk 13 var Ex|Call pref_izkag 0 buildpref_izkag_almaksalisk 13 var Ex|Call pref_geszkath 0 buildpref_geszkath_geszithalor 13 var Ex|Call pref_elthisth 0 buildpref_elthisth_isthrathaleth 13 @@ -4055,7 +4031,7 @@ script_id ZMCx call main_wait_450 var Add can_worker_var 1 13 call main_wait_150 - p_need 1 quazrok_pool + p_need 1 quazeth_pool call main_wait_1200 var Set can_build_static_defense_var 1 13 call main_wait_450 @@ -4067,7 +4043,7 @@ script_id ZMCx call main_wait_150 var Set build_gas_var 1 13 call main_wait_300 - p_need 1 hydrok_den + p_need 1 hydrith_den call main_wait_1200 p_need 1 zorkiz_shroud call main_wait_900 @@ -4077,9 +4053,9 @@ script_id ZMCx goto build_sunblot_fin :build_sunblot_TheTriad_Morph - w_bld 1 muthrok_spire + w_bld 1 mutath_spire call wait_for_OthstolOviform - p_need 1 vithrath_haunt + p_need 1 tosvrol_haunt stop :build_sunblot_SkitteringDuo @@ -4087,10 +4063,10 @@ script_id ZMCx print Zerg<32>Sunblot<32>rush<32>1:<32>Skittering<32>Duo :build_sunblot_SkitteringDuo_Main - var Ex|Call pref_quazrok 0 buildpref_quazrok_nathrokor 13 - var Ex|Call pref_hydrok 0 buildpref_hydrok_skithrokor 13 + var Ex|Call pref_quazeth 0 buildpref_quazeth_nathrokor 13 + var Ex|Call pref_hydrok 0 buildpref_hydrith_skithrokor 13 var Ex|Call pref_zorkiz 0 buildpref_zorkiz_gorgrokor 13 - var Ex|Call pref_muthrok 0 buildpref_muthrok_mutalisk 13 + var Ex|Call pref_muthrok 0 buildpref_mutath_mutalisk 13 var Ex|Call pref_izkag 0 buildpref_izkag_almaksalisk 13 var Ex|Call pref_geszkath 0 buildpref_geszkath_geszithalor 13 var Ex|Call pref_transport 0 buildpref_transport_ovileth 13 @@ -4102,10 +4078,10 @@ script_id ZMCx call main_wait_450 var Add can_worker_var 1 13 call main_wait_900 - p_need 1 hydrok_den + p_need 1 hydrith_den call main_wait_900 var Sub can_worker_var 1 13 - p_need 1 quazrok_pool + p_need 1 quazeth_pool call main_wait_900 var Set can_attack_var 1 13 call main_wait_450 @@ -4123,10 +4099,10 @@ script_id ZMCx print Zerg<32>Sunblot<32>greed<32>2:<32>Early<32>Birds :build_sunblot_EarlyBirds_Main - var Ex|Call pref_quazrok 0 buildpref_quazrok_zethrokor 13 - var Ex|Call pref_hydrok 0 buildpref_hydrok_skithrokor 13 + var Ex|Call pref_quazeth 0 buildpref_quazeth_zethrokor 13 + var Ex|Call pref_hydrok 0 buildpref_hydrith_skithrokor 13 var Ex|Call pref_zorkiz 0 buildpref_zorkiz_gorgrokor 13 - var Ex|Call pref_muthrok 0 buildpref_muthrok_mutalisk 13 + var Ex|Call pref_muthrok 0 buildpref_mutath_mutalisk 13 var Ex|Call pref_izkag 0 buildpref_izkag_almaksalisk 13 var Ex|Call pref_geszkath 0 buildpref_geszkath_geszithalor 13 var Ex|Call pref_transport 0 buildpref_transport_ovileth 13 @@ -4144,14 +4120,14 @@ script_id ZMCx call main_wait_450 var Add can_worker_var 1 13 call main_wait_150 - p_need 1 quazrok_pool + p_need 1 quazeth_pool call main_wait_900 var Set build_gas_var 1 13 call main_wait_900 multi need_irol multi build_sunblot_EarlyBirds_Morph call main_wait_600 - var Ex|Call pref_quazrok 0 buildpref_quazrok_nathrokor 13 + var Ex|Call pref_quazeth 0 buildpref_quazeth_nathrokor 13 call main_wait_1500 var Set can_attack_var 1 13 call main_wait_600 @@ -4161,12 +4137,12 @@ script_id ZMCx goto build_sunblot_fin :build_sunblot_EarlyBirds_Morph - call wait_for_QuazrokPool + call wait_for_QuazethPool call wait_for_IrolIris - p_need 1 liivral_pond - p_need 1 muthrok_spire + p_need 1 kalkiir_pond + p_need 1 mutath_spire call main_wait_900 - p_need 1 izkag_iteth + p_need 1 alkag_iteth stop :build_sunblot_FlyingFeint @@ -4174,16 +4150,16 @@ script_id ZMCx print Zerg<32>Sunblot<32>timing<32>2:<32>Flying<32>Feint :build_sunblot_FlyingFeint_Main - var Ex|Call pref_quazrok 0 buildpref_quazrok_zethrokor 13 - var Ex|Call pref_hydrok 0 buildpref_hydrok_hydralisk 13 + var Ex|Call pref_quazeth 0 buildpref_quazeth_zethrokor 13 + var Ex|Call pref_hydrok 0 buildpref_hydrith_hydralisk 13 var Ex|Call pref_zorkiz 0 buildpref_zorkiz_gorgrokor 13 - var Ex|Call pref_muthrok 0 buildpref_muthrok_mutalisk 13 + var Ex|Call pref_muthrok 0 buildpref_mutath_mutalisk 13 var Ex|Call pref_izkag 0 buildpref_izkag_almaksalisk 13 var Ex|Call pref_geszkath 0 buildpref_geszkath_geszithalor 13 var Ex|Call pref_transport 0 buildpref_transport_ovileth 13 var Ex|Call pref_production 0 buildpref_production_hachirosk 13 call main_wait_450 - p_need 1 quazrok_pool + p_need 1 quazeth_pool call main_wait_600 var Sub can_worker_var 1 13 var Set can_attack_var 1 13 @@ -4198,10 +4174,10 @@ script_id ZMCx multi need_irol multi build_sunblot_FlyingFeint_Morph call main_wait_600 - var Ex|Call pref_quazrok 0 buildpref_quazrok_nathrokor 13 - var Ex|Call pref_hydrok 0 buildpref_hydrok_skithrokor 13 + var Ex|Call pref_quazeth 0 buildpref_quazeth_nathrokor 13 + var Ex|Call pref_hydrok 0 buildpref_hydrith_skithrokor 13 call main_wait_1200 - p_need 1 hydrok_den + p_need 1 hydrith_den call main_wait_300 multi production_cycle call main_wait_900 @@ -4209,13 +4185,13 @@ script_id ZMCx :build_sunblot_FlyingFeint_Morph call wait_for_IrolIris - call wait_for_QuazrokPool - p_need 1 liivral_pond + call wait_for_QuazethPool + p_need 1 kalkiir_pond call main_wait_600 call wait_for_HydrokDen - p_need 1 gorgral_swamp + p_need 1 bactith_swamp call main_wait_450 - p_need 1 muthrok_spire + p_need 1 mutath_spire stop :build_sunblot_DescendingHorizon @@ -4223,16 +4199,16 @@ script_id ZMCx print Zerg<32>Sunblot<32>timing<32>3:<32>Descending<32>Horizon :build_sunblot_DescendingHorizon_Main - var Ex|Call pref_quazrok 0 buildpref_quazrok_zethrokor 13 - var Ex|Call pref_hydrok 0 buildpref_hydrok_hydralisk 13 + var Ex|Call pref_quazeth 0 buildpref_quazeth_zethrokor 13 + var Ex|Call pref_hydrok 0 buildpref_hydrith_hydralisk 13 var Ex|Call pref_zorkiz 0 buildpref_zorkiz_gorgrokor 13 - var Ex|Call pref_muthrok 0 buildpref_muthrok_mutalisk 13 + var Ex|Call pref_muthrok 0 buildpref_mutath_mutalisk 13 var Ex|Call pref_izkag 0 buildpref_izkag_almaksalisk 13 var Ex|Call pref_geszkath 0 buildpref_geszkath_geszithalor 13 var Ex|Call pref_transport 0 buildpref_transport_ovileth 13 var Ex|Call pref_production 0 buildpref_production_hachirosk 13 call main_wait_450 - p_need 1 quazrok_pool + p_need 1 quazeth_pool call main_wait_450 var Sub can_worker_var 1 13 call main_wait_150 @@ -4246,7 +4222,7 @@ script_id ZMCx call main_wait_900 var Set build_gas_var 1 13 call main_wait_600 - p_need 1 hydrok_den + p_need 1 hydrith_den call main_wait_600 var Set can_attack_var 1 13 call main_wait_750 @@ -4266,15 +4242,15 @@ script_id ZMCx :build_sunblot_DescendingHorizon_Morph call wait_for_IrolIris call wait_for_HydrokDen - p_need 1 gorgral_swamp + p_need 1 bactith_swamp call main_wait_600 - call wait_for_QuazrokPool - p_need 1 liivral_pond + call wait_for_QuazethPool + p_need 1 kalkiir_pond call main_wait_600 - p_need 1 muthrok_spire + p_need 1 mutath_spire call wait_for_OthstolOviform call wait_for_MuthrokSpire - p_need 1 vithrath_haunt + p_need 1 tosvrol_haunt call main_wait_600 p_need 1 matravil_nest stop @@ -4286,11 +4262,11 @@ script_id ZMCx :build_sunblot_fin2 placeholder_count Local AtL|Jump 2 Group_Buildings blank 13 call wIrol - call wQuazrok + call wQuazeth call wMuthrok call main_wait_300 call wHydrok - call wGorgral + call wBactith call main_wait_300 call wVithrath call wLiivral @@ -4310,8 +4286,6 @@ script_id ZMCx call wUltrok call main_wait_600 call wElthisth - call main_wait_2400 - call wAlkaj stop :build_order_scenario @@ -4335,7 +4309,7 @@ script_id ZMCx wait 24 bring 13 AtL 1 irol_iris|othstol_oviform Loc.63 blank bring 13 AtM 3 larvosk_cesiant|hachirosk|caphrolosk|gathtelosk Loc.63 need_irol - bring 13 Ex 0 quazrok_pool|liivral_pond|hydrok_den|gorgral_swamp|muthrok_spire|vithrath_haunt|zorkiz_shroud|ultrok_cavern|matravil_nest|almakis_antre|elthisth_mound|geszkath_grotto|alkaj_chasm Loc.63 need_irol + bring 13 Ex 0 quazeth_pool|kalkiir_pond|hydrith_den|bactith_swamp|mutath_spire|tosvrol_haunt|zorkiz_shroud|ultrav_cavern|matravil_nest|almakis_antre|elthisth_mound|geszkath_grotto Loc.63 need_irol call main_wait_450 :need_irol2 @@ -4360,7 +4334,7 @@ script_id ZMCx bring 13 AtL 1 othstol_oviform Loc.63 blank bring 13 Ex 0 irol_iris Loc.63 need_othstol bring 13 AtM 5 larvosk_cesiant|hachirosk|caphrolosk|gathtelosk Loc.63 need_othstol - bring 13 Ex 2 quazrok_pool|liivral_pond|hydrok_den|gorgral_swamp|muthrok_spire|vithrath_haunt|zorkiz_shroud|ultrok_cavern|matravil_nest|almakis_antre|elthisth_mound|geszkath_grotto|alkaj_chasm Loc.63 need_othstol + bring 13 Ex 2 quazeth_pool|kalkiir_pond|hydrith_den|bactith_swamp|mutath_spire|tosvrol_haunt|zorkiz_shroud|ultrav_cavern|matravil_nest|almakis_antre|elthisth_mound|geszkath_grotto Loc.63 need_othstol bring 13 AtM 3 excisant Loc.63 need_othstol call main_wait_450 @@ -4374,35 +4348,28 @@ script_id ZMCx notowns othstol_oviform wait_for_OthstolOviform return - :wait_for_QuazrokPool + :wait_for_QuazethPool wait 12 - bring 13 AtL 1 liivral_pond Loc.63 blank_return - notowns quazrok_pool wait_for_QuazrokPool + bring 13 AtL 1 kalkiir_pond Loc.63 blank_return + notowns quazeth_pool wait_for_QuazethPool return :wait_for_HydrokDen wait 12 - bring 13 AtL 1 gorgral_swamp Loc.63 blank_return - notowns hydrok_den wait_for_HydrokDen + bring 13 AtL 1 bactith_swamp Loc.63 blank_return + notowns hydrith_den wait_for_HydrokDen return :wait_for_ZorkizShroud wait 12 - bring 13 AtL 1 ultrok_cavern Loc.63 blank_return + bring 13 AtL 1 ultrav_cavern Loc.63 blank_return notowns zorkiz_shroud wait_for_ZorkizShroud return :wait_for_MuthrokSpire wait 12 - bring 13 AtL 1 vithrath_haunt Loc.63 blank_return - notowns muthrok_spire wait_for_MuthrokSpire - return - - :request_larvosk - var AtL|wait town_count_var 1 13 - wait 12 - bring 13 Ex 0 droleth|gosvileth Loc.63 request_larvosk - add_bld 255 larvosk_cesiant 1 10 115 + bring 13 AtL 1 tosvrol_haunt Loc.63 blank_return + notowns mutath_spire wait_for_MuthrokSpire return :wHachirosk @@ -4427,47 +4394,47 @@ script_id ZMCx add_bld 255 gathtelosk 1 99 98 return - :wQuazrok + :wQuazeth wait 12 - bring 13 AtL 1 quazrok_pool|liivral_pond Loc.63 blank_return - p_need 1 quazrok_pool + bring 13 AtL 1 quazeth_pool|kalkiir_pond Loc.63 blank_return + p_need 1 quazeth_pool return :wLiivral wait 12 - notowns quazrok_pool wLiivral + notowns quazeth_pool wLiivral bring 13 Ex 0 irol_iris|othstol_oviform Loc.63 wLiivral - bring 13 AtL 1 liivral_pond Loc.63 blank_return - p_need 1 liivral_pond + bring 13 AtL 1 kalkiir_pond Loc.63 blank_return + p_need 1 kalkiir_pond return :wHydrok wait 12 - bring 13 AtL 1 hydrok_den|gorgral_swamp Loc.63 blank_return - p_need 1 hydrok_den + bring 13 AtL 1 hydrith_den|bactith_swamp Loc.63 blank_return + p_need 1 hydrith_den return - :wGorgral + :wBactith wait 12 - notowns hydrok_den wGorgral - bring 13 Ex 0 irol_iris|othstol_oviform Loc.63 wGorgral - bring 13 AtL 1 gorgral_swamp Loc.63 blank_return - p_need 1 gorgral_swamp + notowns hydrith_den wBactith + bring 13 Ex 0 irol_iris|othstol_oviform Loc.63 wBactith + bring 13 AtL 1 bactith_swamp Loc.63 blank_return + p_need 1 bactith_swamp return :wMuthrok wait 12 bring 13 Ex 0 othstol_oviform Loc.63 wMuthrok - bring 13 AtL 1 muthrok_spire|vithrath_haunt Loc.63 blank_return - p_need 1 muthrok_spire + bring 13 AtL 1 mutath_spire|tosvrol_haunt Loc.63 blank_return + p_need 1 mutath_spire return :wVithrath wait 12 bring 13 Ex 0 othstol_oviform Loc.63 wVithrath - notowns muthrok_spire wVithrath - bring 13 AtL 1 vithrath_haunt Loc.63 blank_return - p_need 1 vithrath_haunt + notowns mutath_spire wVithrath + bring 13 AtL 1 tosvrol_haunt Loc.63 blank_return + p_need 1 tosvrol_haunt return :wMatravil @@ -4492,16 +4459,9 @@ script_id ZMCx p_need 1 geszkath_grotto return - :wAlkaj - wait 12 - notowns geszkath_grotto wAlkaj - bring 13 AtL 1 alkaj_chasm Loc.63 blank_return - p_need 1 alkaj_chasm - return - :wZorkiz wait 12 - bring 13 AtL 1 zorkiz_shroud|ultrok_cavern Loc.63 blank_return + bring 13 AtL 1 zorkiz_shroud|ultrav_cavern Loc.63 blank_return p_need 1 zorkiz_shroud return @@ -4509,8 +4469,8 @@ script_id ZMCx wait 12 notowns zorkiz_shroud wUltrok bring 13 Ex 0 othstol_oviform Loc.63 wUltrok - bring 13 AtL 1 ultrok_cavern Loc.63 blank_return - p_need 1 ultrok_cavern + bring 13 AtL 1 ultrav_cavern Loc.63 blank_return + p_need 1 ultrav_cavern return :wElthisth @@ -4895,7 +4855,7 @@ script_id ZMCx :attack_conditions wait 24 - bring 13 Ex 0 quazrok_pool|liivral_pond|hydrok_den|gorgral_swamp|muthrok_spire|vithrath_haunt|zorkiz_shroud|ultrok_cavern|matravil_nest|almakis_antre|elthisth_mound|geszkath_grotto|alkaj_chasm Loc.63 attack_conditions + bring 13 Ex 0 quazeth_pool|kalkiir_pond|hydrith_den|bactith_swamp|mutath_spire|tosvrol_haunt|zorkiz_shroud|ultrav_cavern|matravil_nest|almakis_antre|elthisth_mound|geszkath_grotto Loc.63 attack_conditions bring 13 AtM 10 droleth Loc.63 attack_conditions bring 13 AtM 1 larvosk_cesiant|hachirosk|caphrolosk|gathtelosk Loc.63 attack_conditions res 13 AtL Any 500 blank_return @@ -4914,71 +4874,71 @@ script_id ZMCx goto add_attack_wave_sunblot :add_attack_wave_assault - call atk_hydrok_ranged + call atk_hydrith_ranged call atk_izkag_ranged - call atk_hydrok_air + call atk_hydrith_air call atk_zorkiz_ranged call atk_axtoth_melee call atk_geszkath_siege call atk_zorkiz_melee - call atk_quazrok_melee + call atk_quazeth_melee call atk_elthisth_siege call atk_matravil_ranged call atk_geszkath_air call atk_axtoth_ranged - call atk_quazrok_ranged - call atk_muthrok_air + call atk_quazeth_ranged + call atk_mutath_air call atk_matravil_special - call atk_quazrok_air + call atk_quazeth_air return :add_attack_wave_swarm call atk_axtoth_ranged call atk_axtoth_melee - call atk_quazrok_ranged - call atk_quazrok_melee - call atk_quazrok_ranged + call atk_quazeth_ranged + call atk_quazeth_melee + call atk_quazeth_ranged call atk_zorkiz_melee - call atk_quazrok_air + call atk_quazeth_air call atk_izkag_ranged - call atk_hydrok_air + call atk_hydrith_air call atk_matravil_ranged - call atk_muthrok_air + call atk_mutath_air call atk_matravil_special call atk_geszkath_air - call atk_hydrok_ranged + call atk_hydrith_ranged call atk_zorkiz_ranged call atk_geszkath_siege call atk_elthisth_siege return :add_attack_wave_sunblot - call atk_muthrok_air - call atk_quazrok_air - call atk_quazrok_melee - call atk_hydrok_air + call atk_mutath_air + call atk_quazeth_air + call atk_quazeth_melee + call atk_hydrith_air call atk_matravil_special call atk_geszkath_air call atk_zorkiz_melee call atk_elthisth_siege - call atk_quazrok_ranged + call atk_quazeth_ranged call atk_axtoth_melee call atk_izkag_ranged call atk_matravil_ranged call atk_geszkath_siege - call atk_hydrok_ranged + call atk_hydrith_ranged call atk_zorkiz_ranged call atk_axtoth_ranged return - :atk_quazrok_melee + :atk_quazeth_melee var AtL|Call prefZethrokor 1 atk_zethrokor2 13 var AtL|Call prefVorvrokor 1 atk_vorvrokor2 13 call atk_zethrokor call atk_vorvrokor return - :atk_quazrok_ranged + :atk_quazeth_ranged var AtL|Call prefQuazilisk 1 atk_quazilisk2 13 var AtL|Call prefLiiralisk 1 atk_liiralisk2 13 call atk_quazilisk @@ -4999,21 +4959,21 @@ script_id ZMCx # call atk_oztukrokor return - :atk_hydrok_ranged + :atk_hydrith_ranged var AtL|Call prefHydralisk 1 atk_hydralisk2 13 var AtL|Call prefBactalisk 1 atk_bactalisk2 13 call atk_hydralisk call atk_bactalisk return - :atk_hydrok_melee + :atk_hydrith_melee var AtL|Call prefIzirokor 1 atk_izirokor2 13 var AtL|Call prefTethzorokor 1 atk_tethzorokor2 13 call atk_izirokor call atk_tethzorokor return - :atk_hydrok_air + :atk_hydrith_air var AtL|Call prefSkithrokor 1 atk_skithrokor2 13 var AtL|Call prefVithrilisk 1 atk_vithrilisk2 13 call atk_skithrokor @@ -5041,14 +5001,14 @@ script_id ZMCx # call atk_algoztalisk return - :atk_muthrok_air + :atk_mutath_air var AtL|Call prefMutalisk 1 atk_mutalisk2 13 var AtL|Call prefTosgrilisk 1 atk_tosgrilisk2 13 call atk_mutalisk call atk_tosgrilisk return - :atk_quazrok_air + :atk_quazeth_air var AtL|Call prefNathrokor 1 atk_nathrokor2 13 var AtL|Call prefKalkalisk 1 atk_kalkalisk2 13 call atk_nathrokor @@ -5112,128 +5072,128 @@ script_id ZMCx return :atk_zethrokor - bring 13 Ex 0 quazrok_pool|liivral_pond Loc.63 blank_return + bring 13 Ex 0 quazeth_pool|kalkiir_pond Loc.63 blank_return queue_rel zethrokor larva 0.55 larva 255 Global 63 100 atk_rel zethrokor zethrokor 0.8 :atk_zethrokor2 - bring 13 Ex 0 quazrok_pool|liivral_pond Loc.63 blank_return + bring 13 Ex 0 quazeth_pool|kalkiir_pond Loc.63 blank_return atk_rel zethrokor larvosk_cesiant|hachirosk|caphrolosk|gathtelosk 0.55 return :atk_quazilisk - bring 13 Ex 0 quazrok_pool|liivral_pond Loc.63 blank_return + bring 13 Ex 0 quazeth_pool|kalkiir_pond Loc.63 blank_return queue_rel quazilisk larva 0.4 larva 255 Global 63 100 atk_rel quazilisk quazilisk 0.8 :atk_quazilisk2 - bring 13 Ex 0 quazrok_pool|liivral_pond Loc.63 blank_return + bring 13 Ex 0 quazeth_pool|kalkiir_pond Loc.63 blank_return atk_rel quazilisk larvosk_cesiant|hachirosk|caphrolosk|gathtelosk 0.4 return :atk_nathrokor - bring 13 Ex 0 quazrok_pool|liivral_pond Loc.63 blank_return + bring 13 Ex 0 quazeth_pool|kalkiir_pond Loc.63 blank_return queue_rel nathrokor larvosk_cesiant|hachirosk|caphrolosk|gathtelosk 0.66 larva 255 Global 63 100 atk_rel nathrokor nathrokor 0.8 :atk_nathrokor2 - bring 13 Ex 0 quazrok_pool|liivral_pond Loc.63 blank_return + bring 13 Ex 0 quazeth_pool|kalkiir_pond Loc.63 blank_return atk_rel nathrokor larvosk_cesiant|hachirosk|caphrolosk|gathtelosk 1.25 return :atk_vorvrokor - bring 13 Ex 0 quazrok_pool|liivral_pond Loc.63 blank_return + bring 13 Ex 0 quazeth_pool|kalkiir_pond Loc.63 blank_return queue_rel zethrokor larva 0.4 larva 255 Global 63 100 queue_rel vorvrokor zethrokor 0.4 larva 255 Global 63 100 atk_rel vorvrokor vorvrokor 0.8 :atk_vorvrokor2 - bring 13 Ex 0 quazrok_pool|liivral_pond Loc.63 blank_return + bring 13 Ex 0 quazeth_pool|kalkiir_pond Loc.63 blank_return atk_rel vorvrokor larvosk_cesiant|hachirosk|caphrolosk|gathtelosk 0.4 return :atk_liiralisk - bring 13 Ex 0 liivral_pond Loc.63 blank_return + bring 13 Ex 0 kalkiir_pond Loc.63 blank_return queue_rel quazilisk larva 0.4 larva 255 Global 63 100 queue_rel liiralisk quazilisk 0.4 larva 255 Global 63 101 atk_rel liiralisk liiralisk 0.8 :atk_liiralisk2 - bring 13 Ex 0 liivral_pond Loc.63 blank_return + bring 13 Ex 0 kalkiir_pond Loc.63 blank_return atk_rel liiralisk larvosk_cesiant|hachirosk|caphrolosk|gathtelosk 0.4 return :atk_kalkalisk - notowns vithrath_haunt blank_return + notowns tosvrol_haunt blank_return queue_rel nathrokor larvosk_cesiant|hachirosk|caphrolosk|gathtelosk 0.75 larva 255 Global 63 100 queue_rel kalkalisk larvosk_cesiant|hachirosk|caphrolosk|gathtelosk 0.75 nathrokor 255 Global 63 101 atk_rel kalkalisk kalkalisk 0.8 :atk_kalkalisk2 - notowns vithrath_haunt blank_return + notowns tosvrol_haunt blank_return atk_rel kalkalisk larvosk_cesiant|hachirosk|caphrolosk|gathtelosk 1 return :atk_cikralisk - bring 13 Ex 0 muthrok_spire|vithrath_haunt Loc.63 blank_return + bring 13 Ex 0 mutath_spire|tosvrol_haunt Loc.63 blank_return queue_rel cikralisk larvosk_cesiant|hachirosk|caphrolosk|gathtelosk 0.75 larva 255 Global 63 101 atk_rel cikralisk cikralisk 0.8 :atk_cikralisk2 - bring 13 Ex 0 muthrok_spire|vithrath_haunt Loc.63 blank_return + bring 13 Ex 0 mutath_spire|tosvrol_haunt Loc.63 blank_return atk_rel cikralisk larvosk_cesiant|hachirosk|caphrolosk|gathtelosk 1.5 return :atk_protathalor - bring 13 Ex 0 muthrok_spire|vithrath_haunt Loc.63 blank_return + bring 13 Ex 0 mutath_spire|tosvrol_haunt Loc.63 blank_return queue_rel protathalor larvosk_cesiant|hachirosk|caphrolosk|gathtelosk 0.66 larva 255 Global 63 101 atk_rel protathalor protathalor 0.8 :atk_protathalor2 - bring 13 Ex 0 muthrok_spire|vithrath_haunt Loc.63 blank_return + bring 13 Ex 0 mutath_spire|tosvrol_haunt Loc.63 blank_return atk_rel protathalor larvosk_cesiant|hachirosk|caphrolosk|gathtelosk 1.25 return :atk_mutalisk - bring 13 Ex 0 muthrok_spire|vithrath_haunt Loc.63 blank_return + bring 13 Ex 0 mutath_spire|tosvrol_haunt Loc.63 blank_return queue_rel mutalisk larvosk_cesiant|hachirosk|caphrolosk|gathtelosk 0.75 larva 255 Global 63 101 atk_rel mutalisk mutalisk 0.8 :atk_mutalisk2 - bring 13 Ex 0 muthrok_spire|vithrath_haunt Loc.63 blank_return + bring 13 Ex 0 mutath_spire|tosvrol_haunt Loc.63 blank_return atk_rel mutalisk larvosk_cesiant|hachirosk|caphrolosk|gathtelosk 1.5 return :atk_ghitorokor - notowns vithrath_haunt blank_return + notowns tosvrol_haunt blank_return queue_rel cikralisk larvosk_cesiant|hachirosk|caphrolosk|gathtelosk 0.5 larva 255 Global 63 100 queue_rel ghitorokor larvosk_cesiant|hachirosk|caphrolosk|gathtelosk 0.75 cikralisk 255 Global 63 102 atk_rel ghitorokor ghitorokor 0.8 :atk_ghitorokor2 - notowns vithrath_haunt blank_return + notowns tosvrol_haunt blank_return atk_rel ghitorokor larvosk_cesiant|hachirosk|caphrolosk|gathtelosk 1.5 return :atk_sovroleth - notowns vithrath_haunt blank_return + notowns tosvrol_haunt blank_return queue_rel protathalor larvosk_cesiant|hachirosk|caphrolosk|gathtelosk 0.75 larva 255 Global 63 100 queue_rel sovroleth larvosk_cesiant|hachirosk|caphrolosk|gathtelosk 0.75 protathalor 255 Global 63 102 atk_rel sovroleth sovroleth 0.8 :atk_sovroleth2 - notowns vithrath_haunt blank_return + notowns tosvrol_haunt blank_return atk_rel sovroleth larvosk_cesiant|hachirosk|caphrolosk|gathtelosk 1 return :atk_tosgrilisk - notowns vithrath_haunt blank_return + notowns tosvrol_haunt blank_return queue_rel mutalisk larvosk_cesiant|hachirosk|caphrolosk|gathtelosk 0.75 larva 255 Global 63 100 queue_rel tosgrilisk larvosk_cesiant|hachirosk|caphrolosk|gathtelosk 0.75 mutalisk 255 Global 63 102 atk_rel tosgrilisk tosgrilisk 0.8 :atk_tosgrilisk2 - notowns vithrath_haunt blank_return + notowns tosvrol_haunt blank_return atk_rel tosgrilisk larvosk_cesiant|hachirosk|caphrolosk|gathtelosk 1 return @@ -5280,94 +5240,94 @@ script_id ZMCx return :atk_hydralisk - bring 13 Ex 0 hydrok_den|gorgral_swamp Loc.63 blank_return + bring 13 Ex 0 hydrith_den|bactith_swamp Loc.63 blank_return queue_rel hydralisk larvosk_cesiant|hachirosk|caphrolosk|gathtelosk 0.68 larva 255 Global 63 100 atk_rel hydralisk hydralisk 0.8 :atk_hydralisk2 - bring 13 Ex 0 hydrok_den|gorgral_swamp Loc.63 blank_return + bring 13 Ex 0 hydrith_den|bactith_swamp Loc.63 blank_return atk_rel hydralisk larvosk_cesiant|hachirosk|caphrolosk|gathtelosk 1.25 return :atk_izirokor - bring 13 Ex 0 hydrok_den|gorgral_swamp Loc.63 blank_return + bring 13 Ex 0 hydrith_den|bactith_swamp Loc.63 blank_return queue_rel izirokor larvosk_cesiant|hachirosk|caphrolosk|gathtelosk 0.5 larva 255 Global 63 100 atk_rel izirokor izirokor 0.8 :atk_izirokor2 - bring 13 Ex 0 hydrok_den|gorgral_swamp Loc.63 blank_return + bring 13 Ex 0 hydrith_den|bactith_swamp Loc.63 blank_return atk_rel izirokor larvosk_cesiant|hachirosk|caphrolosk|gathtelosk 1 return :atk_skithrokor - bring 13 Ex 0 hydrok_den|gorgral_swamp Loc.63 blank_return + bring 13 Ex 0 hydrith_den|bactith_swamp Loc.63 blank_return queue_rel skithrokor larvosk_cesiant|hachirosk|caphrolosk|gathtelosk 0.55 larva 255 Global 63 100 atk_rel skithrokor skithrokor 0.8 :atk_skithrokor2 - bring 13 Ex 0 hydrok_den|gorgral_swamp Loc.63 blank_return + bring 13 Ex 0 hydrith_den|bactith_swamp Loc.63 blank_return atk_rel skithrokor larvosk_cesiant|hachirosk|caphrolosk|gathtelosk 1.1 return :atk_bactalisk - notowns gorgral_swamp blank_return + notowns bactith_swamp blank_return queue_rel hydralisk larvosk_cesiant|hachirosk|caphrolosk|gathtelosk 0.5 larva 255 Global 63 100 queue_rel bactalisk larvosk_cesiant|hachirosk|caphrolosk|gathtelosk 0.5 hydralisk 255 Global 63 101 atk_rel bactalisk bactalisk 0.8 :atk_bactalisk2 - notowns gorgral_swamp blank_return + notowns bactith_swamp blank_return atk_rel bactalisk larvosk_cesiant|hachirosk|caphrolosk|gathtelosk 1 return :atk_tethzorokor - notowns gorgral_swamp blank_return + notowns bactith_swamp blank_return queue_rel izirokor larvosk_cesiant|hachirosk|caphrolosk|gathtelosk 0.5 larva 255 Global 63 100 queue_rel tethzorokor larvosk_cesiant|hachirosk|caphrolosk|gathtelosk 0.5 izirokor 255 Global 63 101 atk_rel tethzorokor tethzorokor 0.8 :atk_tethzorokor2 - notowns gorgral_swamp blank_return + notowns bactith_swamp blank_return atk_rel tethzorokor larvosk_cesiant|hachirosk|caphrolosk|gathtelosk 1 return :atk_vithrilisk - notowns gorgral_swamp blank_return + notowns bactith_swamp blank_return queue_rel skithrokor larvosk_cesiant|hachirosk|caphrolosk|gathtelosk 0.2 larva 255 Global 63 101 atk_rel vithrilisk vithrilisk 0.8 :atk_vithrilisk2 - notowns gorgral_swamp blank_return + notowns bactith_swamp blank_return atk_rel vithrilisk larvosk_cesiant|hachirosk|caphrolosk|gathtelosk 0.4 return :atk_kagralisk - bring 13 Ex 0 izkag_iteth|chokralgant_chazsal Loc.63 blank_return + bring 13 Ex 0 alkag_iteth|chokralgant_chazsal Loc.63 blank_return queue_rel kagralisk larvosk_cesiant|hachirosk|caphrolosk|gathtelosk 0.68 larva 255 Global 63 101 atk_rel kagralisk kagralisk 0.8 :atk_kagralisk2 - bring 13 Ex 0 izkag_iteth|chokralgant_chazsal Loc.63 blank_return + bring 13 Ex 0 alkag_iteth|chokralgant_chazsal Loc.63 blank_return atk_rel kagralisk larvosk_cesiant|hachirosk|caphrolosk|gathtelosk 1.25 return :atk_evigrilisk - bring 13 Ex 0 izkag_iteth|chokralgant_chazsal Loc.63 blank_return + bring 13 Ex 0 alkag_iteth|chokralgant_chazsal Loc.63 blank_return queue_rel evigrilisk larvosk_cesiant|hachirosk|caphrolosk|gathtelosk 0.5 larva 255 Global 63 101 atk_rel evigrilisk evigrilisk 0.8 :atk_evigrilisk2 - bring 13 Ex 0 izkag_iteth|chokralgant_chazsal Loc.63 blank_return + bring 13 Ex 0 alkag_iteth|chokralgant_chazsal Loc.63 blank_return atk_rel evigrilisk larvosk_cesiant|hachirosk|caphrolosk|gathtelosk 1 return :atk_almaksalisk - bring 13 Ex 0 izkag_iteth|chokralgant_chazsal Loc.63 blank_return + bring 13 Ex 0 alkag_iteth|chokralgant_chazsal Loc.63 blank_return queue_rel almaksalisk larvosk_cesiant|hachirosk|caphrolosk|gathtelosk 0.75 larva 255 Global 63 101 atk_rel almaksalisk almaksalisk 0.8 :atk_almaksalisk2 - bring 13 Ex 0 izkag_iteth|chokralgant_chazsal Loc.63 blank_return + bring 13 Ex 0 alkag_iteth|chokralgant_chazsal Loc.63 blank_return atk_rel almaksalisk larvosk_cesiant|hachirosk|caphrolosk|gathtelosk 1.5 return @@ -5405,74 +5365,74 @@ script_id ZMCx return :atk_keskathalor - bring 13 Ex 0 geszkath_grotto|alkaj_chasm Loc.63 blank_return + bring 13 Ex 0 geszkath_grotto Loc.63 blank_return queue_rel keskathalor larvosk_cesiant|hachirosk|caphrolosk|gathtelosk 0.5 larva 255 Global 63 102 atk_rel keskathalor keskathalor 0.8 :atk_keskathalor2 - bring 13 Ex 0 geszkath_grotto|alkaj_chasm Loc.63 blank_return + bring 13 Ex 0 geszkath_grotto Loc.63 blank_return atk_rel keskathalor larvosk_cesiant|hachirosk|caphrolosk|gathtelosk 1 return :atk_geszithalor - bring 13 Ex 0 geszkath_grotto|alkaj_chasm Loc.63 blank_return + bring 13 Ex 0 geszkath_grotto Loc.63 blank_return queue_rel geszithalor larvosk_cesiant|hachirosk|caphrolosk|gathtelosk 0.5 larva 255 Global 63 102 atk_rel geszithalor geszithalor 0.8 :atk_geszithalor2 - bring 13 Ex 0 geszkath_grotto|alkaj_chasm Loc.63 blank_return + bring 13 Ex 0 geszkath_grotto Loc.63 blank_return atk_rel geszithalor larvosk_cesiant|hachirosk|caphrolosk|gathtelosk 1 return :atk_kethrostalor - notowns alkaj_chasm blank_return + notowns geszkath_grotto blank_return queue_rel keskathalor larvosk_cesiant|hachirosk|caphrolosk|gathtelosk 0.5 larva 255 Global 63 100 queue_rel kethrostalor larvosk_cesiant|hachirosk|caphrolosk|gathtelosk 0.5 keskathalor 255 Global 63 103 atk_rel kethrostalor kethrostalor 0.8 :atk_kethrostalor2 - notowns alkaj_chasm blank_return + notowns geszkath_grotto blank_return atk_rel kethrostalor larvosk_cesiant|hachirosk|caphrolosk|gathtelosk 1 return :atk_alkajelisk - notowns alkaj_chasm blank_return + notowns geszkath_grotto blank_return queue_rel geszithalor larvosk_cesiant|hachirosk|caphrolosk|gathtelosk 0.5 larva 255 Global 63 100 queue_rel alkajelisk larvosk_cesiant|hachirosk|caphrolosk|gathtelosk 0.5 geszithalor 255 Global 63 103 atk_rel alkajelisk alkajelisk 0.8 :atk_alkajelisk2 - notowns alkaj_chasm blank_return + notowns geszkath_grotto blank_return atk_rel alkajelisk larvosk_cesiant|hachirosk|caphrolosk|gathtelosk 1 return :atk_zoryusthaleth - bring 13 Ex 0 zorkiz_shroud|ultrok_cavern Loc.63 blank_return + bring 13 Ex 0 zorkiz_shroud|ultrav_cavern Loc.63 blank_return queue_rel zoryusthaleth larvosk_cesiant|hachirosk|caphrolosk|gathtelosk 0.5 larva 255 Global 63 100 :atk_zoryusthaleth2 - bring 13 Ex 0 zorkiz_shroud|ultrok_cavern Loc.63 blank_return + bring 13 Ex 0 zorkiz_shroud|ultrav_cavern Loc.63 blank_return atk_rel zoryusthaleth larvosk_cesiant|hachirosk|caphrolosk|gathtelosk 0.75 atk_rel zoryusthaleth zoryusthaleth 0.8 return :atk_lakizilisk - bring 13 Ex 0 zorkiz_shroud|ultrok_cavern Loc.63 blank_return + bring 13 Ex 0 zorkiz_shroud|ultrav_cavern Loc.63 blank_return queue_rel lakizilisk larvosk_cesiant|hachirosk|caphrolosk|gathtelosk 0.75 larva 255 Global 63 100 atk_rel lakizilisk lakizilisk 0.8 :atk_lakizilisk2 - bring 13 Ex 0 zorkiz_shroud|ultrok_cavern Loc.63 blank_return + bring 13 Ex 0 zorkiz_shroud|ultrav_cavern Loc.63 blank_return atk_rel lakizilisk larvosk_cesiant|hachirosk|caphrolosk|gathtelosk 1 return :atk_gorgrokor - bring 13 Ex 0 zorkiz_shroud|ultrok_cavern Loc.63 blank_return + bring 13 Ex 0 zorkiz_shroud|ultrav_cavern Loc.63 blank_return queue_rel gorgrokor larvosk_cesiant|hachirosk|caphrolosk|gathtelosk 0.75 larva 255 Global 63 100 atk_rel gorgrokor gorgrokor 0.8 :atk_gorgrokor2 - notowns gorgral_swamp blank_return + notowns bactith_swamp blank_return atk_rel gorgrokor larvosk_cesiant|hachirosk|caphrolosk|gathtelosk 1.5 return @@ -5507,35 +5467,35 @@ script_id ZMCx return :atk_ultrokor - bring 13 Ex 0 ultrok_cavern Loc.63 blank_return + bring 13 Ex 0 ultrav_cavern Loc.63 blank_return queue_rel zoryusthaleth larvosk_cesiant|hachirosk|caphrolosk|gathtelosk 0.5 larva 255 Global 63 100 queue_rel ultrokor larvosk_cesiant|hachirosk|caphrolosk|gathtelosk 0.5 zoryusthaleth 255 Global 63 102 atk_rel ultrokor ultrokor 0.8 :atk_ultrokor2 - bring 13 Ex 0 ultrok_cavern Loc.63 blank_return + bring 13 Ex 0 ultrav_cavern Loc.63 blank_return atk_rel ultrokor larvosk_cesiant|hachirosk|caphrolosk|gathtelosk 1 return :atk_zobriolisk - bring 13 Ex 0 ultrok_cavern Loc.63 blank_return + bring 13 Ex 0 ultrav_cavern Loc.63 blank_return queue_rel lakizilisk larvosk_cesiant|hachirosk|caphrolosk|gathtelosk 0.5 larva 255 Global 63 100 queue_rel zobriolisk larvosk_cesiant|hachirosk|caphrolosk|gathtelosk 0.5 lakizilisk 255 Global 63 102 atk_rel zobriolisk zobriolisk 0.8 :atk_zobriolisk2 - bring 13 Ex 0 ultrok_cavern Loc.63 blank_return + bring 13 Ex 0 ultrav_cavern Loc.63 blank_return atk_rel zobriolisk larvosk_cesiant|hachirosk|caphrolosk|gathtelosk 1 return :atk_zarcavrokor - bring 13 Ex 0 ultrok_cavern Loc.63 blank_return + bring 13 Ex 0 ultrav_cavern Loc.63 blank_return queue_rel gorgrokor larvosk_cesiant|hachirosk|caphrolosk|gathtelosk 0.5 larva 255 Global 63 100 queue_rel zarcavrokor larvosk_cesiant|hachirosk|caphrolosk|gathtelosk 0.5 gorgrokor 255 Global 63 102 atk_rel zarcavrokor zarcavrokor 0.8 :atk_zarcavrokor2 - bring 13 Ex 0 ultrok_cavern Loc.63 blank_return + bring 13 Ex 0 ultrav_cavern Loc.63 blank_return atk_rel zarcavrokor larvosk_cesiant|hachirosk|caphrolosk|gathtelosk 1 return @@ -5623,12 +5583,12 @@ script_id ZMCx :early_military_general time AtL 7200 Frames blank var Ex|Wait can_queue_early_military_var 1 13 - bring 13 AtL_M 1 quazrok_pool|liivral_pond Loc.63 early_zethrokor - bring 13 AtL_M 1 liivral_pond Loc.63 early_vorvrokor - bring 13 AtL_M 1 hydrok_den|gorgral_swamp Loc.63 early_hydralisk - bring 13 AtL_M 1 zorkiz_shroud|ultrok_cavern Loc.63 early_lakizilisk - bring 13 AtL_M 1 muthrok_spire|vithrath_haunt Loc.63 early_mutalisk - bring 13 AtL_M 1 muthrok_spire|vithrath_haunt Loc.63 early_nathrokor + bring 13 AtL_M 1 quazeth_pool|kalkiir_pond Loc.63 early_zethrokor + bring 13 AtL_M 1 kalkiir_pond Loc.63 early_vorvrokor + bring 13 AtL_M 1 hydrith_den|bactith_swamp Loc.63 early_hydralisk + bring 13 AtL_M 1 zorkiz_shroud|ultrav_cavern Loc.63 early_lakizilisk + bring 13 AtL_M 1 mutath_spire|tosvrol_haunt Loc.63 early_mutalisk + bring 13 AtL_M 1 mutath_spire|tosvrol_haunt Loc.63 early_nathrokor wait 480 c_queues train zethrokor|vorvrokor|hydralisk|lakizilisk|mutalisk|nathrokor 13 goto early_military_general @@ -5636,13 +5596,13 @@ script_id ZMCx :early_military_assault time AtL 7200 Frames blank var Ex|Wait can_queue_early_military_var 1 13 - bring 13 AtL_M 1 hydrok_den|gorgral_swamp Loc.63 early_hydralisk - bring 13 AtL_M 1 quazrok_pool|liivral_pond Loc.63 early_zethrokor - bring 13 AtL_M 1 gorgral_swamp Loc.63 early_bactalisk - bring 13 AtL_M 1 zorkiz_shroud|ultrok_cavern Loc.63 early_lakizilisk - bring 13 AtL_M 1 zorkiz_shroud|ultrok_cavern Loc.63 early_zoryusthaleth - bring 13 AtL_M 1 liivral_pond Loc.63 early_vorvrokor - bring 13 AtL_M 1 muthrok_spire|vithrath_haunt Loc.63 early_nathrokor + bring 13 AtL_M 1 hydrith_den|bactith_swamp Loc.63 early_hydralisk + bring 13 AtL_M 1 quazeth_pool|kalkiir_pond Loc.63 early_zethrokor + bring 13 AtL_M 1 bactith_swamp Loc.63 early_bactalisk + bring 13 AtL_M 1 zorkiz_shroud|ultrav_cavern Loc.63 early_lakizilisk + bring 13 AtL_M 1 zorkiz_shroud|ultrav_cavern Loc.63 early_zoryusthaleth + bring 13 AtL_M 1 kalkiir_pond Loc.63 early_vorvrokor + bring 13 AtL_M 1 mutath_spire|tosvrol_haunt Loc.63 early_nathrokor bring 13 AtL_M 1 almakis_antre Loc.63 early_almaksalisk wait 480 c_queues train hydralisk|zethrokor|bactalisk|lakizilisk|zoryusthaleth|vorvrokor|nathrokor|almaksalisk 13 @@ -5651,15 +5611,15 @@ script_id ZMCx :early_military_swarm time AtL 7200 Frames blank var Ex|Wait can_queue_early_military_var 1 13 - bring 13 AtL_M 1 quazrok_pool|liivral_pond Loc.63 early_zethrokor - bring 13 AtL_M 1 liivral_pond Loc.63 early_vorvrokor - bring 13 AtL_M 1 muthrok_spire|vithrath_haunt Loc.63 early_nathrokor - bring 13 AtL_M 1 ultrok_cavern Loc.63 early_ultrokor - bring 13 AtL_M 1 hydrok_den|gorgral_swamp Loc.63 early_hydralisk - bring 13 AtL_M 1 zorkiz_shroud|ultrok_cavern Loc.63 early_lakizilisk - bring 13 AtL_M 1 muthrok_spire|vithrath_haunt Loc.63 early_mutalisk - bring 13 AtL_M 1 quazrok_pool|liivral_pond Loc.63 early_quazilisk - bring 13 AtL_M 1 zorkiz_shroud|ultrok_cavern Loc.63 early_zoryusthaleth + bring 13 AtL_M 1 quazeth_pool|kalkiir_pond Loc.63 early_zethrokor + bring 13 AtL_M 1 kalkiir_pond Loc.63 early_vorvrokor + bring 13 AtL_M 1 mutath_spire|tosvrol_haunt Loc.63 early_nathrokor + bring 13 AtL_M 1 ultrav_cavern Loc.63 early_ultrokor + bring 13 AtL_M 1 hydrith_den|bactith_swamp Loc.63 early_hydralisk + bring 13 AtL_M 1 zorkiz_shroud|ultrav_cavern Loc.63 early_lakizilisk + bring 13 AtL_M 1 mutath_spire|tosvrol_haunt Loc.63 early_mutalisk + bring 13 AtL_M 1 quazeth_pool|kalkiir_pond Loc.63 early_quazilisk + bring 13 AtL_M 1 zorkiz_shroud|ultrav_cavern Loc.63 early_zoryusthaleth wait 480 c_queues train zethrokor|vorvrokor|nathrokor|ultrokor|hydralisk|lakizilisk|mutalisk|quazilisk|zoryusthaleth 13 goto early_military_swarm @@ -5667,17 +5627,17 @@ script_id ZMCx :early_military_sunblot time AtL 7200 Frames blank var Ex|Wait can_queue_early_military_var 1 13 - bring 13 AtL_M 1 muthrok_spire|vithrath_haunt Loc.63 early_mutalisk - bring 13 AtL_M 1 quazrok_pool|liivral_pond Loc.63 early_zethrokor - bring 13 AtL_M 1 muthrok_spire|vithrath_haunt Loc.63 early_nathrokor + bring 13 AtL_M 1 mutath_spire|tosvrol_haunt Loc.63 early_mutalisk + bring 13 AtL_M 1 quazeth_pool|kalkiir_pond Loc.63 early_zethrokor + bring 13 AtL_M 1 mutath_spire|tosvrol_haunt Loc.63 early_nathrokor bring 13 AtL_M 1 almakis_antre Loc.63 early_almaksalisk - bring 13 AtL_M 1 liivral_pond Loc.63 early_vorvrokor + bring 13 AtL_M 1 kalkiir_pond Loc.63 early_vorvrokor wait 480 c_queues train mutalisk|zethrokor|nathrokor|almaksalisk|vorvrokor 13 goto early_military_sunblot :early_zethrokor - bring 13 Ex 0 quazrok_pool|liivral_pond Loc.63 blank + bring 13 Ex 0 quazeth_pool|kalkiir_pond Loc.63 blank bring 13 AtL 24 zethrokor Loc.63 blank bring 13 AtM_C 2 larva Loc.63 wait_for_larva res 13 AtM Ore 49 blank @@ -5685,7 +5645,7 @@ script_id ZMCx stop :early_vorvrokor - notowns liivral_pond blank + notowns kalkiir_pond blank bring 13 AtL 12 vorvrokor Loc.63 blank bring 13 AtM_C 2 larva Loc.63 wait_for_larva res 13 AtM Ore 74 blank @@ -5694,7 +5654,7 @@ script_id ZMCx stop :early_nathrokor - bring 13 Ex 0 muthrok_spire|vithrath_haunt Loc.63 blank + bring 13 Ex 0 mutath_spire|tosvrol_haunt Loc.63 blank bring 13 AtL 12 nathrokor Loc.63 blank bring 13 AtM_C 2 larva Loc.63 wait_for_larva res 13 AtM Ore 149 blank @@ -5702,7 +5662,7 @@ script_id ZMCx stop :early_hydralisk - bring 13 Ex 0 hydrok_den|gorgral_swamp Loc.63 blank + bring 13 Ex 0 hydrith_den|bactith_swamp Loc.63 blank bring 13 AtL 10 hydralisk Loc.63 blank bring 13 AtM_C 2 larva Loc.63 wait_for_larva res 13 AtM Ore 74 blank @@ -5711,7 +5671,7 @@ script_id ZMCx stop :early_bactalisk - notowns gorgral_swamp blank + notowns bactith_swamp blank bring 13 AtL 6 bactalisk Loc.63 blank bring 13 AtM_C 2 larva Loc.63 wait_for_larva res 13 AtM Ore 124 blank @@ -5721,7 +5681,7 @@ script_id ZMCx stop :early_quazilisk - bring 13 Ex 0 quazrok_pool|liivral_pond Loc.63 blank + bring 13 Ex 0 quazeth_pool|kalkiir_pond Loc.63 blank bring 13 AtL 12 quazilisk Loc.63 blank bring 13 AtM_C 2 larva Loc.63 wait_for_larva res 13 AtM Ore 124 blank @@ -5740,7 +5700,7 @@ script_id ZMCx stop :early_zoryusthaleth - bring 13 Ex 0 zorkiz_shroud|ultrok_cavern Loc.63 blank + bring 13 Ex 0 zorkiz_shroud|ultrav_cavern Loc.63 blank bring 13 AtL 4 zoryusthaleth Loc.63 blank bring 13 AtM_C 2 larva Loc.63 wait_for_larva res 13 AtM Ore 99 blank @@ -5749,7 +5709,7 @@ script_id ZMCx stop :early_lakizilisk - bring 13 Ex 0 zorkiz_shroud|ultrok_cavern Loc.63 blank + bring 13 Ex 0 zorkiz_shroud|ultrav_cavern Loc.63 blank bring 13 AtL 6 lakizilisk Loc.63 blank bring 13 AtM_C 2 larva Loc.63 wait_for_larva res 13 AtM Ore 124 blank @@ -5758,7 +5718,7 @@ script_id ZMCx stop :early_mutalisk - bring 13 Ex 0 muthrok_spire|vithrath_haunt Loc.63 blank + bring 13 Ex 0 mutath_spire|tosvrol_haunt Loc.63 blank bring 13 AtL 10 mutalisk Loc.63 blank bring 13 AtM_C 2 larva Loc.63 wait_for_larva res 13 AtM Any 99 blank @@ -5766,7 +5726,7 @@ script_id ZMCx stop :early_ultrokor - notowns ultrok_cavern blank + notowns ultrav_cavern blank bring 13 AtL 6 ultrokor Loc.63 blank bring 13 AtM_C 2 larva Loc.63 wait_for_larva res 13 AtM Any 199 blank @@ -5809,13 +5769,13 @@ script_id ZMCx :anti_grief_air_swarm add_bld 255 spraith_cesiant 2 50 140 - call tech_to_quazrok + call tech_to_quazeth train 6 quazilisk stop :anti_grief_air_sunblot add_bld 255 spraith_cesiant 2 50 140 - call tech_to_muthrok + call tech_to_mutath train 4 mutalisk stop diff --git a/CMBW-editor/ai/cm_zerg_atown.asc3 b/CMBW-editor/ai/cm_zerg_atown.asc3 index fca351f1..0da94fd8 100644 --- a/CMBW-editor/ai/cm_zerg_atown.asc3 +++ b/CMBW-editor/ai/cm_zerg_atown.asc3 @@ -37,7 +37,7 @@ script_id ZARx goto idle :build_order_expansion - bring 13 AtL_W 1 hachirosk|caphrolosk|gathtelosk|larvosk_colony Loc.63 blank + bring 13 AtL_W 1 hachirosk|caphrolosk|gathtelosk|larvosk_cesiant Loc.63 blank var Ex|Jump pref_assault 1 build_assault_fin2 13 var Ex|Jump pref_swarm 1 build_swarm_fin2 13 var Ex|Jump pref_sunblot 1 build_sunblot_fin2 13 @@ -212,8 +212,8 @@ script_id ZARx wait 12 local 255 Ex 0 larva expansion_worker_standard_loop var AtL|WF(240) can_worker_all_var 1 13 - bring 13 AtL 4 hachirosk|caphrolosk|gathtelosk|larvosk_colony Loc.63 expansion_worker_standard_loop_maximum - bring 13 AtL 3 hachirosk|caphrolosk|gathtelosk|larvosk_colony Loc.63 expansion_worker_standard_loop_medium + bring 13 AtL 4 hachirosk|caphrolosk|gathtelosk|larvosk_cesiant Loc.63 expansion_worker_standard_loop_maximum + bring 13 AtL 3 hachirosk|caphrolosk|gathtelosk|larvosk_cesiant Loc.63 expansion_worker_standard_loop_medium wait 120 local 255 AtL 12 droleth|gosvileth expansion_worker_standard_loop call worker_conditions @@ -280,7 +280,7 @@ script_id ZARx :need_irol wait 24 bring 13 AtL 1 irol_iris|irulent_ivoa|othstol_oviform|orboth_omlia Loc.63 blank - bring 13 AtM 3 larvosk_colony|hachirosk|caphrolosk|gathtelosk Loc.63 need_irol + bring 13 AtM 3 larvosk_cesiant|hachirosk|caphrolosk|gathtelosk Loc.63 need_irol bring 13 Ex 0 quazrok_pool|liivral_pond|hydrok_den|gorgral_swamp|muthrok_spire|vithrath_haunt|zorkiz_shroud|ultrok_cavern|matravil_nest|almakis_antre|elthisth_mound|geszkath_grotto|alkaj_chasm Loc.63 need_irol bring 13 AtM 1 excisant Loc.63 need_irol call main_wait_450 @@ -300,7 +300,7 @@ script_id ZARx wait 24 bring 13 AtL 1 irulent_ivoa|othstol_oviform|orboth_omlia Loc.63 blank notowns irol_iris need_irulent - bring 13 AtM 4 larvosk_colony|hachirosk|caphrolosk|gathtelosk Loc.63 need_irulent + bring 13 AtM 4 larvosk_cesiant|hachirosk|caphrolosk|gathtelosk Loc.63 need_irulent bring 13 Ex 1 quazrok_pool|liivral_pond|hydrok_den|gorgral_swamp|muthrok_spire|vithrath_haunt|zorkiz_shroud|ultrok_cavern|matravil_nest|almakis_antre|elthisth_mound|geszkath_grotto|alkaj_chasm Loc.63 need_irulent bring 13 AtM 2 excisant Loc.63 need_irulent call main_wait_450 @@ -325,7 +325,7 @@ script_id ZARx wait 24 bring 13 AtL 1 othstol_oviform|orboth_omlia Loc.63 blank bring 13 Ex 0 irol_iris|irulent_ivoa Loc.63 need_othstol - bring 13 AtM 5 larvosk_colony|hachirosk|caphrolosk|gathtelosk Loc.63 need_othstol + bring 13 AtM 5 larvosk_cesiant|hachirosk|caphrolosk|gathtelosk Loc.63 need_othstol bring 13 Ex 2 quazrok_pool|liivral_pond|hydrok_den|gorgral_swamp|muthrok_spire|vithrath_haunt|zorkiz_shroud|ultrok_cavern|matravil_nest|almakis_antre|elthisth_mound|geszkath_grotto|alkaj_chasm Loc.63 need_othstol bring 13 AtM 4 excisant Loc.63 need_othstol call main_wait_450 @@ -344,7 +344,7 @@ script_id ZARx wait 24 bring 13 AtL 1 orboth_omlia Loc.63 blank notowns othstol_oviform need_orboth - bring 13 AtM 7 larvosk_colony|hachirosk|caphrolosk|gathtelosk Loc.63 need_orboth + bring 13 AtM 7 larvosk_cesiant|hachirosk|caphrolosk|gathtelosk Loc.63 need_orboth bring 13 Ex 4 quazrok_pool|liivral_pond|hydrok_den|gorgral_swamp|muthrok_spire|vithrath_haunt|zorkiz_shroud|ultrok_cavern|matravil_nest|almakis_antre|elthisth_mound|geszkath_grotto|alkaj_chasm Loc.63 need_orboth bring 13 AtM 4 excisant Loc.63 need_orboth call main_wait_450 @@ -387,7 +387,7 @@ script_id ZARx var AtL|wait town_count_var 1 13 wait 12 bring 13 Ex 0 droleth|gosvileth Loc.63 request_larvosk - add_bld 255 larvosk_colony 1 10 109 + add_bld 255 larvosk_cesiant 1 10 109 return :wHachirosk @@ -510,7 +510,7 @@ script_id ZARx wait 90 call main_wait_150 var Ex|Wait can_build_static_defense_var 1 13 - add_bld 255 surkith_colony 1 5 106 + add_bld 255 surkith_cesiant 1 5 106 wait 450 :request_surkith_loop @@ -518,26 +518,26 @@ script_id ZARx wait 12 local 255 Ex 0 hachirosk|caphrolosk|gathtelosk request_surkith_loop bring 13 Ex 0 droleth|gosvileth Loc.63 request_surkith_loop - bring 13 AtL 1 cagrant_colony Loc.63 request_surkith_loop + bring 13 AtL 1 cagrant_cesiant Loc.63 request_surkith_loop res 13 AtL_C Ore 125 request_surkith_check wait 90 call main_wait_150 goto request_surkith_loop :request_surkith_check - local 255 AtL 5 surkith_colony request_surkith_check_2 - add_bld 255 surkith_colony 1 5 106 + local 255 AtL 5 surkith_cesiant request_surkith_check_2 + add_bld 255 surkith_cesiant 1 5 106 var Ex|Jump under_attack_by_ground_var 1 add_return_wait_960 13 goto add_return_wait_1440 :request_surkith_check_2 var Ex|Jump under_attack_by_ground_var 1 request_surkith_check_3 13 var AtM|Jump mining_count_var 2 add_return_wait_960 13 - add_bld 255 surkith_colony 1 7 106 + add_bld 255 surkith_cesiant 1 7 106 goto add_return_wait_960 :request_surkith_check_3 - add_bld 255 surkith_colony 1 10 106 + add_bld 255 surkith_cesiant 1 10 106 goto add_return_wait_960 :request_spraith @@ -545,7 +545,7 @@ script_id ZARx wait 90 call main_wait_150 var Ex|Wait can_build_static_defense_var 1 13 - add_bld 255 spraith_colony 1 5 106 + add_bld 255 spraith_cesiant 1 5 106 wait 450 :request_spraith_loop @@ -553,26 +553,26 @@ script_id ZARx wait 12 local 255 Ex 0 hachirosk|caphrolosk|gathtelosk request_spraith_loop bring 13 Ex 0 droleth|gosvileth Loc.63 request_spraith_loop - bring 13 AtL 1 cagrant_colony Loc.63 request_spraith_loop + bring 13 AtL 1 cagrant_cesiant Loc.63 request_spraith_loop res 13 AtL_C Ore 125 request_spraith_check wait 60 call main_wait_300 goto request_spraith_loop :request_spraith_check - local 255 AtL 3 spraith_colony request_spraith_check_2 - add_bld 255 spraith_colony 1 10 106 + local 255 AtL 3 spraith_cesiant request_spraith_check_2 + add_bld 255 spraith_cesiant 1 10 106 var Ex|Jump under_attack_by_air_var 1 add_return_wait_960 13 goto add_return_wait_1440 :request_spraith_check_2 var Ex|Jump under_attack_by_air_var 1 request_spraith_check_3 13 var AtM|Jump mining_count_var 2 add_return_wait_960 13 - add_bld 255 spraith_colony 1 7 106 + add_bld 255 spraith_cesiant 1 7 106 goto add_return_wait_960 :request_spraith_check_3 - add_bld 255 spraith_colony 1 10 106 + add_bld 255 spraith_cesiant 1 10 106 goto add_return_wait_960 :production_cycle @@ -637,26 +637,26 @@ script_id ZARx return :production_cycle_check - var Ex|Call prefLarvoskColony 1 production_larvosk_colony 13 + var Ex|Call prefLarvoskcesiant 1 production_larvosk_cesiant 13 var Ex|Call prefHachirosk 1 production_hachirosk 13 var Ex|Call prefCaphrolosk 1 production_caphrolosk 13 var Ex|Call prefGathtelosk 1 production_gathtelosk 13 var AtL|Call mining_count_var 5 production_gathtelosk 13 var AtL|Call mining_count_var 3 production_caphrolosk 13 res 13 AtL_C Any 500 production_hachirosk - call production_larvosk_colony + call production_larvosk_cesiant call production_hachirosk call production_caphrolosk call production_gathtelosk return - :production_larvosk_colony + :production_larvosk_cesiant wait 12 var AtL|Jump prod_cycle_var 1 blank_return 13 bring 13 Ex 0 droleth|gosvileth Loc.63 blank_return - bring 13 AtL 1 cagrant_colony Loc.63 blank_return - local 255 AtL 30 larvosk_colony blank_return - add_bld 255 larvosk_colony 1 30 100 + bring 13 AtL 1 cagrant_cesiant Loc.63 blank_return + local 255 AtL 30 larvosk_cesiant blank_return + add_bld 255 larvosk_cesiant 1 30 100 call add_return_wait_960 goto production_cycle_success diff --git a/CMBW-editor/grafting/Buttons.txt b/CMBW-editor/grafting/Buttons.txt index b46faf70..5154be06 100644 --- a/CMBW-editor/grafting/Buttons.txt +++ b/CMBW-editor/grafting/Buttons.txt @@ -59,7 +59,7 @@ 19: # [19] Basic Zerg Buildings 1, 131, 4, 33, 131, 131, 613, 0 # Hachirosk, Can Create Unit\Building ([131] Hachirosk), Create Building - Zerg ([131] Hachirosk) 2, 143, 4, 33, 143, 143, 614, 0 # Cagrant Cesiant, Can Create Unit\Building ([143] Cagrant Cesiant), Create Building - Zerg ([143] Cagrant Cesiant) - 4, 142, 4, 33, 142, 142, 616, 0 # Quazrok Pool, Can Create Unit\Building ([142] Quazrok Pool), Create Building - Zerg ([142] Quazrok Pool) + 4, 142, 4, 33, 142, 142, 616, 0 # Quazeth Pool, Can Create Unit\Building ([142] Quazeth Pool), Create Building - Zerg ([142] Quazeth Pool) 5, 135, 4, 33, 135, 135, 618, 0 # Hydrok Den, Can Create Unit\Building ([135] Hydrok Den), Create Building - Zerg ([135] Hydrok Den) 6, 193, 4, 33, 193, 193, 387, 389 # Zoryus Shroud, Can Create Unit\Building ([193] Zoryus Shroud), Create Building - Zerg ([193] Zoryus Shroud) 7, 224, 4, 33, 224, 224, 1366, 1365 # Irol Iris, Can Create Unit\Building ([224] Irol Iris), Create Building - Zerg ([224] Irol Iris) @@ -148,12 +148,12 @@ 31: # [31] Caphrolosk 1, 35, 3, 2, 0, 0, 674, 0 # Larva, Always (0), Select Larva (0) 2, 286, 13, 1, 0, 0, 672, 0 # Set Rally Point, Rally Point (0), Rally Point (0) - 6, 350, 23, 57, 34, 0, 1808, 0 # Suicide (Scourge), Spell Researched ([34] Healing - Cleric), Cancel (0) - 7, 128, 23, 24, 33, 33, 485, 0 # Zethrokor, Spell Researched ([33] Select Swarm - Zerg Structure), Use Technology ([33] Select Swarm - Zerg Structure) - 8, 129, 23, 24, 38, 38, 486, 0 # Hydralisk, Spell Researched ([38] Select Assault - Zerg Structure), Use Technology ([38] Select Assault - Zerg Structure) + 6, 350, 23, 57, 34, 0, 1808, 0 # Ocsal Gestation, Spell Researched ([34] Healing - Cleric), Cancel (0) + 7, 128, 23, 24, 33, 33, 485, 0 # Vorvrokor, Spell Researched ([33] Select Swarm - Zerg Structure), Use Technology ([33] Select Swarm - Zerg Structure) + 8, 129, 23, 24, 38, 38, 486, 0 # Bactalisk, Spell Researched ([38] Select Assault - Zerg Structure), Use Technology ([38] Select Assault - Zerg Structure) + 9, 39, 23, 24, 28, 28, 487, 0 # Ultrokor, Spell Researched ([28] Select Control - Zerg Structure), Use Technology ([28] Select Control - Zerg Structure) 9, 236, 17, 23, 0, 0, 692, 0 # Cancel, Research Underway (0), Cancel Technology Research (0) 9, 236, 16, 27, 0, 0, 691, 0 # Cancel, Upgrade Underway (0), Cancel Upgrade Research (0) - 9, 39, 23, 24, 28, 28, 487, 0 # Zoryusthaleth, Spell Researched ([28] Select Control - Zerg Structure), Use Technology ([28] Select Control - Zerg Structure) 32: # [32] Gathtelosk 1, 35, 3, 2, 0, 0, 674, 0 # Larva, Always (0), Select Larva (0) @@ -169,14 +169,14 @@ 34: # [34] Muthrok Spire 7, 197, 4, 35, 197, 197, 560, 561 # Vithrath Haunt, Can Create Unit\Building ([197] Vithrath Haunt), Building Morph ([197] Vithrath Haunt) -36: # [36] Quazrok Pool +36: # [36] Quazeth Pool 7, 204, 4, 35, 204, 204, 396, 558 # Liivral Pond, Can Create Unit\Building ([204] Liivral Pond), Building Morph ([204] Liivral Pond) 9, 236, 16, 27, 0, 0, 691, 0 # Cancel, Upgrade Underway (0), Cancel Upgrade Research (0) 37: # [37] Cagrant Cesiant 1, 146, 4, 35, 146, 146, 628, 758 # Surkith Cesiant, Can Create Unit\Building ([146] Surkith Cesiant), Building Morph ([146] Surkith Cesiant) 2, 144, 4, 35, 144, 144, 627, 757 # Spraith Cesiant, Can Create Unit\Building ([144] Spraith Cesiant), Building Morph ([144] Spraith Cesiant) - 4, 216, 4, 35, 216, 216, 534, 533 # Larvosk Cesiant, Can Create Unit\Building ([216] Larvosk Cesiant), Building Morph ([216] Larvosk Cesiant) + 4, 216, 4, 35, 216, 216, 534, 585 # Larvosk Cesiant, Can Create Unit\Building ([216] Larvosk Cesiant), Building Morph ([216] Larvosk Cesiant) 5, 134, 4, 35, 134, 134, 619, 748 # Nydus Cesiant, Can Create Unit\Building ([134] Nydus Cesiant), Create Building - Zerg ([134] Nydus Cesiant) 38: # [38] Hydrok Den @@ -195,7 +195,7 @@ 9, 236, 16, 27, 0, 0, 691, 0 # Cancel, Upgrade Underway (0), Cancel Upgrade Research (0) 42: # [42] Geszkath Grotto - 7, 212, 4, 35, 212, 212, 1397, 1396 # Alkaj Chasm, Can Create Unit\Building ([212] Alkaj Chasm), Building Morph ([212] Alkaj Chasm) +#7, 212, 4, 35, 212, 212, 1397, 1396 # Alkaj Chasm, Can Create Unit\Building ([212] Alkaj Chasm), Building Morph ([212] Alkaj Chasm) 44: # [44] Scribe, Artisan 1, 228, 3, 9, 0, 0, 664, 0 # Move, Always (0), Move (0) @@ -211,20 +211,16 @@ 1, 154, 4, 31, 154, 154, 630, 0 # Nexus, Can Create Unit\Building ([154] Nexus), Create Building - Protoss ([154] Nexus) 2, 156, 4, 31, 156, 156, 632, 0 # Pylon, Can Create Unit\Building ([156] Pylon), Create Building - Protoss ([156] Pylon) 3, 157, 4, 31, 157, 157, 631, 0 # Aquifer, Can Create Unit\Building ([157] Aquifer), Create Building - Protoss ([157] Aquifer) - 4, 160, 4, 31, 160, 160, 633, 0 # Gateway, Can Create Unit\Building ([160] Gateway), Create Building - Protoss ([160] Gateway) - 5, 166, 4, 31, 166, 166, 634, 0 # Embassy, Can Create Unit\Building ([166] Embassy), Create Building - Protoss ([166] Embassy) - 6, 162, 4, 31, 162, 162, 635, 0 # Warden, Can Create Unit\Building ([162] Warden), Create Building - Protoss ([162] Warden) - 7, 164, 4, 31, 164, 164, 636, 0 # Cenotaph, Can Create Unit\Building ([164] Cenotaph), Create Building - Protoss ([164] Cenotaph) + 4, 166, 4, 31, 166, 166, 634, 0 # Embassy, Can Create Unit\Building ([166] Embassy), Create Building - Protoss ([166] Embassy) + 5, 162, 4, 31, 162, 162, 635, 0 # Warden, Can Create Unit\Building ([162] Warden), Create Building - Protoss ([162] Warden) + 7, 160, 4, 31, 160, 160, 633, 0 # Gateway, Can Create Unit\Building ([160] Gateway), Create Building - Protoss ([160] Gateway) 8, 155, 4, 31, 155, 155, 639, 0 # Lattice, Can Create Unit\Building ([155] Lattice), Create Building - Protoss ([155] Lattice) - 9, 167, 4, 31, 167, 167, 642, 0 # Stargate, Can Create Unit\Building ([167] Stargate), Create Building - Protoss ([167] Stargate) 46: # [46] Advanced Protoss Structures 1, 201, 4, 31, 201, 201, 1054, 0 # Crucible, Can Create Unit\Building ([201] Crucible), Create Building - Protoss ([201] Crucible) - 2, 158, 4, 31, 158, 158, 1385, 0 # Automaton Register, Can Create Unit\Building ([158] Automaton Register), Create Building - Protoss ([158] Automaton Register) - 3, 402, 4, 31, 252, 252, 526, 0 # Matrix, Can Create Unit\Building ([252] Matrix), Create Building - Protoss ([252] Matrix) + 2, 402, 4, 31, 252, 252, 526, 0 # Matrix, Can Create Unit\Building ([252] Matrix), Create Building - Protoss ([252] Matrix) 4, 161, 4, 31, 161, 161, 388, 0 # Rogue Gallery, Can Create Unit\Building ([161] Rogue Gallery), Create Building - Protoss ([161] Rogue Gallery) - 5, 454, 4, 31, 304, 304, 1806, 0 # Sequestered Icon, Can Create Unit\Building ([304] Sequestered Icon), Create Building - Protoss ([304] Sequestered Icon) - 6, 184, 4, 31, 184, 184, 507, 0 # Astral Omen, Can Create Unit\Building ([184] Astral Omen), Create Building - Protoss ([184] Astral Omen) + 6, 167, 4, 31, 167, 167, 642, 0 # Stargate, Can Create Unit\Building ([167] Stargate), Create Building - Protoss ([167] Stargate) 7, 226, 4, 31, 226, 226, 1375, 0 # Grand Library, Can Create Unit\Building ([226] Grand Library), Create Building - Protoss ([226] Grand Library) 8, 220, 4, 31, 220, 220, 1281, 0 # Ardent Authority, Can Create Unit\Building ([220] Ardent Authority), Create Building - Protoss ([220] Ardent Authority) 9, 168, 4, 31, 168, 168, 1086, 0 # Argosy, Can Create Unit\Building ([168] Argosy), Create Building - Protoss ([168] Argosy) @@ -278,6 +274,8 @@ 1, 89, 4, 3, 89, 89, 1388, 1389 # Simulacrum, Can Create Unit\Building ([89] Simulacrum), Create Unit ([89] Simulacrum) 2, 16, 4, 3, 16, 16, 1403, 1403 # Manifold, Can Create Unit\Building ([16] Manifold), Create Unit ([16] Manifold) 3, 522, 4, 3, 360, 360, 382, 0 # Vassal, Can Create Unit\Building ([360] Vassal), Create Unit ([360] Vassal) + 4, 100, 4, 3, 100, 100, 1089, 1090 # Golem, Can Create Unit\Building ([100] Golem), Create Unit ([100] Golem) + 5, 99, 4, 3, 99, 99, 1097, 1098 # Idol, Can Create Unit\Building ([99] Idol), Create Unit ([99] Idol) 6, 286, 13, 1, 0, 0, 672, 0 # Set Rally Point, Rally Point (0), Rally Point (0) 9, 236, 10, 4, 0, 254, 693, 0 # Cancel, Cancel Last (0), Cancel Last (254) @@ -285,6 +283,8 @@ 1, 65, 4, 3, 65, 65, 600, 0 # Zealot, Can Create Unit\Building ([65] Zealot), Create Unit ([65] Zealot) 2, 66, 4, 3, 66, 66, 601, 719 # Dracadin, Can Create Unit\Building ([66] Dracadin), Create Unit ([66] Dracadin) 3, 79, 4, 3, 79, 79, 349, 1273 # Ecclesiast, Can Create Unit\Building ([79] Ecclesiast), Create Unit ([79] Ecclesiast) + 4, 74, 4, 3, 74, 74, 1077, 1393 # Legionnaire, Can Create Unit\Building ([74] Legionnaire), Create Unit ([74] Legionnaire) + 5, 76, 4, 3, 76, 76, 1078, 1079 # Hierophant, Can Create Unit\Building ([76] Hierophant), Create Unit ([76] Hierophant) 6, 286, 13, 1, 0, 0, 672, 0 # Set Rally Point, Rally Point (0), Rally Point (0) 9, 236, 10, 4, 0, 254, 693, 0 # Cancel, Cancel Last (0), Cancel Last (254) @@ -292,12 +292,12 @@ 1, 80, 4, 3, 80, 80, 1132, 0 # Aurora, Can Create Unit\Building ([80] Aurora), Create Unit ([80] Aurora) 2, 60, 4, 3, 60, 60, 1292, 0 # Lanifect, Can Create Unit\Building ([60] Lanifect), Create Unit ([60] Lanifect) 3, 70, 4, 3, 70, 70, 604, 0 # Panoptus, Can Create Unit\Building ([70] Panoptus), Create Unit ([70] Panoptus) + 4, 94, 4, 3, 94, 94, 531, 1390 # Exemplar, Can Create Unit\Building ([94] Exemplar), Create Unit ([94] Exemplar) + 5, 25, 4, 3, 25, 25, 1068, 1069 # Gladius, Can Create Unit\Building ([25] Gladius), Create Unit ([25] Gladius) 6, 286, 13, 1, 0, 0, 672, 0 # Set Rally Point, Rally Point (0), Rally Point (0) 9, 236, 10, 4, 0, 254, 693, 0 # Cancel, Cancel Last (0), Cancel Last (254) 58: # [58] Astral Omen - 1, 94, 4, 3, 94, 94, 531, 1390 # Exemplar, Can Create Unit\Building ([94] Exemplar), Create Unit ([94] Exemplar) - 2, 25, 4, 3, 25, 25, 1068, 1069 # Gladius, Can Create Unit\Building ([25] Gladius), Create Unit ([25] Gladius) 6, 286, 13, 1, 0, 0, 672, 0 # Set Rally Point, Rally Point (0), Rally Point (0) 9, 236, 10, 4, 0, 254, 693, 0 # Cancel, Cancel Last (0), Cancel Last (254) @@ -322,8 +322,6 @@ 9, 236, 10, 4, 0, 254, 693, 0 # Cancel, Cancel Last (0), Cancel Last (254) 62: # [62] Fleet Beacon - 1, 82, 4, 3, 82, 82, 516, 541 # Empyrean, Can Create Unit\Building ([82] Empyrean), Create Unit ([82] Empyrean) - 2, 72, 4, 3, 72, 72, 606, 722 # Solarion, Can Create Unit\Building ([72] Solarion), Create Unit ([72] Solarion) 6, 286, 13, 1, 0, 0, 672, 0 # Set Rally Point, Rally Point (0), Rally Point (0) 9, 236, 10, 4, 0, 254, 693, 0 # Cancel, Cancel Last (0), Cancel Last (254) @@ -334,8 +332,6 @@ 9, 236, 10, 4, 0, 254, 693, 0 # Cancel, Cancel Last (0), Cancel Last (254) 66: # [66] Automaton Register - 1, 100, 4, 3, 100, 100, 1089, 1090 # Golem, Can Create Unit\Building ([100] Golem), Create Unit ([100] Golem) - 2, 99, 4, 3, 99, 99, 1097, 1098 # Idol, Can Create Unit\Building ([99] Idol), Create Unit ([99] Idol) 6, 286, 13, 1, 0, 0, 672, 0 # Set Rally Point, Rally Point (0), Rally Point (0) 9, 236, 10, 4, 0, 254, 693, 0 # Cancel, Cancel Last (0), Cancel Last (254) @@ -354,7 +350,7 @@ 4, 111, 4, 29, 111, 111, 649, 710 # Barracks, Can Create Unit\Building ([111] Barracks), Create Building - Terran ([111] Barracks) 5, 113, 4, 29, 113, 113, 654, 712 # Fulcrum, Can Create Unit\Building ([113] Fulcrum), Create Building - Terran ([113] Fulcrum) 6, 404, 4, 29, 254, 254, 533, 0 # Starpad, Can Create Unit\Building ([254] Starpad), Create Building - Terran ([254] Starpad) - 7, 125, 4, 29, 125, 125, 653, 718 # Bunker, Can Create Unit\Building ([125] Bunker), Create Building - Terran ([125] Bunker) + 7, 125, 4, 29, 125, 125, 653, 718 # Anchor, Can Create Unit\Building ([125] Anchor), Create Building - Terran ([125] Anchor) # 9, 236, 3, 59, 0, 228, 688, 0 # Cancel, Always (0), Change Displayed Buttons ([228] Blank) 72: # [72] Advanced Terran Buildings @@ -403,12 +399,13 @@ 7, 281, 23, 57, 34, 0, 365, 0 # Singularity Charge, Spell Researched ([34] Healing - Cleric), Cancel (0) 8, 291, 23, 57, 34, 0, 1690, 0 # Ship Plating, Spell Researched ([34] Healing - Cleric), Cancel (0) -81: # [81] Command Center +81: # [81] Ministry 1, 228, 35, 9, 0, 0, 664, 0 # Move, Building Can Move And Has Lifted Off (0), Move (0) 1, 7, 4, 3, 7, 7, 592, 0 # Mason, Can Create Unit\Building ([7] Mason), Create Unit ([7] Mason) 2, 229, 35, 10, 0, 0, 665, 0 # Stop, Building Can Move And Has Lifted Off (0), Stop (0) 6, 286, 13, 1, 0, 0, 672, 0 # Set Rally Point, Rally Point (0), Rally Point (0) - 7, 174, 4, 32, 174, 174, 1286, 0 # Quarry, Can Create Unit\Building ([174] Quarry), Create AddOn ([174] Quarry) + 4, 549, 4, 32, 384, 384, 1142, 1142 # Lodestone, Can Create Unit\Building ([384] Lodestone), Create AddOn ([384] Lodestone) + 7, 174, 4, 32, 174, 174, 1286, 1295 # Quarry, Can Create Unit\Building ([174] Quarry), Create AddOn ([174] Quarry) 8, 108, 4, 32, 108, 108, 659, 709 # Anvil, Can Create Unit\Building ([108] Anvil), Create AddOn ([108] Anvil) 9, 282, 37, 45, 0, 0, 671, 0 # Lift off, Building Has Landed (0), Lift Off (0) 9, 283, 36, 36, 0, 106, 670, 0 # Land, Building Has Lifted Off (0), Land ([106] Command Center) @@ -429,7 +426,7 @@ 9, 236, 10, 4, 0, 254, 693, 0 # Cancel, Cancel Last (0), Cancel Last (254) 9, 236, 23, 24, 26, 26, 1792, 1792 # Cancel, Spell Researched ([26] Cancel New Ability), Use Technology ([26] Cancel New Ability) -84: # [84] Bunker +84: # [84] Anchor 1, 228, 35, 9, 0, 0, 664, 0 # Move, Building Can Move And Has Lifted Off (0), Move (0) 2, 229, 35, 10, 0, 0, 665, 0 # Stop, Building Can Move And Has Lifted Off (0), Stop (0) 2, 229, 9, 10, 0, 0, 665, 0 # Stop, Attacking Building (0), Stop (0) @@ -437,7 +434,7 @@ 7, 309, 20, 46, 0, 0, 683, 0 # Load (into Transport), Unit's Capacity Has Not Been Met (0), Load (0) 8, 312, 21, 47, 0, 0, 684, 0 # Unload All (from Transport), Carrying Some Units (0), Unload (0) 9, 282, 37, 45, 0, 0, 671, 0 # Lift off, Building Has Landed (0), Lift Off (0) - 9, 283, 36, 36, 0, 125, 670, 0 # Land, Building Has Lifted Off (0), Land ([125] Bunker) + 9, 283, 36, 36, 0, 125, 670, 0 # Land, Building Has Lifted Off (0), Land ([125] Anchor) 85: # [85] Barracks 1, 228, 35, 9, 0, 0, 664, 0 # Move, Building Can Move And Has Lifted Off (0), Move (0) @@ -600,7 +597,7 @@ 3, 230, 42, 11, 0, 0, 666, 0 # Attack, Not Burrowed (Attack) (0), Attack (0) 4, 254, 41, 20, 0, 0, 667, 0 # Patrol, Not Burrowed(Move\Stop\Patrol\Hold Position) (0), Patrol (0) 5, 255, 41, 21, 0, 0, 668, 0 # Hold Position, Not Burrowed(Move\Stop\Patrol\Hold Position) (0), Hold Position (0) - 7, 344, 23, 57, 34, 0, 1628, 1628 # Acid Spore, Spell Researched ([34] Healing - Cleric), Cancel (0) + 7, 344, 23, 57, 34, 0, 1628, 1628 # Caustic Fission, Spell Researched ([34] Healing - Cleric), Cancel (0) 9, 259, 38, 41, 11, 11, 372, 382 # Burrow, Ability Is Researched ([11] Burrowing - Zerg Ground), Burrow ([11] Burrowing - Zerg Ground) 9, 260, 39, 42, 11, 0, 373, 0 # Unburrow, Is Using Ability ([11] Burrowing - Zerg Ground), Unburrow (0) @@ -692,12 +689,12 @@ 9, 236, 3, 59, 0, 228, 688, 0 # Cancel, Always (0), Change Displayed Buttons ([228] Blank) 115: # [115] Supreme Protoss Structures - 1, 159, 4, 31, 159, 159, 386, 0 # Prostration Stage, Can Create Unit\Building ([159] Prostration Stage), Create Building - Protoss ([159] Prostration Stage) -# 2, 156, 4, 31, 295, 295, 1249, 0 # Xenolith, Can Create Unit\Building ([295] Xenolith), Create Building - Protoss ([295] Xenolith) - 3, 444, 4, 31, 294, 294, 1248, 0 # Engram, Can Create Unit\Building ([294] Engram), Create Building - Protoss ([294] Engram) - 4, 225, 4, 31, 225, 225, 1354, 0 # Sanctum of Sorrow, Can Create Unit\Building ([225] Sanctum of Sorrow), Create Building - Protoss ([225] Sanctum of Sorrow) - 5, 428, 4, 31, 278, 278, 1113, 0 # Strident Stratum, Can Create Unit\Building ([278] Strident Stratum), Create Building - Protoss ([278] Strident Stratum) - 6, 169, 4, 31, 169, 169, 643, 0 # Fleet Beacon, Can Create Unit\Building ([169] Fleet Beacon), Create Building - Protoss ([169] Fleet Beacon) + 1, 428, 4, 31, 278, 278, 1113, 0 # Strident Stratum, Can Create Unit\Building ([278] Strident Stratum), Create Building - Protoss ([278] Strident Stratum) + 2, 444, 4, 31, 294, 294, 1248, 0 # Engram, Can Create Unit\Building ([294] Engram), Create Building - Protoss ([294] Engram) +#2, 156, 4, 31, 295, 295, 1249, 0 # Xenolith, Can Create Unit\Building ([295] Xenolith), Create Building - Protoss ([295] Xenolith) + 4, 159, 4, 31, 159, 159, 386, 0 # Prostration Stage, Can Create Unit\Building ([159] Prostration Stage), Create Building - Protoss ([159] Prostration Stage) +#4, 225, 4, 31, 225, 225, 1354, 0 # Sanctum of Sorrow, Can Create Unit\Building ([225] Sanctum of Sorrow), Create Building - Protoss ([225] Sanctum of Sorrow) +#6, 169, 4, 31, 169, 169, 643, 0 # Fleet Beacon, Can Create Unit\Building ([169] Fleet Beacon), Create Building - Protoss ([169] Fleet Beacon) 7, 165, 4, 31, 165, 165, 641, 0 # Ancestral Archives, Can Create Unit\Building ([165] Ancestral Archives), Create Building - Protoss ([165] Ancestral Archives) 8, 171, 4, 31, 171, 171, 644, 0 # Synthetic Synod, Can Create Unit\Building ([171] Synthetic Synod), Create Building - Protoss ([171] Synthetic Synod) 9, 223, 4, 31, 223, 223, 428, 0 # Monument of Sin, Can Create Unit\Building ([223] Monument of Sin), Create Building - Protoss ([223] Monument of Sin) @@ -758,8 +755,8 @@ 3, 230, 42, 11, 0, 0, 666, 0 # Attack, Not Burrowed (Attack) (0), Attack (0) 4, 254, 41, 20, 0, 0, 667, 0 # Patrol, Not Burrowed(Move\Stop\Patrol\Hold Position) (0), Patrol (0) 5, 255, 41, 21, 0, 0, 668, 0 # Hold Position, Not Burrowed(Move\Stop\Patrol\Hold Position) (0), Hold Position (0) - 7, 340, 23, 57, 34, 0, 1745, 1745 # Kaiser Blades, Spell Researched ([34] Healing - Cleric), Cancel (0) - 8, 378, 23, 57, 34, 0, 1748, 1748 # Anabolic Synthesis, Spell Researched ([34] Healing - Cleric), Cancel (0) + 7, 340, 23, 57, 34, 0, 1745, 1745 # Saber Siphon, Spell Researched ([34] Healing - Cleric), Cancel (0) + 8, 378, 23, 57, 34, 0, 1748, 1748 # Kaiser Rampage, Spell Researched ([34] Healing - Cleric), Cancel (0) 9, 259, 38, 41, 11, 11, 372, 372 # Burrow, Ability Is Researched ([11] Burrowing - Zerg Ground), Burrow ([11] Burrowing - Zerg Ground) 9, 260, 39, 42, 11, 0, 373, 373 # Unburrow, Is Using Ability ([11] Burrowing - Zerg Ground), Unburrow (0) @@ -781,7 +778,7 @@ 8, 307, 23, 57, 34, 0, 1773, 1773 # Vengeance, Spell Researched ([34] Healing - Cleric), Cancel (0) 128: # unused - 15920, 0, 41, 9, 0, 0, 664, 0 # Marine, Not Burrowed(Move\Stop\Patrol\Hold Position) (0), Move (0) + 1, 0, 41, 9, 0, 0, 664, 0 # Move, Not Burrowed(Move\Stop\Patrol\Hold Position) (0), Move (0) 2, 229, 41, 10, 0, 0, 665, 0 # Stop, Not Burrowed(Move\Stop\Patrol\Hold Position) (0), Stop (0) 3, 230, 42, 11, 0, 0, 666, 0 # Attack, Not Burrowed (Attack) (0), Attack (0) 4, 254, 41, 20, 0, 0, 667, 0 # Patrol, Not Burrowed(Move\Stop\Patrol\Hold Position) (0), Patrol (0) @@ -796,7 +793,7 @@ 4, 254, 3, 20, 0, 0, 667, 0 # Patrol, Always (0), Patrol (0) 5, 255, 3, 21, 0, 0, 668, 0 # Hold Position, Always (0), Hold Position (0) 7, 247, 23, 24, 6, 6, 340, 350 # Defensive Matrix, Spell Researched ([6] Defensive Matrix - Azazel), Use Technology ([6] Defensive Matrix - Azazel) - 8, 319, 23, 57, 34, 0, 1807, 1806 # Apial Sensors, Spell Researched ([34] Healing - Cleric), Cancel (0) + 8, 319, 23, 57, 34, 0, 1807, 1806 # Sublime Shepherd, Spell Researched ([34] Healing - Cleric), Cancel (0) 130: # unused 2, 229, 9, 10, 0, 0, 665, 0 # Stop, Attacking Building (0), Stop (0) @@ -804,10 +801,6 @@ 7, 326, 23, 57, 34, 0, 1696, 1727 # Twin Autocannons, Spell Researched ([34] Healing - Cleric), Cancel (0) 131: # [131] unused - 1, 266, 25, 26, 29, 29, 485, 0 # Muscular Augments, Upgrade Not At Max Level ([29] Muscular Augments - Hydralisk), Research Upgrade ([29] Muscular Augments - Hydralisk) - 2, 268, 25, 26, 30, 30, 486, 0 # Grooved Spines, Upgrade Not At Max Level ([30] Grooved Spines - Hydralisk), Research Upgrade ([30] Grooved Spines - Hydralisk) - 4, 377, 25, 26, 90, 90, 556, 557 # Unknown378, Upgrade Not At Max Level ([90] Tectonic Claws - Lurker), Research Upgrade ([90] Tectonic Claws - Lurker) - 5, 382, 25, 26, 120, 120, 1050, 873 # Subterranean Spines, Upgrade Not At Max Level ([120] Seismic Spines - Lurker), Research Upgrade ([120] Seismic Spines - Lurker) 9, 236, 16, 27, 0, 0, 691, 0 # Cancel, Upgrade Underway (0), Cancel Upgrade Research (0) 9, 236, 17, 23, 0, 0, 692, 0 # Cancel, Research Underway (0), Cancel Technology Research (0) @@ -823,15 +816,17 @@ 133: # [133] Prostration Stage 1, 87, 4, 3, 87, 87, 1261, 1260 # Pariah, Can Create Unit\Building ([87] Pariah), Create Unit ([87] Pariah) -# 2, 79, 4, 3, 90, 90, 512, 512 # Potentate, Can Create Unit\Building ([90] Potentate), Create Unit ([90] Potentate) + 2, 464, 4, 3, 314, 314, 1481, 1481 # Potentate, Can Create Unit\Building ([314] Potentate), Create Unit ([314] Potentate) 3, 465, 4, 3, 315, 315, 1271, 1271 # Sycophant, Can Create Unit\Building ([315] Sycophant), Create Unit ([315] Sycophant) + 4, 63, 4, 3, 63, 63, 1264, 1271 # Mind Tyrant, Can Create Unit\Building ([63] Mind Tyrant), Create Unit ([63] Mind Tyrant) 6, 286, 13, 1, 0, 0, 672, 0 # Set Rally Point, Rally Point (0), Rally Point (0) 9, 236, 10, 4, 0, 254, 693, 0 # Cancel, Cancel Last (0), Cancel Last (254) 134: # [134] Rogue Gallery 1, 172, 4, 3, 172, 172, 562, 0 # Vagrant, Can Create Unit\Building ([172] Vagrant), Create Unit ([172] Vagrant) 2, 61, 4, 3, 61, 61, 1293, 1296 # Cabalist, Can Create Unit\Building ([61] Cabalist), Create Unit ([61] Cabalist) - 3, 104, 4, 3, 104, 104, 1282, 0 # Barghest, Can Create Unit\Building ([104] Barghest), Create Unit ([104] Barghest) + 3, 79, 4, 3, 90, 90, 512, 512 # Charlatan, Can Create Unit\Building ([90] Charlatan), Create Unit ([90] Charlatan) + 4, 104, 4, 3, 104, 104, 1282, 0 # Barghest, Can Create Unit\Building ([104] Barghest), Create Unit ([104] Barghest) 6, 286, 13, 1, 0, 0, 672, 0 # Set Rally Point, Rally Point (0), Rally Point (0) 9, 236, 10, 4, 0, 254, 693, 0 # Cancel, Cancel Last (0), Cancel Last (254) @@ -849,9 +844,7 @@ 8, 374, 23, 57, 34, 0, 1703, 0 # Reverse Thrust, Spell Researched ([34] Healing - Cleric), Cancel (0) 9, 236, 23, 24, 26, 26, 475, 475 # Cancel, Spell Researched ([26] Cancel New Ability), Use Technology ([26] Cancel New Ability) -137: # Mutation Pit - 1, 299, 25, 26, 10, 10, 466, 519 # Melee Attacks, Upgrade Not At Max Level ([10] Zerg Melee Attacks), Research Upgrade ([10] Zerg Melee Attacks) - 2, 297, 25, 26, 3, 3, 459, 525 # Zerg Caparace, Upgrade Not At Max Level ([3] Zerg Carapace), Research Upgrade ([3] Zerg Carapace) +137: # Mutation Pit -- unused 9, 236, 16, 27, 0, 0, 691, 0 # Cancel, Upgrade Underway (0), Cancel Upgrade Research (0) 138: # [138] unused @@ -865,7 +858,7 @@ 139: # Vorval Pond -- unused 7, 220, 4, 35, 220, 220, 532, 749 # Blank (Mineral Chunk Type 1), Can Create Unit\Building ([220] Ardent Authority), Building Morph ([220] Ardent Authority) -140: # [140] Gorgrok Apiary +140: # [140] Gorgrok Apiary -- unused 7, 137, 4, 35, 137, 137, 626, 751 # Greater Spire, Can Create Unit\Building ([137] Olympian), Building Morph ([137] Olympian) 9, 236, 16, 27, 0, 0, 691, 0 # Cancel, Upgrade Underway (0), Cancel Upgrade Research (0) 9, 236, 17, 23, 0, 0, 692, 0 # Cancel, Research Underway (0), Cancel Technology Research (0) @@ -887,16 +880,10 @@ 7, 80, 23, 57, 34, 0, 1742, 1742 # Aurora, Spell Researched ([34] Healing - Cleric), Cancel (0) 143: # unused - 1, 301, 25, 26, 50, 50, 1089, 1090 # Flyer Attacks, Upgrade Not At Max Level ([50] Apollyoid Adhesive - Firebat), Research Upgrade ([50] Apollyoid Adhesive - Firebat) - 4, 374, 22, 22, 26, 26, 1631, 0 # Afterburners ON (Unused), Tech Spell Not Researched ([26] Cancel New Ability), Research Technology ([26] Cancel New Ability) - 5, 307, 25, 26, 63, 63, 1760, 0 # Leg Enhancements, Upgrade Not At Max Level ([63] Plasteel Servos - Cyprian), Research Upgrade ([63] Plasteel Servos - Cyprian) 9, 236, 17, 23, 0, 0, 692, 0 # Cancel, Research Underway (0), Cancel Technology Research (0) 9, 236, 16, 27, 0, 0, 691, 0 # Cancel, Upgrade Underway (0), Cancel Upgrade Research (0) 144: # unused - 1, 374, 22, 22, 36, 36, 1231, 0 # Afterburners ON (Unused), Tech Spell Not Researched ([36] Tempo Change - Madrigal), Research Technology ([36] Tempo Change - Madrigal) - 2, 327, 25, 26, 125, 125, 1356, 1354 # Hellfire Missile Pack, Upgrade Not At Max Level ([125] Requiem Afterburners - Madrigal), Research Upgrade ([125] Requiem Afterburners - Madrigal) - 4, 380, 22, 22, 37, 37, 1244, 1351 # Charon Boosters, Tech Spell Not Researched ([37] Skyfall - Paladin), Research Technology ([37] Skyfall - Paladin) 9, 236, 17, 23, 0, 0, 692, 0 # Cancel, Research Underway (0), Cancel Technology Research (0) 9, 236, 16, 27, 0, 0, 691, 0 # Cancel, Upgrade Underway (0), Cancel Upgrade Research (0) @@ -911,7 +898,7 @@ 8, 330, 23, 57, 34, 0, 1420, 1421 # Dirge, Spell Researched ([34] Healing - Cleric), Cancel (0) 9, 331, 23, 57, 34, 0, 1418, 1419 # Furia Salvo, Spell Researched ([34] Healing - Cleric), Cancel (0) -146: # [146] Ovileth +146: # Ovileth 1, 228, 3, 9, 0, 0, 664, 0 # Move, Always (0), Move (0) 2, 229, 3, 10, 0, 0, 665, 0 # Stop, Always (0), Stop (0) 3, 230, 8, 11, 0, 0, 666, 0 # Attack, Unit Has A Weapon (0), Attack (0) @@ -921,14 +908,11 @@ 8, 309, 20, 46, 0, 0, 683, 0 # Load (into Transport), Unit's Capacity Has Not Been Met (0), Load (0) 9, 312, 3, 47, 0, 0, 684, 0 # Unload All (from Transport), Always (0), Unload (0) -147: # Drydock (unused) +147: # Drydock -- unused 9, 236, 16, 27, 0, 0, 691, 0 # Cancel, Upgrade Underway (0), Cancel Upgrade Research (0) 9, 236, 17, 23, 0, 0, 692, 0 # Cancel, Research Underway (0), Cancel Technology Research (0) -148: # [148] unused - 1, 308, 25, 26, 108, 108, 1757, 0 # Recharge Shields, Upgrade Not At Max Level ([108] Astral Aegis - Archon), Research Upgrade ([108] Astral Aegis - Archon) - 4, 381, 22, 22, 31, 31, 1263, 0 # Maelstrom, Tech Spell Not Researched ([31] Maelstrom - Mind Tyrant), Research Technology ([31] Maelstrom - Mind Tyrant) - 5, 372, 25, 26, 116, 116, 501, 0 # Feedback, Upgrade Not At Max Level ([116] Malediction - Dark Archon), Research Upgrade ([116] Malediction - Dark Archon) +148: # unused 9, 236, 17, 23, 0, 0, 692, 0 # Cancel, Research Underway (0), Cancel Technology Research (0) 9, 236, 16, 27, 0, 0, 691, 0 # Cancel, Upgrade Underway (0), Cancel Upgrade Research (0) @@ -944,10 +928,10 @@ 7, 152, 4, 35, 152, 152, 1358, 0 # Othstol Oviform, Can Create Unit\Building ([152] Othstol Oviform), Building Morph ([152] Othstol Oviform) 9, 236, 16, 27, 0, 0, 691, 0 # Cancel, Upgrade Underway (0), Cancel Upgrade Research (0) -151: # [151] Othstol Oviform +151: # [151] Othstol Oviform -- unused 9, 236, 16, 27, 0, 0, 691, 0 # Cancel, Upgrade Underway (0), Cancel Upgrade Research (0) -152: # [152] Alaszil Arbor (unused) +152: # [152] Alaszil Arbor -- unused 9, 236, 16, 27, 0, 0, 691, 0 # Cancel, Upgrade Underway (0), Cancel Upgrade Research (0) 153: # Iroleth @@ -959,7 +943,7 @@ 8, 309, 20, 46, 0, 0, 683, 0 # Load (into Transport), Unit's Capacity Has Not Been Met (0), Load (0) 9, 312, 3, 47, 0, 0, 684, 0 # Unload All (from Transport), Always (0), Unload (0) -154: # Sibraelosk +154: # Sibraelosk -- unused 9, 97, 23, 24, 28, 28, 487, 0 # Zoryusthaleth, Spell Researched ([28] Select Control - Zerg Structure), Use Technology ([28] Select Control - Zerg Structure) 155: # Paladin @@ -982,7 +966,7 @@ 3, 230, 8, 11, 0, 0, 666, 0 # Attack, Unit Has A Weapon (0), Attack (0) 4, 254, 3, 20, 0, 0, 667, 0 # Patrol, Always (0), Patrol (0) 5, 255, 3, 21, 0, 0, 668, 0 # Hold Position, Always (0), Hold Position (0) - 7, 256, 23, 57, 34, 0, 1138, 1138 # Moebius Reactor, Spell Researched ([34] Healing - Cleric), Cancel (0) + 7, 256, 23, 57, 34, 0, 1138, 1138 # Offset: Linear, Spell Researched ([34] Healing - Cleric), Cancel (0) 158: # Centaur 1, 228, 3, 9, 0, 0, 664, 0 # Move, Always (0), Move (0) @@ -990,7 +974,7 @@ 3, 230, 8, 11, 0, 0, 666, 0 # Attack, Unit Has A Weapon (0), Attack (0) 4, 254, 3, 20, 0, 0, 667, 0 # Patrol, Always (0), Patrol (0) 5, 255, 3, 21, 0, 0, 668, 0 # Hold Position, Always (0), Hold Position (0) - 7, 331, 23, 57, 34, 0, 1135, 1135 # Gemini Missiles, Spell Researched ([34] Healing - Cleric), Cancel (0) + 7, 331, 23, 57, 34, 0, 1135, 1135 # Sunchaser Salvo, Spell Researched ([34] Healing - Cleric), Cancel (0) 159: # [159] Vithrilisk 1, 228, 3, 9, 0, 0, 664, 0 # Move, Always (0), Move (0) @@ -998,8 +982,8 @@ 3, 230, 8, 11, 0, 0, 666, 0 # Attack, Unit Has A Weapon (0), Attack (0) 4, 254, 3, 20, 0, 0, 667, 0 # Patrol, Always (0), Patrol (0) 5, 255, 3, 21, 0, 0, 668, 0 # Hold Position, Always (0), Hold Position (0) - 7, 346, 23, 57, 34, 0, 571, 571 # Venom (Unused Zerg Weapon), Spell Researched ([34] Healing - Cleric), Cancel (0) - 8, 349, 23, 57, 34, 0, 570, 570 # Suicide (Infested Terran), Spell Researched ([34] Healing - Cleric), Cancel (0) + 7, 346, 23, 57, 34, 0, 571, 571 # Corrosive Touch, Spell Researched ([34] Healing - Cleric), Cancel (0) + 8, 349, 23, 57, 34, 0, 570, 570 # Critical Mass, Spell Researched ([34] Healing - Cleric), Cancel (0) 160: # Othstoleth 1, 228, 3, 9, 0, 0, 664, 0 # Move, Always (0), Move (0) @@ -1015,9 +999,9 @@ 3, 230, 8, 11, 0, 0, 666, 0 # Attack, Unit Has A Weapon (0), Attack (0) 4, 254, 3, 20, 0, 0, 667, 0 # Patrol, Always (0), Patrol (0) 5, 255, 3, 21, 0, 0, 668, 0 # Hold Position, Always (0), Hold Position (0) - 7, 308, 23, 24, 24, 24, 1355, 1351 # Recharge Shields, Spell Researched ([24] Breathing Battery - Savant), Use Technology ([24] Breathing Battery - Savant) - 8, 360, 23, 57, 34, 0, 1402, 1360 # Phase Disruptor Cannon, Spell Researched ([34] Healing - Cleric), Cancel (0) - 9, 287, 23, 57, 34, 0, 1080, 1361 # Ion Thrusters, Spell Researched ([34] Healing - Cleric), Cancel (0) + 7, 308, 23, 24, 24, 24, 1355, 1351 # Breathing Battery, Spell Researched ([24] Breathing Battery - Savant), Use Technology ([24] Breathing Battery - Savant) + 8, 360, 23, 57, 34, 0, 1402, 1360 # Entropy Gauntlets, Spell Researched ([34] Healing - Cleric), Cancel (0) + 9, 287, 23, 57, 34, 0, 1080, 1361 # Power Siphon, Spell Researched ([34] Healing - Cleric), Cancel (0) 162: # Clarion 1, 228, 3, 9, 0, 0, 664, 0 # Move, Always (0), Move (0) @@ -1025,9 +1009,9 @@ 3, 230, 8, 11, 0, 0, 666, 0 # Attack, Unit Has A Weapon (0), Attack (0) 4, 254, 3, 20, 0, 0, 667, 0 # Patrol, Always (0), Patrol (0) 5, 255, 3, 21, 0, 0, 668, 0 # Hold Position, Always (0), Hold Position (0) - 7, 308, 23, 57, 34, 34, 1507, 1507 # Recharge Shields, Spell Researched ([34] Healing - Cleric), Cancel (34) + 7, 308, 23, 57, 34, 34, 1507, 1507 # Phase Link, Spell Researched ([34] Healing - Cleric), Cancel (34) -163: # Exemplar +163: # Exemplar -- unused 1, 228, 3, 9, 0, 0, 664, 0 # Move, Always (0), Move (0) 2, 229, 3, 10, 0, 0, 665, 0 # Stop, Always (0), Stop (0) 3, 230, 8, 11, 0, 0, 666, 0 # Attack, Unit Has A Weapon (0), Attack (0) @@ -1038,10 +1022,11 @@ 164: # Treasury 1, 228, 35, 9, 0, 0, 664, 0 # Move, Building Can Move And Has Lifted Off (0), Move (0) 2, 229, 35, 10, 0, 0, 665, 0 # Stop, Building Can Move And Has Lifted Off (0), Stop (0) - 7, 174, 4, 32, 174, 174, 1286, 0 # Quarry, Can Create Unit\Building ([174] Quarry), Create AddOn ([174] Quarry) + 4, 549, 4, 32, 384, 384, 1142, 1142 # Lodestone, Can Create Unit\Building ([384] Lodestone), Create AddOn ([384] Lodestone) + 7, 174, 4, 32, 174, 174, 1286, 1295 # Quarry, Can Create Unit\Building ([174] Quarry), Create AddOn ([174] Quarry) 8, 108, 4, 32, 108, 108, 659, 709 # Anvil, Can Create Unit\Building ([108] Anvil), Create AddOn ([108] Anvil) 9, 236, 11, 28, 0, 0, 694, 0 # Cancel, Cancel AddOn (0), Cancel AddOn (0) - 9, 283, 36, 36, 0, 215, 670, 0 # Land, Building Has Lifted Off (0), Land (Flag) + 9, 283, 36, 36, 0, 215, 670, 0 # Land, Building Has Lifted Off (0), Land (Treasury) 9, 282, 37, 45, 0, 0, 671, 0 # Lift off, Building Has Landed (0), Lift Off (0) 165: # Empyrean @@ -1050,12 +1035,14 @@ 3, 230, 8, 11, 0, 0, 666, 0 # Attack, Unit Has A Weapon (0), Attack (0) 4, 254, 3, 20, 0, 0, 667, 0 # Patrol, Always (0), Patrol (0) 5, 255, 3, 21, 0, 0, 668, 0 # Hold Position, Always (0), Hold Position (0) - 7, 361, 23, 57, 34, 0, 1798, 1798 # Pulse Cannon, Spell Researched ([34] Healing - Cleric), Cancel (0) + 7, 361, 23, 57, 34, 0, 1798, 1798 # Heavenly Passage, Spell Researched ([34] Healing - Cleric), Cancel (0) 166: # Argosy 1, 26, 4, 3, 26, 26, 1065, 0 # Magister, Can Create Unit\Building ([26] Magister), Create Unit ([26] Magister) 2, 416, 4, 3, 266, 266, 610, 0 # Epigraph, Can Create Unit\Building ([266] Epigraph), Create Unit ([266] Epigraph) 3, 71, 4, 3, 71, 71, 605, 0 # Didact, Can Create Unit\Building ([71] Didact), Create Unit ([71] Didact) + 4, 82, 4, 3, 82, 82, 516, 541 # Empyrean, Can Create Unit\Building ([82] Empyrean), Create Unit ([82] Empyrean) + 5, 72, 4, 3, 72, 72, 606, 722 # Solarion, Can Create Unit\Building ([72] Solarion), Create Unit ([72] Solarion) 6, 286, 13, 1, 0, 0, 672, 0 # Set Rally Point, Rally Point (0), Rally Point (0) 9, 236, 10, 4, 0, 254, 693, 0 # Cancel, Cancel Last (0), Cancel Last (254) @@ -1074,7 +1061,7 @@ 9, 282, 37, 45, 0, 0, 671, 0 # Lift off, Building Has Landed (0), Lift Off (0) 9, 283, 36, 36, 0, 203, 670, 0 # Land, Building Has Lifted Off (0), Land ([203] Nanite Assembly) -168: # Quantum Institute +168: # Quantum Institute -- unused 1, 228, 35, 9, 0, 0, 664, 0 # Move, Building Can Move And Has Lifted Off (0), Move (0) 2, 229, 35, 10, 0, 0, 665, 0 # Stop, Building Can Move And Has Lifted Off (0), Stop (0) 9, 283, 36, 36, 0, 259, 670, 0 # Land, Building Has Lifted Off (0), Land ([259] Quantum Institute) @@ -1087,7 +1074,7 @@ 3, 230, 8, 11, 0, 0, 666, 0 # Attack, Unit Has A Weapon (0), Attack (0) 4, 254, 3, 20, 0, 0, 667, 0 # Patrol, Always (0), Patrol (0) 5, 255, 3, 21, 0, 0, 668, 0 # Hold Position, Always (0), Hold Position (0) - 7, 326, 23, 57, 34, 0, 1110, 1110 # Twin Autocannons, Spell Researched ([34] Healing - Cleric), Cancel (0) + 7, 326, 23, 57, 34, 0, 1110, 1110 # Cabeirus Feeders, Spell Researched ([34] Healing - Cleric), Cancel (0) 170: # Penumbra 1, 228, 3, 9, 0, 0, 664, 0 # Move, Always (0), Move (0) @@ -1095,7 +1082,7 @@ 3, 230, 8, 11, 0, 0, 666, 0 # Attack, Unit Has A Weapon (0), Attack (0) 4, 254, 3, 20, 0, 0, 667, 0 # Patrol, Always (0), Patrol (0) 5, 255, 3, 21, 0, 0, 668, 0 # Hold Position, Always (0), Hold Position (0) - 7, 332, 23, 57, 34, 0, 1101, 1101 # Burst Lasers, Spell Researched ([34] Healing - Cleric), Cancel (0) + 7, 332, 23, 57, 34, 0, 1101, 1101 # Shroud Piercer, Spell Researched ([34] Healing - Cleric), Cancel (0) 171: # Phobos 1, 228, 3, 9, 0, 0, 664, 0 # Move, Always (0), Move (0) @@ -1103,7 +1090,7 @@ 3, 230, 8, 11, 0, 0, 666, 0 # Attack, Unit Has A Weapon (0), Attack (0) 4, 254, 3, 20, 0, 0, 667, 0 # Patrol, Always (0), Patrol (0) 5, 255, 3, 21, 0, 0, 668, 0 # Hold Position, Always (0), Hold Position (0) - 7, 322, 23, 57, 34, 0, 1102, 1102 # Khaydarin Core, Spell Researched ([34] Healing - Cleric), Cancel (0) + 7, 322, 23, 57, 34, 0, 1102, 1102 # Argent Capacitors, Spell Researched ([34] Healing - Cleric), Cancel (0) 172: # Cyclops 1, 228, 3, 9, 0, 0, 664, 0 # Move, Always (0), Move (0) @@ -1111,7 +1098,7 @@ 3, 230, 8, 11, 0, 0, 666, 0 # Attack, Unit Has A Weapon (0), Attack (0) 4, 254, 3, 20, 0, 0, 667, 0 # Patrol, Always (0), Patrol (0) 5, 255, 3, 21, 0, 0, 668, 0 # Hold Position, Always (0), Hold Position (0) - 7, 325, 23, 57, 34, 0, 1810, 1810 # Fragmentation Grenade, Spell Researched ([34] Healing - Cleric), Cancel (0) + 7, 325, 23, 57, 34, 0, 1810, 1810 # Recursion Rounds, Spell Researched ([34] Healing - Cleric), Cancel (0) 173: # Grand Library 1, 75, 4, 3, 75, 75, 1407, 0 # Amaranth, Can Create Unit\Building ([75] Amaranth), Create Unit ([75] Amaranth) @@ -1127,7 +1114,7 @@ 3, 230, 8, 11, 0, 0, 666, 0 # Attack, Unit Has A Weapon (0), Attack (0) 4, 254, 3, 20, 0, 0, 667, 0 # Patrol, Always (0), Patrol (0) 5, 255, 3, 21, 0, 0, 668, 0 # Hold Position, Always (0), Hold Position (0) - 7, 319, 23, 57, 34, 0, 1412, 1412 # Apial Sensors, Spell Researched ([34] Healing - Cleric), Cancel (0) + 7, 319, 23, 57, 34, 0, 1412, 1412 # Autovitality, Spell Researched ([34] Healing - Cleric), Cancel (0) 175: # Gorgon 1, 228, 3, 9, 0, 0, 664, 0 # Move, Always (0), Move (0) @@ -1135,11 +1122,9 @@ 3, 230, 8, 11, 0, 0, 666, 0 # Attack, Unit Has A Weapon (0), Attack (0) 4, 254, 3, 20, 0, 0, 667, 0 # Patrol, Always (0), Patrol (0) 5, 255, 3, 21, 0, 0, 668, 0 # Hold Position, Always (0), Hold Position (0) - 7, 383, 23, 57, 34, 0, 1414, 1414 # Argus Jewel, Spell Researched ([34] Healing - Cleric), Cancel (0) + 7, 383, 23, 57, 34, 0, 1414, 1414 # Petrification, Spell Researched ([34] Healing - Cleric), Cancel (0) 176: # Sequestered Icon - 1, 83, 4, 3, 352, 352, 608, 0 # Accantor, Can Create Unit\Building ([352] Accantor), Create Unit ([352] Accantor) - 2, 17, 4, 3, 17, 17, 1405, 1414 # Architect, Can Create Unit\Building ([17] Architect), Create Unit ([17] Architect) 6, 286, 13, 1, 0, 0, 672, 0 # Set Rally Point, Rally Point (0), Rally Point (0) 9, 236, 10, 4, 0, 254, 693, 0 # Cancel, Cancel Last (0), Cancel Last (254) @@ -1171,7 +1156,7 @@ 3, 230, 8, 11, 0, 0, 666, 0 # Attack, Unit Has A Weapon (0), Attack (0) 4, 254, 3, 20, 0, 0, 667, 0 # Patrol, Always (0), Patrol (0) 5, 255, 3, 21, 0, 0, 668, 0 # Hold Position, Always (0), Hold Position (0) - 7, 335, 23, 57, 34, 0, 1084, 1084 # Flame Thrower, Spell Researched ([34] Healing - Cleric), Cancel (0) + 7, 335, 23, 57, 34, 0, 1084, 1084 # Incendiary Payload, Spell Researched ([34] Healing - Cleric), Cancel (0) 8, 361, 23, 57, 34, 0, 543, 543 # Offset: Linear, Spell Researched ([34] Healing - Cleric), Cancel (0) 180: # Barghest @@ -1180,7 +1165,7 @@ 3, 230, 8, 11, 0, 0, 666, 0 # Attack, Unit Has A Weapon (0), Attack (0) 4, 254, 3, 20, 0, 0, 667, 0 # Patrol, Always (0), Patrol (0) 5, 255, 3, 21, 0, 0, 668, 0 # Hold Position, Always (0), Hold Position (0) - 7, 252, 23, 57, 34, 0, 716, 716 # Cloak, Spell Researched ([34] Healing - Cleric), Cancel (0) + 7, 252, 23, 57, 34, 0, 716, 716 # Permanent Cloaking, Spell Researched ([34] Healing - Cleric), Cancel (0) 8, 319, 23, 57, 34, 0, 540, 540 # Multi-Attack III, Spell Researched ([34] Healing - Cleric), Cancel (0) 181: # Magister @@ -1200,9 +1185,7 @@ 7, 308, 23, 24, 32, 32, 1744, 1744 # Lazarus Agent, Spell Researched ([32] Lazarus Agent - Apostle), Use Technology ([32] Lazarus Agent - Apostle) 8, 236, 23, 24, 26, 26, 1743, 1743 # Cancel, Spell Researched ([26] Cancel New Ability), Use Technology ([26] Cancel New Ability) -183: # [183] Quazil Quay - 7, 147, 4, 35, 147, 147, 1550, 1551 # Overmind (Without Shell), Can Create Unit\Building ([147] Guildhall), Building Morph ([147] Guildhall) - 8, 179, 4, 35, 179, 179, 386, 388 # Blank (Cave - Unused), Can Create Unit\Building ([179] Anthelion), Building Morph ([179] Anthelion) +183: # [183] Quazil Quay -- unused 9, 236, 16, 27, 0, 0, 691, 0 # Cancel, Upgrade Underway (0), Cancel Upgrade Research (0) 184: # [184] Kalkalisk @@ -1211,17 +1194,17 @@ 3, 230, 8, 11, 0, 0, 666, 0 # Attack, Unit Has A Weapon (0), Attack (0) 4, 254, 3, 20, 0, 0, 667, 0 # Patrol, Always (0), Patrol (0) 5, 255, 3, 21, 0, 0, 668, 0 # Hold Position, Always (0), Hold Position (0) - 7, 344, 23, 57, 34, 0, 1279, 1279 # Acid Spore, Spell Researched ([34] Healing - Cleric), Cancel (0) + 7, 344, 23, 57, 34, 0, 1279, 1279 # Ablative Spores, Spell Researched ([34] Healing - Cleric), Cancel (0) 185: # Quarry 1, 7, 4, 3, 7, 7, 592, 0 # Mason, Can Create Unit\Building ([7] Mason), Create Unit ([7] Mason) 6, 286, 13, 1, 0, 0, 672, 0 # Set Rally Point, Rally Point (0), Rally Point (0) - 7, 311, 23, 24, 39, 39, 501, 501 # Nuclear Strike, Spell Researched ([39] Emergency Detonation - Terran Structure), Use Technology ([39] Emergency Detonation - Terran Structure) - 7, 314, 23, 24, 2, 2, 500, 500 # Scarab Damage, Spell Researched ([2] Controlled Demolition - Terran Structure), Use Technology ([2] Controlled Demolition - Terran Structure) + 7, 314, 23, 24, 2, 2, 500, 500 # Controlled Demolition, Spell Researched ([2] Controlled Demolition - Terran Structure), Use Technology ([2] Controlled Demolition - Terran Structure) + 7, 311, 23, 24, 39, 39, 501, 501 # Emergency Detonation, Spell Researched ([39] Emergency Detonation - Terran Structure), Use Technology ([39] Emergency Detonation - Terran Structure) 9, 236, 10, 4, 0, 254, 693, 0 # Cancel, Cancel Last (0), Cancel Last (254) 9, 236, 23, 24, 26, 26, 1792, 1792 # Cancel, Spell Researched ([26] Cancel New Ability), Use Technology ([26] Cancel New Ability) -186: # Golem +186: # Golem -- unused 1, 228, 3, 9, 0, 0, 664, 0 # Move, Always (0), Move (0) 2, 229, 3, 10, 0, 0, 665, 0 # Stop, Always (0), Stop (0) 3, 230, 8, 11, 0, 0, 666, 0 # Attack, Unit Has A Weapon (0), Attack (0) @@ -1229,7 +1212,7 @@ 5, 255, 3, 21, 0, 0, 668, 0 # Hold Position, Always (0), Hold Position (0) 7, 307, 23, 57, 34, 0, 1350, 1350 # Leg Enhancements, Spell Researched ([34] Healing - Cleric), Cancel (0) -187: # Atreus +187: # Atreus -- unused 1, 228, 3, 9, 0, 0, 664, 0 # Move, Always (0), Move (0) 2, 229, 3, 10, 0, 0, 665, 0 # Stop, Always (0), Stop (0) 3, 230, 8, 11, 0, 0, 666, 0 # Attack, Unit Has A Weapon (0), Attack (0) @@ -1243,7 +1226,7 @@ 3, 230, 8, 11, 0, 0, 666, 0 # Attack, Unit Has A Weapon (0), Attack (0) 4, 254, 3, 20, 0, 0, 667, 0 # Patrol, Always (0), Patrol (0) 5, 255, 3, 21, 0, 0, 668, 0 # Hold Position, Always (0), Hold Position (0) - 7, 359, 23, 57, 34, 0, 1357, 1357 # Anti-matter Missiles, Spell Researched ([34] Healing - Cleric), Cancel (0) + 7, 359, 23, 57, 34, 0, 1357, 1357 # Reactive Payload, Spell Researched ([34] Healing - Cleric), Cancel (0) 189: # Alkajelisk 1, 228, 3, 9, 0, 0, 664, 0 # Move, Always (0), Move (0) @@ -1251,7 +1234,7 @@ 3, 230, 8, 11, 0, 0, 666, 0 # Attack, Unit Has A Weapon (0), Attack (0) 4, 254, 3, 20, 0, 0, 667, 0 # Patrol, Always (0), Patrol (0) 5, 255, 3, 21, 0, 0, 668, 0 # Hold Position, Always (0), Hold Position (0) - 7, 347, 23, 57, 34, 0, 1416, 1416 # Seeker Spores, Spell Researched ([34] Healing - Cleric), Cancel (0) + 7, 344, 23, 57, 34, 0, 1628, 1628 # Caustic Fission, Spell Researched ([34] Healing - Cleric), Cancel (0) 190: # Ecclesiast 1, 228, 3, 9, 0, 0, 664, 0 # Move, Always (0), Move (0) @@ -1268,7 +1251,7 @@ 3, 230, 8, 11, 0, 0, 666, 0 # Attack, Unit Has A Weapon (0), Attack (0) 4, 254, 3, 20, 0, 0, 667, 0 # Patrol, Always (0), Patrol (0) 5, 255, 3, 21, 0, 0, 668, 0 # Hold Position, Always (0), Hold Position (0) - 7, 360, 23, 57, 34, 0, 519, 519 # Phase Disruptor Cannon, Spell Researched ([34] Healing - Cleric), Cancel (0) + 7, 360, 23, 57, 34, 0, 519, 519 # Eternal Service, Spell Researched ([34] Healing - Cleric), Cancel (0) 192: # Gladius 1, 228, 3, 9, 0, 0, 664, 0 # Move, Always (0), Move (0) @@ -1276,7 +1259,7 @@ 3, 230, 8, 11, 0, 0, 666, 0 # Attack, Unit Has A Weapon (0), Attack (0) 4, 254, 3, 20, 0, 0, 667, 0 # Patrol, Always (0), Patrol (0) 5, 255, 3, 21, 0, 0, 668, 0 # Hold Position, Always (0), Hold Position (0) - 7, 354, 23, 57, 34, 0, 1424, 1424 # Phase Disruptor, Spell Researched ([34] Healing - Cleric), Cancel (0) + 7, 354, 23, 57, 34, 0, 1424, 1424 # Binding Plasma, Spell Researched ([34] Healing - Cleric), Cancel (0) 193: # Geszithalor 1, 228, 3, 9, 0, 0, 664, 0 # Move, Always (0), Move (0) @@ -1285,7 +1268,7 @@ 4, 254, 3, 20, 0, 0, 667, 0 # Patrol, Always (0), Patrol (0) 5, 255, 3, 21, 0, 0, 668, 0 # Hold Position, Always (0), Hold Position (0) 6, 48, 4, 38, 48, 48, 1348, 1349 # Alkajelisk, Can Create Unit\Building ([48] Alkajelisk), Unit Morph ([48] Alkajelisk) - 7, 301, 23, 57, 34, 0, 1425, 1425 # Flyer Attacks, Spell Researched ([34] Healing - Cleric), Cancel (0) + 7, 301, 23, 57, 34, 0, 1425, 1425 # Searing Acid, Spell Researched ([34] Healing - Cleric), Cancel (0) 194: # Star Sovereign 1, 228, 3, 9, 0, 0, 664, 0 # Move, Always (0), Move (0) @@ -1293,10 +1276,10 @@ 3, 230, 8, 11, 0, 0, 666, 0 # Attack, Unit Has A Weapon (0), Attack (0) 4, 254, 3, 20, 0, 0, 667, 0 # Patrol, Always (0), Patrol (0) 5, 255, 3, 21, 0, 0, 668, 0 # Hold Position, Always (0), Hold Position (0) - 7, 322, 23, 24, 29, 29, 1100, 1100 # Khaydarin Core, Spell Researched ([29] Grief of All Gods - Star Sovereign), Use Technology ([29] Grief of All Gods - Star Sovereign) - 8, 359, 23, 57, 34, 0, 1427, 1427 # Anti-matter Missiles, Spell Researched ([34] Healing - Cleric), Cancel (0) + 7, 322, 23, 24, 29, 29, 1100, 1100 # Grief of All Gods, Spell Researched ([29] Grief of All Gods - Star Sovereign), Use Technology ([29] Grief of All Gods - Star Sovereign) + 8, 359, 23, 57, 34, 0, 1427, 1427 # Intervention, Spell Researched ([34] Healing - Cleric), Cancel (0) -195: # Pegasus +195: # Pegasus -- unused 1, 228, 3, 9, 0, 0, 664, 0 # Move, Always (0), Move (0) 2, 229, 3, 10, 0, 0, 665, 0 # Stop, Always (0), Stop (0) 3, 230, 8, 11, 0, 0, 666, 0 # Attack, Unit Has A Weapon (0), Attack (0) @@ -1310,10 +1293,10 @@ 3, 230, 8, 11, 0, 0, 666, 0 # Attack, Unit Has A Weapon (0), Attack (0) 4, 254, 3, 20, 0, 0, 667, 0 # Patrol, Always (0), Patrol (0) 5, 255, 3, 21, 0, 0, 668, 0 # Hold Position, Always (0), Hold Position (0) - 7, 356, 23, 57, 34, 0, 1432, 1432 # Psionic Shockwave, Spell Researched ([34] Healing - Cleric), Cancel (0) + 7, 356, 23, 57, 34, 0, 1432, 1432 # Final Hour, Spell Researched ([34] Healing - Cleric), Cancel (0) 197: # Crucible - 7, 322, 23, 57, 34, 0, 1438, 1438 # Khaydarin Core, Spell Researched ([34] Healing - Cleric), Cancel (0) + 7, 322, 23, 57, 34, 0, 1438, 1438 # Khaydarin Charge, Spell Researched ([34] Healing - Cleric), Cancel (0) 198: # Pennant 7, 322, 23, 57, 34, 0, 1439, 1439 # Khaydarin Core, Spell Researched ([34] Healing - Cleric), Cancel (0) @@ -1342,7 +1325,7 @@ 3, 230, 8, 11, 0, 0, 666, 0 # Attack, Unit Has A Weapon (0), Attack (0) 4, 254, 3, 20, 0, 0, 667, 0 # Patrol, Always (0), Patrol (0) 5, 255, 3, 21, 0, 0, 668, 0 # Hold Position, Always (0), Hold Position (0) -# 6, 472, 4, 38, 322, 322, 1801, 1800 # Algoztalisk, Can Create Unit\Building ([322] Algoztalisk), Unit Morph ([322] Algoztalisk) +#6, 472, 4, 38, 322, 322, 1801, 1800 # Algoztalisk, Can Create Unit\Building ([322] Algoztalisk), Unit Morph ([322] Algoztalisk) 202: # Zoryusthaleth 1, 228, 41, 9, 0, 0, 664, 0 # Move, Not Burrowed(Move\Stop\Patrol\Hold Position) (0), Move (0) @@ -1362,7 +1345,7 @@ 204: # Larvosk Cesiant 1, 35, 3, 2, 0, 0, 674, 0 # Larva, Always (0), Select Larva (0) 2, 286, 13, 1, 0, 0, 672, 0 # Set Rally Point, Rally Point (0), Rally Point (0) - 4, 50, 23, 24, 9, 9, 506, 0 # Infested Terran, Spell Researched ([9] Select Shared - Zerg Structure), Use Technology ([9] Select Shared - Zerg Structure) + 4, 216, 4, 35, 354, 354, 1768, 1765 # Ocsal Cesiant, Can Create Unit\Building ([354] Ocsal Cesiant), Building Morph ([354] Ocsal Cesiant) 6, 295, 23, 57, 34, 0, 530, 530 # Larval Gestation, Spell Researched ([34] Healing - Cleric), Cancel (0) 7, 37, 23, 24, 33, 33, 485, 0 # Zethrokor, Spell Researched ([33] Select Swarm - Zerg Structure), Use Technology ([33] Select Swarm - Zerg Structure) 8, 38, 23, 24, 38, 38, 486, 0 # Hydralisk, Spell Researched ([38] Select Assault - Zerg Structure), Use Technology ([38] Select Assault - Zerg Structure) @@ -1414,7 +1397,7 @@ 3, 230, 8, 11, 0, 0, 666, 0 # Attack, Unit Has A Weapon (0), Attack (0) 4, 254, 3, 20, 0, 0, 667, 0 # Patrol, Always (0), Patrol (0) 5, 255, 3, 21, 0, 0, 668, 0 # Hold Position, Always (0), Hold Position (0) - 7, 252, 23, 57, 34, 0, 716, 716 # Cloak, Spell Researched ([34] Healing - Cleric), Cancel (0) + 7, 252, 23, 57, 34, 0, 716, 716 # Permanent Cloaking, Spell Researched ([34] Healing - Cleric), Cancel (0) 208: # Pazuzu 1, 228, 3, 9, 0, 0, 664, 0 # Move, Always (0), Move (0) @@ -1422,7 +1405,7 @@ 3, 230, 8, 11, 0, 0, 666, 0 # Attack, Unit Has A Weapon (0), Attack (0) 4, 254, 3, 20, 0, 0, 667, 0 # Patrol, Always (0), Patrol (0) 5, 255, 3, 21, 0, 0, 668, 0 # Hold Position, Always (0), Hold Position (0) - 7, 314, 23, 57, 34, 0, 406, 406 # Scarab Damage, Spell Researched ([34] Healing - Cleric), Cancel (0) + 7, 314, 23, 57, 34, 0, 406, 406 # Deconstruction, Spell Researched ([34] Healing - Cleric), Cancel (0) 209: # Konvilisk 1, 228, 3, 9, 0, 0, 664, 0 # Move, Always (0), Move (0) @@ -1431,7 +1414,7 @@ 4, 254, 3, 20, 0, 0, 667, 0 # Patrol, Always (0), Patrol (0) 5, 255, 3, 21, 0, 0, 668, 0 # Hold Position, Always (0), Hold Position (0) 6, 424, 4, 38, 274, 274, 1551, 1553 # Tetcaerokor, Can Create Unit\Building ([274] Tetcaerokor), Unit Morph ([274] Tetcaerokor) - 7, 348, 23, 57, 34, 0, 1365, 1365 # Subterranean Tentacle, Spell Researched ([34] Healing - Cleric), Cancel (0) + 7, 348, 23, 57, 34, 0, 1365, 1365 # Fertile Spines, Spell Researched ([34] Healing - Cleric), Cancel (0) 9, 259, 38, 41, 11, 11, 372, 382 # Burrow, Ability Is Researched ([11] Burrowing - Zerg Ground), Burrow ([11] Burrowing - Zerg Ground) 9, 260, 39, 42, 11, 0, 373, 0 # Unburrow, Is Using Ability ([11] Burrowing - Zerg Ground), Unburrow (0) @@ -1442,12 +1425,13 @@ 4, 254, 3, 20, 0, 0, 667, 0 # Patrol, Always (0), Patrol (0) 5, 255, 3, 21, 0, 0, 668, 0 # Hold Position, Always (0), Hold Position (0) 7, 377, 23, 24, 35, 35, 1443, 1443 # Lurker Burrow, Spell Researched ([35] Blissful Embrace - Akistrokor), Use Technology ([35] Blissful Embrace - Akistrokor) + 8, 267, 23, 57, 34, 0, 1059, 1059 # Captivating Claws, Spell Researched ([34] Healing - Cleric), Cancel (0) 9, 236, 23, 24, 26, 26, 1444, 1444 # Cancel, Spell Researched ([26] Cancel New Ability), Use Technology ([26] Cancel New Ability) -211: # Scrapyard +211: # Scrapyard -- unused 9, 236, 10, 4, 0, 254, 693, 0 # Cancel, Cancel Last (0), Cancel Last (254) -212: # Cohort +212: # Cohort -- unused 1, 228, 3, 9, 0, 0, 664, 0 # Move, Always (0), Move (0) 2, 229, 3, 10, 0, 0, 665, 0 # Stop, Always (0), Stop (0) 3, 230, 8, 11, 0, 0, 666, 0 # Attack, Unit Has A Weapon (0), Attack (0) @@ -1463,7 +1447,7 @@ 3, 230, 8, 11, 0, 0, 666, 0 # Attack, Unit Has A Weapon (0), Attack (0) 4, 254, 3, 20, 0, 0, 667, 0 # Patrol, Always (0), Patrol (0) 5, 255, 3, 21, 0, 0, 668, 0 # Hold Position, Always (0), Hold Position (0) - 7, 304, 23, 57, 34, 0, 465, 465 # Air Plating, Spell Researched ([34] Healing - Cleric), Cancel (0) + 7, 304, 23, 57, 34, 0, 465, 465 # Wear and Tear, Spell Researched ([34] Healing - Cleric), Cancel (0) 214: # Aspirant 1, 228, 3, 9, 0, 0, 664, 0 # Move, Always (0), Move (0) @@ -1471,7 +1455,7 @@ 3, 230, 8, 11, 0, 0, 666, 0 # Attack, Unit Has A Weapon (0), Attack (0) 4, 254, 3, 20, 0, 0, 667, 0 # Patrol, Always (0), Patrol (0) 5, 255, 3, 21, 0, 0, 668, 0 # Hold Position, Always (0), Hold Position (0) - 7, 314, 23, 57, 34, 0, 467, 467 # Scarab Damage, Spell Researched ([34] Healing - Cleric), Cancel (0) + 7, 314, 23, 57, 34, 0, 467, 467 # Criticality, Spell Researched ([34] Healing - Cleric), Cancel (0) 215: # Claymore 1, 228, 3, 9, 0, 0, 664, 0 # Move, Always (0), Move (0) @@ -1479,8 +1463,8 @@ 3, 230, 8, 11, 0, 0, 666, 0 # Attack, Unit Has A Weapon (0), Attack (0) 4, 254, 3, 20, 0, 0, 667, 0 # Patrol, Always (0), Patrol (0) 5, 255, 3, 21, 0, 0, 668, 0 # Hold Position, Always (0), Hold Position (0) - 7, 391, 23, 57, 34, 0, 1391, 1391 # Spell Researched ([34] Healing - Cleric), Cancel (0) - 8, 330, 23, 57, 34, 0, 508, 508 # Fusion Cutter (Harvest), Spell Researched ([34] Healing - Cleric), Cancel (0) + 7, 391, 23, 57, 34, 0, 1391, 1391 # Kinetic Penetration, Spell Researched ([34] Healing - Cleric), Cancel (0) + 8, 330, 23, 57, 34, 0, 508, 508 # Kelvin Munitions, Spell Researched ([34] Healing - Cleric), Cancel (0) 216: # Siren 1, 228, 3, 9, 0, 0, 664, 0 # Move, Always (0), Move (0) @@ -1497,16 +1481,16 @@ 3, 230, 8, 11, 0, 0, 666, 0 # Attack, Unit Has A Weapon (0), Attack (0) 4, 254, 3, 20, 0, 0, 667, 0 # Patrol, Always (0), Patrol (0) 5, 255, 3, 21, 0, 0, 668, 0 # Hold Position, Always (0), Hold Position (0) -# 7, 476, 4, 38, 326, 326, 1348, 1349 # Kethrostalor, Can Create Unit\Building ([326] Kethrostalor), Unit Morph ([326] Kethrostalor) - 7, 346, 23, 57, 34, 0, 472, 472 # Venom (Unused Zerg Weapon), Spell Researched ([34] Healing - Cleric), Cancel (0) +#7, 476, 4, 38, 326, 326, 1348, 1349 # Kethrostalor, Can Create Unit\Building ([326] Kethrostalor), Unit Morph ([326] Kethrostalor) + 7, 346, 23, 57, 34, 0, 472, 472 # Caustic Discharge, Spell Researched ([34] Healing - Cleric), Cancel (0) 218: # Ion Cannon 1, 228, 35, 9, 0, 0, 664, 0 # Move, Building Can Move And Has Lifted Off (0), Move (0) 2, 229, 9, 10, 0, 0, 665, 0 # Stop, Attacking Building (0), Stop (0) 2, 229, 35, 10, 0, 0, 665, 0 # Stop, Building Can Move And Has Lifted Off (0), Stop (0) 3, 230, 9, 13, 0, 0, 666, 0 # Attack, Attacking Building (0), Attack (Building) (0) - 7, 395, 23, 57, 34, 0, 1516, 1516 # Shroud of Adun, Spell Researched ([34] Healing - Cleric), Cancel (0) - 8, 373, 23, 57, 34, 0, 473, 473 # Optical Flare, Spell Researched ([34] Healing - Cleric), Cancel (0) + 7, 395, 23, 57, 34, 0, 1516, 1516 # Artillery Targeting, Spell Researched ([34] Healing - Cleric), Cancel (0) + 8, 373, 23, 57, 34, 0, 473, 473 # Ion Field, Spell Researched ([34] Healing - Cleric), Cancel (0) 9, 283, 36, 36, 0, 127, 670, 0 # Land, Building Has Lifted Off (0), Land ([127] Ion Cannon) 9, 282, 37, 45, 0, 0, 671, 0 # Lift off, Building Has Landed (0), Lift Off (0) @@ -1523,13 +1507,12 @@ 3, 230, 8, 11, 0, 0, 666, 0 # Attack, Unit Has A Weapon (0), Attack (0) 4, 254, 3, 20, 0, 0, 667, 0 # Patrol, Always (0), Patrol (0) 5, 255, 3, 21, 0, 0, 668, 0 # Hold Position, Always (0), Hold Position (0) - 7, 392, 23, 57, 34, 0, 708, 708 # Spell Researched ([34] Healing - Cleric), Cancel (0) -# 8, 397, 23, 24, 42, 42, 717, 717 # Spell Researched ([42] Gods Made Flesh - Demiurge), Use Technology ([42] Gods Made Flesh - Demiurge) + 7, 392, 23, 57, 34, 0, 708, 708 # Worship, Spell Researched ([34] Healing - Cleric), Cancel (0) 221: # Ocsal Cesiant 1, 35, 3, 2, 0, 0, 674, 0 # Larva, Always (0), Select Larva (0) 2, 286, 13, 1, 0, 0, 672, 0 # Set Rally Point, Rally Point (0), Rally Point (0) - 7, 295, 23, 57, 34, 0, 530, 530 # Metasynaptic Node, Spell Researched ([34] Healing - Cleric), Cancel (0) + 7, 295, 23, 57, 34, 0, 530, 530 # Ocsal Gestation, Spell Researched ([34] Healing - Cleric), Cancel (0) 222: # Charlatan 1, 228, 3, 9, 0, 0, 664, 0 # Move, Always (0), Move (0) @@ -1569,8 +1552,7 @@ 1, 38, 4, 38, 38, 38, 576, 739 # Hydralisk, Can Create Unit\Building ([38] Hydralisk), Unit Morph ([38] Hydralisk) 2, 180, 4, 38, 180, 180, 1343, 1345 # Izirokor, Can Create Unit\Building ([180] Izirokor), Unit Morph ([180] Izirokor) 3, 185, 4, 38, 185, 185, 1445, 1446 # Skithrokor, Can Create Unit\Building ([185] Skithrokor), Unit Morph ([185] Skithrokor) - 4, 126, 4, 38, 126, 126, 1362, 1374 # Kagralisk, Can Create Unit\Building ([126] Kagralisk), Unit Morph ([126] Kagralisk) -# 5, 191, 4, 38, 191, 191, 432, 433 # Axitrilisk, Can Create Unit\Building ([191] Axitrilisk), Unit Morph ([191] Axitrilisk) + 4, 126, 4, 38, 126, 126, 1362, 1374 # Kagralisk, Can Create Unit\Building ([126] Kagralisk), Unit Morph ([126] Kagralisk)s 5, 52, 4, 38, 52, 52, 517, 518 # Evigrilisk, Can Create Unit\Building ([52] Evigrilisk), Unit Morph ([52] Evigrilisk) 6, 29, 4, 38, 29, 29, 367, 366 # Almaksalisk, Can Create Unit\Building ([29] Almaksalisk), Unit Morph ([29] Almaksalisk) 7, 96, 4, 38, 96, 96, 1346, 1347 # Keskathalor, Can Create Unit\Building ([96] Keskathalor), Unit Morph ([96] Keskathalor) @@ -1591,7 +1573,7 @@ 3, 230, 8, 11, 0, 0, 666, 0 # Attack, Unit Has A Weapon (0), Attack (0) 4, 254, 3, 20, 0, 0, 667, 0 # Patrol, Always (0), Patrol (0) 5, 255, 3, 21, 0, 0, 668, 0 # Hold Position, Always (0), Hold Position (0) - 7, 344, 23, 57, 34, 0, 564, 564 # Acid Spore, Spell Researched ([34] Healing - Cleric), Cancel (0) + 7, 344, 23, 57, 34, 0, 564, 564 # Lithe Organelle, Spell Researched ([34] Healing - Cleric), Cancel (0) 9, 259, 38, 41, 11, 11, 372, 382 # Burrow, Ability Is Researched ([11] Burrowing - Zerg Ground), Burrow ([11] Burrowing - Zerg Ground) 9, 260, 39, 42, 11, 0, 373, 0 # Unburrow, Is Using Ability ([11] Burrowing - Zerg Ground), Unburrow (0) @@ -1601,8 +1583,8 @@ 3, 230, 8, 11, 0, 0, 666, 0 # Attack, Unit Has A Weapon (0), Attack (0) 4, 254, 3, 20, 0, 0, 667, 0 # Patrol, Always (0), Patrol (0) 5, 255, 3, 21, 0, 0, 668, 0 # Hold Position, Always (0), Hold Position (0) - 7, 267, 23, 57, 34, 0, 1226, 1226 # Ensnare, Spell Researched ([34] Healing - Cleric), Cancel (0) - 8, 348, 23, 57, 34, 0, 1235, 1235 # Subterranean Tentacle, Spell Researched ([34] Healing - Cleric), Cancel (0) + 7, 267, 23, 57, 34, 0, 1226, 1226 # Writhing Web, Spell Researched ([34] Healing - Cleric), Cancel (0) + 8, 348, 23, 57, 34, 0, 1235, 1235 # Corpse Cocoon, Spell Researched ([34] Healing - Cleric), Cancel (0) 230: # Olympian 1, 228, 3, 9, 0, 0, 664, 0 # Move, Always (0), Move (0) @@ -1610,7 +1592,7 @@ 3, 230, 8, 11, 0, 0, 666, 0 # Attack, Unit Has A Weapon (0), Attack (0) 4, 254, 3, 20, 0, 0, 667, 0 # Patrol, Always (0), Patrol (0) 5, 255, 3, 21, 0, 0, 668, 0 # Hold Position, Always (0), Hold Position (0) - 7, 249, 23, 57, 34, 0, 488, 488 # Ocular Implants, Spell Researched ([34] Healing - Cleric), Cancel (0) + 7, 249, 23, 57, 34, 0, 488, 488 # Dishonorable Discharge, Spell Researched ([34] Healing - Cleric), Cancel (0) 231: # Autocrat 1, 228, 3, 9, 0, 0, 664, 0 # Move, Always (0), Move (0) @@ -1618,7 +1600,7 @@ 3, 230, 8, 11, 0, 0, 666, 0 # Attack, Unit Has A Weapon (0), Attack (0) 4, 254, 3, 20, 0, 0, 667, 0 # Patrol, Always (0), Patrol (0) 5, 255, 3, 21, 0, 0, 668, 0 # Hold Position, Always (0), Hold Position (0) - 7, 249, 23, 57, 34, 0, 489, 489 # Ocular Implants, Spell Researched ([34] Healing - Cleric), Cancel (0) + 7, 249, 23, 57, 34, 0, 489, 489 # Controlled Opposition, Spell Researched ([34] Healing - Cleric), Cancel (0) 232: # Luminary 1, 228, 3, 9, 0, 0, 664, 0 # Move, Always (0), Move (0) @@ -1626,7 +1608,7 @@ 3, 230, 8, 11, 0, 0, 666, 0 # Attack, Unit Has A Weapon (0), Attack (0) 4, 254, 3, 20, 0, 0, 667, 0 # Patrol, Always (0), Patrol (0) 5, 255, 3, 21, 0, 0, 668, 0 # Hold Position, Always (0), Hold Position (0) - 7, 277, 23, 24, 30, 30, 495, 495 # Hallucination, Spell Researched ([30] Aural Assault - Luminary), Use Technology ([30] Aural Assault - Luminary) + 7, 277, 23, 24, 30, 30, 495, 495 # Aural Assault, Spell Researched ([30] Aural Assault - Luminary), Use Technology ([30] Aural Assault - Luminary) 233: # Striga 1, 228, 3, 9, 0, 0, 664, 0 # Move, Always (0), Move (0) @@ -1648,8 +1630,8 @@ # 9, 260, 39, 42, 11, 0, 373, 0 # Unburrow, Is Using Ability ([11] Burrowing - Zerg Ground), Unburrow (0) 235: # [235] Reservoir, addons - 7, 311, 23, 24, 39, 39, 501, 501 # Nuclear Strike, Spell Researched ([39] Emergency Detonation - Terran Structure), Use Technology ([39] Emergency Detonation - Terran Structure) - 7, 314, 23, 24, 2, 2, 500, 500 # Scarab Damage, Spell Researched ([2] Controlled Demolition - Terran Structure), Use Technology ([2] Controlled Demolition - Terran Structure) + 7, 314, 23, 24, 2, 2, 500, 500 # Controlled Demolition, Spell Researched ([2] Controlled Demolition - Terran Structure), Use Technology ([2] Controlled Demolition - Terran Structure) + 7, 311, 23, 24, 39, 39, 501, 501 # Emergency Detonation, Spell Researched ([39] Emergency Detonation - Terran Structure), Use Technology ([39] Emergency Detonation - Terran Structure) 9, 236, 23, 24, 26, 26, 1792, 1792 # Cancel, Spell Researched ([26] Cancel New Ability), Use Technology ([26] Cancel New Ability) 236: # Tarasque @@ -1658,7 +1640,7 @@ 3, 230, 8, 11, 0, 0, 666, 0 # Attack, Unit Has A Weapon (0), Attack (0) 4, 254, 3, 20, 0, 0, 667, 0 # Patrol, Always (0), Patrol (0) 5, 255, 3, 21, 0, 0, 668, 0 # Hold Position, Always (0), Hold Position (0) - 7, 344, 23, 57, 34, 0, 745, 745 # Acid Spore, Spell Researched ([34] Healing - Cleric), Cancel (0) + 7, 344, 23, 57, 34, 0, 745, 745 # Fighting Flight, Spell Researched ([34] Healing - Cleric), Cancel (0) 237: # Empress 1, 228, 3, 9, 0, 0, 664, 0 # Move, Always (0), Move (0) @@ -1675,7 +1657,7 @@ 4, 254, 3, 20, 0, 0, 667, 0 # Patrol, Always (0), Patrol (0) 5, 255, 3, 21, 0, 0, 668, 0 # Hold Position, Always (0), Hold Position (0) 7, 251, 23, 24, 8, 8, 343, 353 # Yamato Cannon, Spell Researched ([8] Yamato Cannon - Magnetar), Use Technology ([8] Yamato Cannon - Magnetar) - 8, 356, 23, 57, 34, 0, 1131, 1131 # Psionic Shockwave, Spell Researched ([34] Healing - Cleric), Cancel (0) + 8, 356, 23, 57, 34, 0, 1131, 1131 # Law of Attraction, Spell Researched ([34] Healing - Cleric), Cancel (0) 9, 391, 23, 57, 34, 0, 1391, 1391 # Kinetic Penetration, Spell Researched ([34] Healing - Cleric), Cancel (0) 239: # Izirokor @@ -1685,7 +1667,7 @@ 4, 254, 3, 20, 0, 0, 667, 0 # Patrol, Always (0), Patrol (0) 5, 255, 3, 21, 0, 0, 668, 0 # Hold Position, Always (0), Hold Position (0) 6, 417, 4, 38, 267, 267, 612, 638 # Tethzorokor, Can Create Unit\Building ([267] Tethzorokor), Unit Morph ([267] Tethzorokor) - 7, 344, 23, 57, 34, 0, 503, 503 # Acid Spore, Spell Researched ([34] Healing - Cleric), Cancel (0) + 7, 344, 23, 57, 34, 0, 503, 503 # Crushing Tide, Spell Researched ([34] Healing - Cleric), Cancel (0) 9, 259, 38, 41, 11, 11, 372, 382 # Burrow, Ability Is Researched ([11] Burrowing - Zerg Ground), Burrow ([11] Burrowing - Zerg Ground) 9, 260, 39, 42, 11, 0, 373, 0 # Unburrow, Is Using Ability ([11] Burrowing - Zerg Ground), Unburrow (0) @@ -1695,7 +1677,7 @@ 3, 230, 42, 11, 0, 0, 666, 0 # Attack, Not Burrowed (Attack) (0), Attack (0) 4, 231, 43, 39, 0, 0, 675, 0 # Gather, Has No Cargo (Gather - Drone) (0), Gather (0) 5, 233, 44, 40, 0, 0, 676, 0 # Return Resources, Has Cargo (Return Cargo - Drone) (0), Return Cargo (0) - 6, 261, 23, 57, 34, 0, 461, 461 # Ventral Sacs, Spell Researched ([34] Healing - Cleric), Cancel (0) + 6, 261, 23, 57, 34, 0, 461, 461 # Plethoral Gestation, Spell Researched ([34] Healing - Cleric), Cancel (0) 7, 257, 47, 59, 0, 238, 680, 0 # Zerg Basic Buildings, Zerg Basic Buildings (0), Change Displayed Buttons ([238] Basic Zerg Buildings) 8, 258, 48, 59, 0, 241, 681, 0 # Zerg Advanced Buildings, Zerg Advanced Buildings (0), Change Displayed Buttons ([241] Advanced Zerg Buildings) @@ -1720,15 +1702,15 @@ 3, 230, 8, 11, 0, 0, 666, 0 # Attack, Unit Has A Weapon (0), Attack (0) 4, 254, 3, 20, 0, 0, 667, 0 # Patrol, Always (0), Patrol (0) 5, 255, 3, 21, 0, 0, 668, 0 # Hold Position, Always (0), Hold Position (0) -# 6, 417, 4, 38, 267, 267, 612, 638 # Tethzorokor, Can Create Unit\Building ([267] Tethzorokor), Unit Morph ([267] Tethzorokor) - 7, 341, 23, 57, 34, 0, 515, 515 # Toxic Spores, Spell Researched ([34] Healing - Cleric), Cancel (0) +#6, 417, 4, 38, 267, 267, 612, 638 # Tethzorokor, Can Create Unit\Building ([267] Tethzorokor), Unit Morph ([267] Tethzorokor) + 7, 341, 23, 57, 34, 0, 515, 515 # Lashing Limbs, Spell Researched ([34] Healing - Cleric), Cancel (0) 245: # Sentinel 1, 228, 35, 9, 0, 0, 664, 0 # Move, Building Can Move And Has Lifted Off (0), Move (0) 2, 229, 9, 10, 0, 0, 665, 0 # Stop, Attacking Building (0), Stop (0) 2, 229, 35, 10, 0, 0, 665, 0 # Stop, Building Can Move And Has Lifted Off (0), Stop (0) 3, 230, 9, 13, 0, 0, 666, 0 # Attack, Attacking Building (0), Attack (Building) (0) - 7, 391, 23, 57, 34, 0, 1391, 1391 # Spell Researched ([34] Healing - Cleric), Cancel (0) + 7, 391, 23, 57, 34, 0, 1391, 1391 # Kinetic Penetration, Spell Researched ([34] Healing - Cleric), Cancel (0) 9, 283, 36, 36, 0, 209, 670, 0 # Land, Building Has Lifted Off (0), Land ([209] Sentinel) 9, 282, 37, 45, 0, 0, 671, 0 # Lift off, Building Has Landed (0), Lift Off (0) @@ -1758,11 +1740,9 @@ 5, 198, 4, 29, 198, 198, 458, 457 # Iron Foundry, Can Create Unit\Building ([198] Iron Foundry), Create Building - Terran ([198] Iron Foundry) 6, 203, 4, 29, 203, 203, 1128, 1129 # Nanite Assembly, Can Create Unit\Building ([203] Nanite Assembly), Create Building - Terran ([203] Nanite Assembly) 8, 438, 4, 29, 288, 288, 1143, 1263 # Parthenon, Can Create Unit\Building ([288] Parthenon), Create Building - Terran ([288] Parthenon) -# 9, 236, 3, 59, 0, 228, 688, 0 # Cancel, Always (0), Change Displayed Buttons ([228] Blank) +#9, 236, 3, 59, 0, 228, 688, 0 # Cancel, Always (0), Change Displayed Buttons ([228] Blank) 249: # Cenotaph - 1, 74, 4, 3, 74, 74, 1077, 1393 # Legionnaire, Can Create Unit\Building ([74] Legionnaire), Create Unit ([74] Legionnaire) - 2, 76, 4, 3, 76, 76, 1078, 1079 # Hierophant, Can Create Unit\Building ([76] Hierophant), Create Unit ([76] Hierophant) 6, 286, 13, 1, 0, 0, 672, 0 # Set Rally Point, Rally Point (0), Rally Point (0) 9, 236, 10, 4, 0, 254, 693, 0 # Cancel, Cancel Last (0), Cancel Last (254) @@ -1793,7 +1773,7 @@ 3, 230, 8, 11, 0, 0, 666, 0 # Attack, Unit Has A Weapon (0), Attack (0) 4, 254, 3, 20, 0, 0, 667, 0 # Patrol, Always (0), Patrol (0) 5, 255, 3, 21, 0, 0, 668, 0 # Hold Position, Always (0), Hold Position (0) - 7, 274, 23, 57, 34, 0, 559, 559 # Spell Researched ([34] Healing - Cleric), Cancel (0) + 7, 274, 23, 57, 34, 0, 559, 559 # Nihilism, Spell Researched ([34] Healing - Cleric), Cancel (0) 253: # Cikralisk 1, 228, 41, 9, 0, 0, 664, 0 # Move, Not Burrowed(Move\Stop\Patrol\Hold Position) (0), Move (0) @@ -1811,7 +1791,7 @@ 3, 230, 8, 11, 0, 0, 666, 0 # Attack, Unit Has A Weapon (0), Attack (0) 4, 254, 3, 20, 0, 0, 667, 0 # Patrol, Always (0), Patrol (0) 5, 255, 3, 21, 0, 0, 668, 0 # Hold Position, Always (0), Hold Position (0) - 7, 247, 23, 57, 34, 0, 1087, 1087 # Spell Researched ([34] Healing - Cleric), Cancel (0) + 7, 247, 23, 57, 34, 0, 1087, 1087 # Providence, Spell Researched ([34] Healing - Cleric), Cancel (0) 255: # Strident Stratum 1, 182, 4, 3, 182, 182, 471, 506 # Artisan, Can Create Unit\Building ([182] Artisan), Create Unit ([182] Artisan) @@ -1853,8 +1833,8 @@ 1, 228, 35, 9, 0, 0, 664, 0 # Move, Building Can Move And Has Lifted Off (0), Move (0) 1, 20, 4, 3, 20, 20, 1244, 1250 # Talos, Can Create Unit\Building ([20] Talos), Create Unit ([20] Talos) 2, 229, 35, 10, 0, 0, 665, 0 # Stop, Building Can Move And Has Lifted Off (0), Stop (0) -# 2, 15, 4, 3, 289, 289, 1266, 0 # Armistice, Can Create Unit\Building ([289] Armistice), Create Unit ([289] Armistice) - 3, 440, 4, 3, 290, 290, 1272, 0 # Pythean, Can Create Unit\Building ([290] Pythean), Create Unit ([290] Pythean) +#2, 15, 4, 3, 289, 289, 1266, 0 # Armistice, Can Create Unit\Building ([289] Armistice), Create Unit ([289] Armistice) + 2, 440, 4, 3, 290, 290, 1272, 0 # Pythean, Can Create Unit\Building ([290] Pythean), Create Unit ([290] Pythean) 6, 286, 13, 1, 0, 0, 672, 0 # Set Rally Point, Rally Point (0), Rally Point (0) 9, 283, 36, 36, 0, 288, 670, 0 # Land, Building Has Lifted Off (0), Land ([288] Parthenon) 9, 282, 37, 45, 0, 0, 671, 0 # Lift off, Building Has Landed (0), Lift Off (0) @@ -1885,7 +1865,7 @@ 3, 230, 8, 11, 0, 0, 666, 0 # Attack, Unit Has A Weapon (0), Attack (0) 4, 254, 3, 20, 0, 0, 667, 0 # Patrol, Always (0), Patrol (0) 5, 255, 3, 21, 0, 0, 668, 0 # Hold Position, Always (0), Hold Position (0) - 7, 247, 23, 57, 34, 0, 1410, 1410 # Spell Researched ([34] Healing - Cleric), Cancel (0) + 7, 247, 23, 57, 34, 0, 1410, 1410 # Mind Matter, Spell Researched ([34] Healing - Cleric), Cancel (0) 263: # Hypnagogue 1, 228, 3, 9, 0, 0, 664, 0 # Move, Always (0), Move (0) @@ -1893,7 +1873,7 @@ 3, 230, 8, 11, 0, 0, 666, 0 # Attack, Unit Has A Weapon (0), Attack (0) 4, 254, 3, 20, 0, 0, 667, 0 # Patrol, Always (0), Patrol (0) 5, 255, 3, 21, 0, 0, 668, 0 # Hold Position, Always (0), Hold Position (0) - 7, 383, 23, 24, 45, 45, 1437, 1437 # Argus Jewel, Spell Researched ([45] Through the Looking Glass - Hypnagogue), Use Technology ([45] Through the Looking Glass - Hypnagogue) + 7, 383, 23, 24, 45, 45, 1437, 1437 # Through the Looking Glass, Spell Researched ([45] Through the Looking Glass - Hypnagogue), Use Technology ([45] Through the Looking Glass - Hypnagogue) 264: # Tetcaerokor 1, 228, 3, 9, 0, 0, 664, 0 # Move, Always (0), Move (0) @@ -1901,11 +1881,9 @@ 3, 230, 8, 11, 0, 0, 666, 0 # Attack, Unit Has A Weapon (0), Attack (0) 4, 254, 3, 20, 0, 0, 667, 0 # Patrol, Always (0), Patrol (0) 5, 255, 3, 21, 0, 0, 668, 0 # Hold Position, Always (0), Hold Position (0) - 7, 269, 23, 57, 34, 0, 1384, 1384 # Spell Researched ([34] Healing - Cleric), Cancel (0) + 7, 269, 23, 57, 34, 0, 1384, 1384 # Virile Coating, Spell Researched ([34] Healing - Cleric), Cancel (0) 265: # Sanctum of Sorrow - 1, 79, 4, 3, 90, 90, 512, 512 # Charlatan, Can Create Unit\Building ([90] Charlatan), Create Unit ([90] Charlatan) - 2, 63, 4, 3, 63, 63, 1264, 1271 # Mind Tyrant, Can Create Unit\Building ([63] Mind Tyrant), Create Unit ([63] Mind Tyrant) 6, 286, 13, 1, 0, 0, 672, 0 # Set Rally Point, Rally Point (0), Rally Point (0) 9, 236, 10, 4, 0, 254, 693, 0 # Cancel, Cancel Last (0), Cancel Last (254) @@ -1944,7 +1922,7 @@ 3, 230, 8, 11, 0, 0, 666, 0 # Attack, Unit Has A Weapon (0), Attack (0) 4, 254, 3, 20, 0, 0, 667, 0 # Patrol, Always (0), Patrol (0) 5, 255, 3, 21, 0, 0, 668, 0 # Hold Position, Always (0), Hold Position (0) -# 7, 340, 23, 57, 34, 0, 1803, 1803 # Kaiser Blades, Spell Researched ([34] Healing - Cleric), Cancel (0) + 7, 340, 23, 57, 34, 0, 1803, 1803 # Kaiser Blades, Spell Researched ([34] Healing - Cleric), Cancel (0) 9, 260, 39, 42, 11, 0, 373, 0 # Unburrow, Is Using Ability ([11] Burrowing - Zerg Ground), Unburrow (0) 9, 259, 38, 41, 11, 11, 372, 382 # Burrow, Ability Is Researched ([11] Burrowing - Zerg Ground), Burrow ([11] Burrowing - Zerg Ground) @@ -1954,7 +1932,7 @@ 3, 230, 8, 11, 0, 0, 666, 0 # Attack, Unit Has A Weapon (0), Attack (0) 4, 254, 3, 20, 0, 0, 667, 0 # Patrol, Always (0), Patrol (0) 5, 255, 3, 21, 0, 0, 668, 0 # Hold Position, Always (0), Hold Position (0) - 7, 269, 23, 57, 34, 0, 1804, 1804 # Kaiser Blades, Spell Researched ([34] Healing - Cleric), Cancel (0) + 7, 269, 23, 57, 34, 0, 1804, 1804 # Saber Siphon, Spell Researched ([34] Healing - Cleric), Cancel (0) 271: # Ocsal Larva - Swarm 1, 128, 4, 38, 128, 128, 1554, 1539 # Vorvrokor, Can Create Unit\Building ([128] Vorvrokor), Unit Morph ([128] Vorvrokor) @@ -1990,12 +1968,14 @@ 3, 230, 8, 11, 0, 0, 666, 0 # Attack, Unit Has A Weapon (0), Attack (0) 4, 254, 3, 20, 0, 0, 667, 0 # Patrol, Always (0), Patrol (0) 5, 255, 3, 21, 0, 0, 668, 0 # Hold Position, Always (0), Hold Position (0) - 7, 344, 23, 57, 34, 0, 564, 564 # Acid Spore, Spell Researched ([34] Healing - Cleric), Cancel (0) + 7, 344, 23, 57, 34, 0, 564, 564 # Crushing Tide, Spell Researched ([34] Healing - Cleric), Cancel (0) 275: # [275] Ardent Authority 1, 456, 4, 3, 306, 306, 1369, 0 # Servitor, Can Create Unit\Building ([306] Servitor), Create Unit ([306] Servitor) 2, 457, 4, 3, 307, 307, 1370, 0 # Positron, Can Create Unit\Building ([307] Positron), Create Unit ([307] Positron) 3, 458, 4, 3, 308, 308, 1371, 706 # Analogue, Can Create Unit\Building ([308] Analogue), Create Unit ([308] Analogue) + 4, 83, 4, 3, 352, 352, 608, 0 # Accantor, Can Create Unit\Building ([352] Accantor), Create Unit ([352] Accantor) + 5, 17, 4, 3, 17, 17, 1405, 1414 # Architect, Can Create Unit\Building ([17] Architect), Create Unit ([17] Architect) 6, 286, 13, 1, 0, 0, 672, 0 # Set Rally Point, Rally Point (0), Rally Point (0) 9, 236, 10, 4, 0, 254, 693, 0 # Cancel, Cancel Last (0), Cancel Last (254) @@ -2005,7 +1985,7 @@ 3, 230, 8, 11, 0, 0, 666, 0 # Attack, Unit Has A Weapon (0), Attack (0) 4, 254, 3, 20, 0, 0, 667, 0 # Patrol, Always (0), Patrol (0) 5, 255, 3, 21, 0, 0, 668, 0 # Hold Position, Always (0), Hold Position (0) - 7, 314, 23, 57, 34, 0, 1260, 1260 # Scarab Damage, Spell Researched ([34] Healing - Cleric), Cancel (0) + 7, 314, 23, 57, 34, 0, 1260, 1260 # Particle Annihilation, Spell Researched ([34] Healing - Cleric), Cancel (0) 277: # [277] Sycophant 1, 228, 3, 9, 0, 0, 664, 0 # Move, Always (0), Move (0) @@ -2013,7 +1993,7 @@ 3, 230, 8, 11, 0, 0, 666, 0 # Attack, Unit Has A Weapon (0), Attack (0) 4, 254, 3, 20, 0, 0, 667, 0 # Patrol, Always (0), Patrol (0) 5, 255, 3, 21, 0, 0, 668, 0 # Hold Position, Always (0), Hold Position (0) - 7, 308, 23, 57, 34, 0, 1269, 1269 # Recharge Shields, Spell Researched ([34] Healing - Cleric), Cancel (0) + 7, 308, 23, 57, 34, 0, 1269, 1269 # Idolatry, Spell Researched ([34] Healing - Cleric), Cancel (0) 278: # [278] Multi-Target IV - Cataphract 1, 228, 3, 9, 0, 0, 664, 0 # Move, Always (0), Move (0) @@ -2030,7 +2010,7 @@ 4, 254, 3, 20, 0, 0, 667, 0 # Patrol, Always (0), Patrol (0) 5, 255, 3, 21, 0, 0, 668, 0 # Hold Position, Always (0), Hold Position (0) 7, 290, 23, 57, 34, 0, 535, 535 # Forward March, Spell Researched ([34] Healing - Cleric), Cancel (0) - 8, 343, 23, 57, 34, 0, 1091, 0 # Flyer Attack, Spell Researched ([34] Healing - Cleric), Cancel (0) + 8, 343, 23, 57, 34, 0, 1091, 0 # Apollyoid Adhesive, Spell Researched ([34] Healing - Cleric), Cancel (0) 280: # Mixed Mason Training 1, 7, 4, 3, 7, 7, 592, 0 # Mason, Can Create Unit\Building ([7] Mason), Create Unit ([7] Mason) @@ -2045,7 +2025,7 @@ 5, 255, 3, 21, 0, 0, 668, 0 # Hold Position, Always (0), Hold Position (0) 7, 533, 30, 6, 5, 5, 1812, 0 # Cinder Mode, Tank Is In Tank Mode ([5] Cinder Mode - Matador), Cinder Mode ([5] Cinder Mode - Matador) 7, 406, 31, 5, 5, 0, 1813, 0 # Tank Mode, Tank Is In Siege Mode ([5] Cinder Mode - Matador), Tank Mode (0) - 8, 343, 23, 57, 34, 0, 1091, 1284 # Flyer Attack, Spell Researched ([34] Healing - Cleric), Cancel (0) + 8, 343, 23, 57, 34, 0, 1091, 1284 # Apollyoid Adhesive, Spell Researched ([34] Healing - Cleric), Cancel (0) 282: # [282] Aion 1, 228, 3, 9, 0, 0, 664, 0 # Move, Always (0), Move (0) @@ -2082,7 +2062,7 @@ 7, 359, 23, 57, 34, 0, 1382, 1382 # Interception, Spell Researched ([34] Healing - Cleric), Cancel (0) 8, 290, 23, 57, 34, 0, 535, 535 # Forward March, Spell Researched ([34] Healing - Cleric), Cancel (0) -286: # Irulent Ivoa +286: # Irulent Ivoa -- unused 7, 152, 4, 35, 152, 152, 1358, 0 # Othstol Oviform, Can Create Unit\Building ([152] Othstol Oviform), Building Morph ([152] Othstol Oviform) 9, 236, 16, 27, 0, 0, 691, 0 # Cancel, Upgrade Underway (0), Cancel Upgrade Research (0) @@ -2093,8 +2073,8 @@ 4, 254, 41, 20, 0, 0, 667, 0 # Patrol, Not Burrowed(Move\Stop\Patrol\Hold Position) (0), Patrol (0) 5, 255, 41, 21, 0, 0, 668, 0 # Hold Position, Not Burrowed(Move\Stop\Patrol\Hold Position) (0), Hold Position (0) 7, 296, 23, 57, 34, 0, 481, 481 # Whetted Appetite, Spell Researched ([34] Healing - Cleric), Cancel (0) -# 9, 259, 38, 41, 11, 11, 372, 382 # Burrow, Ability Is Researched ([11] Burrowing - Zerg Ground), Burrow ([11] Burrowing - Zerg Ground) -# 9, 260, 39, 42, 11, 0, 373, 0 # Unburrow, Is Using Ability ([11] Burrowing - Zerg Ground), Unburrow (0) +#9, 259, 38, 41, 11, 11, 372, 382 # Burrow, Ability Is Researched ([11] Burrowing - Zerg Ground), Burrow ([11] Burrowing - Zerg Ground) +#9, 260, 39, 42, 11, 0, 373, 0 # Unburrow, Is Using Ability ([11] Burrowing - Zerg Ground), Unburrow (0) 288: # Steward 7, 359, 23, 57, 34, 0, 1793, 1793 # Evasive Maneuvers, Spell Researched ([34] Healing - Cleric), Cancel (0) @@ -2171,6 +2151,7 @@ 4, 254, 3, 20, 0, 0, 667, 0 # Patrol, Always (0), Patrol (0) 5, 255, 3, 21, 0, 0, 668, 0 # Hold Position, Always (0), Hold Position (0) 7, 350, 23, 57, 34, 0, 1778, 1778 # Relentless Aggression, Spell Researched ([34] Healing - Cleric), Cancel (0) + 8, 340, 23, 57, 34, 0, 1745, 1745 # Saber Siphon, Spell Researched ([34] Healing - Cleric), Cancel (0) 301: # Analogue 1, 228, 3, 9, 0, 0, 664, 0 # Move, Always (0), Move (0) @@ -2190,8 +2171,8 @@ 4, 254, 41, 20, 0, 0, 667, 0 # Patrol, Not Burrowed(Move\Stop\Patrol\Hold Position) (0), Patrol (0) 5, 255, 41, 21, 0, 0, 668, 0 # Hold Position, Not Burrowed(Move\Stop\Patrol\Hold Position) (0), Hold Position (0) 7, 269, 23, 57, 34, 0, 1469, 1469 # Perpetual Wind, Spell Researched ([34] Healing - Cleric), Cancel (0) -# 9, 259, 38, 41, 11, 11, 372, 382 # Burrow, Ability Is Researched ([11] Burrowing - Zerg Ground), Burrow ([11] Burrowing - Zerg Ground) -# 9, 260, 39, 42, 11, 0, 373, 0 # Unburrow, Is Using Ability ([11] Burrowing - Zerg Ground), Unburrow (0) +#9, 259, 38, 41, 11, 11, 372, 382 # Burrow, Ability Is Researched ([11] Burrowing - Zerg Ground), Burrow ([11] Burrowing - Zerg Ground) +#9, 260, 39, 42, 11, 0, 373, 0 # Unburrow, Is Using Ability ([11] Burrowing - Zerg Ground), Unburrow (0) 304: # Vilgoleth 7, 350, 23, 57, 34, 0, 1770, 1770 # Host Autophagy, Spell Researched ([34] Healing - Cleric), Cancel (0) @@ -2216,6 +2197,71 @@ 6, 286, 13, 1, 0, 0, 672, 0 # Set Rally Point, Rally Point (0), Rally Point (0) 9, 236, 10, 4, 0, 254, 693, 0 # Cancel, Cancel Last (0), Cancel Last (254) +308: # Omnivale + 1, 7, 4, 3, 7, 7, 1476, 0 # Mason, Can Create Unit\Building ([7] Mason), Create Unit ([7] Mason) + 2, 64, 4, 3, 64, 64, 1477, 0 # Scribe, Can Create Unit\Building ([64] Scribe), Create Unit ([64] Scribe) + 3, 41, 4, 3, 41, 41, 1474, 0 # Droleth, Can Create Unit\Building ([41] Droleth), Create Unit ([41] Droleth) +# 3, 35, 3, 2, 0, 0, 674, 0 # Larva, Always (0), Select Larva (0) + 6, 286, 13, 1, 0, 0, 672, 0 # Set Rally Point, Rally Point (0), Rally Point (0)e Technology ([28] Select Control - Zerg Structure) + 9, 236, 10, 4, 0, 254, 693, 0 # Cancel, Cancel Last (0), Cancel Last (254) +# 7, 37, 23, 24, 33, 33, 485, 0 # Zethrokor, Spell Researched ([33] Select Swarm - Zerg Structure), Use Technology ([33] Select Swarm - Zerg Structure) +# 8, 38, 23, 24, 38, 38, 486, 0 # Hydralisk, Spell Researched ([38] Select Assault - Zerg Structure), Use Technology ([38] Select Assault - Zerg Structure) +# 9, 97, 23, 24, 28, 28, 487, 0 # Zoryusthaleth, Spell Researched ([28] Select Control - Zerg Structure), Use Technology ([28] Select Control - Zerg Structure) + +309: # Basic Commands + Crushing Tide + 1, 228, 3, 9, 0, 0, 664, 0 # Move, Always (0), Move (0) + 2, 229, 3, 10, 0, 0, 665, 0 # Stop, Always (0), Stop (0) + 3, 230, 8, 11, 0, 0, 666, 0 # Attack, Unit Has A Weapon (0), Attack (0) + 4, 254, 3, 20, 0, 0, 667, 0 # Patrol, Always (0), Patrol (0) + 5, 255, 3, 21, 0, 0, 668, 0 # Hold Position, Always (0), Hold Position (0) + 7, 344, 23, 57, 34, 0, 503, 503 # Crushing Tide, Spell Researched ([34] Healing - Cleric), Cancel (0) + +310: # Basic Commands + Saber Siphon + 1, 228, 3, 9, 0, 0, 664, 0 # Move, Always (0), Move (0) + 2, 229, 3, 10, 0, 0, 665, 0 # Stop, Always (0), Stop (0) + 3, 230, 8, 11, 0, 0, 666, 0 # Attack, Unit Has A Weapon (0), Attack (0) + 4, 254, 3, 20, 0, 0, 667, 0 # Patrol, Always (0), Patrol (0) + 5, 255, 3, 21, 0, 0, 668, 0 # Hold Position, Always (0), Hold Position (0) + 7, 340, 23, 57, 34, 0, 1745, 1745 # Saber Siphon, Spell Researched ([34] Healing - Cleric), Cancel (0) + +311: # Attacking Structure + Interception + 2, 229, 9, 10, 0, 0, 665, 0 # Stop, Attacking Building (0), Stop (0) + 3, 230, 9, 13, 0, 0, 666, 0 # Attack, Attacking Building (0), Attack (Building) (0) + 7, 359, 23, 57, 34, 0, 1382, 1382 # Interception, Spell Researched ([34] Healing - Cleric), Cancel (0) + +312: # [312] Grounded Garrison + 2, 229, 9, 10, 0, 0, 665, 0 # Stop, Attacking Building (0), Stop (0) + 3, 230, 9, 13, 0, 0, 666, 325 # Attack, Attacking Building (0), Attack (Building) (0) + 4, 314, 23, 24, 2, 2, 500, 500 # Scarab Damage, Spell Researched ([2] Controlled Demolition - Terran Structure), Use Technology ([2] Controlled Demolition - Terran Structure) + 4, 311, 23, 24, 39, 39, 501, 501 # Nuclear Strike, Spell Researched ([39] Emergency Detonation - Terran Structure), Use Technology ([39] Emergency Detonation - Terran Structure) + 9, 236, 23, 24, 26, 26, 1792, 1792 # Cancel, Spell Researched ([26] Cancel New Ability), Use Technology ([26] Cancel New Ability) + 7, 309, 20, 46, 0, 0, 683, 0 # Load (into Transport), Unit's Capacity Has Not Been Met (0), Load (0) + 8, 312, 21, 47, 0, 0, 684, 0 # Unload All (from Transport), Carrying Some Units (0), Unload (0) + +313: # Ocsal Cesiant + 1, 35, 3, 2, 0, 0, 674, 0 # Larva, Always (0), Select Larva (0) + 2, 286, 13, 1, 0, 0, 672, 0 # Set Rally Point, Rally Point (0), Rally Point (0) + 6, 350, 23, 57, 34, 0, 1808, 0 # Ocsal Gestation, Spell Researched ([34] Healing - Cleric), Cancel (0) + 7, 128, 23, 24, 33, 33, 485, 0 # Vorvrokor, Spell Researched ([33] Select Swarm - Zerg Structure), Use Technology ([33] Select Swarm - Zerg Structure) + 8, 129, 23, 24, 38, 38, 486, 0 # Bactalisk, Spell Researched ([38] Select Assault - Zerg Structure), Use Technology ([38] Select Assault - Zerg Structure) + 9, 39, 23, 24, 28, 28, 487, 0 # Ultrokor, Spell Researched ([28] Select Control - Zerg Structure), Use Technology ([28] Select Control - Zerg Structure) + +314: # Zealot + 1, 228, 41, 9, 0, 0, 664, 0 # Move, Not Burrowed(Move\Stop\Patrol\Hold Position) (0), Move (0) + 2, 229, 41, 10, 0, 0, 665, 0 # Stop, Not Burrowed(Move\Stop\Patrol\Hold Position) (0), Stop (0) + 3, 230, 42, 11, 0, 0, 666, 0 # Attack, Not Burrowed (Attack) (0), Attack (0) + 4, 254, 41, 20, 0, 0, 667, 0 # Patrol, Not Burrowed(Move\Stop\Patrol\Hold Position) (0), Patrol (0) + 5, 255, 41, 21, 0, 0, 668, 0 # Hold Position, Not Burrowed(Move\Stop\Patrol\Hold Position) (0), Hold Position (0) + 7, 307, 23, 57, 34, 0, 1350, 1350 # Deathless Procession, Spell Researched ([34] Healing - Cleric), Cancel (0) + +315: # Potentate + 1, 228, 41, 9, 0, 0, 664, 0 # Move, Not Burrowed(Move\Stop\Patrol\Hold Position) (0), Move (0) + 2, 229, 41, 10, 0, 0, 665, 0 # Stop, Not Burrowed(Move\Stop\Patrol\Hold Position) (0), Stop (0) + 3, 230, 42, 11, 0, 0, 666, 0 # Attack, Not Burrowed (Attack) (0), Attack (0) + 4, 254, 41, 20, 0, 0, 667, 0 # Patrol, Not Burrowed(Move\Stop\Patrol\Hold Position) (0), Patrol (0) + 5, 255, 41, 21, 0, 0, 668, 0 # Hold Position, Not Burrowed(Move\Stop\Patrol\Hold Position) (0), Hold Position (0) + 7, 308, 23, 57, 34, 0, 1480, 1480 # Transcendent Tide, Spell Researched ([34] Healing - Cleric), Cancel (0) + #### Buttonsets END #### #### Unit Settings START #### @@ -2455,6 +2501,14 @@ Unit 64: # [64] Scribe 44, 65535, 1, 0 # Button Set: [44] Scribe # Stat Preset: Normal Unit +Unit 65: # [65] Zealot + 314, 65535, 1, 0 # Button Set: [314] Zealot + # Stat Preset: Normal Unit + +Unit 66: # [66] Dracadin + 12, 65535, 1, 0 # Button Set: [12] Basic Commands + # Stat Preset: Normal Unit + Unit 67: # [67] Cantavis 47, 65535, 1, 0 # Button Set: [47] Cantavis # Stat Preset: Normal Unit @@ -2495,6 +2549,10 @@ Unit 77: # [77] Heracles 12, 65535, 1, 0 # Button Set: [12] Basic Commands # Stat Preset: Normal Unit +Unit 78: # [78] Atreus + 299, 65535, 1, 0 # Button Set: [299] Basic Commands + Interception + # Stat Preset: Normal Unit + Unit 79: # [79] Ecclesiast 190, 65535, 1, 0 # Button Set: Ecclesiast # Stat Preset: Normal Unit @@ -2564,7 +2622,7 @@ Unit 98: # [98] Azazel # Stat Preset: Normal Unit Unit 99: # [99] Idol - 12, 65535, 1, 0 # Button Set: [12] Basic Commands + 299, 65535, 1, 0 # Button Set: [299] Basic Commands + Interception # Stat Preset: Normal Unit Unit 100: # [100] Golem @@ -2662,8 +2720,8 @@ Unit 124: # [124] Watchdog 243, 65535, 2, 1 # Button Set: [243] Watchdog # Stat Preset: Building -Unit 125: # [125] Bunker - 84, 65535, 3, 2 # Button Set: [84] Bunker +Unit 125: # [125] Anchor + 84, 65535, 3, 2 # Button Set: [84] Anchor # Stat Preset: Transport Unit 126: # [126] Kagralisk @@ -2722,8 +2780,8 @@ Unit 141: # [141] Zerg Muthrok Spire 34, 65535, 2, 1 # Button Set: [34] Mutal Spire # Stat Preset: Building -Unit 142: # [142] Zerg Quazrok Pool - 36, 65535, 2, 1 # Button Set: [36] Quazrok Pool +Unit 142: # [142] Zerg Quazeth Pool + 36, 65535, 2, 1 # Button Set: [36] Quazeth Pool # Stat Preset: Building Unit 143: # [143] Zerg Creep Cesiant @@ -2991,8 +3049,7 @@ Unit 218: # [218] Akistrokor # Stat Preset: Normal Unit Unit 219: # [219] Geszkath Grotto - 42, 65535, 2, 1 # Button Set: [42] Geszkath Grotto - # Stat Preset: Building + -1, 65535, 2, 1 # Stat Preset: Building Unit 220: # [220] Ardent Authority 275, 65535, 2, 1 # Button Set: Ardent Authority @@ -3116,7 +3173,7 @@ Unit 266: # [266] Protoss Epigraph # Stat Preset: Normal Unit Unit 267: # [267] Zerg Tethzorokor - 12, 65535, 1, 0 # Button Set: [12] Basic Commands + 310, 65535, 1, 0 # Button Set: [12] Basic Commands + Saber Siphon # Stat Preset: Normal Unit Unit 268: # [268] Zerg Protathalor @@ -3132,7 +3189,7 @@ Unit 270: # [270] Zerg Cikralisk # Stat Preset: Normal Unit Unit 271: # [271] Zerg Tosgrilisk - 274, 65535, 1, 0 # Button Set: [274] Tosgrilisk + 309, 65535, 1, 0 # Button Set: [309] Basic Commands + Crushing Tide # Stat Preset: Normal Unit Unit 272: # [272] Zerg Ghitorokor @@ -3224,7 +3281,7 @@ Unit 293: # [293] Zerg Surkith Cesiant # Stat Preset: Building Unit 294: # [294] Protoss Engram - 306, 65535, 2, 1 # Button Set: [306] Attacking Structure + 311, 65535, 2, 1 # Button Set: [311] Attacking Structure + Interception # Stat Preset: Building Unit 297: # [297] Terran Sevenstep @@ -3259,6 +3316,10 @@ Unit 308: # [308] Protoss Positron 301, 65535, 1, 0 # Button Set: [301] Analogue # Stat Preset: Normal Unit +Unit 314: # [314] Protoss Potentate + 315, 65535, 1, 0 # Button Set: [315] Potentate + # Stat Preset: Normal Unit + Unit 315: # [315] Protoss Sycophant 277, 65535, 1, 0 # Button Set: [277] Sycophant # Stat Preset: Normal Unit @@ -3303,6 +3364,10 @@ Unit 353: # [353] Ocsal Larva 268, 65535, 1, 0 # Button Set: [268] Ocsal Larva # Stat Preset: Normal Unit +Unit 354: # [354] Ocsal Cesiant + 313, 65535, 2, 1 # Button Set: Ocsal Cesiant + # Stat Preset: Building + Unit 356: # [356] Ocsal Larva - Swarm 271, 65535, 0, 8 # Button Set: Ocsal Larva - Swarm # Stat Preset: Unselectable @@ -3385,4 +3450,12 @@ Unit 379: # [379] Shaman (Visionary Mode) Unit 381: # [381] Madrigal (Furia Mode) 145, 65535, 1, 0 # Button Set: Madrigal - # Stat Preset: Normal Unit \ No newline at end of file + # Stat Preset: Normal Unit + +Unit 383: # [383] Omnivale + 308, 65535, 2, 1 # Button Set: [308] Omnivale + # Stat Preset: Building + +Unit 384: # [384] Lodestone + 312, 65535, 3, 2 # Button Set: [312] Grounded Garrison + # Stat Preset: Transport \ No newline at end of file diff --git a/CMBW-editor/grafting/Orders.txt b/CMBW-editor/grafting/Orders.txt index 680b4c71..b8351372 100644 --- a/CMBW-editor/grafting/Orders.txt +++ b/CMBW-editor/grafting/Orders.txt @@ -25,10 +25,13 @@ 5: # [5] Bunker Guard 0xFF02 # Current unit is... - 125 # [125] Bunker + 125 # [125] Anchor 0xFF01 # Or 0xFF02 # Current unit is... 370 # [370] Dugout + 0xFF01 # Or + 0xFF02 # Current unit is... + 384 # [384] Lodestone 0xFFFF # ==End of List== 6: # [6] Ignore @@ -472,6 +475,9 @@ 0xFF01 # Or 0xFF02 # Current unit is... 354 # [354] Ocsal Colony + 0xFF01 # Or + 0xFF02 # Current unit is... + 383 # [383] Omnivale 0xFFFF # ==End of List== 79: # [79] Harvest1 @@ -523,10 +529,13 @@ 95: # [95] Pick Up3 0xFF02 # Current unit is... - 125 # [125] Bunker + 125 # [125] Anchor 0xFF01 # Or 0xFF02 # Current unit is... 370 # [370] Dugout + 0xFF01 # Or + 0xFF02 # Current unit is... + 384 # [384] Lodestone 0xFFFF # ==End of List== 97: # [97] Powerup2 @@ -549,6 +558,9 @@ 0xFF01 # Or 0xFF02 # Current unit is... 133 # [133] Gathtelosk + 0xFF01 # Or + 0xFF02 # Current unit is... + 384 # [384] Omnivale 0xFFFF # ==End of List== 102: # [102] Spread Creep diff --git a/CMBW-editor/grafting/Tech.txt b/CMBW-editor/grafting/Tech.txt index cf65a1e0..26ba57da 100644 --- a/CMBW-editor/grafting/Tech.txt +++ b/CMBW-editor/grafting/Tech.txt @@ -113,19 +113,19 @@ 9: # [9] Select Shared - Zerg Structure 0xFF02 # Current unit is... - 131 # [131] Hatchery + 131 # [131] Hachirosk 0xFF01 # Or 0xFF02 # Current unit is... - 132 # [132] Lair + 132 # [132] Caphrolosk 0xFF01 # Or 0xFF02 # Current unit is... - 133 # [133] Hive + 133 # [133] Gathtelosk 0xFF01 # Or 0xFF02 # Current unit is... - 226 # [226] Grand Library + 216 # [216] Larvosk Cesiant 0xFF01 # Or 0xFF02 # Current unit is... - 215 # Flag + 383 # [383] Omnivale 0xFFFF # ==End of List== 10: # [10] Personnel Cloaking @@ -292,19 +292,19 @@ 28: # [28] Select Control - Zerg Structure 0xFF02 # Current unit is... - 131 # [131] Hatchery + 131 # [131] Hachirosk 0xFF01 # Or 0xFF02 # Current unit is... - 132 # [132] Lair + 132 # [132] Caphrolosk 0xFF01 # Or 0xFF02 # Current unit is... - 133 # [133] Hive + 133 # [133] Gathtelosk 0xFF01 # Or 0xFF02 # Current unit is... - 226 # [226] Grand Library + 216 # [216] Larvosk Cesiant 0xFF01 # Or 0xFF02 # Current unit is... - 215 # Flag + 383 # [383] Omnivale 0xFFFF # ==End of List== 29: # [29] Grief of All Gods - Star Sovereign @@ -329,19 +329,19 @@ 33: # [33] Select Swarm - Zerg Structure 0xFF02 # Current unit is... - 131 # [131] Hatchery + 131 # [131] Hachirosk 0xFF01 # Or 0xFF02 # Current unit is... - 132 # [132] Lair + 132 # [132] Caphrolosk 0xFF01 # Or 0xFF02 # Current unit is... - 133 # [133] Hive + 133 # [133] Gathtelosk 0xFF01 # Or 0xFF02 # Current unit is... - 226 # [226] Grand Library + 216 # [216] Larvosk Cesiant 0xFF01 # Or 0xFF02 # Current unit is... - 215 # Flag + 383 # [383] Omnivale 0xFFFF # ==End of List== 34: # [34] Healing - Cleric @@ -369,19 +369,19 @@ 38: # [38] Select Assault - Zerg Structure 0xFF02 # Current unit is... - 131 # [131] Hatchery + 131 # [131] Hachirosk 0xFF01 # Or 0xFF02 # Current unit is... - 132 # [132] Lair + 132 # [132] Caphrolosk 0xFF01 # Or 0xFF02 # Current unit is... - 133 # [133] Hive + 133 # [133] Gathtelosk 0xFF01 # Or 0xFF02 # Current unit is... - 226 # [226] Grand Library + 216 # [216] Larvosk Cesiant 0xFF01 # Or 0xFF02 # Current unit is... - 215 # Flag + 383 # [383] Omnivale 0xFFFF # ==End of List== 39: # [39] Emergency Detonation - Terran Structure diff --git a/CMBW-editor/grafting/Units.txt b/CMBW-editor/grafting/Units.txt index ff9dca1c..13026f76 100644 --- a/CMBW-editor/grafting/Units.txt +++ b/CMBW-editor/grafting/Units.txt @@ -2,131 +2,134 @@ 0: # [0] Maverick 0xFF02 # Current unit is... - 111 # [111] Barracks + 111 # [111] Stockade 0xFF08 # Is not constructing add-on 0xFF05 # Is not lifted off 0xFFFF # ==End of List== 1: # [1] Eidolon 0xFF02 # Current unit is... - 111 # [111] Barracks + 111 # [111] Stockade 0xFF08 # Is not constructing add-on 0xFF05 # Is not lifted off 0xFF04 # Must have add-on - 117 # Has Unit: [117] Covert Ops + 117 # Has Unit: [117] Covert Ops 0xFFFF # ==End of List== 2: # [2] Vulture 0xFF02 # Current unit is... - 113 # [113] Fulcrum + 113 # [113] Fulcrum 0xFF05 # Is not lifted off 0xFF08 # Is not constructing add-on 0xFFFF # ==End of List== 3: # [3] Goliath 0xFF02 # Current unit is... - 113 # [113] Fulcrum + 113 # [113] Fulcrum 0xFF05 # Is not lifted off 0xFF08 # Is not constructing add-on 0xFFFF # ==End of List== 5: # [5] Phalanx (Tank Mode) 0xFF02 # Current unit is... - 113 # [113] Fulcrum + 113 # [113] Fulcrum 0xFF05 # Is not lifted off 0xFF08 # Is not constructing add-on 0xFF04 # Must have add-on - 120 # Has Unit: [120] Machine Shop + 120 # Has Unit: [120] Machine Shop 0xFFFF # ==End of List== 7: # [7] Mason 0xFF02 # Current unit is... - 106 # [106] Command Center + 106 # [106] Ministry 0xFF01 # Or 0xFF02 # Current unit is... - 174 # [174] Quarry + 174 # [174] Quarry + 0xFF01 # Or + 0xFF02 # Current unit is... + 383 # [383] Omnivale 0xFF08 # Is not constructing add-on 0xFF05 # Is not lifted off 0xFFFF # ==End of List== 8: # [8] Wraith 0xFF02 # Current unit is... - 254 # [254] Starpad + 254 # [254] Starpad 0xFF05 # Is not lifted off 0xFFFF # ==End of List== 9: # [9] Seraph 0xFF02 # Current unit is... - 114 # [114] Starport + 114 # [114] Starport 0xFF08 # Is not constructing add-on 0xFF05 # Is not lifted off 0xFF04 # Must have add-on - 115 # Has Unit: [115] Commandment + 115 # Has Unit: [115] Commandment 0xFFFF # ==End of List== 10: # [10] Apostle 0xFF02 # Current unit is... - 199 # [199] Captaincy + 199 # [199] Captaincy 0xFF08 # Is not constructing add-on 0xFF05 # Is not lifted off 0xFFFF # ==End of List== 11: # [11] Trojan 0xFF02 # Current unit is... - 254 # [254] Starpad + 254 # [254] Starpad 0xFF05 # Is not lifted off 0xFFFF # ==End of List== 12: # [12] Minotaur 0xFF02 # Current unit is... - 203 # [203] Nanite Assembly + 203 # [203] Nanite Assembly 0xFF08 # Is not constructing add-on 0xFF05 # Is not lifted off 0xFFFF # ==End of List== 14: # [14] Nuclear Missile 0xFF02 # Current unit is... - 108 # [108] Nuclear Silo + 108 # [108] Nuclear Silo 0xFF10 # Does not have loaded nuke 0xFF07 # Is not training or morphing 0xFFFF # ==End of List== 15: # [15] Shaman 0xFF02 # Current unit is... - 111 # [111] Barracks + 111 # [111] Stockade 0xFF05 # Is not lifted off 0xFF08 # Is not constructing add-on 0xFF04 # Must have add-on - 119 # Has Unit: [119] Medbay + 119 # Has Unit: [119] Medbay 0xFFFF # ==End of List== 16: # [16] Manifold 0xFF02 # Current unit is... - 155 # [155] Lattice + 155 # [155] Lattice 0xFFFF # ==End of List== 17: # [17] Architect 0xFF02 # Current unit is... - 304 # [304] Sequestered Icon + 220 # [220] Ardent Authority 0xFFFF # ==End of List== 18: # [18] Madcap 0xFF02 # Current unit is... - 199 # [199] Captaincy + 199 # [199] Captaincy 0xFF08 # Is not constructing add-on 0xFF05 # Is not lifted off 0xFFFF # ==End of List== 19: # [19] Cuirass 0xFF02 # Current unit is... - 198 # [198] Iron Foundry + 198 # [198] Iron Foundry 0xFF05 # Is not lifted off 0xFF08 # Is not constructing add-on 0xFFFF # ==End of List== 20: # [20] Talos 0xFF02 # Current unit is... - 288 # [288] Parthenon + 288 # [288] Parthenon 0xFF05 # Is not lifted off 0xFFFF # ==End of List== @@ -137,597 +140,592 @@ 22: # [22] Salamander 0xFF02 # Current unit is... - 114 # [114] Starport + 114 # [114] Starport 0xFF08 # Is not constructing add-on 0xFF05 # Is not lifted off 0xFF04 # Must have add-on - 121 # Has Unit: [121] Munitions Bay + 121 # Has Unit: [121] Munitions Bay 0xFFFF # ==End of List== 23: # [23] Gorgon 0xFF02 # Current unit is... - 114 # [114] Starport + 114 # [114] Starport 0xFF08 # Is not constructing add-on 0xFF05 # Is not lifted off 0xFFFF # ==End of List== 24: # [24] Phobos 0xFF02 # Current unit is... - 203 # [203] Nanite Assembly + 203 # [203] Nanite Assembly 0xFF05 # Is not lifted off 0xFF08 # Is not constructing add-on 0xFF04 # Must have add-on - 189 # Has Unit: [189] Particle Accelerator + 189 # Has Unit: [189] Particle Accelerator 0xFFFF # ==End of List== 25: # [25] Gladius 0xFF02 # Current unit is... - 167 # [167] Stargate - 184 # Has Unit: [184] Astral Omen + 167 # [167] Stargate 0xFFFF # ==End of List== 26: # [26] Magister 0xFF02 # Current unit is... - 168 # [168] Argosy + 168 # [168] Argosy 0xFFFF # ==End of List== 27: # [27] Madrigal 0xFF02 # Current unit is... - 113 # [113] Fulcrum + 113 # [113] Fulcrum 0xFF05 # Is not lifted off 0xFF08 # Is not constructing add-on 0xFF04 # Must have add-on - 120 # Has Unit: [120] Machine Shop + 120 # Has Unit: [120] Machine Shop 0xFFFF # ==End of List== 28: # [28] Centaur 0xFF02 # Current unit is... - 203 # [203] Nanite Assembly + 203 # [203] Nanite Assembly 0xFF05 # Is not lifted off 0xFF08 # Is not constructing add-on 0xFFFF # ==End of List== 29: # [29] Almaksalisk 0xFF02 # Current unit is... - 35 # [35] Larva - 170 # Has Unit: [170] Izkag Iteth + 35 # [35] Larva + 170 # Has Unit: [170] Izkag Iteth 0xFF01 # Or 0xFF03 # Must have... - 330 # [330] Chokralgant Chazsal + 330 # [330] Chokralgant Chazsal 0xFFFF # ==End of List== 32: # [32] Harakan 0xFF02 # Current unit is... - 111 # [111] Barracks + 111 # [111] Stockade 0xFF08 # Is not constructing add-on 0xFF05 # Is not lifted off 0xFFFF # ==End of List== 34: # [34] Cleric 0xFF02 # Current unit is... - 111 # [111] Barracks + 111 # [111] Stockade 0xFF05 # Is not lifted off 0xFF08 # Is not constructing add-on 0xFF04 # Must have add-on - 119 # Has Unit: [119] Medbay + 119 # Has Unit: [119] Medbay 0xFFFF # ==End of List== 37: # [37] Zethrokor 0xFF02 # Current unit is... - 35 # [35] Larva - 142 # Has Unit: [142] Quazrok Pool + 35 # [35] Larva + 142 # Has Unit: [142] Quazeth Pool 0xFF01 # Or 0xFF03 # Must have... - 204 # [204] Liivral Pond + 204 # [204] Liivral Pond 0xFFFF # ==End of List== 38: # [38] Hydralisk 0xFF02 # Current unit is... - 35 # [35] Larva - 135 # Has Unit: [135] Hydrok Den + 35 # [35] Larva + 135 # Has Unit: [135] Hydrok Den 0xFF01 # Or 0xFF03 # Must have... - 153 # [153] Gorgral Swamp + 153 # [153] Gorgral Swamp 0xFFFF # ==End of List== 39: # [39] Ultrokor 0xFF02 # Current unit is... - 97 # [97] Zoryusthaleth + 97 # [97] Zoryusthaleth 0xFF01 # Or 0xFF02 # Current unit is... - 353 # [353] Ocsal Larva - 140 # Has Unit: [140] Ultrok Cavern + 353 # [353] Ocsal Larva + 140 # Has Unit: [140] Ultrok Cavern 0xFFFF # ==End of List== 41: # [41] Droleth 0xFF02 # Current unit is... - 35 # [35] Larva + 35 # [35] Larva + 0xFF01 # Or + 0xFF02 # Current unit is... + 383 # [383] Omnivale 0xFFFF # ==End of List== 42: # [42] Ovileth 0xFF02 # Current unit is... - 35 # [35] Larva + 35 # [35] Larva 0xFFFF # ==End of List== 43: # [43] Mutalisk 0xFF02 # Current unit is... - 35 # [35] Larva - 141 # Has Unit: [141] Muthrok Spire + 35 # [35] Larva + 141 # Has Unit: [141] Muthrok Spire 0xFF01 # Or 0xFF03 # Must have... - 197 # [197] Vithrath Haunt + 197 # [197] Vithrath Haunt 0xFFFF # ==End of List== 44: # [44] Geszithalor 0xFF02 # Current unit is... - 35 # [35] Larva - 219 # Has Unit: [219] Geszkath Grotto - 0xFF01 # Or - 0xFF03 # Must have... - 212 # [212] Alkaj Chasm + 35 # [35] Larva + 219 # Has Unit: [219] Geszkath Grotto 0xFFFF # ==End of List== 45: # [45] Matraleth 0xFF02 # Current unit is... - 35 # [35] Larva - 138 # Has Unit: [138] Matravil Nest + 35 # [35] Larva + 138 # Has Unit: [138] Matravil Nest 0xFF01 # Or 0xFF03 # Must have... - 139 # [139] Almakis Antre + 139 # [139] Almakis Antre 0xFFFF # ==End of List== 46: # [46] Isthrathaleth 0xFF02 # Current unit is... - 35 # [35] Larva - 136 # Has Unit: [136] Elthisth Mound + 35 # [35] Larva + 136 # Has Unit: [136] Elthisth Mound 0xFF01 # Or 0xFF03 # Must have... - 303 # [303] Rakzogth Roost + 303 # [303] Rakzogth Roost 0xFFFF # ==End of List== 47: # [47] Gosvileth 0xFF02 # Current unit is... - 41 # [41] Droleth + 41 # [41] Droleth 0xFF01 # Or 0xFF02 # Current unit is... - 353 # [353] Ocsal Larva - 152 # Has Unit: [152] Othstol Oviform + 353 # [353] Ocsal Larva + 152 # Has Unit: [152] Othstol Oviform 0xFFFF # ==End of List== 48: # [48] Alkajelisk 0xFF02 # Current unit is... - 44 # [44] Geszithalor + 44 # [44] Geszithalor 0xFF01 # Or 0xFF02 # Current unit is... - 353 # [353] Ocsal Larva - 212 # Has Unit: [212] Alkaj Chasm + 353 # [353] Ocsal Larva + 219 # Has Unit: [219] Geszkath Grotto 0xFFFF # ==End of List== 49: # [49] Pazuzu 0xFF02 # Current unit is... - 198 # [198] Iron Foundry + 198 # [198] Iron Foundry 0xFF05 # Is not lifted off 0xFF08 # Is not constructing add-on 0xFFFF # ==End of List== 50: # [50] Cohort 0xFF02 # Current unit is... - 111 # [111] Barracks + 111 # [111] Stockade 0xFF08 # Is not constructing add-on 0xFF05 # Is not lifted off 0xFFFF # ==End of List== 51: # [51] Kalkalisk 0xFF02 # Current unit is... - 54 # [54] Nathrokor + 54 # [54] Nathrokor 0xFF01 # Or 0xFF02 # Current unit is... - 353 # [353] Ocsal Larva - 204 # Has Unit: [204] Liivral Pond + 353 # [353] Ocsal Larva + 204 # Has Unit: [204] Liivral Pond 0xFFFF # ==End of List== 52: # [52] Evigrilisk 0xFF02 # Current unit is... - 35 # [35] Larva - 170 # Has Unit: [170] Izkag Iteth + 35 # [35] Larva + 170 # Has Unit: [170] Izkag Iteth 0xFF01 # Or 0xFF03 # Must have... - 330 # [330] Chokralgant Chazsal + 330 # [330] Chokralgant Chazsal 0xFFFF # ==End of List== 53: # [53] Penumbra 0xFF02 # Current unit is... - 198 # [198] Iron Foundry + 198 # [198] Iron Foundry 0xFF05 # Is not lifted off 0xFF08 # Is not constructing add-on 0xFF04 # Must have add-on - 257 # Has Unit: [257] Future Station + 257 # Has Unit: [257] Future Station 0xFFFF # ==End of List== 54: # [54] Nathrokor 0xFF02 # Current unit is... - 35 # [35] Larva - 142 # Has Unit: [142] Quazrok Pool + 35 # [35] Larva + 142 # Has Unit: [142] Quazeth Pool 0xFF01 # Or 0xFF03 # Must have... - 204 # [204] Liivral Pond + 204 # [204] Liivral Pond 0xFFFF # ==End of List== 55: # [55] Cyclops 0xFF02 # Current unit is... - 113 # [113] Fulcrum + 113 # [113] Fulcrum 0xFF05 # Is not lifted off 0xFF08 # Is not constructing add-on 0xFFFF # ==End of List== 56: # [56] Gorgrokor 0xFF02 # Current unit is... - 35 # [35] Larva - 193 # Has Unit: [193] Zorkiz Shroud + 35 # [35] Larva + 193 # Has Unit: [193] Zorkiz Shroud 0xFF01 # Or 0xFF03 # Must have... - 140 # [140] Ultrok Cavern + 140 # [140] Ultrok Cavern 0xFFFF # ==End of List== 57: # [57] Othstoleth 0xFF02 # Current unit is... - 35 # [35] Larva - 152 # Has Unit: [152] Othstol Oviform + 35 # [35] Larva + 152 # Has Unit: [152] Othstol Oviform 0xFFFF # ==End of List== 58: # [58] Valkyrie 0xFF02 # Current unit is... - 114 # [114] Starport + 114 # [114] Starport 0xFF08 # Is not constructing add-on 0xFF05 # Is not lifted off 0xFFFF # ==End of List== 60: # [60] Corsair 0xFF02 # Current unit is... - 167 # [167] Stargate + 167 # [167] Stargate 0xFFFF # ==End of List== 61: # [61] Cabalist 0xFF02 # Current unit is... - 161 # [161] Rogue Gallery + 161 # [161] Rogue Gallery 0xFFFF # ==End of List== 62: # [62] Vithrilisk 0xFF02 # Current unit is... - 185 # [185] Skithrokor + 185 # [185] Skithrokor 0xFF01 # Or 0xFF02 # Current unit is... - 353 # [353] Ocsal Larva - 153 # Has Unit: [153] Gorgral Swamp + 353 # [353] Ocsal Larva + 153 # Has Unit: [153] Gorgral Swamp 0xFFFF # ==End of List== 63: # [63] Mind Tyrant 0xFF02 # Current unit is... - 159 # [159] Prostration Stage + 159 # [159] Prostration Stage 0xFFFF # ==End of List== 64: # [64] Scribe 0xFF02 # Current unit is... - 154 # [154] Nexus + 154 # [154] Nexus 0xFF01 # Or 0xFF02 # Current unit is... - 166 # [166] Embassy + 166 # [166] Embassy + 0xFF01 # Or + 0xFF02 # Current unit is... + 383 # [383] Omnivale 0xFFFF # ==End of List== 65: # [65] Zealot 0xFF02 # Current unit is... - 160 # [160] Gateway + 160 # [160] Gateway 0xFFFF # ==End of List== 66: # [66] Dracadin 0xFF02 # Current unit is... - 160 # [160] Gateway + 160 # [160] Gateway 0xFFFF # ==End of List== 67: # [67] Cantavis 0xFF02 # Current unit is... - 226 # [226] Grand Library + 226 # [226] Grand Library 0xFFFF # ==End of List== 68: # [68] Archon 0xFF02 # Current unit is... - 165 # [165] Archon ArcGathtelosks + 165 # [165] Archon ArcGathtelosks 0xFFFF # ==End of List== 69: # [69] Envoy 0xFF02 # Current unit is... - 166 # [166] Embassy + 166 # [166] Embassy 0xFFFF # ==End of List== 70: # [70] Panoptus 0xFF02 # Current unit is... - 167 # [167] Stargate + 167 # [167] Stargate 0xFFFF # ==End of List== 71: # [71] Didact 0xFF02 # Current unit is... - 168 # [168] Argosy + 168 # [168] Argosy 0xFFFF # ==End of List== 72: # [72] Solarion 0xFF02 # Current unit is... - 169 # [169] Fleet Beacon + 168 # [168] Argosy 0xFFFF # ==End of List== 73: # [73] Steward 0xFF02 # Current unit is... - 72 # [72] Solarion + 72 # [72] Solarion 0xFF0E # Has hangar space 0xFFFF # ==End of List== 74: # [74] Legionnaire 0xFF02 # Current unit is... - 164 # [164] Cenotaph + 160 # [160] Gateway 0xFFFF # ==End of List== 75: # [75] Amaranth 0xFF02 # Current unit is... - 226 # [226] Grand Library + 226 # [226] Grand Library 0xFFFF # ==End of List== 76: # [76] Hierophant 0xFF02 # Current unit is... - 164 # [164] Cenotaph + 160 # [160] Gateway 0xFFFF # ==End of List== 77: # [77] Heracles 0xFF02 # Current unit is... - 199 # [199] Captaincy + 199 # [199] Captaincy 0xFF08 # Is not constructing add-on 0xFF05 # Is not lifted off 0xFFFF # ==End of List== 78: # [78] Atreus 0xFF02 # Current unit is... - 226 # [226] Grand Library + 226 # [226] Grand Library 0xFFFF # ==End of List== 79: # [79] Ecclesiast 0xFF02 # Current unit is... - 160 # [160] Gateway + 160 # [160] Gateway 0xFFFF # ==End of List== 80: # [80] Aurora 0xFF02 # Current unit is... - 167 # [167] Stargate + 167 # [167] Stargate 0xFFFF # ==End of List== 81: # [81] Clarion 0xFF02 # Current unit is... - 278 # [278] Strident Stratum + 278 # [278] Strident Stratum 0xFFFF # ==End of List== 82: # [82] Empyrean 0xFF02 # Current unit is... - 169 # [169] Fleet Beacon + 168 # [168] Argosy 0xFFFF # ==End of List== 83: # [83] Accantor (old) 0xFF02 # Current unit is... - 304 # [304] Sequestered Icon + 304 # [304] Sequestered Icon 0xFFFF # ==End of List== 84: # [84] Witness 0xFF02 # Current unit is... - 166 # [166] Embassy + 166 # [166] Embassy 0xFFFF # ==End of List== 85: # [85] Plasma Shell 0xFF02 # Current unit is... - 83 # [83] Accantor - 0xFF01 # Or - 0xFF02 # Current unit is... - 81 # [81] Clarion + 83 # [83] Accantor (old) 0xFF0E # Has hangar space 0xFFFF # ==End of List== 86: # [86] Demiurge 0xFF02 # Current unit is... - 171 # [171] Synthetic Synod + 171 # [171] Synthetic Synod 0xFFFF # ==End of List== 87: # [87] Pariah 0xFF02 # Current unit is... - 159 # [159] Prostration Stage + 159 # [159] Prostration Stage 0xFFFF # ==End of List== 88: # [88] Vassal (old) 0xFF02 # Current unit is... - 155 # [155] Lattice + 155 # [155] Lattice 0xFFFF # ==End of List== 89: # [89] Simulacrum 0xFF02 # Current unit is... - 155 # [155] Lattice + 155 # [155] Lattice 0xFFFF # ==End of List== 90: # [90] Charlatan 0xFF02 # Current unit is... - 159 # [159] Prostration Stage + 161 # [161] Rogue Gallery 0xFFFF # ==End of List== 91: # [91] Wyvern 0xFF02 # Current unit is... - 114 # [114] Starport + 114 # [114] Starport 0xFF08 # Is not constructing add-on 0xFF05 # Is not lifted off 0xFFFF # ==End of List== 92: # [92] Cyprian 0xFF02 # Current unit is... - 111 # [111] Barracks + 111 # [111] Stockade 0xFF08 # Is not constructing add-on 0xFF05 # Is not lifted off 0xFFFF # ==End of List== 94: # [94] Exemplar 0xFF02 # Current unit is... - 167 # [167] Stargate - 184 # Has Unit: [184] Astral Omen + 167 # [167] Stargate 0xFFFF # ==End of List== 95: # [95] Quazilisk 0xFF02 # Current unit is... - 35 # [35] Larva - 142 # Has Unit: [142] Quazrok Pool + 35 # [35] Larva + 142 # Has Unit: [142] Quazeth Pool 0xFF01 # Or 0xFF03 # Must have... - 204 # [204] Liivral Pond + 204 # [204] Liivral Pond 0xFFFF # ==End of List== 96: # [96] Keskathalor 0xFF02 # Current unit is... - 35 # [35] Larva - 219 # Has Unit: [219] Geszkath Grotto - 0xFF01 # Or - 0xFF03 # Must have... - 212 # [212] Alkaj Chasm + 35 # [35] Larva + 219 # Has Unit: [219] Geszkath Grotto 0xFFFF # ==End of List== 97: # [97] Zoryusthaleth 0xFF02 # Current unit is... - 35 # [35] Larva - 193 # Has Unit: [193] Zorkiz Shroud + 35 # [35] Larva + 193 # Has Unit: [193] Zorkiz Shroud 0xFF01 # Or 0xFF03 # Must have... - 140 # [140] Ultrok Cavern + 140 # [140] Ultrok Cavern 0xFFFF # ==End of List== 98: # [98] Azazel 0xFF02 # Current unit is... - 114 # [114] Starport + 114 # [114] Starport 0xFF05 # Is not lifted off 0xFF08 # Is not constructing add-on 0xFF04 # Must have add-on - 115 # Has Unit: [115] Commandment + 115 # Has Unit: [115] Commandment 0xFFFF # ==End of List== 99: # [99] Idol 0xFF02 # Current unit is... - 158 # [158] Automaton Register + 155 # [155] Lattice 0xFFFF # ==End of List== 100: # [100] Golem 0xFF02 # Current unit is... - 158 # [158] Automaton Register + 155 # [155] Lattice 0xFFFF # ==End of List== 102: # [102] Augur 0xFF02 # Current unit is... - 349 # [349] Hall of Heretics + 349 # [349] Hall of Heretics 0xFFFF # ==End of List== 103: # [103] Lakizilisk 0xFF02 # Current unit is... - 35 # [35] Larva - 193 # Has Unit: [193] Zorkiz Shroud + 35 # [35] Larva + 193 # Has Unit: [193] Zorkiz Shroud 0xFF01 # Or 0xFF03 # Must have... - 140 # [140] Ultrok Cavern + 140 # [140] Ultrok Cavern 0xFFFF # ==End of List== 104: # [104] Barghest 0xFF02 # Current unit is... - 161 # [161] Rogue Gallery + 161 # [161] Rogue Gallery 0xFFFF # ==End of List== -106: # [106] Command Center +106: # [106] Ministry 0xFF02 # Current unit is... - 7 # [7] Mason + 7 # [7] Mason 0xFF01 # Or 0xFF02 # Current unit is... - 20 # [20] Talos + 20 # [20] Talos 0xFF0B # Is not constructing 0xFFFF # ==End of List== 107: # [107] Comsat Station 0xFF02 # Current unit is... - 106 # [106] Command Center + 106 # [106] Ministry 0xFF01 # Or 0xFF02 # Current unit is... - 215 # Treasury + 215 # Treasury 0xFF0C # Does not have add-on attached 0xFF07 # Is not training or morphing 0xFFFF # ==End of List== 108: # [108] Anvil 0xFF02 # Current unit is... - 106 # [106] Command Center + 106 # [106] Ministry 0xFF01 # Or 0xFF02 # Current unit is... - 215 # Treasury + 215 # Treasury 0xFF0C # Does not have add-on attached 0xFF07 # Is not training or morphing - 122 # Has Unit: [122] Atlas + 122 # Has Unit: [122] Atlas 0xFFFF # ==End of List== 109: # [109] Supply Depot 0xFF02 # Current unit is... - 7 # [7] Mason + 7 # [7] Mason 0xFF01 # Or 0xFF02 # Current unit is... - 20 # [20] Talos + 20 # [20] Talos 0xFF0B # Is not constructing 0xFFFF # ==End of List== 110: # [110] Reservoir 0xFF02 # Current unit is... - 7 # [7] Mason + 7 # [7] Mason 0xFF01 # Or 0xFF02 # Current unit is... - 20 # [20] Talos + 20 # [20] Talos 0xFF0B # Is not constructing - 122 # Has Unit: [122] Atlas + 122 # Has Unit: [122] Atlas 0xFFFF # ==End of List== -111: # [111] Barracks +111: # [111] Stockade 0xFF02 # Current unit is... - 7 # [7] Mason + 7 # [7] Mason 0xFF01 # Or 0xFF02 # Current unit is... - 20 # [20] Talos + 20 # [20] Talos 0xFF0B # Is not constructing 0xFFFF # ==End of List== 112: # [112] Liiralisk 0xFF02 # Current unit is... - 95 # [95] Quazilisk + 95 # [95] Quazilisk 0xFF01 # Or 0xFF02 # Current unit is... - 353 # [353] Ocsal Larva - 204 # Has Unit: [204] Liivral Pond + 353 # [353] Ocsal Larva + 204 # Has Unit: [204] Liivral Pond 0xFFFF # ==End of List== 113: # [113] Fulcrum 0xFF02 # Current unit is... - 7 # [7] Mason + 7 # [7] Mason 0xFF01 # Or 0xFF02 # Current unit is... - 20 # [20] Talos + 20 # [20] Talos 0xFF0B # Is not constructing 0xFFFF # ==End of List== 114: # [114] Starport 0xFF02 # Current unit is... - 7 # [7] Mason + 7 # [7] Mason 0xFF01 # Or 0xFF02 # Current unit is... - 20 # [20] Talos + 20 # [20] Talos 0xFF0B # Is not constructing - 163 # Has Unit: [163] F + 163 # Has Unit: [163] F 0xFFFF # ==End of List== 115: # [115] Commandment 0xFF02 # Current unit is... - 114 # [114] Starport + 114 # [114] Starport 0xFF0C # Does not have add-on attached 0xFF07 # Is not training or morphing - 163 # Has Unit: [163] Fountainhead + 163 # Has Unit: [163] Fountainhead 0xFFFF # ==End of List== 116: # [116] Daedala @@ -742,7 +740,7 @@ 117: # [117] Covert Ops 0xFF02 # Current unit is... - 111 # [111] Barracks + 111 # [111] Stockade 0xFF0C # Does not have add-on attached 0xFF07 # Is not training or morphing 122 # Has Unit: [122] Atlas @@ -758,7 +756,7 @@ 119: # [119] Medbay 0xFF02 # Current unit is... - 111 # [111] Barracks + 111 # [111] Stockade 0xFF0C # Does not have add-on attached 0xFF07 # Is not training or morphing 0xFFFF # ==End of List== @@ -786,7 +784,7 @@ 0xFF02 # Current unit is... 20 # [20] Talos 0xFF0B # Is not constructing - 106 # Has Unit: [106] Command Center + 106 # Has Unit: [106] Ministry 0xFFFF # ==End of List== 123: # [123] Sovroleth @@ -807,12 +805,12 @@ 0xFF0B # Is not constructing 0xFFFF # ==End of List== -125: # [125] Bunker +125: # [125] Anchor 0xFF02 # Current unit is... - 7 # [7] Mason + 7 # [7] Mason 0xFF01 # Or 0xFF02 # Current unit is... - 20 # [20] Talos + 20 # [20] Talos 0xFF0B # Is not constructing 0xFFFF # ==End of List== @@ -845,54 +843,53 @@ 129: # [129] Bactalisk 0xFF02 # Current unit is... - 38 # [38] Hydralisk + 38 # [38] Hydralisk 0xFF01 # Or 0xFF02 # Current unit is... - 353 # [353] Ocsal Larva - 153 # Has Unit: [153] Gorgral Swamp + 353 # [353] Ocsal Larva + 153 # Has Unit: [153] Gorgral Swamp 0xFFFF # ==End of List== 130: # [130] Orboth Omlia 0xFF02 # Current unit is... - 152 # [152] Othstol Oviform + 152 # [152] Othstol Oviform 0xFF07 # Is not training or morphing 0xFFFF # ==End of List== 131: # [131] Hachirosk 0xFF02 # Current unit is... - 41 # [41] Droleth + 41 # [41] Droleth 0xFF01 # Or 0xFF02 # Current unit is... - 47 # [47] Gosvileth + 47 # [47] Gosvileth 0xFF11 # Is not burrowed 0xFFFF # ==End of List== 132: # [132] Caphrolosk 0xFF02 # Current unit is... - 131 # [131] Hachirosk + 131 # [131] Hachirosk 0xFF07 # Is not training or morphing - 224 # Has Unit: [224] Irol Iris + 224 # Has Unit: [224] Irol Iris 0xFF01 # Or 0xFF03 # Must have... - 152 # [152] Othstol Oviform + 152 # [152] Othstol Oviform 0xFFFF # ==End of List== 133: # [133] Gathtelosk 0xFF02 # Current unit is... - 131 # [131] Hachirosk + 131 # [131] Hachirosk 0xFF07 # Is not training or morphing - 152 # Has Unit: [152] Othstol Oviform + 152 # Has Unit: [152] Othstol Oviform 0xFFFF # ==End of List== 134: # [134] Nydus Cesiant - 0xFF02 # Current unit is... + 0xFF02 # Current unit is... 143 # [143] Cagrant Cesiant - 0xFF11 # Is not burrowed 224 # Has Unit: [224] Irol Iris - 0xFF01 # Or - 0xFF03 # Must have... + 0xFF01 # Or + 0xFF03 # Must have... 152 # [152] Othstol Oviform - 0xFFFF # ==End of List== + 0xFFFF # ==End of List== 135: # [135] Hydrok Den 0xFF02 # Current unit is... @@ -962,7 +959,7 @@ 152 # [152] Othstol Oviform 0xFFFF # ==End of List== -142: # [142] Quazrok Pool +142: # [142] Quazeth Pool 0xFF02 # Current unit is... 41 # [41] Droleth 0xFF01 # Or @@ -1231,14 +1228,15 @@ 0xFFFF # ==End of List== 174: # [174] Quarry - 0xFF02 # Current unit is... - 106 # [106] Command Center - 0xFF01 # Or - 0xFF02 # Current unit is... + 0xFF02 # Current unit is... + 106 # [106] Ministry + 0xFF01 # Or + 0xFF02 # Current unit is... 215 # Treasury - 0xFF07 # Is not training or morphing - 0xFF0C # Does not have add-on attached - 0xFFFF # ==End of List== + 0xFF07 # Is not training or morphing + 0xFF0C # Does not have add-on attached + 122 # Has Unit: [122] Atlas + 0xFFFF # ==End of List== 175: # [175] Tinkerer's Tower 0xFF02 # Current unit is... @@ -1304,7 +1302,7 @@ 187: # [187] Savant 0xFF02 # Current unit is... - 111 # [111] Barracks + 111 # [111] Stockade 0xFF08 # Is not constructing add-on 0xFF05 # Is not lifted off 0xFF04 # Must have add-on @@ -1429,7 +1427,7 @@ 204: # [204] Liivral Pond 0xFF02 # Current unit is... - 142 # [142] Quazrok Pool + 142 # [142] Quazeth Pool 0xFF07 # Is not training or morphing 224 # Has Unit: [224] Irol Iris 0xFF01 # Or @@ -1438,77 +1436,81 @@ 0xFFFF # ==End of List== 209: # [209] Sentinel - 0xFF02 # Current unit is... - 7 # [7] Mason - 0xFF01 # Or - 0xFF02 # Current unit is... - 20 # [20] Talos - 0xFF0B # Is not constructing + 0xFF02 # Current unit is... + 7 # [7] Mason + 0xFF01 # Or + 0xFF02 # Current unit is... + 20 # [20] Talos + 0xFF0B # Is not constructing 122 # Has Unit: [122] Atlas - 0xFFFF # ==End of List== + 0xFFFF # ==End of List== 210: # [210] Tarasque - 0xFF02 # Current unit is... + 0xFF02 # Current unit is... 113 # [113] Fulcrum - 0xFF05 # Is not lifted off - 0xFF08 # Is not constructing add-on - 0xFF04 # Must have add-on + 0xFF05 # Is not lifted off + 0xFF08 # Is not constructing add-on + 0xFF04 # Must have add-on 120 # Has Unit: [120] Machine Shop - 0xFFFF # ==End of List== + 0xFFFF # ==End of List== 211: # [211] Anticthon - 0xFF02 # Current unit is... + 0xFF02 # Current unit is... 198 # [198] Iron Foundry - 0xFF05 # Is not lifted off - 0xFF08 # Is not constructing add-on - 0xFF04 # Must have add-on + 0xFF05 # Is not lifted off + 0xFF08 # Is not constructing add-on + 0xFF04 # Must have add-on 190 # Has Unit: [190] Biotic Bastion - 0xFFFF # ==End of List== + 0xFFFF # ==End of List== 212: # [212] Alkaj Chasm - 0xFF02 # Current unit is... + 0xFF02 # Current unit is... 219 # [219] Geszkath Grotto - 0xFF07 # Is not training or morphing - 0xFFFF # ==End of List== + 0xFF07 # Is not training or morphing + 0xFFFF # ==End of List== 213: # [213] Atelier - 0xFF02 # Current unit is... + 0xFF02 # Current unit is... 116 # [116] Daedala - 0xFF07 # Is not training or morphing - 0xFF0C # Does not have add-on attached - 0xFFFF # ==End of List== + 0xFF07 # Is not training or morphing + 0xFF0C # Does not have add-on attached + 0xFFFF # ==End of List== 215: # [215] Treasury - 0xFF02 # Current unit is... - 7 # [7] Mason - 0xFF01 # Or - 0xFF02 # Current unit is... - 20 # [20] Talos - 0xFF0B # Is not constructing - 0xFFFF # ==End of List== + 0xFF02 # Current unit is... + 7 # [7] Mason + 0xFF01 # Or + 0xFF02 # Current unit is... + 20 # [20] Talos + 0xFF0B # Is not constructing + 0xFFFF # ==End of List== 216: # [216] Larvosk Cesiant - 0xFF02 # Current unit is... + 0xFF02 # Current unit is... 143 # [143] Cagrant Cesiant - 0xFFFF # ==End of List== + 224 # Has Unit: [224] Irol Iris + 0xFF01 # Or + 0xFF03 # Must have... + 152 # [152] Othstol Oviform + 0xFFFF # ==End of List== 217: # [217] Konvilisk - 0xFF02 # Current unit is... - 35 # [35] Larva + 0xFF02 # Current unit is... + 35 # [35] Larva 138 # Has Unit: [138] Matravil Nest - 0xFF01 # Or - 0xFF03 # Must have... + 0xFF01 # Or + 0xFF03 # Must have... 139 # [139] Almakis Antre - 0xFFFF # ==End of List== + 0xFFFF # ==End of List== 218: # [218] Akistrokor - 0xFF02 # Current unit is... - 45 # [45] Matraleth - 0xFF01 # Or - 0xFF02 # Current unit is... + 0xFF02 # Current unit is... + 45 # [45] Matraleth + 0xFF01 # Or + 0xFF02 # Current unit is... 353 # [353] Ocsal Larva 139 # Has Unit: [139] Almakis Antre - 0xFFFF # ==End of List== + 0xFFFF # ==End of List== 219: # [219] Geszkath Grotto 0xFF02 # Current unit is... @@ -2064,133 +2066,148 @@ 320: # [320] Cherbrathalor 0xFF02 # Current unit is... - 126 # [126] Kagralisk - 330 # Has Unit: [330] Chokralgant Chazsal + 126 # [126] Kagralisk + 330 # Has Unit: [330] Chokralgant Chazsal 0xFFFF # ==End of List== 321: # [321] Okrimnilisk 0xFF02 # Current unit is... - 52 # [52] Evigrilisk - 330 # Has Unit: [330] Chokralgant Chazsal + 52 # [52] Evigrilisk + 330 # Has Unit: [330] Chokralgant Chazsal 0xFFFF # ==End of List== 322: # [322] Algoztalisk 0xFF02 # Current unit is... - 29 # [29] Almaksalisk - 330 # Has Unit: [330] Chokralgant Chazsal + 29 # [29] Almaksalisk + 330 # Has Unit: [330] Chokralgant Chazsal 0xFFFF # ==End of List== 323: # [323] Elthrazalisk 0xFF02 # Current unit is... - 35 # [35] Larva - 136 # Has Unit: [136] Elthisth Mound + 35 # [35] Larva + 136 # Has Unit: [136] Elthisth Mound 0xFF01 # Or 0xFF03 # Must have... - 303 # [303] Rakzogth Roost + 303 # [303] Rakzogth Roost 0xFFFF # ==End of List== 326: # [326] Kethrostalor 0xFF02 # Current unit is... - 96 # [96] Keskathalor - 212 # Has Unit: [212] Alkaj Chasm + 96 # [96] Keskathalor + 212 # Has Unit: [212] Alkaj Chasm 0xFFFF # ==End of List== 327: # [327] Rakzilisk 0xFF02 # Current unit is... - 323 # [323] Elthrazalisk + 323 # [323] Elthrazalisk 0xFF01 # Or 0xFF02 # Current unit is... - 353 # [353] Ocsal Larva - 303 # Has Unit: [303] Rakzogth Roost + 353 # [353] Ocsal Larva + 303 # Has Unit: [303] Rakzogth Roost 0xFFFF # ==End of List== 328: # [328] Philoc 0xFF02 # Current unit is... - 254 # [254] Starpad + 254 # [254] Starpad 0xFF05 # Is not lifted off 0xFFFF # ==End of List== 329: # [329] Begrozith Barrow 0xFF02 # Current unit is... - 328 # [328] Axtoth Axis + 328 # [328] Axtoth Axis 0xFF07 # Is not training or morphing 0xFFFF # ==End of List== 330: # [330] Chokralgant Chazsal 0xFF02 # Current unit is... - 170 # [170] Izkag Iteth + 170 # [170] Izkag Iteth 0xFF07 # Is not training or morphing - 152 # Has Unit: [152] Othstol Oviform + 152 # Has Unit: [152] Othstol Oviform 0xFFFF # ==End of List== 331: # [331] Bulwark 0xFF02 # Current unit is... - 166 # [166] Embassy + 166 # [166] Embassy 0xFFFF # ==End of List== 348: # [348] Monogram 0xFF02 # Current unit is... - 278 # [278] Strident Stratum + 278 # [278] Strident Stratum 0xFFFF # ==End of List== 349: # [349] Hall of Heretics 0xFF02 # Current unit is... - 64 # [64] Scribe + 64 # [64] Scribe 0xFF01 # Or 0xFF02 # Current unit is... - 182 # [182] Artisan + 182 # [182] Artisan 0xFFFF # ==End of List== 350: # [350] Nephrilosk 0xFF02 # Current unit is... - 133 # [133] Gathtelosk - 152 # Has Unit: [152] Othstol Oviform + 133 # [133] Gathtelosk + 152 # Has Unit: [152] Othstol Oviform 0xFFFF # ==End of List== 352: # [352] Accantor 0xFF02 # Current unit is... - 304 # [304] Sequestered Icon + 220 # [220] Ardent Authority 0xFFFF # ==End of List== + +354: # [354] Ocsal Cesiant + 0xFF02 # Current unit is... + 216 # [216] Larvosk Cesiant + 152 # Has Unit: [152] Othstol Oviform 360: # [360] Vassal 0xFF02 # Current unit is... - 155 # [155] Lattice + 155 # [155] Lattice 0xFFFF # ==End of List== 364: # [364] Station 0xFF02 # Current unit is... - 367 # [367] Engineer + 367 # [367] Engineer 0xFFFF # ==End of List== 365: # [365] Dispensary 0xFF02 # Current unit is... - 367 # [367] Engineer + 367 # [367] Engineer 0xFFFF # ==End of List== 366: # [366] Academy 0xFF02 # Current unit is... - 364 # [364] Station + 364 # [364] Station 0xFFFF # ==End of List== 364: # [364] Station 0xFF02 # Current unit is... - 367 # [367] Engineer + 367 # [367] Engineer 0xFFFF # ==End of List== 367: # [367] Engineer 0xFF02 # Current unit is... - 364 # [364] Station + 364 # [364] Station 0xFFFF # ==End of List== 370: # [370] Dugout 0xFF02 # Current unit is... - 367 # [367] Engineer + 367 # [367] Engineer 0xFFFF # ==End of List== 371: # [371] Deputy 0xFF02 # Current unit is... - 364 # [364] Station + 364 # [364] Station 0xFF01 # Or 0xFF02 # Current unit is... - 366 # [366] Academy + 366 # [366] Academy + 0xFFFF # ==End of List== + +384: # [384] Lodestone + 0xFF02 # Current unit is... + 106 # [106] Ministry + 0xFF01 # Or + 0xFF02 # Current unit is... + 215 # Treasury + 0xFF07 # Is not training or morphing + 0xFF0C # Does not have add-on attached 0xFFFF # ==End of List== \ No newline at end of file diff --git a/mpq/arr/units.datex b/mpq/arr/units.datex index cd884eb002d437f9a81fa61db15db612f6d3c2fb..3cc599ec152a6558d2318d78b62a2e0ac6b2bb7b 100644 GIT binary patch delta 86 zcmV-c0IC1D;Sspu5wM)30Y;OZq`?7RvtOlR7XeU%!o0V_ya5Iz0Re}}-~qSE-~w%r s0m!#Ea071_0hYI?hXcVD0^k9cYMukE0w@KS7@q@l0w@Kyj-LZ6(SD&LF8}}l delta 86 zcmdn-P;kdX!3}ekFd9vsyW}9F&gS@~N#cy&&4>1EKeUIDO@)!6{p172?I#~F<@Phy qZZ|Jr&KC#L%iEa`iZKZ=P0yOgyoPB5%XEqP%q2j2d*6I!t&0Ft|02Es diff --git a/mpq/datreq/Buttons.graft b/mpq/datreq/Buttons.graft index deb24d6073debd31ee94224194a7804fb4883f2a..1e4b8d774b5e2b7431b57763e1885df25d6ea8c7 100644 GIT binary patch delta 40 wcmZ2-nR&@&<^_V2MFeda*(Ngz3U3Y&ywb|ZK3R3TGAla+1H;YDzSF~l017G$WdHyG delta 52 zcmZ2-nR&@&<^_U+oD9nuSQr=>B_8ZK#5zMeW!;9 F0RW8y4@Lk0 diff --git a/patchnotes.md b/patchnotes.md index 944be006..24df27b7 100644 --- a/patchnotes.md +++ b/patchnotes.md @@ -52,6 +52,15 @@ Patch goals include: - [Empress](https://www.fraudsclub.com/cosmonarchy-bw/show.php?target=protoss/empress): - Time cost now 50, from 60 - HP now 200, from 180 +- [Aurora](https://www.fraudsclub.com/cosmonarchy-bw/show.php?target=protoss/aurora): + - Time cost now 20, from 22 + - HP now 80, from 75 + - Armor now 1, from 0 + - Armor penetration now 1, from 0 +- [Lanifect](https://www.fraudsclub.com/cosmonarchy-bw/show.php?target=protoss/lanifect): + - HP now 100, from 90 +- [Panoptus](https://www.fraudsclub.com/cosmonarchy-bw/show.php?target=protoss/panoptus): + - Shields now 70, from 50 - [Exemplar](https://www.fraudsclub.com/cosmonarchy-bw/show.php?target=protoss/exemplar): - Gas and time costs now 125/50, from 100/40 - Weapon cooldown now 1.13, from 1.08 @@ -64,7 +73,7 @@ Patch goals include: - [Engram](https://www.fraudsclub.com/cosmonarchy-bw/show.php?target=protoss/engram): - Weapon splash radii now 12/24/36, from 24/36/48 - [Grand Library](https://www.fraudsclub.com/cosmonarchy-bw/show.php?target=protoss/grand-library): - - Time cost now 50, from 45 + - Time cost now 55, from 45 - [Rogue Gallery](https://www.fraudsclub.com/cosmonarchy-bw/show.php?target=protoss/rogue-gallery): - Time cost now 50, from 45 - [Prostration Stage](https://www.fraudsclub.com/cosmonarchy-bw/show.php?target=protoss/prostration-stage): @@ -76,6 +85,9 @@ Patch goals include: - [Synthetic Synod](https://www.fraudsclub.com/cosmonarchy-bw/show.php?target=protoss/synthetic-synod): - Time cost now 70, from 60 - HP now 850, from 750 +- [Stargate](https://www.fraudsclub.com/cosmonarchy-bw/show.php?target=protoss/stargate): + - Mineral, gas, and time costs now 200/150/60, from 125/125/55 + - Shields now 350, from 300 - [Argosy](https://www.fraudsclub.com/cosmonarchy-bw/show.php?target=protoss/argosy): - Time cost now 60, from 50 - **NEW:** [Potentate](https://www.fraudsclub.com/cosmonarchy-bw/show.php?target=protoss/potentate):