Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Balance and bug fixes #299

Merged
merged 34 commits into from
Oct 18, 2024
Merged
Show file tree
Hide file tree
Changes from 33 commits
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
a785d24
hunterling changes
itsjustbones Oct 11, 2024
57209d0
add heroic to maar
itsjustbones Oct 11, 2024
dd550ad
rebalance guardian and add upgrades
itsjustbones Oct 13, 2024
dd59f60
guardian upgrade triggers
itsjustbones Oct 13, 2024
511f4d1
Add scv jumpjets
itsjustbones Oct 13, 2024
7263ec8
add trigers for scv jump jets, and fix some button issues
itsjustbones Oct 13, 2024
3157745
tryannozor low supply message change (for clarity)
itsjustbones Oct 13, 2024
7b08f34
fix tychus and stukov icon bugs, and infested siege tank description
itsjustbones Oct 13, 2024
082ae11
fix supreme primal reinforcements being non-ap units
itsjustbones Oct 13, 2024
933a26e
Add widow mine upgrade to damage structures.
itsjustbones Oct 13, 2024
e61f60b
add widow mine upgrade trigger
itsjustbones Oct 13, 2024
a073115
infested siege tank range upgrade and base range nerf
itsjustbones Oct 13, 2024
385636f
add triggers for infested siege tank range upgrade
itsjustbones Oct 13, 2024
4eb9923
for infested banshee, move +2 range while cloaked to own upgrade
itsjustbones Oct 13, 2024
c0c25f9
remvoe range 2 text on base cloak for infested banshee
itsjustbones Oct 13, 2024
088f2bc
add bio tags to infested mercs
itsjustbones Oct 13, 2024
373d7f5
for infested siege tank main gun attack, remove anti-baneling ai resp…
itsjustbones Oct 13, 2024
84ee9f7
update infested units race to zerg
itsjustbones Oct 13, 2024
9eb7395
add infested marines as valid ammo for infested siege tanks
itsjustbones Oct 13, 2024
4971f92
Add upgrade to allow tentacle attack while moving for infested siege …
itsjustbones Oct 13, 2024
394594b
add infested siege tank upgrade trigger, for balanced roots, and add …
itsjustbones Oct 13, 2024
ebd09f7
infested diamondback baseline nerfs, and some of the power moved to n…
itsjustbones Oct 14, 2024
513470b
add infested banshee upgrade trigger, and infested diamondback upgrad…
itsjustbones Oct 14, 2024
b67c43f
Add spore and spine crawler movespeed and root speed upgrade
itsjustbones Oct 14, 2024
17f0d0a
replace frightful fleshwelder with excavating claws triggers
itsjustbones Oct 14, 2024
e817003
rebalance frightful fleshwelder
itsjustbones Oct 14, 2024
f534a8d
add rebalanced frightful fleshwelder triggers
itsjustbones Oct 14, 2024
8f8c809
fix predator nest not being frozen with rescue group
itsjustbones Oct 14, 2024
1c1a500
increase base resource cost of infested diamondbacks and siege tanks
itsjustbones Oct 14, 2024
712bdd2
minor fixes
itsjustbones Oct 14, 2024
ba12ca4
remove duplicate mengsk actor, might have been from rebase or something
itsjustbones Oct 14, 2024
5b80948
changes to frightful fleshwelder efficiency
itsjustbones Oct 14, 2024
7354b90
fix hunterling strings after balance changes
itsjustbones Oct 14, 2024
e6a3432
add infested scv support for cliff jump
itsjustbones Oct 18, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -1371,6 +1371,9 @@ bool gt_Init03Units_Func (bool testConds, bool runActions) {
else if (auto1A1E4CE8_val == "AP_Roach") {
UnitBehaviorAdd(autoFD5DAF59_var, "FlashFreeze", autoFD5DAF59_var, 1);
}
else if (auto1A1E4CE8_val == "AP_ZergMercenaryCompound") {
UnitBehaviorAdd(autoFD5DAF59_var, "FlashFreeze", autoFD5DAF59_var, 1);
}
else {
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2650,6 +2650,7 @@
<FunctionCall Type="FunctionCall" Id="F74B21D7"/>
<FunctionCall Type="FunctionCall" Id="A8CD1E6E"/>
<FunctionCall Type="FunctionCall" Id="8113E6C6"/>
<FunctionCall Type="FunctionCall" Id="F2C7E382"/>
</Element>
<Element Type="Param" Id="688F956D">
<ParameterDef Type="ParamDef" Library="Ntve" Id="B4ACF12A"/>
Expand Down Expand Up @@ -3766,6 +3767,51 @@
<Element Type="FunctionCall" Id="6E797F36">
<FunctionDef Type="FunctionDef" Library="Ntve" Id="19CE733E"/>
</Element>
<Element Type="FunctionCall" Id="F2C7E382">
<FunctionDef Type="FunctionDef" Library="Ntve" Id="3A1227AB"/>
<SubFunctionType Type="SubFuncType" Library="Ntve" Id="AD43BC93"/>
<Parameter Type="Param" Id="D3552815"/>
<FunctionCall Type="FunctionCall" Id="CCEC83BA"/>
</Element>
<Element Type="Param" Id="D3552815">
<ParameterDef Type="ParamDef" Library="Ntve" Id="9A8F1093"/>
<Value>AP_ZergMercenaryCompound</Value>
<ValueType Type="gamelink"/>
<ValueGameType Type="Unit"/>
</Element>
<Element Type="FunctionCall" Id="CCEC83BA">
<FunctionDef Type="FunctionDef" Library="Ntve" Id="C47C0524"/>
<SubFunctionType Type="SubFuncType" Library="Ntve" Id="363CE97C"/>
<Parameter Type="Param" Id="1EB81638"/>
<Parameter Type="Param" Id="B5E2E8B1"/>
<Parameter Type="Param" Id="0ED5FB0B"/>
<Parameter Type="Param" Id="3322D198"/>
</Element>
<Element Type="Param" Id="1EB81638">
<ParameterDef Type="ParamDef" Library="Ntve" Id="6F19F7ED"/>
<Value>1</Value>
<ValueType Type="int"/>
</Element>
<Element Type="Param" Id="B5E2E8B1">
<ParameterDef Type="ParamDef" Library="Ntve" Id="9A6B09E3"/>
<Value>FlashFreeze</Value>
<ValueType Type="gamelink"/>
<ValueGameType Type="Behavior"/>
</Element>
<Element Type="Param" Id="0ED5FB0B">
<ParameterDef Type="ParamDef" Library="Ntve" Id="2E722704"/>
<FunctionCall Type="FunctionCall" Id="906AD0E5"/>
</Element>
<Element Type="FunctionCall" Id="906AD0E5">
<FunctionDef Type="FunctionDef" Library="Ntve" Id="19CE733E"/>
</Element>
<Element Type="Param" Id="3322D198">
<ParameterDef Type="ParamDef" Library="Ntve" Id="02BBDCC1"/>
<FunctionCall Type="FunctionCall" Id="1A101E25"/>
</Element>
<Element Type="FunctionCall" Id="1A101E25">
<FunctionDef Type="FunctionDef" Library="Ntve" Id="19CE733E"/>
</Element>
<Element Type="Comment" Id="8E1D8155">
<Comment>
Setup Protoss Player Units
Expand Down
30 changes: 15 additions & 15 deletions Maps/ArchipelagoCampaign/HotS/ap_supreme.SC2Map/MapScript.galaxy
Original file line number Diff line number Diff line change
Expand Up @@ -2196,7 +2196,7 @@ bool gt_DEBUGYagdraBoss_Func (bool testConds, bool runActions) {
if ((lv_friendlyRoaches >= 6)) {
}
else {
libNtve_gf_CreateUnitsAtPoint2((6 - lv_friendlyRoaches), "PrimalRoach", 0, gv_pLAYER_01_USER, UnitGetPosition(gv_kerrigan));
libNtve_gf_CreateUnitsAtPoint2((6 - lv_friendlyRoaches), "AP_PrimalRoach", 0, gv_pLAYER_01_USER, UnitGetPosition(gv_kerrigan));
}
UnitAbilityShow(gv_kerrigan, "PsiStrikeWalk", true);
UnitAbilityShow(gv_kerrigan, "PrimalSlash", true);
Expand Down Expand Up @@ -2283,12 +2283,12 @@ bool gt_DEBUGKraithBoss_Func (bool testConds, bool runActions) {
if ((lv_friendlyRoaches >= 6)) {
}
else {
libNtve_gf_CreateUnitsAtPoint2((6 - lv_friendlyRoaches), "PrimalRoach", 0, gv_pLAYER_01_USER, UnitGetPosition(gv_kerrigan));
libNtve_gf_CreateUnitsAtPoint2((6 - lv_friendlyRoaches), "AP_PrimalRoach", 0, gv_pLAYER_01_USER, UnitGetPosition(gv_kerrigan));
}
if ((lv_friendlyHydras >= 4)) {
}
else {
libNtve_gf_CreateUnitsAtPoint2((4 - lv_friendlyHydras), "PrimalHydralisk", 0, gv_pLAYER_01_USER, UnitGetPosition(gv_kerrigan));
libNtve_gf_CreateUnitsAtPoint2((4 - lv_friendlyHydras), "AP_PrimalHydralisk", 0, gv_pLAYER_01_USER, UnitGetPosition(gv_kerrigan));
}
UnitAbilityShow(gv_kerrigan, "PsiStrikeWalk", true);
UnitAbilityShow(gv_kerrigan, "PrimalSlash", true);
Expand Down Expand Up @@ -2409,17 +2409,17 @@ bool gt_DEBUGSlivanBoss_Func (bool testConds, bool runActions) {
if ((lv_friendlyRoaches >= 6)) {
}
else {
libNtve_gf_CreateUnitsAtPoint2((6 - lv_friendlyRoaches), "PrimalRoach", 0, gv_pLAYER_01_USER, UnitGetPosition(gv_kerrigan));
libNtve_gf_CreateUnitsAtPoint2((6 - lv_friendlyRoaches), "AP_PrimalRoach", 0, gv_pLAYER_01_USER, UnitGetPosition(gv_kerrigan));
}
if ((lv_friendlyHydras >= 4)) {
}
else {
libNtve_gf_CreateUnitsAtPoint2((4 - lv_friendlyHydras), "PrimalHydralisk", 0, gv_pLAYER_01_USER, UnitGetPosition(gv_kerrigan));
libNtve_gf_CreateUnitsAtPoint2((4 - lv_friendlyHydras), "AP_PrimalHydralisk", 0, gv_pLAYER_01_USER, UnitGetPosition(gv_kerrigan));
}
if ((lv_friendlyUltras >= 1)) {
}
else {
libNtve_gf_CreateUnitsAtPoint2((1 - lv_friendlyUltras), "PrimalUltralisk", 0, gv_pLAYER_01_USER, UnitGetPosition(gv_kerrigan));
libNtve_gf_CreateUnitsAtPoint2((1 - lv_friendlyUltras), "AP_PrimalUltralisk", 0, gv_pLAYER_01_USER, UnitGetPosition(gv_kerrigan));
}
UnitAbilityShow(gv_kerrigan, "PsiStrikeWalk", true);
UnitAbilityShow(gv_kerrigan, "PrimalSlash", true);
Expand Down Expand Up @@ -2555,17 +2555,17 @@ bool gt_DEBUGZurvanBoss_Func (bool testConds, bool runActions) {
if ((lv_friendlyRoaches >= 6)) {
}
else {
libNtve_gf_CreateUnitsAtPoint2((6 - lv_friendlyRoaches), "PrimalRoach", 0, gv_pLAYER_01_USER, UnitGetPosition(gv_kerrigan));
libNtve_gf_CreateUnitsAtPoint2((6 - lv_friendlyRoaches), "AP_PrimalRoach", 0, gv_pLAYER_01_USER, UnitGetPosition(gv_kerrigan));
}
if ((lv_friendlyHydras >= 4)) {
}
else {
libNtve_gf_CreateUnitsAtPoint2((4 - lv_friendlyHydras), "PrimalHydralisk", 0, gv_pLAYER_01_USER, UnitGetPosition(gv_kerrigan));
libNtve_gf_CreateUnitsAtPoint2((4 - lv_friendlyHydras), "AP_PrimalHydralisk", 0, gv_pLAYER_01_USER, UnitGetPosition(gv_kerrigan));
}
if ((lv_friendlyUltras >= 1)) {
}
else {
libNtve_gf_CreateUnitsAtPoint2((1 - lv_friendlyUltras), "PrimalUltralisk", 0, gv_pLAYER_01_USER, UnitGetPosition(gv_kerrigan));
libNtve_gf_CreateUnitsAtPoint2((1 - lv_friendlyUltras), "AP_PrimalUltralisk", 0, gv_pLAYER_01_USER, UnitGetPosition(gv_kerrigan));
}
UnitAbilityShow(gv_kerrigan, "PsiStrikeWalk", true);
UnitAbilityShow(gv_kerrigan, "PrimalSlash", true);
Expand Down Expand Up @@ -12251,13 +12251,13 @@ bool gt_ZurvanIntroSetup_Func (bool testConds, bool runActions) {
auto169FED01_var = UnitGroupUnitFromEnd(auto169FED01_g, auto169FED01_u);
if (auto169FED01_var == null) { break; }
auto38344B2C_val = UnitGetType(auto169FED01_var);
if (auto38344B2C_val == "PrimalRoachBurrowed") {
if (auto38344B2C_val == "AP_PrimalRoachBurrowed") {
UnitIssueOrder(auto169FED01_var, Order(AbilityCommand("BurrowPrimalRoachUp", 0)), c_orderQueueReplace);
}
else if (auto38344B2C_val == "PrimalHydraliskBurrowed") {
else if (auto38344B2C_val == "AP_PrimalHydraliskBurrowed") {
UnitIssueOrder(auto169FED01_var, Order(AbilityCommand("BurrowPrimalHydraliskUp", 0)), c_orderQueueReplace);
}
else if (auto38344B2C_val == "PrimalUltraliskBurrowed") {
else if (auto38344B2C_val == "AP_PrimalUltraliskBurrowed") {
UnitIssueOrder(auto169FED01_var, Order(AbilityCommand("BurrowPrimalUltraliskUp", 0)), c_orderQueueReplace);
}
else {
Expand Down Expand Up @@ -12727,7 +12727,7 @@ bool gt_ZurvanReinforcements_Func (bool testConds, bool runActions) {
}
else {
lv_friendlyHydras = (4 - lv_friendlyHydras);
UnitCreate(lv_friendlyHydras, "PrimalHydralisk", 0, gv_pLAYER_01_USER, RegionGetCenter(RegionFromId(156)), 315.0);
UnitCreate(lv_friendlyHydras, "AP_PrimalHydralisk", 0, gv_pLAYER_01_USER, RegionGetCenter(RegionFromId(156)), 315.0);
auto1F2D5D87_g = UnitLastCreatedGroup();
auto1F2D5D87_u = UnitGroupCount(auto1F2D5D87_g, c_unitCountAll);
for (;; auto1F2D5D87_u -= 1) {
Expand All @@ -12747,7 +12747,7 @@ bool gt_ZurvanReinforcements_Func (bool testConds, bool runActions) {
}
else {
lv_friendlyRoaches = (6 - lv_friendlyRoaches);
UnitCreate(lv_friendlyRoaches, "PrimalRoach", 0, gv_pLAYER_01_USER, RegionGetCenter(RegionFromId(156)), 315.0);
UnitCreate(lv_friendlyRoaches, "AP_PrimalRoach", 0, gv_pLAYER_01_USER, RegionGetCenter(RegionFromId(156)), 315.0);
autoB8B38C45_g = UnitLastCreatedGroup();
autoB8B38C45_u = UnitGroupCount(autoB8B38C45_g, c_unitCountAll);
for (;; autoB8B38C45_u -= 1) {
Expand All @@ -12767,7 +12767,7 @@ bool gt_ZurvanReinforcements_Func (bool testConds, bool runActions) {
}
else {
lv_friendlyUltras = (1 - lv_friendlyUltras);
UnitCreate(lv_friendlyUltras, "PrimalUltralisk", 0, gv_pLAYER_01_USER, RegionGetCenter(RegionFromId(156)), 315.0);
UnitCreate(lv_friendlyUltras, "AP_PrimalUltralisk", 0, gv_pLAYER_01_USER, RegionGetCenter(RegionFromId(156)), 315.0);
auto48AF143C_g = UnitLastCreatedGroup();
auto48AF143C_u = UnitGroupCount(auto48AF143C_g, c_unitCountAll);
for (;; auto48AF143C_u -= 1) {
Expand Down
41 changes: 21 additions & 20 deletions Maps/ArchipelagoCampaign/HotS/ap_supreme.SC2Map/Triggers
Original file line number Diff line number Diff line change
Expand Up @@ -4242,7 +4242,7 @@
</Element>
<Element Type="Param" Id="5906B4AA">
<ParameterDef Type="ParamDef" Library="Ntve" Id="99ECA820"/>
<Value>PrimalRoach</Value>
<Value>AP_PrimalRoach</Value>
<ValueType Type="gamelink"/>
<ValueGameType Type="Unit"/>
</Element>
Expand Down Expand Up @@ -4844,7 +4844,7 @@
</Element>
<Element Type="Param" Id="09410A6F">
<ParameterDef Type="ParamDef" Library="Ntve" Id="99ECA820"/>
<Value>PrimalRoach</Value>
<Value>AP_PrimalRoach</Value>
<ValueType Type="gamelink"/>
<ValueGameType Type="Unit"/>
</Element>
Expand Down Expand Up @@ -4928,7 +4928,7 @@
</Element>
<Element Type="Param" Id="3C6C2123">
<ParameterDef Type="ParamDef" Library="Ntve" Id="99ECA820"/>
<Value>PrimalHydralisk</Value>
<Value>AP_PrimalHydralisk</Value>
<ValueType Type="gamelink"/>
<ValueId Id="4294967295"/>
<ValueGameType Type="Unit"/>
Expand Down Expand Up @@ -5912,7 +5912,7 @@
</Element>
<Element Type="Param" Id="3339E701">
<ParameterDef Type="ParamDef" Library="Ntve" Id="99ECA820"/>
<Value>PrimalRoach</Value>
<Value>AP_PrimalRoach</Value>
<ValueType Type="gamelink"/>
<ValueGameType Type="Unit"/>
</Element>
Expand Down Expand Up @@ -5996,7 +5996,7 @@
</Element>
<Element Type="Param" Id="7968EE59">
<ParameterDef Type="ParamDef" Library="Ntve" Id="99ECA820"/>
<Value>PrimalHydralisk</Value>
<Value>AP_PrimalHydralisk</Value>
<ValueType Type="gamelink"/>
<ValueId Id="4294967295"/>
<ValueGameType Type="Unit"/>
Expand Down Expand Up @@ -6081,7 +6081,7 @@
</Element>
<Element Type="Param" Id="6AB04ABF">
<ParameterDef Type="ParamDef" Library="Ntve" Id="99ECA820"/>
<Value>PrimalUltralisk</Value>
<Value>AP_PrimalUltralisk</Value>
<ValueType Type="gamelink"/>
<ValueId Id="4294967295"/>
<ValueGameType Type="Unit"/>
Expand Down Expand Up @@ -7206,7 +7206,7 @@
</Element>
<Element Type="Param" Id="2BF402BA">
<ParameterDef Type="ParamDef" Library="Ntve" Id="99ECA820"/>
<Value>PrimalRoach</Value>
<Value>AP_PrimalRoach</Value>
<ValueType Type="gamelink"/>
<ValueGameType Type="Unit"/>
</Element>
Expand Down Expand Up @@ -7290,7 +7290,7 @@
</Element>
<Element Type="Param" Id="25C3BE54">
<ParameterDef Type="ParamDef" Library="Ntve" Id="99ECA820"/>
<Value>PrimalHydralisk</Value>
<Value>AP_PrimalHydralisk</Value>
<ValueType Type="gamelink"/>
<ValueId Id="4294967295"/>
<ValueGameType Type="Unit"/>
Expand Down Expand Up @@ -7375,7 +7375,7 @@
</Element>
<Element Type="Param" Id="A8773257">
<ParameterDef Type="ParamDef" Library="Ntve" Id="99ECA820"/>
<Value>PrimalUltralisk</Value>
<Value>AP_PrimalUltralisk</Value>
<ValueType Type="gamelink"/>
<ValueId Id="4294967295"/>
<ValueGameType Type="Unit"/>
Expand Down Expand Up @@ -20423,20 +20423,16 @@
<FunctionDef Type="FunctionDef" Library="Ntve" Id="F20A0011"/>
<SubFunctionType Type="SubFuncType" Library="Ntve" Id="00000004"/>
<Parameter Type="Param" Id="3A526238"/>
<Parameter Type="Param" Id="5B360650"/>
<Parameter Type="Param" Id="014B99F4"/>
<Parameter Type="Param" Id="0C8E8A1E"/>
<Parameter Type="Param" Id="09FBEBA6"/>
<Parameter Type="Param" Id="D3D1F524"/>
</Element>
<Element Type="Param" Id="3A526238">
<ParameterDef Type="ParamDef" Library="Ntve" Id="535CF74C"/>
<Value>1</Value>
<ValueType Type="int"/>
</Element>
<Element Type="Param" Id="5B360650">
<ParameterDef Type="ParamDef" Library="Ntve" Id="E0EEA51B"/>
<ValueType Type="preset"/>
</Element>
<Element Type="Param" Id="014B99F4">
<ParameterDef Type="ParamDef" Library="Ntve" Id="83C13034"/>
<Variable Type="Variable" Id="1CF08657"/>
Expand All @@ -20453,6 +20449,11 @@
<ValueType Type="point"/>
<ValueId Id="2024"/>
</Element>
<Element Type="Param" Id="D3D1F524">
<ParameterDef Type="ParamDef" Library="Ntve" Id="E0EEA51B"/>
<ValueType Type="preset"/>
<ValueElement Type="Preset" Library="Ntve" Id="E85564CA"/>
</Element>
<Element Type="FunctionCall" Id="D88C61FC">
<FunctionDef Type="FunctionDef" Library="Ntve" Id="00000089"/>
<SubFunctionType Type="SubFuncType" Library="Ntve" Id="00000004"/>
Expand Down Expand Up @@ -109859,7 +109860,7 @@
</Element>
<Element Type="Param" Id="F9009EA9">
<ParameterDef Type="ParamDef" Library="Ntve" Id="9A8F1093"/>
<Value>PrimalRoachBurrowed</Value>
<Value>AP_PrimalRoachBurrowed</Value>
<ValueType Type="gamelink"/>
<ValueGameType Type="Unit"/>
</Element>
Expand Down Expand Up @@ -109903,7 +109904,7 @@
</Element>
<Element Type="Param" Id="0CAD763B">
<ParameterDef Type="ParamDef" Library="Ntve" Id="9A8F1093"/>
<Value>PrimalHydraliskBurrowed</Value>
<Value>AP_PrimalHydraliskBurrowed</Value>
<ValueType Type="gamelink"/>
<ValueId Id="4294967295"/>
<ValueGameType Type="Unit"/>
Expand Down Expand Up @@ -109948,7 +109949,7 @@
</Element>
<Element Type="Param" Id="AF09AC45">
<ParameterDef Type="ParamDef" Library="Ntve" Id="9A8F1093"/>
<Value>PrimalUltraliskBurrowed</Value>
<Value>AP_PrimalUltraliskBurrowed</Value>
<ValueType Type="gamelink"/>
<ValueId Id="4294967295"/>
<ValueGameType Type="Unit"/>
Expand Down Expand Up @@ -115889,7 +115890,7 @@
</Element>
<Element Type="Param" Id="EC368882">
<ParameterDef Type="ParamDef" Library="Ntve" Id="EF0CF6FF"/>
<Value>PrimalHydralisk</Value>
<Value>AP_PrimalHydralisk</Value>
<ValueType Type="gamelink"/>
<ValueId Id="4294967295"/>
<ValueGameType Type="Unit"/>
Expand Down Expand Up @@ -116189,7 +116190,7 @@
</Element>
<Element Type="Param" Id="E25D3090">
<ParameterDef Type="ParamDef" Library="Ntve" Id="EF0CF6FF"/>
<Value>PrimalRoach</Value>
<Value>AP_PrimalRoach</Value>
<ValueType Type="gamelink"/>
<ValueGameType Type="Unit"/>
</Element>
Expand Down Expand Up @@ -116488,7 +116489,7 @@
</Element>
<Element Type="Param" Id="F1A2E1B0">
<ParameterDef Type="ParamDef" Library="Ntve" Id="EF0CF6FF"/>
<Value>PrimalUltralisk</Value>
<Value>AP_PrimalUltralisk</Value>
<ValueType Type="gamelink"/>
<ValueId Id="4294967295"/>
<ValueGameType Type="Unit"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,8 @@
<ShieldsStart value="750"/>
<ShieldsMax value="750"/>
</CUnit>
<CUnit id="Maar">
<!--Override-->
<Attributes index="Heroic" value="1"/>
</CUnit>
</Catalog>
Binary file not shown.
Binary file not shown.
Loading