From 306ba5ddd203919eff2e6a2d3da65d79b2feb779 Mon Sep 17 00:00:00 2001 From: Pr0nogo Date: Mon, 31 Jul 2023 14:58:36 -0400 Subject: [PATCH] Fix melee splash on new units --- mpq/arr/weapons.datex | Bin 10752 -> 10752 bytes mpq/scripts/iscript.txt | 15 ++++++++++----- patchnotes.md | 1 + 3 files changed, 11 insertions(+), 5 deletions(-) diff --git a/mpq/arr/weapons.datex b/mpq/arr/weapons.datex index b15e5a3cafe134c4d53542d789a7dc40c112f184..669298d1933c4b12943077e5d8b3a697871adf3d 100644 GIT binary patch delta 27 icmZn&X$aZSCeO&cxn2Gh3nSO$A{9SIuFVHk>{$VX%?Ppp delta 27 icmZn&X$aZSCeO&Uxn2Gh3nRniA{9SIhRp|6>{$VX1_+%1 diff --git a/mpq/scripts/iscript.txt b/mpq/scripts/iscript.txt index 7e6e09c..6b103b3 100644 --- a/mpq/scripts/iscript.txt +++ b/mpq/scripts/iscript.txt @@ -30431,14 +30431,16 @@ GolemGndAttkInit: playfram 0xbb wait 1 playfram 0xcc - attackmelee 1 664 # Protoss\ZEALOT\pzeHit00.WAV + attackwith 1 + playsnd 664 # Protoss\ZEALOT\pzeHit00.WAV wait 1 playfram 0xdd wait 1 playfram 0xee wait 1 playfram 0xff - attackmelee 1 664 # Protoss\ZEALOT\pzeHit00.WAV + attackwith 1 + playsnd 664 # Protoss\ZEALOT\pzeHit00.WAV wait 1 playfram 0x110 nobrkcodeend @@ -49783,7 +49785,8 @@ SycophantGndAttkRpt: wait 1 nobrkcodestart playfram 0x240 - attackmelee 1 664 # Protoss\ZEALOT\pzeHit00.WAV + attackwith 1 + playsnd 664 # Protoss\ZEALOT\pzeHit00.WAV wait 1 playfram 0x260 wait 1 @@ -51406,12 +51409,14 @@ MortothrokorGndAttkRpt: playfram 0x66 wait 1 playfram 0x77 - attackmelee 2 894 895 # Zerg\Ultra\zulHit00.WAV | Zerg\Ultra\zulHit01.WAV + attackwith 1 + playsndbtwn 894 895 # Zerg\Ultra\zulHit00.WAV | Zerg\Ultra\zulHit01.WAV wait 2 playfram 0x66 wait 2 playfram 0x77 - attackmelee 2 894 895 # Zerg\Ultra\zulHit00.WAV | Zerg\Ultra\zulHit01.WAV + attackwith 1 + playsndbtwn 894 895 # Zerg\Ultra\zulHit00.WAV | Zerg\Ultra\zulHit01.WAV wait 1 playfram 0x66 wait 1 diff --git a/patchnotes.md b/patchnotes.md index 5fc73c9..edb711f 100644 --- a/patchnotes.md +++ b/patchnotes.md @@ -95,6 +95,7 @@ A menagerie of bugfixes and balance changes are also present, alongside the depl - [Herald](https://www.fraudsclub.com/cosmonarchy-bw/show.php?target=protoss/herald): - Weapon cooldown now 0.92, from 1 - [Sycophant](https://www.fraudsclub.com/cosmonarchy-bw/show.php?target=protoss/sycophant): + - Armor penetration now 3, from 2 - Now splashes targets in 0.25/0.5/0.75 radii - [Optecton](https://www.fraudsclub.com/cosmonarchy-bw/show.php?target=protoss/optecton): - Transport space cost now 8, from 10