Add Pendulum; Increase Vulture movespeed; Misc bugfixes

This commit is contained in:
Pr0nogo 2023-09-25 15:51:19 -04:00
parent dc9d25881f
commit 1135c5432b
9 changed files with 16 additions and 5 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -6603,6 +6603,7 @@ VultureUnused1:
VultureGndAttkInit:
wait 1
attackwith 1
attackwith 1
playsnd 106 # Bullet\tvuFir00.wav
gotorepeatattk
goto VultureGndAttkToIdle
@ -15466,7 +15467,6 @@ FragmentationGrenadeLocal00:
FragmentationGrenadeDeath:
imgol 440 0 0 # Fragmentation Grenade Hit (thingy\efgHit.grp)
domissiledmg
domissiledmg
wait 1
end
@ -31108,15 +31108,15 @@ BactaliskGndAttkInit:
playfram 0xee
wait 1
playfram 0xff
playsndbtwn 46 48 # Misc\CRITTERS\JCrWht00.wav | Misc\CRITTERS\JCrWht02.wav
sproluselo 332 0 # Needle Spines (thingy\spooge.grp)
playsndbtwn 46 48 # Misc\CRITTERS\JCrWht00.wav | Misc\CRITTERS\JCrWht02.wav
sproluselo 332 0 # Needle Spines (thingy\spooge.grp)
attackwith 1
wait 2
playfram 0x110
wait 2
playfram 0x121
attackwith 1
sproluselo 332 0 # Needle Spines (thingy\spooge.grp)
sproluselo 332 0 # Needle Spines (thingy\spooge.grp)
wait 2
playfram 0x132
wait 1

Binary file not shown.

View File

@ -11,4 +11,15 @@ Patch goals include:
- TBD
## Latest content
- TBD
- [Crash Course: Micro!](https://youtu.be/pgrVDYiMzeM)
## Bugfixes
- Gameplay:
- Psionic Storm now correctly damages the caster (c. Veeq7)
- Iroleths now correctly regress to Ovileths
## Terran
- [Vulture](https://www.fraudsclub.com/cosmonarchy-bw/show.php?target=terran/vulture):
- HP now 85, from 90
- Now moves 6.25% faster
- Now visibly shoots two projectiles for better visual clarity

Binary file not shown.