Remove mode selection; Adjust some Protoss spellcasting

This commit is contained in:
Pr0nogo 2023-02-21 17:52:01 -05:00
parent d819415665
commit 91e6ed95a1
11 changed files with 27 additions and 8 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -2307,7 +2307,7 @@ Phobos Help 04
Madrigal Dirge Proc 01
Madrigal Dirge Proc 02
Madrigal Dirge Proc 03
Extended Sound #1
Didact Stasis Field Channel 01
Extended Sound #1
Extended Sound #1
Extended Sound #1

Binary file not shown.

View File

@ -10536,7 +10536,7 @@ AirAttkRpt DidactGndAttkRpt
CastSpell DidactCastSpell
GndAttkToIdle DidactGndAttkToIdle
AirAttkToIdle DidactGndAttkToIdle
Unused2 [NONE]
Unused2 DidactUnused2
Walking DidactWalking
WalkingToIdle DidactGndAttkToIdle
SpecialState1 [NONE]
@ -10600,7 +10600,7 @@ DidactLocal00:
DidactCastSpell:
nobrkcodestart
wait 1
wait 1
playsnd 548 # Protoss\ARBITER\PAbCag00.WAV
castspell
nobrkcodeend
@ -10608,6 +10608,21 @@ DidactCastSpell:
sigorder 2
goto DidactLocal00
DidactUnused2:
nobrkcodestart
wait 1
playsnd 2309 # Didact Stasis Field channel 01
wait 3
imgul 364 0 0 # Stasis Field Hit
wait 7
imgul 364 0 0 # Stasis Field Hit
wait 8
imgul 364 0 0 # Stasis Field Hit
castspell
nobrkcodeend
sigorder 2
goto DidactGndAttkToIdle
DidactWalking:
playfram 0x00
setvertpos 0
@ -21790,10 +21805,9 @@ MindTyrantEnergyUnused1:
goto MindTyrantEnergyInit
MindTyrantEnergyCastSpell:
nobrkcodestart
wait 24
castspell
sigorder 2
nobrkcodeend
gotorepeatattk
goto MindTyrantEnergyGndAttkInit

Binary file not shown.

View File

@ -21,8 +21,7 @@ Aside from that: TBD
- Superior engine graphics for the Mason and the Trojan have been added (c. DarkenedFantasies)
## UI
- Config: player APM is now shown in witness mode and in replays (c. Veeq7)
- *Still working on this.*
- Mode selection is no longer required after selecting "singleplayer" or "multiplayer" in the main menu (c. DarkenedFantasies)
## Maps
- Nitro Valley, by knightoftherealm
@ -30,4 +29,10 @@ Aside from that: TBD
- Slightly expanded player mains
- **NEW:** [Rest in Paradise](https://files.catbox.moe/j1rhps.png), a 1v1 map, by Pr0nogo
- **NEW:** [Perpetua](https://files.catbox.moe/2pfm0e.png), a 1v1 map with four spawns, by knightoftherealm
- **NEW:** [Everessence](https://cdn.discordapp.com/attachments/453287280296067072/1076219870947049563/Everessence.png), a 1v1 map by TheBeaver99
- **NEW:** [Everessence](https://cdn.discordapp.com/attachments/453287280296067072/1076219870947049563/Everessence.png), a 1v1 map by TheBeaver99
## Protoss
- [Mind Tyrant](https://www.fraudsclub.com/cosmonarchy-bw/show.php?target=protoss/mind-tyrant):
- Maelstrom projectile now significantly slower
- [Didact](https://www.fraudsclub.com/cosmonarchy-bw/show.php?target=protoss/didact):
- Stasis Field is now a channel

Binary file not shown.