Skip to content

Commit

Permalink
Merge branch 'master' into sc2-next
Browse files Browse the repository at this point in the history
  • Loading branch information
Ziktofel committed Jul 21, 2024
2 parents 4eeb616 + 31efb7f commit 628e368
Show file tree
Hide file tree
Showing 7 changed files with 80 additions and 33 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
<?xml version="1.0" encoding="utf-8"?>
<Catalog>
<CEffectDamage id="AP_ChainReaction2Damage">
<!-- Override -->
<Amount value="25"/>
</CEffectDamage>
<CEffectDamage id="AP_ChainReaction3Damage">
<!-- Override -->
<Amount value="25"/>
</CEffectDamage>
<CEffectDamage id="AP_ChainReaction4Damage">
<!-- Override -->
<Amount value="25"/>
</CEffectDamage>
<CEffectDamage id="AP_ChainReaction5Damage">
<!-- Override -->
<Amount value="25"/>
</CEffectDamage>
</Catalog>
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -1572,6 +1572,7 @@ bool gt_Initialization_Func (bool testConds, bool runActions) {
libABFE498B_gf_AP_Triggers_Zerg_KerriganChainReaction(gv_pLAYER_01_USER);
libABFE498B_gf_AP_Triggers_Zerg_KerriganSpawnBanelings(gv_pLAYER_01_USER);
libABFE498B_gf_AP_Triggers_Zerg_KerriganFury(gv_pLAYER_01_USER);
libABFE498B_gf_AP_Triggers_Zerg_KerriganPsionicShift(gv_pLAYER_01_USER);
}

libNtve_gf_SetUpgradeLevelForPlayer(gv_pLAYER_01_USER, "AP_KerriganPostZerus", 1);
Expand Down

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -1193,6 +1193,8 @@
<FunctionCall Type="FunctionCall" Id="63E49AD3"/>
<FunctionCall Type="FunctionCall" Id="D403E445"/>
<FunctionCall Type="FunctionCall" Id="6BADDDA7"/>
<FunctionCall Type="Comment" Id="6D45D2C8"/>
<FunctionCall Type="FunctionCall" Id="2F3364EF"/>
</Element>
<Element Type="FunctionCall" Id="3D0340A7">
<FunctionDef Type="FunctionDef" Library="Ntve" Id="00000133"/>
Expand Down Expand Up @@ -1285,6 +1287,21 @@
<ParameterDef Type="ParamDef" Library="ABFE498B" Id="0BEEBA94"/>
<Variable Type="Variable" Id="CB61C69D"/>
</Element>
<Element Type="Comment" Id="6D45D2C8">
<Comment>
Vanilla Kerrigan moves at 2.95 (as with Psionic Shift)
</Comment>
<SubFunctionType Type="SubFuncType" Library="Ntve" Id="00000004"/>
</Element>
<Element Type="FunctionCall" Id="2F3364EF">
<FunctionDef Type="FunctionDef" Library="ABFE498B" Id="26B7EA53"/>
<SubFunctionType Type="SubFuncType" Library="Ntve" Id="00000004"/>
<Parameter Type="Param" Id="98737D28"/>
</Element>
<Element Type="Param" Id="98737D28">
<ParameterDef Type="ParamDef" Library="ABFE498B" Id="2F6B2A41"/>
<Variable Type="Variable" Id="CB61C69D"/>
</Element>
<Element Type="FunctionCall" Id="7DDEB7F2">
<FunctionDef Type="FunctionDef" Library="Ntve" Id="9F8EF8FB"/>
<Parameter Type="Param" Id="ABB45877"/>
Expand Down
4 changes: 2 additions & 2 deletions Mods/ArchipelagoPlayer.SC2Mod/PreloadAssetDB.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24284,11 +24284,11 @@ Actor=AP_GimbalZTurret,CommandUIHarnessAttackProtoss,CommandUIHarnessAttackTerra
Effect=AP_ChainReaction2
id=AP_ChainReaction2
Actor=AP_GimbalZTurret,CommandUIHarnessAttackProtoss,CommandUIHarnessAttackTerran,CommandUIHarnessAttackZerg,CommandUIHarnessConfirmProtoss,CommandUIHarnessConfirmTerran,CommandUIHarnessConfirmZerg,CommandUIHarnessMoveProtoss,CommandUIHarnessMoveTerran,CommandUIHarnessMoveZerg,CommandUIHarnessRallyProtoss,CommandUIHarnessRallyTerran,CommandUIHarnessRallyZerg,TerrainMgr
Effect=##id##Delay,AP_ChainReactionDamage2,AP_ChainReactionMarker,AP_K5InfestBroodlings
Effect=##id##Delay,AP_ChainReaction2Damage,AP_ChainReactionMarker,AP_K5InfestBroodlings
id=AP_ChainReaction2Delay
Actor=AP_GimbalZTurret,CommandUIHarnessAttackProtoss,CommandUIHarnessAttackTerran,CommandUIHarnessAttackZerg,CommandUIHarnessConfirmProtoss,CommandUIHarnessConfirmTerran,CommandUIHarnessConfirmZerg,CommandUIHarnessMoveProtoss,CommandUIHarnessMoveTerran,CommandUIHarnessMoveZerg,CommandUIHarnessRallyProtoss,CommandUIHarnessRallyTerran,CommandUIHarnessRallyZerg,TerrainMgr
Effect=AP_ChainReactionSearchForNewTarget2
id=AP_ChainReactionDamage2
id=AP_ChainReaction2Damage
Actor=AP_ChainReaction2Attack,AP_GimbalZTurret,CommandUIHarnessAttackProtoss,CommandUIHarnessAttackTerran,CommandUIHarnessAttackZerg,CommandUIHarnessConfirmProtoss,CommandUIHarnessConfirmTerran,CommandUIHarnessConfirmZerg,CommandUIHarnessMoveProtoss,CommandUIHarnessMoveTerran,CommandUIHarnessMoveZerg,CommandUIHarnessRallyProtoss,CommandUIHarnessRallyTerran,CommandUIHarnessRallyZerg,TerrainMgr
id=AP_ChainReactionSearchForNewTarget2
Actor=AP_GimbalZTurret,CommandUIHarnessAttackProtoss,CommandUIHarnessAttackTerran,CommandUIHarnessAttackZerg,CommandUIHarnessConfirmProtoss,CommandUIHarnessConfirmTerran,CommandUIHarnessConfirmZerg,CommandUIHarnessMoveProtoss,CommandUIHarnessMoveTerran,CommandUIHarnessMoveZerg,CommandUIHarnessRallyProtoss,CommandUIHarnessRallyTerran,CommandUIHarnessRallyZerg,TerrainMgr
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1908,7 +1908,7 @@ Button/Tooltip/AP_CarrierStructuralIntegrityReinforcements=Increases Carrier arm
Button/Tooltip/AP_CausticSpray=Emits a stream of acid that deals <d ref="Effect,AP_CausticSprayLevel1_Damage,Amount/Effect,AP_CausticSprayLevel1_Persistent,PeriodicPeriodArray[0]" precision="1"/> damage per second for <d ref="Effect,AP_CausticSprayLevel1_Persistent,PeriodCount*Effect,AP_CausticSprayLevel1_Persistent,PeriodicPeriodArray[0]" precision="1"/> seconds, then increases to <d ref="Effect,AP_CausticSprayLevel2_Damage,Amount/Effect,AP_CausticSprayLevel2_Persistent,PeriodicPeriodArray[0]" precision="1"/> damage per second.<n/><n/><c val="ffff8a">Channeled ability.</c><c val="#ColorAttackInfo"> Can only target enemy structures.</c>
Button/Tooltip/AP_CentrifugalHooksUpgrade=Increases Baneling movement speed.
Button/Tooltip/AP_CerberusMines=Increases blast radius and trigger radius by 33%.
Button/Tooltip/AP_ChainReaction=Kerrigan's attacks deal normal damage to her target then jump to additional nearby enemies. Deals <d ref="Effect,AP_ChainReactionDamage2,Amount"/> damage to up to four additional targets.
Button/Tooltip/AP_ChainReaction=Kerrigan's attacks deal normal damage to her target then jump to additional nearby enemies. Deals <d ref="Effect,AP_ChainReaction2Damage,Amount"/> damage to up to four additional targets.
Button/Tooltip/AP_Charge=Intercepts enemy ground units.
Button/Tooltip/AP_ChitinousPlating=Increases Ultralisk armor by 2.
Button/Tooltip/AP_CliffJumper=This unit can jump up and down cliffs.
Expand Down Expand Up @@ -3081,7 +3081,7 @@ Effect/Name/AP_ChainReaction4Delay=Chain Reaction4 Delay
Effect/Name/AP_ChainReaction4SearchForNewTarget=Chain Reaction4 Search For New Target
Effect/Name/AP_ChainReaction5=Chain Reaction5
Effect/Name/AP_ChainReaction5Damage=Chain Reaction5 Damage
Effect/Name/AP_ChainReactionDamage2=Chain Reaction2 Damage
Effect/Name/AP_ChainReaction2Damage=Chain Reaction2 Damage
Effect/Name/AP_ChainReactionMarker=Chain Reaction Marker
Effect/Name/AP_ChainReactionSearchForNewTarget2=Chain Reaction2 Search For New Target
Effect/Name/AP_Claws=Claws (Damage)
Expand Down

0 comments on commit 628e368

Please sign in to comment.