Skip to content

Commit

Permalink
actually that effect was cool on protoss
Browse files Browse the repository at this point in the history
  • Loading branch information
EnvyDragon committed Oct 20, 2024
1 parent b7108f4 commit 483088b
Show file tree
Hide file tree
Showing 4 changed files with 125 additions and 0 deletions.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -2408,6 +2408,7 @@ bool gt_ReapersReinforcements01_Func (bool testConds, bool runActions) {
if ((libABFE498B_gv_aP_Triggers_Option_overridePlayerRace == "Prot")) {
UnitIssueOrder(autoC03B76C5_var, OrderTargetingPoint(AbilityCommand("AP_BlinkMultiple", 0), PointFromId(1927)), c_orderQueueReplace);
UnitIssueOrder(autoC03B76C5_var, OrderTargetingPoint(AbilityCommand("attack", 0), PointFromId(1927)), c_orderQueueAddToEnd);
Wait(0.5, c_timeGame);
}
else {
UnitIssueOrder(autoC03B76C5_var, OrderTargetingPoint(AbilityCommand("attack", 0), PointFromId(1927)), c_orderQueueReplace);
Expand Down Expand Up @@ -2516,6 +2517,7 @@ bool gt_ReapersReinforcements02_Func (bool testConds, bool runActions) {
if ((libABFE498B_gv_aP_Triggers_Option_overridePlayerRace == "Prot")) {
UnitIssueOrder(auto20B79E52_var, OrderTargetingPoint(AbilityCommand("AP_BlinkMultiple", 0), PointFromId(1925)), c_orderQueueReplace);
UnitIssueOrder(auto20B79E52_var, OrderTargetingPoint(AbilityCommand("attack", 0), PointFromId(1925)), c_orderQueueAddToEnd);
Wait(0.5, c_timeGame);
}
else {
UnitIssueOrder(auto20B79E52_var, OrderTargetingPoint(AbilityCommand("attack", 0), PointFromId(1925)), c_orderQueueReplace);
Expand Down Expand Up @@ -2624,6 +2626,7 @@ bool gt_ReapersReinforcements03_Func (bool testConds, bool runActions) {
if ((libABFE498B_gv_aP_Triggers_Option_overridePlayerRace == "Prot")) {
UnitIssueOrder(autoE81781EA_var, OrderTargetingPoint(AbilityCommand("AP_BlinkMultiple", 0), PointFromId(1912)), c_orderQueueReplace);
UnitIssueOrder(autoE81781EA_var, OrderTargetingPoint(AbilityCommand("attack", 0), PointFromId(1912)), c_orderQueueAddToEnd);
Wait(0.5, c_timeGame);
}
else {
UnitIssueOrder(autoE81781EA_var, OrderTargetingPoint(AbilityCommand("attack", 0), PointFromId(1912)), c_orderQueueReplace);
Expand Down Expand Up @@ -2731,8 +2734,10 @@ bool gt_ReapersReinforcements04_Func (bool testConds, bool runActions) {
UnitGroupRemove(gv_toshReapers, autoFD3BFCD1_var);
libNtve_gf_ShareVisionofUnit(autoFD3BFCD1_var, true, gv_p01_USER);
if ((libABFE498B_gv_aP_Triggers_Option_overridePlayerRace == "Prot")) {
UnitIssueOrder(autoFD3BFCD1_var, OrderTargetingPoint(AbilityCommand("move", 0), PointFromId(1917)), c_orderQueueReplace);
UnitIssueOrder(autoFD3BFCD1_var, OrderTargetingPoint(AbilityCommand("AP_BlinkMultiple", 0), PointFromId(1917)), c_orderQueueReplace);
UnitIssueOrder(autoFD3BFCD1_var, OrderTargetingPoint(AbilityCommand("attack", 0), PointFromId(1917)), c_orderQueueAddToEnd);
Wait(0.5, c_timeGame);
}
else {
UnitIssueOrder(autoFD3BFCD1_var, OrderTargetingPoint(AbilityCommand("attack", 0), PointFromId(1917)), c_orderQueueReplace);
Expand Down Expand Up @@ -2841,6 +2846,7 @@ bool gt_ReapersReinforcements05_Func (bool testConds, bool runActions) {
if ((libABFE498B_gv_aP_Triggers_Option_overridePlayerRace == "Prot")) {
UnitIssueOrder(autoC926F1D5_var, OrderTargetingPoint(AbilityCommand("AP_BlinkMultiple", 0), PointFromId(1926)), c_orderQueueReplace);
UnitIssueOrder(autoC926F1D5_var, OrderTargetingPoint(AbilityCommand("attack", 0), PointFromId(1926)), c_orderQueueAddToEnd);
Wait(0.5, c_timeGame);
}
else {
UnitIssueOrder(autoC926F1D5_var, OrderTargetingPoint(AbilityCommand("attack", 0), PointFromId(1926)), c_orderQueueReplace);
Expand Down
119 changes: 119 additions & 0 deletions Maps/ArchipelagoCampaign/WoL/ap_devils_playground.SC2Map/Triggers
Original file line number Diff line number Diff line change
Expand Up @@ -21413,6 +21413,7 @@
<FunctionCall Type="FunctionCall" Id="A06ED888"/>
<FunctionCall Type="FunctionCall" Id="C9EB39AB"/>
<FunctionCall Type="FunctionCall" Id="576D099A"/>
<FunctionCall Type="FunctionCall" Id="341D4FD6"/>
<FunctionCall Type="FunctionCall" Id="363FFEA8"/>
</Element>
<Element Type="FunctionCall" Id="A06ED888">
Expand Down Expand Up @@ -21527,6 +21528,21 @@
<ParameterDef Type="ParamDef" Library="Ntve" Id="00000158"/>
<Preset Type="PresetValue" Library="Ntve" Id="00000040"/>
</Element>
<Element Type="FunctionCall" Id="341D4FD6">
<FunctionDef Type="FunctionDef" Library="Ntve" Id="00000242"/>
<SubFunctionType Type="SubFuncType" Library="Ntve" Id="00000004"/>
<Parameter Type="Param" Id="4A1A0487"/>
<Parameter Type="Param" Id="25B1D4E3"/>
</Element>
<Element Type="Param" Id="4A1A0487">
<ParameterDef Type="ParamDef" Library="Ntve" Id="00000419"/>
<Value>0.5</Value>
<ValueType Type="fixed"/>
</Element>
<Element Type="Param" Id="25B1D4E3">
<ParameterDef Type="ParamDef" Library="Ntve" Id="00000420"/>
<Preset Type="PresetValue" Library="Ntve" Id="00000013"/>
</Element>
<Element Type="FunctionCall" Id="363FFEA8">
<FunctionDef Type="FunctionDef" Library="Ntve" Id="C439C375"/>
<SubFunctionType Type="SubFuncType" Library="Ntve" Id="00000003"/>
Expand Down Expand Up @@ -22397,6 +22413,7 @@
<FunctionCall Type="FunctionCall" Id="05D2F356"/>
<FunctionCall Type="FunctionCall" Id="6E1DE906"/>
<FunctionCall Type="FunctionCall" Id="28FEAF6A"/>
<FunctionCall Type="FunctionCall" Id="B01D6F07"/>
<FunctionCall Type="FunctionCall" Id="ABA42CDB"/>
</Element>
<Element Type="FunctionCall" Id="05D2F356">
Expand Down Expand Up @@ -22511,6 +22528,21 @@
<ParameterDef Type="ParamDef" Library="Ntve" Id="00000158"/>
<Preset Type="PresetValue" Library="Ntve" Id="00000040"/>
</Element>
<Element Type="FunctionCall" Id="B01D6F07">
<FunctionDef Type="FunctionDef" Library="Ntve" Id="00000242"/>
<SubFunctionType Type="SubFuncType" Library="Ntve" Id="00000004"/>
<Parameter Type="Param" Id="481FB3D5"/>
<Parameter Type="Param" Id="152FFE7C"/>
</Element>
<Element Type="Param" Id="481FB3D5">
<ParameterDef Type="ParamDef" Library="Ntve" Id="00000419"/>
<Value>0.5</Value>
<ValueType Type="fixed"/>
</Element>
<Element Type="Param" Id="152FFE7C">
<ParameterDef Type="ParamDef" Library="Ntve" Id="00000420"/>
<Preset Type="PresetValue" Library="Ntve" Id="00000013"/>
</Element>
<Element Type="FunctionCall" Id="ABA42CDB">
<FunctionDef Type="FunctionDef" Library="Ntve" Id="C439C375"/>
<SubFunctionType Type="SubFuncType" Library="Ntve" Id="00000003"/>
Expand Down Expand Up @@ -23381,6 +23413,7 @@
<FunctionCall Type="FunctionCall" Id="709172F2"/>
<FunctionCall Type="FunctionCall" Id="B24B8A19"/>
<FunctionCall Type="FunctionCall" Id="DBF21D87"/>
<FunctionCall Type="FunctionCall" Id="0953E770"/>
<FunctionCall Type="FunctionCall" Id="958E5CE5"/>
</Element>
<Element Type="FunctionCall" Id="709172F2">
Expand Down Expand Up @@ -23495,6 +23528,21 @@
<ParameterDef Type="ParamDef" Library="Ntve" Id="00000158"/>
<Preset Type="PresetValue" Library="Ntve" Id="00000040"/>
</Element>
<Element Type="FunctionCall" Id="0953E770">
<FunctionDef Type="FunctionDef" Library="Ntve" Id="00000242"/>
<SubFunctionType Type="SubFuncType" Library="Ntve" Id="00000004"/>
<Parameter Type="Param" Id="21178409"/>
<Parameter Type="Param" Id="E9F1F96A"/>
</Element>
<Element Type="Param" Id="21178409">
<ParameterDef Type="ParamDef" Library="Ntve" Id="00000419"/>
<Value>0.5</Value>
<ValueType Type="fixed"/>
</Element>
<Element Type="Param" Id="E9F1F96A">
<ParameterDef Type="ParamDef" Library="Ntve" Id="00000420"/>
<Preset Type="PresetValue" Library="Ntve" Id="00000013"/>
</Element>
<Element Type="FunctionCall" Id="958E5CE5">
<FunctionDef Type="FunctionDef" Library="Ntve" Id="C439C375"/>
<SubFunctionType Type="SubFuncType" Library="Ntve" Id="00000003"/>
Expand Down Expand Up @@ -24380,11 +24428,51 @@
<Element Type="FunctionCall" Id="DECAE00E">
<FunctionDef Type="FunctionDef" Library="Ntve" Id="00000137"/>
<SubFunctionType Type="SubFuncType" Library="Ntve" Id="9441B8B5"/>
<FunctionCall Type="FunctionCall" Id="FFD550EB"/>
<FunctionCall Type="FunctionCall" Id="A97F6A2A"/>
<FunctionCall Type="FunctionCall" Id="61313C7A"/>
<FunctionCall Type="FunctionCall" Id="861555CD"/>
<FunctionCall Type="FunctionCall" Id="4D17B1A0"/>
<FunctionCall Type="FunctionCall" Id="572FC3A9"/>
</Element>
<Element Type="FunctionCall" Id="FFD550EB">
<FunctionDef Type="FunctionDef" Library="Ntve" Id="00000089"/>
<SubFunctionType Type="SubFuncType" Library="Ntve" Id="00000004"/>
<Parameter Type="Param" Id="B519DF7D"/>
<Parameter Type="Param" Id="EE9004E3"/>
<Parameter Type="Param" Id="D7F5D993"/>
</Element>
<Element Type="Param" Id="B519DF7D">
<ParameterDef Type="ParamDef" Library="Ntve" Id="00000156"/>
<FunctionCall Type="FunctionCall" Id="D00A665D"/>
</Element>
<Element Type="FunctionCall" Id="D00A665D">
<FunctionDef Type="FunctionDef" Library="Ntve" Id="19CE733E"/>
</Element>
<Element Type="Param" Id="EE9004E3">
<ParameterDef Type="ParamDef" Library="Ntve" Id="00000157"/>
<FunctionCall Type="FunctionCall" Id="1A2DF64E"/>
</Element>
<Element Type="FunctionCall" Id="1A2DF64E">
<FunctionDef Type="FunctionDef" Library="Ntve" Id="43F16BA5"/>
<Parameter Type="Param" Id="A6C214FA"/>
<Parameter Type="Param" Id="012E0C5F"/>
</Element>
<Element Type="Param" Id="A6C214FA">
<ParameterDef Type="ParamDef" Library="Ntve" Id="B796880B"/>
<Value>move</Value>
<ValueType Type="abilcmd"/>
<ValueTypeInfo Value="2"/>
</Element>
<Element Type="Param" Id="012E0C5F">
<ParameterDef Type="ParamDef" Library="Ntve" Id="32BBED47"/>
<ValueType Type="point"/>
<ValueId Id="1917"/>
</Element>
<Element Type="Param" Id="D7F5D993">
<ParameterDef Type="ParamDef" Library="Ntve" Id="00000158"/>
<Preset Type="PresetValue" Library="Ntve" Id="00000039"/>
</Element>
<Element Type="FunctionCall" Id="A97F6A2A">
<FunctionDef Type="FunctionDef" Library="Ntve" Id="00000089"/>
<SubFunctionType Type="SubFuncType" Library="Ntve" Id="00000005"/>
Expand Down Expand Up @@ -24497,6 +24585,21 @@
<ParameterDef Type="ParamDef" Library="Ntve" Id="00000158"/>
<Preset Type="PresetValue" Library="Ntve" Id="00000040"/>
</Element>
<Element Type="FunctionCall" Id="4D17B1A0">
<FunctionDef Type="FunctionDef" Library="Ntve" Id="00000242"/>
<SubFunctionType Type="SubFuncType" Library="Ntve" Id="00000004"/>
<Parameter Type="Param" Id="4EBF7CC9"/>
<Parameter Type="Param" Id="ADAE84D3"/>
</Element>
<Element Type="Param" Id="4EBF7CC9">
<ParameterDef Type="ParamDef" Library="Ntve" Id="00000419"/>
<Value>0.5</Value>
<ValueType Type="fixed"/>
</Element>
<Element Type="Param" Id="ADAE84D3">
<ParameterDef Type="ParamDef" Library="Ntve" Id="00000420"/>
<Preset Type="PresetValue" Library="Ntve" Id="00000013"/>
</Element>
<Element Type="FunctionCall" Id="572FC3A9">
<FunctionDef Type="FunctionDef" Library="Ntve" Id="C439C375"/>
<SubFunctionType Type="SubFuncType" Library="Ntve" Id="00000003"/>
Expand Down Expand Up @@ -25367,6 +25470,7 @@
<FunctionCall Type="FunctionCall" Id="6FADD33A"/>
<FunctionCall Type="FunctionCall" Id="64205427"/>
<FunctionCall Type="FunctionCall" Id="19C2D9BA"/>
<FunctionCall Type="FunctionCall" Id="FE7F592A"/>
<FunctionCall Type="FunctionCall" Id="5E44D07C"/>
</Element>
<Element Type="FunctionCall" Id="6FADD33A">
Expand Down Expand Up @@ -25481,6 +25585,21 @@
<ParameterDef Type="ParamDef" Library="Ntve" Id="00000158"/>
<Preset Type="PresetValue" Library="Ntve" Id="00000040"/>
</Element>
<Element Type="FunctionCall" Id="FE7F592A">
<FunctionDef Type="FunctionDef" Library="Ntve" Id="00000242"/>
<SubFunctionType Type="SubFuncType" Library="Ntve" Id="00000004"/>
<Parameter Type="Param" Id="AA4FF569"/>
<Parameter Type="Param" Id="F82C3D3D"/>
</Element>
<Element Type="Param" Id="AA4FF569">
<ParameterDef Type="ParamDef" Library="Ntve" Id="00000419"/>
<Value>0.5</Value>
<ValueType Type="fixed"/>
</Element>
<Element Type="Param" Id="F82C3D3D">
<ParameterDef Type="ParamDef" Library="Ntve" Id="00000420"/>
<Preset Type="PresetValue" Library="Ntve" Id="00000013"/>
</Element>
<Element Type="FunctionCall" Id="5E44D07C">
<FunctionDef Type="FunctionDef" Library="Ntve" Id="C439C375"/>
<SubFunctionType Type="SubFuncType" Library="Ntve" Id="00000003"/>
Expand Down
Binary file not shown.

0 comments on commit 483088b

Please sign in to comment.