Skip to content

Commit

Permalink
re-rework triggers
Browse files Browse the repository at this point in the history
  • Loading branch information
EnvyDragon committed Aug 8, 2024
1 parent 5102651 commit 5f9238a
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -466,7 +466,7 @@ void libABFE498B_gf_AP_Triggers_unlockTerranArmory6 (int lp_player, int lp_bitAr
libABFE498B_gf_AP_Triggers_Terran_unlockPlanetaryFortressAdvancedTargeting, // 7
libABFE498B_gf_AP_Triggers_Terran_unlockValkyrieLaunchingVectorCompensator, // 8
libABFE498B_gf_AP_Triggers_Terran_unlockValkyrieResourceEfficiency, // 9
libABFE498B_gf_AP_Triggers_Terran_unlockPredatorFury, // 10
libABFE498B_gf_AP_Triggers_Terran_unlockPredatorVespeneSynthesis, // 10
libABFE498B_gf_AP_Triggers_Terran_unlockBattlecruiserBehemothPlating, // 11
libABFE498B_gf_AP_Triggers_Terran_unlockBattlecruiserCovertOpsEngines, // 12
libABFE498B_gf_AP_Triggers_Terran_unlockWarhoundResourceEfficiency, // 13
Expand Down Expand Up @@ -2745,10 +2745,10 @@ void libABFE498B_gf_AP_Triggers_Terran_unlockPredatorCharge (int lp_player) {
libNtve_gf_SetUpgradeLevelForPlayer(lp_player, "AP_PredatorCharge", 1);
}

void libABFE498B_gf_AP_Triggers_Terran_unlockPredatorFury (int lp_player) {
void libABFE498B_gf_AP_Triggers_Terran_unlockPredatorVespeneSynthesis (int lp_player) {
// Automatic Variable Declarations
// Implementation
libNtve_gf_SetUpgradeLevelForPlayer(lp_player, "AP_PredatorFury", 1);
libNtve_gf_SetUpgradeLevelForPlayer(lp_player, "AP_PredatorVespeneSynthesis", 1);
}

void libABFE498B_gf_AP_Triggers_Terran_unlockPredatorAdaptiveDefenses (int lp_player) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ void libABFE498B_gf_AP_Triggers_Terran_unlockSiegeTankEnhancedCombustionEngines
void libABFE498B_gf_AP_Triggers_Terran_unlockPredatorResourceEfficiency (int lp_player);
void libABFE498B_gf_AP_Triggers_Terran_unlockPredatorCloak (int lp_player);
void libABFE498B_gf_AP_Triggers_Terran_unlockPredatorCharge (int lp_player);
void libABFE498B_gf_AP_Triggers_Terran_unlockPredatorFury (int lp_player);
void libABFE498B_gf_AP_Triggers_Terran_unlockPredatorVespeneSynthesis (int lp_player);
void libABFE498B_gf_AP_Triggers_Terran_unlockPredatorAdaptiveDefenses (int lp_player);
void libABFE498B_gf_AP_Triggers_Terran_unlockMedivacRapidDeploymentTube (int lp_player);
void libABFE498B_gf_AP_Triggers_Terran_unlockMedivacAdvancedHealingAI (int lp_player);
Expand Down
4 changes: 2 additions & 2 deletions Mods/ArchipelagoTriggers.SC2Mod/Triggers
Original file line number Diff line number Diff line change
Expand Up @@ -2691,7 +2691,7 @@
libABFE498B_gf_AP_Triggers_Terran_unlockPlanetaryFortressAdvancedTargeting, // 7
libABFE498B_gf_AP_Triggers_Terran_unlockValkyrieLaunchingVectorCompensator, // 8
libABFE498B_gf_AP_Triggers_Terran_unlockValkyrieResourceEfficiency, // 9
libABFE498B_gf_AP_Triggers_Terran_unlockPredatorFury, // 10
libABFE498B_gf_AP_Triggers_Terran_unlockPredatorVespeneSynthesis, // 10
libABFE498B_gf_AP_Triggers_Terran_unlockBattlecruiserBehemothPlating, // 11
libABFE498B_gf_AP_Triggers_Terran_unlockBattlecruiserCovertOpsEngines, // 12
libABFE498B_gf_AP_Triggers_Terran_unlockWarhoundResourceEfficiency, // 13
Expand Down Expand Up @@ -18960,7 +18960,7 @@
</Element>
<Element Type="Param" Id="4609DA85">
<ParameterDef Type="ParamDef" Library="Ntve" Id="7E5035EE"/>
<Value>AP_PredatorFury</Value>
<Value>AP_PredatorVespeneSynthesis</Value>
<ValueType Type="gamelink"/>
<ValueGameType Type="Upgrade"/>
</Element>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -580,7 +580,7 @@ FunctionDef/Name/lib_ABFE498B_A580862B=AP_Triggers_Terran_unlockHiSecAutoTrackin
FunctionDef/Name/lib_ABFE498B_A5FA163C=AP_Triggers_Zerg_unlockInfestedSiegeTank
FunctionDef/Name/lib_ABFE498B_A6091B36=AP_Triggers_Protoss_unlockSuperiorWarpGates
FunctionDef/Name/lib_ABFE498B_A643BA8C=AP_Triggers_Protoss_unlockDarkTemplarShakuras
FunctionDef/Name/lib_ABFE498B_A64D8598=AP_Triggers_Terran_unlockPredatorFury
FunctionDef/Name/lib_ABFE498B_A64D8598=AP_Triggers_Terran_unlockPredatorVespeneSynthesis
FunctionDef/Name/lib_ABFE498B_A7186D24=AP_Triggers_Protoss_unlockReaverSolaritePayload
FunctionDef/Name/lib_ABFE498B_A7282F2F=AP_Triggers_Protoss_unlockHavocBloodshardResonance
FunctionDef/Name/lib_ABFE498B_A7AE2616=AP_Triggers_Terran_unlockTechReactor
Expand Down

0 comments on commit 5f9238a

Please sign in to comment.