Add slight forgiveness period to Terran windup units

This commit is contained in:
Pr0nogo 2025-09-18 12:38:44 -04:00
parent 575484f3d2
commit a4c60bbba2
6 changed files with 10 additions and 8 deletions

Binary file not shown.

View File

@ -520,8 +520,8 @@ EidolonGndAttkInit:
wait 1
playfram 0x11
wait 1
sigorder 32
playfram 0x22
playsndbtwn 3602 3604 # Eidolon windup 01, 02, 03
wait 12
EidolonGndAttkRpt:
wait 1
@ -691,11 +691,11 @@ IsId 75
Type 12
Init Goliath_Base_Init
Death Goliath_Base_Death
GndAttkInit [NONE]
AirAttkInit [NONE]
GndAttkInit SkryrokorLocal00
AirAttkInit SkryrokorLocal00
Unused1 Goliath_Base_Unused1
GndAttkRpt [NONE]
AirAttkRpt [NONE]
GndAttkRpt SkryrokorLocal00
AirAttkRpt SkryrokorLocal00
CastSpell [NONE]
GndAttkToIdle [NONE]
AirAttkToIdle [NONE]
@ -796,8 +796,9 @@ Goliath_Turret_Init:
goto SkryrokorLocal00
Goliath_Turret_GndAttkInit:
playsndbtwn 3201 3203 # Goliath windup 01, 02, 03
wait 5
wait 1
sigorder 32
wait 4
Goliath_Turret_GndAttkRpt:
wait 1
nobrkcodestart
@ -15720,7 +15721,7 @@ CyprianDeath:
CyprianGndAttkInit:
playfram 0x120
wait 1
playsndbtwn 3626 3628 # Cyprian windup 01, 02, 03
sigorder 32
playfram 0x140
wait 1
playfram 0x160

Binary file not shown.

Binary file not shown.

View File

@ -12,6 +12,7 @@
- Made 'no corpse' behaviors spawn a consumed corpse for better visual feedback
## Terran
- For units with windups, added a slight forgiveness period to allow more movement and retargeting
- [Talos](https://www.fraudsclub.com/cosmonarchy-bw/show.php?target=terran/talos):
- Vision range 8 » 7
- [Cyprian](https://www.fraudsclub.com/cosmonarchy-bw/show.php?target=terran/cyprian):

Binary file not shown.