Skip to content

Commit

Permalink
sc2: Added unlock trigger for dragoon phalanx suit
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewMarinets committed Jul 4, 2024
1 parent a48dcd3 commit 28bd634
Show file tree
Hide file tree
Showing 4 changed files with 49 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1511,7 +1511,7 @@ void libABFE498B_gf_AP_Triggers_unlockProtossWarCouncil (int lp_player, int lp_b
libABFE498B_gf_AP_Triggers_Protoss_unlockCenturionResourceEfficiency, // 1
libABFE498B_gf_AP_Triggers_Protoss_unlockSentinelResourceEfficiency, // 2
libABFE498B_gf_AP_Triggers_Protoss_unlockStalkerPhaseReactor, // 3
ap_triggers_PlayerConsumer_sig, // 4
libABFE498B_gf_AP_Triggers_Protoss_unlockDragoonPhalanxSuit, // 4
ap_triggers_PlayerConsumer_sig, // 5
ap_triggers_PlayerConsumer_sig, // 6
ap_triggers_PlayerConsumer_sig, // 7
Expand Down Expand Up @@ -6697,6 +6697,12 @@ void libABFE498B_gf_AP_Triggers_Protoss_unlockDragoonEnhancedStriderServos (int
libNtve_gf_SetUpgradeLevelForPlayer(lp_player, "AP_DragoonEnhancedStriderServos", 1);
}

void libABFE498B_gf_AP_Triggers_Protoss_unlockDragoonPhalanxSuit (int lp_player) {
// Automatic Variable Declarations
// Implementation
libNtve_gf_SetUpgradeLevelForPlayer(lp_player, "AP_DragoonPhalanxSuit", 1);
}

void libABFE498B_gf_AP_Triggers_Protoss_unlockScoutCombatSensorArray (int lp_player) {
// Automatic Variable Declarations
// Implementation
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -669,6 +669,7 @@ void libABFE498B_gf_AP_Triggers_Protoss_unlockDragoonHighImpactPhaseDisruptors (
void libABFE498B_gf_AP_Triggers_Protoss_unlockDragoonTrillicCompressionSystems (int lp_player);
void libABFE498B_gf_AP_Triggers_Protoss_unlockDragoonSingularityCharge (int lp_player);
void libABFE498B_gf_AP_Triggers_Protoss_unlockDragoonEnhancedStriderServos (int lp_player);
void libABFE498B_gf_AP_Triggers_Protoss_unlockDragoonPhalanxSuit (int lp_player);
void libABFE498B_gf_AP_Triggers_Protoss_unlockScoutCombatSensorArray (int lp_player);
void libABFE498B_gf_AP_Triggers_Protoss_unlockScoutApialSensors (int lp_player);
void libABFE498B_gf_AP_Triggers_Protoss_unlockScoutGraviticThrusters (int lp_player);
Expand Down
40 changes: 39 additions & 1 deletion Mods/ArchipelagoTriggers.SC2Mod/Triggers
Original file line number Diff line number Diff line change
Expand Up @@ -4484,7 +4484,7 @@
libABFE498B_gf_AP_Triggers_Protoss_unlockCenturionResourceEfficiency, // 1
libABFE498B_gf_AP_Triggers_Protoss_unlockSentinelResourceEfficiency, // 2
libABFE498B_gf_AP_Triggers_Protoss_unlockStalkerPhaseReactor, // 3
ap_triggers_PlayerConsumer_sig, // 4
libABFE498B_gf_AP_Triggers_Protoss_unlockDragoonPhalanxSuit, // 4
ap_triggers_PlayerConsumer_sig, // 5
ap_triggers_PlayerConsumer_sig, // 6
ap_triggers_PlayerConsumer_sig, // 7
Expand Down Expand Up @@ -57318,6 +57318,7 @@
<Item Type="FunctionDef" Library="ABFE498B" Id="56A57BC2"/>
<Item Type="FunctionDef" Library="ABFE498B" Id="D9676346"/>
<Item Type="FunctionDef" Library="ABFE498B" Id="00D3CBC0"/>
<Item Type="FunctionDef" Library="ABFE498B" Id="32B84044"/>
<Item Type="FunctionDef" Library="ABFE498B" Id="9949B6A3"/>
<Item Type="FunctionDef" Library="ABFE498B" Id="E049E260"/>
<Item Type="FunctionDef" Library="ABFE498B" Id="4DF3B624"/>
Expand Down Expand Up @@ -57824,6 +57825,43 @@
<ValueType Type="gamelink"/>
<ValueGameType Type="Upgrade"/>
</Element>
<Element Type="FunctionDef" Id="32B84044">
<Identifier>AP_Triggers_Protoss_unlockDragoonPhalanxSuit</Identifier>
<FlagAction/>
<Parameter Type="ParamDef" Library="ABFE498B" Id="DB11BE11"/>
<FunctionCall Type="FunctionCall" Library="ABFE498B" Id="865B6649"/>
</Element>
<Element Type="ParamDef" Id="DB11BE11">
<ParameterType>
<Type Value="int"/>
</ParameterType>
<Default Type="Param" Library="ABFE498B" Id="FF55ED45"/>
</Element>
<Element Type="Param" Id="FF55ED45">
<Value>0</Value>
<ValueType Type="int"/>
</Element>
<Element Type="FunctionCall" Id="865B6649">
<FunctionDef Type="FunctionDef" Library="Ntve" Id="9F8EF8FB"/>
<Parameter Type="Param" Library="ABFE498B" Id="4A578863"/>
<Parameter Type="Param" Library="ABFE498B" Id="A88A2DDB"/>
<Parameter Type="Param" Library="ABFE498B" Id="F2FC5FCB"/>
</Element>
<Element Type="Param" Id="4A578863">
<ParameterDef Type="ParamDef" Library="Ntve" Id="C7188352"/>
<Parameter Type="ParamDef" Library="ABFE498B" Id="DB11BE11"/>
</Element>
<Element Type="Param" Id="A88A2DDB">
<ParameterDef Type="ParamDef" Library="Ntve" Id="7E5035EE"/>
<Value>AP_DragoonPhalanxSuit</Value>
<ValueType Type="gamelink"/>
<ValueGameType Type="Upgrade"/>
</Element>
<Element Type="Param" Id="F2FC5FCB">
<ParameterDef Type="ParamDef" Library="Ntve" Id="3BFEECBB"/>
<Value>1</Value>
<ValueType Type="int"/>
</Element>
<Element Type="FunctionDef" Id="9949B6A3">
<FlagAction/>
<Parameter Type="ParamDef" Library="ABFE498B" Id="BE227290"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,7 @@ FunctionDef/Name/lib_ABFE498B_311283F0=AP_Triggers_Terran_unlockSiegeTankMaelstr
FunctionDef/Name/lib_ABFE498B_31214144=AP_Triggers_Terran_unlockBrynhild
FunctionDef/Name/lib_ABFE498B_318E1F67=AP_Triggers_Terran_unlockNovaProgressiveCloak
FunctionDef/Name/lib_ABFE498B_31BE9583=AP_Triggers_Terran_unlockSiegeTankResourceEfficiency
FunctionDef/Name/lib_ABFE498B_32B84044=AP_Triggers_Protoss_unlockDragoonPhalanxSuit
FunctionDef/Name/lib_ABFE498B_333819B7=AP_Triggers_Terran_unlockShipArmor
FunctionDef/Name/lib_ABFE498B_33FA4DC1=AP_Triggers_Protoss_unlockInstigator
FunctionDef/Name/lib_ABFE498B_34000216=AP_Triggers_Zerg_unlockImpaler
Expand Down Expand Up @@ -1426,6 +1427,7 @@ ParamDef/Name/lib_ABFE498B_DA02CC06=player
ParamDef/Name/lib_ABFE498B_DA2F7B4C=player
ParamDef/Name/lib_ABFE498B_DA58C200=player
ParamDef/Name/lib_ABFE498B_DAE6A57B=bitArrayValue
ParamDef/Name/lib_ABFE498B_DB11BE11=player
ParamDef/Name/lib_ABFE498B_DB1B76C3=player
ParamDef/Name/lib_ABFE498B_DB2038C9=player
ParamDef/Name/lib_ABFE498B_DB50A707=player
Expand Down

0 comments on commit 28bd634

Please sign in to comment.