Skip to content

Commit

Permalink
Fixes Made
Browse files Browse the repository at this point in the history
  • Loading branch information
SirChuckOfTheChuckles committed Sep 14, 2024
1 parent d35072f commit 667e91c
Show file tree
Hide file tree
Showing 28 changed files with 361 additions and 398 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<CUnit id="Odin">
<ShieldArmor value="3"/>
<ShieldRegenDelay value="10"/>
<ShieldRegenRate value="5.5"/>
<ShieldRegenRate value="6"/>
<ShieldArmorName value="Unit/ShieldArmorName/AP_TerranShieldArmor"/>
</CUnit>
<CUnit id="TychusChaingun">
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="utf-8"?>
<Catalog>
<CUpgrade id="AP_ProtossOdin">
<Icon value="Assets\Textures\Talent-Swann-Level14-VehicleHealthIncrease.dds"/>
<EffectArray Operation="Multiply" Reference="Unit,Odin,LifeStart" Value="0.4"/>
<EffectArray Operation="Multiply" Reference="Unit,Odin,LifeMax" Value="0.4"/>
<EffectArray Operation="Multiply" Reference="Unit,TychusChaingun,LifeMax" Value="0.4"/>
<EffectArray Operation="Multiply" Reference="Unit,TychusChaingun,LifeStart" Value="0.4"/>
<EffectArray Reference="Unit,TychusChaingun,LifeStart" Value="1"/>
<EffectArray Reference="Unit,TychusChaingun,LifeMax" Value="1"/>
<EffectArray Reference="Unit,Odin,LifeStart" Value="1"/>
<EffectArray Reference="Unit,Odin,LifeMax" Value="1"/>
</CUpgrade>
</Catalog>
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -831,17 +831,15 @@ bool gt_Init03Units_Func (bool testConds, bool runActions) {
UnitSetPropertyFixed(autoD9B4D754_var, c_unitPropEnergyPercent, 100.0);
}
if ((libABFE498B_gv_aP_Triggers_Option_overridePlayerRace == "Zerg")) {
UnitSetPropertyFixed(gv_odin, c_unitPropLifeRegen, 2.0);
UnitSetPropertyFixed(gv_odin, c_unitPropLifeRegen, 3.3);
UnitSetPropertyFixed(UnitFromId(4), c_unitPropLifeRegen, 1.1);
UnitBehaviorAdd(gv_odin, "AP_ZergOdin", gv_odin, 1);
}
else {
if ((libABFE498B_gv_aP_Triggers_Option_overridePlayerRace == "Prot")) {
UnitSetPropertyFixed(gv_odin, c_unitPropLifeMax, 1000.0);
UnitSetPropertyFixed(gv_odin, c_unitPropLife, 1000.0);
TechTreeUpgradeAddLevel(2, "AP_ProtossOdin", 1);
UnitSetPropertyFixed(gv_odin, c_unitPropShieldsMax, 1500.0);
UnitSetPropertyFixed(gv_odin, c_unitPropShields, 1500.0);
UnitSetPropertyFixed(UnitFromId(4), c_unitPropLifeMax, 100.0);
UnitSetPropertyFixed(UnitFromId(4), c_unitPropLife, 100.0);
UnitSetPropertyFixed(UnitFromId(4), c_unitPropShieldsMax, 150.0);
UnitSetPropertyFixed(UnitFromId(4), c_unitPropShields, 150.0);
}
Expand Down Expand Up @@ -1170,16 +1168,16 @@ bool gt_StartGameWarehouse_Func (bool testConds, bool runActions) {
return true;
}

Wait(2.0, c_timeReal);
if ((libABFE498B_gv_aP_Triggers_Option_overridePlayerRace == "Zerg")) {
HelpPanelAddTip(PlayerGroupAll(), libNtve_gf_FormatTipTitle(StringExternal("Param/Value/5DE3D472"), libNtve_ge_TipType_MissionStrategy), StringExternal("Param/Value/91918019"), StringExternal("Param/Value/AEE8FC36"), "AP\\Assets\\Textures\\AP_icon.dds");
HelpPanelAddTip(PlayerGroupAll(), libNtve_gf_FormatTipTitle(StringExternal("Param/Value/08EA02F2"), libNtve_ge_TipType_MissionStrategy), StringExternal("Param/Value/EACB4213"), StringExternal("Param/Value/25949F1C"), "AP\\Assets\\Textures\\AP_icon.dds");
}
else {
if ((libABFE498B_gv_aP_Triggers_Option_overridePlayerRace == "Prot")) {
HelpPanelAddTip(PlayerGroupAll(), libNtve_gf_FormatTipTitle(StringExternal("Param/Value/5DABCD66"), libNtve_ge_TipType_MissionStrategy), StringExternal("Param/Value/3C3CAE4B"), StringExternal("Param/Value/BEBF9F31"), "AP\\Assets\\Textures\\AP_icon.dds");
HelpPanelAddTip(PlayerGroupAll(), libNtve_gf_FormatTipTitle(StringExternal("Param/Value/6422A1BC"), libNtve_ge_TipType_MissionStrategy), StringExternal("Param/Value/DC94063B"), StringExternal("Param/Value/70034A8C"), "AP\\Assets\\Textures\\AP_icon.dds");
}

}
Wait(2.0, c_timeReal);
TriggerExecute(gt_ObjectiveStealtheOdinCreateQ, true, true);
Wait(1.0, c_timeGame);
if ((gv_initialOrderGiven == false)) {
Expand Down
Binary file not shown.
302 changes: 155 additions & 147 deletions Maps/ArchipelagoCampaign/WoL/ap_engine_of_destruction.SC2Map/Objects

Large diffs are not rendered by default.

Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,6 @@
<Unit id="SpartanCompany"/>
<Unit id="HelsAngelFighter"/>
<Unit id="DuskWing"/>
<Unit id="InfestedAbomination"/>
<Unit id="BarracksTechReactor"/>
<Unit id="FactoryTechReactor"/>
<Unit id="StarportTechReactor"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,9 @@ Actor=AP_GimbalZTurret,BlipVisual,CommandUIHarnessAttackProtoss,CommandUIHarness
Button=Attack,Move,MoveHoldPosition,MovePatrol,Stop
Weapon

[Upgrade]
id=AP_ProtossOdin
asset=Assets\Textures\Talent-Swann-Level14-VehicleHealthIncrease.dds
Actor=AP_GimbalZTurret,CommandUIHarnessAttackProtoss,CommandUIHarnessAttackTerran,CommandUIHarnessAttackZerg,CommandUIHarnessConfirmProtoss,CommandUIHarnessConfirmTerran,CommandUIHarnessConfirmZerg,CommandUIHarnessMoveProtoss,CommandUIHarnessMoveTerran,CommandUIHarnessMoveZerg,CommandUIHarnessRallyProtoss,CommandUIHarnessRallyTerran,CommandUIHarnessRallyZerg,TerrainMgr
Alert=UpgradeComplete

Loading

0 comments on commit 667e91c

Please sign in to comment.