Make various balance adjustments; Add new models!

This commit is contained in:
Pr0nogo 2026-09-02 23:25:35 -04:00
parent 0b2465ea75
commit edd63c6ba5
51 changed files with 160 additions and 50 deletions

Binary file not shown.

View File

@ -4365,13 +4365,13 @@ Cardinal Under Attack 01
Cardinal Under Attack 02
Cardinal Under Attack 03
Cardinal Under Attack 04
Extended Sound #1
Extended Sound #1
Extended Sound #1
Extended Sound #1
Extended Sound #1
Extended Sound #1
Extended Sound #1
Zethalor Weaponfire 01
Zethalor Weaponfire 02
Zethalor Weaponfire 03
Zethalisk Weaponfire 01
Zethalisk Weaponfire 02
Zethalisk Weaponfire 03
Bloodsummon Structure Placement 01
Extended Sound #1
Extended Sound #1
Extended Sound #1

View File

@ -4365,3 +4365,10 @@ cm\a\cardinal\hlp-01.wav
cm\a\cardinal\hlp-02.wav
cm\a\cardinal\hlp-03.wav
cm\a\cardinal\hlp-04.wav
cm\f-z\zethalor\wf-01.wav
cm\f-z\zethalor\wf-02.wav
cm\f-z\zethalor\wf-03.wav
cm\f-z\zethalisk\wf-01.wav
cm\f-z\zethalisk\wf-02.wav
cm\f-z\zethalisk\wf-03.wav
cm\b\placement-01.wav

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
mpq/game/fconover.pcx Normal file

Binary file not shown.

BIN
mpq/game/fconsole.pcx Normal file

Binary file not shown.

Binary file not shown.

View File

@ -327,12 +327,12 @@ Anchor Attack requires:<10> Loaded ranged combatant<0>
e<3><4>Lay Spider Mines <1>(<3>E<1>)<10>Places a Spider Mine at the target site. Spider Mines explode on hostiles that trip them, dealing significant splash damage.<0>
¤<3><4>Autophagy <2>(passive)<10>On death, Vilgorokors transform into Vilgoleths and immediately spawn 2 Rilirokors.<0>
¤<3><4>Heretical Bedlam <2>(passive)<10>Dying hostiles that were struck by the Pariah in the last 2 seconds have their corpses ascended after 1 second.<0>
<0>
t<3><4>Inject Stimpack <1>(<3>T<1>)<10>Take a dangerous injection that deals 5 damage, instantly increasing movement and attack speeds by 50% for 5 seconds.<0>
¤<3><4>Swarming Omen <2>(passive)<10>Hostiles afflicted by the this strain's attacks grant 125% movement speed to any of this strain's allies within 10 range.<0>
e<3><4>Plant Goremast <1>(<3>E<1>)<10>Places a Goremast at the target site. Goremasts damage and cripple targets that trip them.<0>
d<3><4>Divine Discipline <1>(<3>D<1>)<10>Creates an alchemical field at the target location. Allies within the field gain 25% increased attack speed, while enemies within the field suffer 25% reduced attack speed.<0>
d<3><4>Rejoinder of Service <1>(<3>D<1>)<10>Augments the combatant for 5 seconds, empowering their attacks to ignore armor.<10>If a combatant dies while under this effect, all hostiles within its vision range are pulled towards it by 2 range.<0>
t<3><4>Inject Stimpack <1>(<3>T<1>)<10>Take a dangerous injection that deals 5 damage. After a 1.5 second delay, gain 75% movement speed and 100% attack speed for 7.5 seconds.<0>
t<3><4>Inject Stimpack <1>(<3>T<1>)<10>Take a dangerous injection that deals 10 damage. After a 1.5 second delay, gain 75% movement speed and 100% attack speed for 7.5 seconds.<0>
e<3><4>Lay Lobotomy Mines <1>(<3>E<1>)<10>Places a Lobotomy Mine at the target site. Lobotomy Mines stun and slow targets that trip them.<0>
e<3><4>Lay Tartarus Mines <1>(<3>E<1>)<10>Places a Tartarus Mine at the target site. Tartarus Mines incinerate and rend the armor of targets that trip them.<0>
e<3><4>Siege Mode <1>(<3>E<1>)<10>Switches forms, gaining enhanced range and splash radius and disabling movement.<0>
@ -2090,7 +2090,7 @@ Electromagnetic Explosion<0>
Celestial Cannons<0>
Intervention Missiles<0>
Sovrol Spores<0>
Flak Cannons<0>
Flak Cannon<0>
Argos Laser Batteries<0>
Sowing Spines<0>
Charybdal Rifle<0>

Binary file not shown.

View File

@ -2524,7 +2524,7 @@ ProsceniumSpecialState1:
goto SkryrokorLocal00
ProsceniumAlmostBuilt:
playfram 2
playfram 6
goto SkryrokorLocal00
ProsceniumBuilt:
@ -2534,8 +2534,16 @@ ProsceniumBuilt:
ProsceniumIsWorking:
playfram 1
wait 2
playfram 0
waitrand 1 2
playfram 2
wait 2
playfram 3
wait 2
playfram 4
wait 2
playfram 5
wait 2
playfram 0x00
wait 5
goto ProsceniumIsWorking
ProsceniumDisable:

Binary file not shown.

View File

@ -7003,15 +7003,15 @@ WorkingToIdle InfestedTerranWalkingToIdle
WarpIn ArgosyAlmostBuilt
Unused3 [NONE]
StarEditInit [NONE]
Disable InfestedTerranWalkingToIdle
Disable ArgosyDisable
Burrow [NONE]
UnBurrow [NONE]
Enable InfestedTerranWalkingToIdle
Enable ArgosyEnable
.headerend
# ----------------------------------------------------------------------------- #
ArgosyInit:
imgul 1123 0 0 # Argosy Shadow (cm\protoss\argosy-shad.grp)
imgulnextid 0 0 # Argosy Shadow (cm\protoss\argosy-shadow.grp)
goto InfestedTerranWalkingToIdle
ArgosyDeath:
@ -7045,18 +7045,26 @@ ArgosyIsWorking:
playfram 4
wait 2
playfram 5
waitrand 2 5
playfram 4
wait 2
playfram 3
wait 2
playfram 2
wait 2
goto ArgosyIsWorking
ArgosyDisable:
playfram 6
wait 2
playfram 7
wait 2
playfram 8
goto SkryrokorLocal00
ArgosyEnable:
playfram 6
wait 2
playfram 9
wait 2
playfram 0x00
wait 2
goto ArgosyIsWorking
goto InfestedTerranWalkingToIdle
# ----------------------------------------------------------------------------- #
# This header is used by images.dat entries:
@ -13211,7 +13219,7 @@ Enable ArdentAuthorityEnable
ArdentAuthorityInit:
playfram 0x00
imgul 1637 0 0 # Ardent Authority Shadow (cm\protoss\ardent-authority-shadow.grp)
imgulnextid 0 0 # Ardent Authority Shadow (cm\protoss\ardent-authority-shadow.grp)
goto ArdentAuthorityLanding
ArdentAuthorityLanding:
@ -13235,9 +13243,14 @@ ArdentAuthorityIsWorking:
wait 2
playfram 2
wait 2
playfram 1
playfram 3
wait 2
playfram 4
waitrand 2 5
playfram 3
wait 2
playfram 2
wait 2
playfram 0
goto ArdentAuthorityIsWorking
ArdentAuthorityWarpIn:
@ -13245,13 +13258,15 @@ ArdentAuthorityWarpIn:
goto ArdentAuthorityLanding
ArdentAuthorityDisable:
playfram 3
wait 1
goto ArdentAuthorityBuilt
playfram 6
wait 2
playfram 7
wait 2
goto ArdentAuthorityLanding
ArdentAuthorityEnable:
playfram 0x00
wait 1
playfram 6
wait 2
goto ArdentAuthorityBuilt
# ----------------------------------------------------------------------------- #

Binary file not shown.

View File

@ -14093,17 +14093,37 @@ MagnetarUnused1:
goto SkryrokorLocal00
MagnetarGndAttkInit:
wait 1
nobrkcodestart
wait 2
playfram 0x00
wait 1
nobrkcodestart
wait 1
playfram 0x11
wait 1
playfram 0x22
wait 1
playfram 0x33
wait 1
playfram 0x44
wait 1
playfram 0x55
wait 1
playfram 0x66
playsndbtwn 1876 1879 # Magnetar weapon fire 01, 02, 03, 04
attack
wait 1
playfram 0x00
nobrkcodeend
playfram 0x55
wait 1
playfram 0x44
wait 1
playfram 0x33
wait 1
playfram 0x22
wait 1
playfram 0x11
wait 1
playfram 0x00
wait 1
gotorepeatattk
goto SkryrokorLocal00
@ -14112,8 +14132,58 @@ MagnetarLocal00:
goto MagnetarLocal00
MagnetarCastSpell:
wait 1
nobrkcodestart
wait 1
playfram 0x00
imgolorig 543 # Yamato Gun Overlay (thingy\eycBlast.grp)
sigorder 32
wait 1
playfram 0x11
wait 1
playfram 0x22
wait 1
playfram 0x33
wait 1
playfram 0x44
wait 1
playfram 0x55
wait 1
playfram 0x66
wait 1
playfram 0x55
wait 1
playfram 0x44
wait 1
playfram 0x33
wait 1
playfram 0x22
wait 1
playfram 0x11
wait 1
playfram 0x22
wait 1
playfram 0x33
wait 1
playfram 0x44
wait 1
playfram 0x55
wait 1
playfram 0x66
wait 1
playfram 0x55
wait 1
playfram 0x44
wait 1
playfram 0x33
wait 1
playfram 0x22
wait 1
playfram 0x11
wait 1
playfram 0x00
wait 1
nobrkcodeend
goto MagnetarLocal00
MagnetarWalking:

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -37,12 +37,13 @@
## Audiovisuals
- New models for:
- Magnetar, Ardent Authority, Argosy (c. DeltaCadimus)
- Vorvrokor (c. Baelethal)
- Landlock, Radix, Function (c. fasswawds)
- Landlock, Radix, Function, Proscenium (c. fasswawds)
- Resized model for:
- Talos, Cyprian
- Modified model for:
- Maverick, Maverick (Futurist), Shaman, Phontis
- Maverick, Maverick (Futurist), Shaman, Artisan, Phontis
- Zethrokor, Liiralisk, Izirokor (c. Solstice)
- Added weapon launch offsets for:
- Aphorist, Silversoul, Ghostwrit, Phontis, Iconoclast, Crematorium
@ -112,7 +113,7 @@
- [Atreus](https://cosmonarchy.com/protoss/atreus):
- Sight range 9 » 8
- Transport weight 4 » 5
- **Dauntlet Disruption Cannon:**
- **Dauntless Disruption Cannon:**
- Weapon damage 12 » 10
- Weapon range 5 » 4
@ -121,8 +122,12 @@
- Order of the Sacred Saber Gladius variant. Has Triumphant Rise (a la Herald / Archon).
## Zerg
- **Miasma:**
- No longer spreads on death; **Plague** remains unchanged
- *This will be revisited later.*
- [Zethrokor](https://cosmonarchy.com/zerg/zethrokor):
- Resource cost 25/0 » 50/0
- HP 50 » 60
- Movement speed 7.5 » 8.4
- **Zethrok Claws:**
- Weapon damage 4 » 5
@ -147,8 +152,13 @@
## Askosi
- **Shared Designs:**
- Team building from **Pilgrim**s and **Constituent**s now increases build rate by 25% per worker, from 20%
- **Ash Heap:**
- Now consumes corpses
- [Cardinal](https://cosmonarchy.com/askosi/cardinal):
- Resource costs 75/25 » 100/25
- [Tortare](https://cosmonarchy.com/askosi/tortare):
- **Deathrattle Assembly:**
- Now grants 2 armor when deployed
- [Radix](https://cosmonarchy.com/askosi/radix):
- Resource costs 100/0 » 125/0

Binary file not shown.