mirror of
https://gitlab.com/the-no-frauds-club/cosmonarchy-bw-prerelease.git
synced 2026-09-17 01:01:12 +00:00
Implement Potentate (graphic still WIP); Recolor Ocsal Cesiant; Fix the Ascension part of Vengeful Ascension
This commit is contained in:
parent
605e53ba8d
commit
cefcf6b5af
Binary file not shown.
@ -493,7 +493,7 @@ Sevenstep Projectile
|
||||
Omnivale
|
||||
Lodestone
|
||||
Ocsal Cesiant
|
||||
Extended Flingy #287
|
||||
Potentate
|
||||
Extended Flingy #288
|
||||
Extended Flingy #289
|
||||
Extended Flingy #290
|
||||
|
||||
Binary file not shown.
Binary file not shown.
@ -1762,8 +1762,8 @@ Lodestone Overlay
|
||||
Lodestone Shadow
|
||||
Ocsal Cesiant
|
||||
Ocsal Cesiant Shadow
|
||||
Extended Image #762
|
||||
Extended Image #763
|
||||
Potentate
|
||||
Potentate Shadow
|
||||
Extended Image #764
|
||||
Extended Image #765
|
||||
Extended Image #766
|
||||
|
||||
Binary file not shown.
@ -881,7 +881,7 @@ Quazilisk (April Fools)
|
||||
Omnivale
|
||||
Lodestone
|
||||
Ocsal Cesiant
|
||||
Extended Sprite #1
|
||||
Potentate
|
||||
Extended Sprite #1
|
||||
Extended Sprite #1
|
||||
Extended Sprite #1
|
||||
|
||||
Binary file not shown.
@ -383,7 +383,7 @@ Terran Madrigal (Furia Mode)
|
||||
Madrigal Turret (Furia)
|
||||
Omnivale
|
||||
Terran Lodestone
|
||||
Extended Unit #158
|
||||
Floor Hatch
|
||||
Extended Unit #159
|
||||
Extended Unit #160
|
||||
Extended Unit #161
|
||||
|
||||
Binary file not shown.
@ -131,7 +131,7 @@ Hammerfall Beacon (Diadem)
|
||||
None
|
||||
Icarus Missiles (Luminary)
|
||||
Litany Cannons (Epigraph)
|
||||
Phase Saber (Striga)
|
||||
Projection Saber (Striga)
|
||||
Searing Venom (Axitrilisk)
|
||||
Hedon Cannon (Tarasque)
|
||||
Accelerated Plasmid (Tarasque)
|
||||
@ -204,8 +204,8 @@ Cylindrical Blaster (Analogue)
|
||||
Heirloom Batteries (Philoc)
|
||||
Nathrok Claws (Nathrokor)
|
||||
Calcification (Gorgrokor)
|
||||
Extended Weapon #77
|
||||
Extended Weapon #78
|
||||
Talismanic Weaver (Potentate)
|
||||
Phase Saber (Potentate)
|
||||
Extended Weapon #79
|
||||
Extended Weapon #80
|
||||
Extended Weapon #81
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -29862,7 +29862,7 @@ AmaranthGndAttkRpt:
|
||||
playfram 0x44
|
||||
wait 1
|
||||
playfram 0x55
|
||||
playsndbtwn 1231 1234
|
||||
playsndbtwn 1231 1234 # Amaranth weaponfire 01, 02, 03, 04
|
||||
attackmelee 1 664 # Protoss\ZEALOT\pzeHit00.WAV
|
||||
wait 1
|
||||
playfram 0x66
|
||||
@ -52093,4 +52093,154 @@ OmnivaleIsWorking:
|
||||
wait 1
|
||||
goto OmnivaleIsWorking
|
||||
|
||||
# Next free isid: 759
|
||||
# ----------------------------------------------------------------------------- #
|
||||
# This header is used by images.dat entries:
|
||||
# 1170 Potentate (cm\protoss\potentate.grp)
|
||||
.headerstart
|
||||
IsId 759
|
||||
Type 21
|
||||
Init PotentateInit
|
||||
Death PotentateDeath
|
||||
GndAttkInit PotentateGndAttkInit
|
||||
AirAttkInit PotentateGndAttkInit
|
||||
Unused1 PotentateUnused1
|
||||
GndAttkRpt PotentateGndAttkRpt
|
||||
AirAttkRpt PotentateGndAttkRpt
|
||||
CastSpell [NONE]
|
||||
GndAttkToIdle PotentateGndAttkToIdle
|
||||
AirAttkToIdle PotentateGndAttkToIdle
|
||||
Unused2 [NONE]
|
||||
Walking PotentateWalking
|
||||
WalkingToIdle PotentateWalkingToIdle
|
||||
SpecialState1 PotentateMeleeAttkRpt
|
||||
SpecialState2 [NONE]
|
||||
AlmostBuilt [NONE]
|
||||
Built [NONE]
|
||||
Landing [NONE]
|
||||
LiftOff [NONE]
|
||||
IsWorking [NONE]
|
||||
WorkingToIdle [NONE]
|
||||
WarpIn PotentateWarpIn
|
||||
.headerend
|
||||
# ----------------------------------------------------------------------------- #
|
||||
|
||||
PotentateInit:
|
||||
imgul 1172 0 0 # Potentate Shadow (cm\protoss\potentate-shad.grp)
|
||||
playfram 0x00
|
||||
wait 2
|
||||
goto PotentateLocal69
|
||||
|
||||
PotentateLocal42:
|
||||
playfram 0x00
|
||||
goto PotentateLocal69
|
||||
|
||||
PotentateLocal69:
|
||||
wait 125
|
||||
goto PotentateLocal69
|
||||
|
||||
PotentateGndAttkToIdle:
|
||||
playfram 0x180
|
||||
wait 1
|
||||
playfram 0x160
|
||||
wait 1
|
||||
playfram 0x140
|
||||
wait 1
|
||||
playfram 0x120
|
||||
wait 1
|
||||
playfram 0x00
|
||||
wait 1
|
||||
goto PotentateLocal69
|
||||
|
||||
PotentateDeath:
|
||||
playsnd 635 # Protoss\TEMPLAR\PTeDth00.WAV
|
||||
imgol 153 0 0 # Zealot Death (protoss\zealot.grp)
|
||||
wait 3
|
||||
lowsprul 818 0 0 # Potentate Remains
|
||||
end
|
||||
|
||||
PotentateUnused1:
|
||||
wait 1
|
||||
nobrkcodestart
|
||||
setfldirect 0
|
||||
playsnd 1186 # Cantavis revive 01
|
||||
imgol 1445 0 0 # Zealot death reversed
|
||||
wait 12
|
||||
setfldirect 12
|
||||
nobrkcodeend
|
||||
goto PotentateLocal42
|
||||
|
||||
PotentateGndAttkInit:
|
||||
playfram 0x120
|
||||
wait 1
|
||||
playfram 0x140
|
||||
wait 1
|
||||
playfram 0x160
|
||||
wait 1
|
||||
playfram 0x180
|
||||
sigorder 32
|
||||
goto PotentateGndAttkRpt
|
||||
PotentateGndAttkRpt:
|
||||
wait 1
|
||||
nobrkcodestart
|
||||
playsndbtwn 1362 1366 # Potentate attack 01, 02, 03, 04, 05
|
||||
attackwith 2
|
||||
playfram 0x1A0
|
||||
wait 1
|
||||
playfram 0x180
|
||||
wait 1
|
||||
sigorder 32
|
||||
nobrkcodeend
|
||||
gotorepeatattk
|
||||
ignorerest
|
||||
goto PotentateGndAttkToIdle
|
||||
|
||||
PotentateMeleeAttkRpt:
|
||||
wait 1
|
||||
nobrkcodestart
|
||||
playsndbtwn 1231 1234 # Amaranth weaponfire 01, 02, 03, 04
|
||||
attackmelee 1 664 # Protoss\ZEALOT\pzeHit00.WAV
|
||||
playfram 0x1A0
|
||||
wait 1
|
||||
playfram 0x180
|
||||
wait 1
|
||||
nobrkcodeend
|
||||
gotorepeatattk
|
||||
ignorerest
|
||||
goto PotentateGndAttkToIdle
|
||||
|
||||
PotentateWalking:
|
||||
move 5
|
||||
wait 1
|
||||
playfram 0x100
|
||||
move 5
|
||||
wait 1
|
||||
playfram 0x20
|
||||
move 5
|
||||
wait 1
|
||||
playfram 0x40
|
||||
move 5
|
||||
wait 1
|
||||
playfram 0x60
|
||||
move 5
|
||||
wait 1
|
||||
playfram 0x80
|
||||
move 5
|
||||
wait 1
|
||||
playfram 0xA0
|
||||
move 5
|
||||
wait 1
|
||||
playfram 0xC0
|
||||
move 5
|
||||
wait 1
|
||||
playfram 0xE0
|
||||
goto PotentateWalking
|
||||
|
||||
PotentateWalkingToIdle:
|
||||
playfram 0x00
|
||||
goto PotentateLocal69
|
||||
|
||||
PotentateWarpIn:
|
||||
imgol 128 0 0 # Cantavis Warp Flash (protoss\templar.grp)
|
||||
goto InfestedTerranLocal00
|
||||
|
||||
# Next free isid: 760
|
||||
BIN
mpq/unit/cm/protoss/potentate-shadow.grp
Normal file
BIN
mpq/unit/cm/protoss/potentate-shadow.grp
Normal file
Binary file not shown.
BIN
mpq/unit/cm/protoss/potentate.grp
Normal file
BIN
mpq/unit/cm/protoss/potentate.grp
Normal file
Binary file not shown.
BIN
mpq/unit/cm/zerg/ocsal-cesiant-damage.lof
Normal file
BIN
mpq/unit/cm/zerg/ocsal-cesiant-damage.lof
Normal file
Binary file not shown.
BIN
mpq/unit/cm/zerg/ocsal-cesiant-shadow.grp
Normal file
BIN
mpq/unit/cm/zerg/ocsal-cesiant-shadow.grp
Normal file
Binary file not shown.
BIN
mpq/unit/cm/zerg/ocsal-cesiant.grp
Normal file
BIN
mpq/unit/cm/zerg/ocsal-cesiant.grp
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -20,7 +20,14 @@ Patch goals include:
|
||||
- Fixed a crash related to Demiurges (r. benno & The Shambler, c. DF)
|
||||
- Gameplay:
|
||||
- Sycophants no longer "donate" shields for free (r. Mystery Meat)
|
||||
- Ascending corpses now enchants allies instead of enemies
|
||||
- Cagra spread by Omnivales now correctly recedes when the Omnivale dies (r. Btyb88)
|
||||
- Audiovisual:
|
||||
- Ocsal Cesiant now has a wireframe
|
||||
|
||||
## Audiovisuals
|
||||
- Updated sprite for:
|
||||
- Ocsal Cesiant (placeholder)
|
||||
|
||||
## Protoss
|
||||
- [Sycophant](https://www.fraudsclub.com/cosmonarchy-bw/show.php?target=protoss/sycophant):
|
||||
@ -55,4 +62,16 @@ Patch goals include:
|
||||
- Time cost now 70, from 60
|
||||
- HP now 850, from 750
|
||||
- [Argosy](https://www.fraudsclub.com/cosmonarchy-bw/show.php?target=protoss/argosy):
|
||||
- Time cost now 60, from 50
|
||||
- Time cost now 60, from 50
|
||||
- **NEW:** [Potentate](https://www.fraudsclub.com/cosmonarchy-bw/show.php?target=protoss/potentate):
|
||||
- Flexible supportive ranger; trained from Prostration Stage
|
||||
|
||||
## Zerg
|
||||
- [Mortothrokor](https://www.fraudsclub.com/cosmonarchy-bw/show.php?target=zerg/mortothrokor):
|
||||
- Now moves ~7.5% faster
|
||||
- Whetted Appetite:
|
||||
- Now increases lifesteal
|
||||
- No longer increases movement speed
|
||||
- [Alkajelisk](https://www.fraudsclub.com/cosmonarchy-bw/show.php?target=zerg/alkajelisk):
|
||||
- Now moves ~22% faster
|
||||
- Weapon range now 8, from 10
|
||||
BIN
plugins/gptp.qdp
BIN
plugins/gptp.qdp
Binary file not shown.
Loading…
Reference in New Issue
Block a user