diff --git a/mpq/arr/units.datex b/mpq/arr/units.datex index 39c3fcf2..fc1f93e2 100644 Binary files a/mpq/arr/units.datex and b/mpq/arr/units.datex differ diff --git a/mpq/arr/weapons.datex b/mpq/arr/weapons.datex index afe2139d..64f6c649 100644 Binary files a/mpq/arr/weapons.datex and b/mpq/arr/weapons.datex differ diff --git a/mpq/rez/unitnames.tbl b/mpq/rez/unitnames.tbl index 884bdbf2..72b01bf8 100644 Binary files a/mpq/rez/unitnames.tbl and b/mpq/rez/unitnames.tbl differ diff --git a/mpq/scripts/iscript.txt b/mpq/scripts/iscript.txt index 6c378fbd..1a1ffb46 100644 --- a/mpq/scripts/iscript.txt +++ b/mpq/scripts/iscript.txt @@ -71,7 +71,6 @@ ScourgeLocal01: wait 2 goto ScourgeLocal01 - InfestedTerranWalkingToIdle: playfram 0x00 ScourgeLocal00: @@ -5734,7 +5733,7 @@ Death Generic_Wait1End GndAttkInit Goliath_Turret_GndAttkInit AirAttkInit Goliath_Turret_AirAttkInit Unused1 [NONE] -GndAttkRpt Goliath_Turret_GndAttkInit +GndAttkRpt Goliath_Turret_GndAttkRpt AirAttkRpt Goliath_Turret_AirAttkInit CastSpell [NONE] GndAttkToIdle Goliath_Turret_Init @@ -5751,25 +5750,20 @@ Goliath_Turret_Init: goto ScourgeLocal00 Goliath_Turret_GndAttkInit: + playsnd 2821 # Paladin charge 01 + wait 5 +Goliath_Turret_GndAttkRpt: + wait 1 + nobrkcodestart playfram 0xdd playsnd 70 # Bullet\TGoFir00.wav attackwith 1 wait 1 - nobrkcodestart playfram 0x00 wait 1 - playfram 0xdd - wait 1 - playfram 0x00 - wait 1 - playfram 0xdd - wait 1 - playfram 0x00 - wait 1 - playfram 0xdd - wait 1 nobrkcodeend gotorepeatattk + ignorerest goto Goliath_Turret_Init Goliath_Turret_AirAttkInit: @@ -23565,6 +23559,18 @@ MadrigalImperiosoTurretGndAttkInit: attack playfram 0x20 wait 1 + playfram 0x00 + wait 2 + playsndbtwn 1208 1211 # Madrigal weaponfire 01, 02, 03, 04 + attack + playfram 0x20 + wait 1 + playfram 0x00 + wait 2 + playsndbtwn 1208 1211 # Madrigal weaponfire 01, 02, 03, 04 + attack + playfram 0x20 + wait 1 nobrkcodeend gotorepeatattk goto ScourgeLocal00 diff --git a/mpq/unit/cm/faction-p/zealot-starbound.grp b/mpq/unit/cm/faction-p/zealot-starbound.grp new file mode 100644 index 00000000..6f6f1bcb Binary files /dev/null and b/mpq/unit/cm/faction-p/zealot-starbound.grp differ diff --git a/patchnotes.md b/patchnotes.md index 479c0c63..04c25b06 100644 --- a/patchnotes.md +++ b/patchnotes.md @@ -84,12 +84,24 @@ Forthcoming. - **Flak Cannon** weapon cooldown 1.25 » 1 - **Recursion Rounds:** - Now deals unsafe splash, with falloff (24/48/64) +- [Goliath](https://www.fraudsclub.com/cosmonarchy-bw/show.php?target=terran/goliath): + - Armor 2 » 3 + - **Twin Autocannons:** + - Weapon damage 1x10 » 2x4 + - Weapon cooldown 0.83 » 0.33 + - Weapon range 7 » 4 + - Now has an initial windup delay of 0.25 seconds + - **Contender Missiles** weapon range 7 » 8 - [Blackjack](https://www.fraudsclub.com/cosmonarchy-bw/show.php?target=terran/blackjack): + - HP 75 » 85 - Armor 1 » 2 - [Matador](https://www.fraudsclub.com/cosmonarchy-bw/show.php?target=terran/matador): - - HP 100 » 120 + - HP 100 » 140 - [Madrigal](https://www.fraudsclub.com/cosmonarchy-bw/show.php?target=terran/madrigal): - HP 150 » 160 + - **Imperioso Missiles:** + - Weapon damage 1x14 » 3x8 + - Weapon splash radius 12/24/48 » 12/24/36 - [Quarry](https://www.fraudsclub.com/cosmonarchy-bw/show.php?target=terran/quarry): - Resource costs 125/100 » 125/75 - Build time 30 » 25 @@ -150,9 +162,17 @@ Forthcoming. - No longer trains **Scribe**s - [Gateway](https://www.fraudsclub.com/cosmonarchy-bw/show.php?target=protoss/gateway): - Build time 45 » 50 +- [Prostration Stage](https://www.fraudsclub.com/cosmonarchy-bw/show.php?target=protoss/prostration-stage): + - Build time 60 » 65 - [Lattice](https://www.fraudsclub.com/cosmonarchy-bw/show.php?target=protoss/lattice): - Resource costs 200/0 » 150/50 - Build time 45 » 50 +- [Synthetic Synod](https://www.fraudsclub.com/cosmonarchy-bw/show.php?target=protoss/synthetic-synod): + - Build time 70 » 75 +- [Stargate](https://www.fraudsclub.com/cosmonarchy-bw/show.php?target=protoss/stargate): + - Build time 55 » 60 +- [Argosy](https://www.fraudsclub.com/cosmonarchy-bw/show.php?target=protoss/argosy): + - Build time 65 » 70 ## Zerg - [Larva](https://www.fraudsclub.com/cosmonarchy-bw/show.php?target=zerg/larva): diff --git a/plugins/gptp.qdp b/plugins/gptp.qdp index c2683414..c9a9c95f 100644 Binary files a/plugins/gptp.qdp and b/plugins/gptp.qdp differ