diff --git a/src/(attributes) b/src/(attributes)
index 2b2c581..73e3ae3 100644
Binary files a/src/(attributes) and b/src/(attributes) differ
diff --git a/src/DocumentHeader b/src/DocumentHeader
index ceee381..3dd87a8 100644
Binary files a/src/DocumentHeader and b/src/DocumentHeader differ
diff --git a/src/MapScript.galaxy b/src/MapScript.galaxy
index aa8fcfe..3fcc478 100644
--- a/src/MapScript.galaxy
+++ b/src/MapScript.galaxy
@@ -1221,6 +1221,7 @@ void gf_DatabaseUnits () {
gv_buttonUnitFile[(gv_iUnit - 1)] = "Assets\\Textures\\btn-unit-terran-hellionbattlemode.dds";
gf_GetUnitDataAuto("WidowMine");
gf_GetUnitDataAuto("Cyclone");
+ gf_GetUnitDataAuto("Liberator");
gv_iUnit += 1;
gf_GetUnitDataAuto("Drone");
gf_GetUnitDataAuto("Zergling");
@@ -1264,7 +1265,7 @@ void gf_DatabaseResearch () {
gf_GetResearchDataManual("WarpGateResearch", "Assets\\Textures\\btn-building-protoss-warpgate.dds", "ResearchWarpGate", 0, "CyberneticsCoreResearch", "6");
gf_GetResearchDataManual("Charge", "Assets\\Textures\\btn-ability-protoss-charge-color.dds", "ResearchCharge", 0, "TwilightCouncilResearch", "0");
gf_GetResearchDataManual("BlinkTech", "Assets\\Textures\\btn-ability-protoss-blink-color.dds", "ResearchStalkerTeleport", 0, "TwilightCouncilResearch", "1");
- gf_GetResearchDataManual("AdeptKillBounce", "Assets\\Textures\\btn-techupgrade-terran-consumption.dds", "ResearchAdeptKillBounce", 0, "TwilightCouncilResearch", "2");
+ gf_GetResearchDataManual("AdeptShieldUpgrade", "Assets\\Textures\\btn-upgrade-protoss-adeptshieldupgrade.dds", "ResearchAdeptShieldUpgrade", 0, "TwilightCouncilResearch", "3");
gf_GetResearchDataManual("PsiStormTech", "Assets\\Textures\\btn-ability-protoss-psistorm-color.dds", "ResearchPsiStorm", 0, "TemplarArchivesResearch", "4");
gf_GetResearchDataManual("ObserverGraviticBooster", "Assets\\Textures\\btn-upgrade-protoss-graviticbooster.dds", "ResearchGraviticBooster", 0, "RoboticsBayResearch", "1");
gf_GetResearchDataManual("GraviticDrive", "Assets\\Textures\\btn-upgrade-protoss-graviticdrive.dds", "ResearchGraviticDrive", 0, "RoboticsBayResearch", "2");
@@ -1295,11 +1296,13 @@ void gf_DatabaseResearch () {
gf_GetResearchDataManual("HighCapacityBarrels", "Assets\\Textures\\btn-upgrade-terran-infernalpreigniter.dds", "ResearchHighCapacityBarrels", 0, "FactoryTechLabResearch", "1");
gf_GetResearchDataManual("DrillClaws", "Assets\\Textures\\btn-upgrade-terran-researchdrillingclaws.dds", "ResearchDrillClaws", 0, "FactoryTechLabResearch", "4");
gf_GetResearchDataManual("CycloneLockOnRangeUpgrade", "Assets\\Textures\\btn-upgrade-terran-durablematerials.dds", "ResearchLockOnRangeUpgrade", 0, "FactoryTechLabResearch", "5");
+ gf_GetResearchDataManual("CycloneAirUpgrade", "Assets\\Textures\\btn-ability-terran-surfacetoairtargeting.dds", "CycloneResearchLockOnAir", 0, "FactoryTechLabResearch", "7");
gf_GetResearchDataManual("MedivacCaduceusReactor", "Assets\\Textures\\btn-upgrade-terran-caduceusreactor.dds", "ResearchMedivacEnergyUpgrade", 0, "StarportTechLabResearch", "2");
gf_GetResearchDataManual("DurableMaterials", "Assets\\Textures\\btn-upgrade-terran-durablematerials.dds", "ResearchDurableMaterials", 0, "StarportTechLabResearch", "7");
gf_GetResearchDataManual("RavenCorvidReactor", "Assets\\Textures\\btn-upgrade-terran-corvidreactor.dds", "ResearchRavenEnergyUpgrade", 0, "StarportTechLabResearch", "3");
gf_GetResearchDataManual("BansheeCloak", "Assets\\Textures\\btn-ability-terran-cloak-color.dds", "ResearchBansheeCloak", 0, "StarportTechLabResearch", "0");
gf_GetResearchDataManual("BansheeSpeed", "Assets\\Textures\\btn-upgrade-terran-reapernitropacks.dds", "BansheeSpeed", 0, "StarportTechLabResearch", "9");
+ gf_GetResearchDataManual("LiberatorMorph", "Assets\\Textures\\btn-upgrade-terran-liberator-agmode.dds", "ResearchLiberatorAGMode", 0, "StarportTechLabResearch", "10");
gf_GetResearchDataManual("BattlecruiserEnableSpecializations", "Assets\\Textures\\btn-ability-terran-yamatogun-color.dds", "ResearchBattlecruiserSpecializations", 0, "FusionCoreResearch", "0");
gf_GetResearchDataManual("BattlecruiserBehemothReactor", "Assets\\Textures\\btn-upgrade-terran-behemothreactor.dds", "ResearchBattlecruiserEnergyUpgrade", 0, "FusionCoreResearch", "1");
gv_iUnit += 1;
@@ -1322,16 +1325,13 @@ void gf_DatabaseResearch () {
gf_GetResearchDataManual("zerglingmovementspeed", "Assets\\Textures\\btn-upgrade-zerg-metabolicboost.dds", "zerglingmovementspeed", 0, "SpawningPoolResearch", "0");
gf_GetResearchDataManual("zerglingattackspeed", "Assets\\Textures\\btn-upgrade-zerg-adrenalglands.dds", "zerglingattackspeed", 0, "SpawningPoolResearch", "1");
gf_GetResearchDataManual("GlialReconstitution", "Assets\\Textures\\btn-upgrade-zerg-glialreconstitution.dds", "EvolveGlialRegeneration", 0, "RoachWarrenResearch", "1");
- gf_GetResearchDataManual("TunnelingClaws", "Assets\\Textures\\btn-upgrade-zerg-tunnelingclaws.dds", "EvolveTunnelingClaws", 0, "RoachWarrenResearch", "2");
gf_GetResearchDataManual("CentrificalHooks", "Assets\\Textures\\btn-upgrade-zerg-centrifugalhooks.dds", "EvolveCentrificalHooks", 0, "BanelingNestResearch", "0");
gf_GetResearchDataManual("hydraliskspeed", "Assets\\Textures\\btn-upgrade-zerg-groovedspines.dds", "hydraliskspeed", 0, "HydraliskDenResearch", "2");
gf_GetResearchDataManual("overlordspeed", "Assets\\Textures\\btn-upgrade-zerg-pneumatizedcarapace.dds", "overlordspeed", 0, "LairResearch", "1");
gf_GetResearchDataManual("overlordtransport", "Assets\\Textures\\btn-upgrade-zerg-ventralsacs.dds", "EvolveVentralSacks", 0, "LairResearch", "2");
gf_GetResearchDataManual("InfestorEnergyUpgrade", "Assets\\Textures\\btn-upgrade-zerg-pathogenglands.dds", "EvolveInfestorEnergyUpgrade", 0, "InfestationPitResearch", "2");
gf_GetResearchDataManual("NeuralParasite", "Assets\\Textures\\btn-ability-zerg-neuralparasite-color.dds", "ResearchNeuralParasite", 0, "InfestationPitResearch", "3");
- gf_GetResearchDataManual("FlyingLocusts", "Assets\\Textures\\btn-unit-zerg-locustflyer.dds", "EvolveFlyingLocusts", 0, "InfestationPitResearch", "5");
gf_GetResearchDataManual("ChitinousPlating", "Assets\\Textures\\btn-upgrade-zerg-chitinousplating.dds", "EvolveChitinousPlating", 0, "UltraliskCavernResearch", "2");
- gf_GetResearchDataManual("HydraliskSpeedUpgrade", "Assets\\Textures\\btn-upgrade-zerg-evolvemuscularaugments.dds", "MuscularAugments", 0, "HydraliskDenResearch", "3");
}
void gf_GetUnitDataAuto (string lp_inputUnitLink) {
diff --git a/src/Triggers b/src/Triggers
index f8f98ec..ac2ec7b 100644
--- a/src/Triggers
+++ b/src/Triggers
@@ -869,6 +869,7 @@
+
@@ -1835,11 +1836,13 @@
+
+
@@ -4855,6 +4858,15 @@
+
+
+
+
+
+
+
+
+
@@ -5236,6 +5248,7 @@
+
@@ -8327,6 +8340,7 @@
+
@@ -12908,6 +12922,7 @@
+
@@ -17351,6 +17366,15 @@
+
+
+
+
+
+
+
+
+
@@ -19099,6 +19123,10 @@
+
+
+
+
@@ -22234,7 +22262,7 @@
- 2
+ 3
@@ -24429,7 +24457,7 @@
- Assets\Textures\btn-techupgrade-terran-consumption.dds
+ Assets\Textures\btn-upgrade-protoss-adeptshieldupgrade.dds
@@ -25770,6 +25798,12 @@
+
+
+ LiberatorMorph
+
+
+
@@ -27509,6 +27543,11 @@
+
+
+ 0
+
+
@@ -30596,7 +30635,7 @@
- AdeptKillBounce
+ AdeptShieldUpgrade
@@ -31044,6 +31083,12 @@
+
+
+ Liberator
+
+
+
@@ -31761,7 +31806,7 @@
- ResearchAdeptKillBounce
+ ResearchAdeptShieldUpgrade
@@ -38147,6 +38192,11 @@
0
+
+
+ ResearchLiberatorAGMode
+
+
@@ -40681,6 +40731,11 @@
+
+
+ CycloneResearchLockOnAir
+
+
@@ -42278,6 +42333,12 @@
9
+
+
+ Assets\Textures\btn-ability-terran-surfacetoairtargeting.dds
+
+
+
@@ -44055,6 +44116,12 @@
""
+
+
+ CycloneAirUpgrade
+
+
+
@@ -44168,6 +44235,12 @@
1
+
+
+ Assets\Textures\btn-upgrade-terran-liberator-agmode.dds
+
+
+
Carrier
@@ -44780,6 +44853,11 @@
+
+
+ FactoryTechLabResearch
+
+
10
@@ -46835,6 +46913,11 @@
+
+
+ 0
+
+
@@ -47602,6 +47685,11 @@
25
+
+
+ StarportTechLabResearch
+
+
TerranShipWeaponsLevel2
@@ -47746,6 +47834,11 @@
+
+
+ 7
+
+
500
@@ -48954,6 +49047,11 @@
-;Missile,Dead,Hidden,Invulnerable
+
+
+ 10
+
+
diff --git a/src/Triggers.version b/src/Triggers.version
index d9f1e79..b2b93fd 100644
Binary files a/src/Triggers.version and b/src/Triggers.version differ