Tweak Atreus and replace graphic; Fix globals reset and lifesteal ratio

This commit is contained in:
Pr0nogo 2024-06-21 18:22:10 -04:00
parent 43c82e85c8
commit 1c8ecdb2d2
10 changed files with 26 additions and 79 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -28089,7 +28089,7 @@ GndAttkToIdle AtreusGndAttkToIdle
AirAttkToIdle AtreusGndAttkToIdle
Unused2 [NONE]
Walking AtreusWalking
WalkingToIdle AtreusWalkingToIdle
WalkingToIdle AtreusGndAttkToIdle
SpecialState1 [NONE]
SpecialState2 [NONE]
AlmostBuilt [NONE]
@ -28104,60 +28104,11 @@ WarpIn AtreusWarpIn
AtreusInit:
imgul 1173 0 0 # Atreus Shadow (cm\protoss\atreus-shad.grp)
playfram 0x00
wait 2
AtreusLocal00:
wait 62
randcondjmp 25 AtreusLocal01
randcondjmp 13 AtreusLocal02
goto AtreusLocal00
AtreusLocal01:
playfram 0x11
wait 1
playfram 0x22
wait 1
playfram 0x33
wait 1
playfram 0x44
waitrand 8 15
playfram 0x33
wait 1
playfram 0x22
wait 1
randcondjmp 43 AtreusLocal01
playfram 0x11
wait 1
playfram 0x00
wait 1
randcondjmp 13 AtreusLocal02
goto AtreusLocal00
AtreusLocal02:
playfram 0x55
wait 1
playfram 0x66
wait 1
playfram 0x77
wait 1
playfram 0x88
waitrand 8 15
playfram 0x77
wait 1
playfram 0x66
wait 1
randcondjmp 43 AtreusLocal02
playfram 0x55
wait 1
playfram 0x00
wait 1
randcondjmp 13 AtreusLocal01
goto AtreusLocal00
goto AtreusGndAttkToIdle
AtreusGndAttkToIdle:
playfram 0x00
wait 2
goto AtreusLocal00
goto ScourgeLocal00
AtreusDeath:
playsnd 533 # Protoss\Scout\PScDth00.WAV
@ -28172,14 +28123,10 @@ AtreusGndAttkInit:
AtreusGndAttkRpt:
wait 1
nobrkcodestart
playfram 0x1A9
playfram 0x220
playsndbtwn 1788 1790 # Atreus weapon fire 01, 02, 03
attackwith 1
wait 1
playfram 0x1BA
wait 1
playfram 0x1CB
wait 1
playfram 0x00
wait 1
nobrkcodeend
@ -28190,61 +28137,57 @@ AtreusGndAttkRpt:
AtreusWalking:
move 4
wait 1
playfram 0xcc
playfram 0x20
move 4
wait 1
playfram 0xdd
playfram 0x40
move 4
wait 1
playfram 0xee
playfram 0x60
move 4
wait 1
playfram 0xff
playfram 0x80
move 4
wait 1
playfram 0x110
playfram 0xA0
move 4
wait 1
playfram 0x121
playfram 0xC0
move 4
wait 1
playfram 0x132
playfram 0xE0
move 4
wait 1
playfram 0x143
playfram 0x100
move 4
wait 1
playfram 0x154
playfram 0x120
move 4
wait 1
playfram 0x165
playfram 0x140
move 4
wait 1
playfram 0x176
playfram 0x160
move 4
wait 1
playfram 0x187
playfram 0x180
move 4
wait 1
playfram 0x198
playfram 0x1A0
move 4
wait 1
playfram 0x99
playfram 0x1C0
move 4
wait 1
playfram 0xaa
playfram 0x1E0
move 4
wait 1
playfram 0xbb
playfram 0x200
goto AtreusWalking
AtreusWalkingToIdle:
playfram 0x00
goto AtreusLocal00
AtreusWarpIn:
imgol 125 0 0 # Cantavis Warp Flash (protoss\templar.grp)
goto AtreusLocal00
goto ScourgeLocal00
# ----------------------------------------------------------------------------- #
# This header is used by images.dat entries:

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -33,8 +33,9 @@ Forthcoming.
- Restored Clarion Phase Link functionality (r. Neblime, c. Veeq7)
- Restored Magnetar Yamato Cannon functionality (r. jakulangski)
- Anthelion Gravity Well can no longer stun victims (r. GreenEggs'NSpam)
- Fixed issues with building modifiers (e.g. Debug game mode and Crucible) (c. Veeq7)
- Cancelling Dimensional Recall can no longer be exploited to recall units from another location
- Phase Link no longer overcounts armor, miscounts damage, or spreads minimal damage incorrectly (c. Veeq7)
- Fixed issues with building modifiers (e.g. Debug game mode and Crucible) (c. Veeq7)
- Kalkalisks now properly regress to Nathrokors, if applicable (r. jakulangski)
- Combat cloak is now correctly cancelled by Magnetar Law of Attraction
- Anthelions no longer attempt to flee cloaked targets
@ -109,6 +110,9 @@ Forthcoming.
- **Galactic Weaver:**
- Armor penetration 5 » 0
- Weapon cooldown 0.5 » 0.67
- [Clarion](https://www.fraudsclub.com/cosmonarchy-bw/show.php?target=protoss/clarion):
- **Phase Link:**
- Damage spread 50% » 75%
- [Aurora](https://www.fraudsclub.com/cosmonarchy-bw/show.php?target=protoss/aurora):
- **Last Orders** can now target air units
- [Anthelion](https://www.fraudsclub.com/cosmonarchy-bw/show.php?target=protoss/anthelion):

Binary file not shown.