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

Conversation

itsjustbones
Copy link

@itsjustbones itsjustbones commented Oct 14, 2024

Lot of balance changes, new upgrade, and bug fixes:

bug fixes:
change supply inadequate message for morphling to tyrannozor for clarity
tychus EOD shield icon level 4/5 fixed
stukov PotV attack icon level 4/5 fixed
Infested Siege Tanks say they can use deep tunnel, but then deep tunnel is a separate unlock (fixed in client already, not in data)
some supreme reinforcements weren't AP units. (mostly zurvan fight units)
add bio tags for infested mercs
update infested unit races to zerg
fix predator nest not being initially frozen in harvest of screams

balance changes:
Maar is now Heroic
broodlord speed upgrade nerfed from ~3.3 -> 3
guardian base speed buffed from 1.4 -> 2.25
hunterling stun reduced to 1sec for Heroic
2 hunterlings per buy
hunterling jump cooldown increased 10 - > 12
hunterlings cost changed from 400/150 to 300/150 (original value was bugged, x2 intended)
infested siege tank main gun base range from 18 -> 12
remove infested banshee cloak innate +2 range
for infested siege tank main gun attack, remove anti-baneling ai response
infested marine are now valid infested siege tank ammo
reduce infested diamondback base damage from 20, +10 vs armored -> 10, +8 vs armored
reduce infested diamondack base range 8 -> 6, and snare base range 8 -> 6
remove infested diamondback snare baseline
lower infested diamondbnack slime trail damage from 20 -> 12 per second (has period of .5, so damage numbers are 10 -> 6)
remove original frightful fleshwelder
increased base cost of infested siege tank 200/100 -> 200/125
increased base cost of infested diamondback 225/75 -> 225/100
increased base cost of infested liberator 150/100 -> 150/125

new upgrades:
guardian propellan sacs upgrade: speed increased 2.25 -> 3.25
guardian primodial fury upgrade: +10% AS per attack, up to +50% 5s duration.
guardian explosive spores upgrade: adds ability to target ground units with a delayed explosion, aoe attack. 20 dmg, knockback, 30s cooldown. has autocast
construction jump jets: scv cliff jump upgrade
demolition armaments: widow mine building attack upgrade. affects death explosion upgrade and splash damage. adds toggle to disable auto casting on buildings
infested siege tank seismic sonar upgrade: range increase on main gun +3, and +1 on tentacle
infested banshee advanced targeting optics upgrade: +2 range while cloaked
infested siege tank balanced roots upgrade: attack while moving for infested siege tank tentacle
infested diamondback concentrated spew upgrade: increase attack and snare range by +2
infested diamondback fungal snare is now progressive, 2 levels, first adds snare, second reduces cooldown by 15s. old improved fungal snare upgrade folded into the progressive one.
infested diamondback violent enzymes upgrade: increase base damage by +8
frightful fleshwelder infested siege tank reduces cost to 200/100
frightful fleshwelder infested diamondback reduces cost to 175/100
frightful fleshwelder infested banshee reduces to cost 125/100
frightful fleshwelder infested liberator reduces to cost 150/100
zerg static defenses excavating claws upgrade: move faster, especially off creep, and root faster

Here videos of some of the new stuff stuff that's got major visual components

guardian cast ability

SC2_x64_ilx3CwRLYX.mp4

widow mine upgrade

SC2_x64_OQAUvg2Vb6.mp4

scv cliff jump
https://github.com/user-attachments/assets/5b57c64a-a090-4c92-9c30-2a5096e3337d

Comment on lines 15847 to 15849
<EffectArray Operation="Set" Reference="Unit,AP_SCV,Mover" Value="CliffJumper"/>
<EditorCategories value="Race:Terran,UpgradeType:Talents"/>
<AffectedUnitArray value="AP_SCV"/>
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add infested SCV as they share their upgrades

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

added

<EffectArray Reference="Unit,AP_SpineCrawlerUprooted,Speed" Value="1"/>
<EffectArray Reference="Unit,AP_SporeCrawlerUprooted,Speed" Value="1"/>
<EffectArray Operation="Set" Reference="Unit,AP_SpineCrawlerUprooted,SpeedMultiplierCreep" Value="1.4"/>
<EffectArray Operation="Set" Reference="Unit,AP_SporeCrawlerUprooted,SpeedMultiplierCreep" Value="1.4"/>
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Infested buildings?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The upgrade specifically targets defensive structures, not all structures. I think its fine to exclude the production building items, similar to creep stomach. Envy plans to add creep stomach and this upgrade to infested bunker themselves in a separate pr soon.

@Ziktofel Ziktofel merged commit e41457f into Ziktofel:sc2-next Oct 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants