Fix right-click build actions for Askosi; WIP implementations for Intendent and Tirade passives

This commit is contained in:
Pr0nogo 2025-12-22 13:49:31 -05:00
parent 5506f9da15
commit 8bbe439427
14 changed files with 63 additions and 7 deletions

Binary file not shown.

View File

@ -630,7 +630,7 @@ Proscenium
Quadriga
Landlock (Christmas)
Serathiel
Extended Flingy #424
Intendent Electricity
Extended Flingy #425
Extended Flingy #426
Extended Flingy #427

Binary file not shown.

View File

@ -2233,7 +2233,7 @@ Serathiel
Serathiel Shadow
Serathiel Engines
Divine Discipline Field
Extended Image #1233
Intendent Electricity
Extended Image #1234
Extended Image #1235
Extended Image #1236

Binary file not shown.

View File

@ -1082,7 +1082,7 @@ Quadriga
Landlock (Christmas)
Serathiel
Divine Discipline Field
Extended Sprite #568
Intendent Electricity
Extended Sprite #569
Extended Sprite #570
Extended Sprite #571

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -1039,7 +1039,7 @@ Must target enemy units or allied embedded units.<0>
<0>
<0>
<0>
<0>
¤<3><4>Power Breach <2>(passive)<10>This combatant's attacks can bounce to the nearest hostile up to three times. Each bounce occurs after a short delay and deals 25% reduced damage.<0>
Askosi Biotic Bolting<0>
Askosi Mechani Bolting<0>
Askosi Skyskip Bolting<0>
@ -1059,7 +1059,7 @@ Agrileth requires:<10> Quazeth Pool<0>
¤<3><4>Captivating Claws <2>(passive)<10>This strain's attacks apply Ensnare, slowing the movement and attack speeds of their victims by 33% for 2 seconds.<0>
Irol Aspect requires:<10> Irol Iris<0>
b<1><4>Morph into Zobriolisk <1>(<3>B<1>)<10>Versatile assault strain.<0>
¤<3><4>Booming Blast <2>(passive)<10>Any target struck by this combatant has their movement speed slowed by 33% for 2 seconds.<10>Once the slow expires or the unit dies, they emit a blast that deals 10 damage to all hostiles within 2 range.<0>
¤<3><4>Booming Blast <2>(passive)<10>Any target struck by this combatant has their movement speed slowed by 33% for 2 seconds.<10>Once the slow expires or the combatant dies, they emit a blast that deals 10 damage to all hostiles within 2 range.<0>
b<1><4>Morph into Bactalisk <1>(<3>B<1>)<10>Crowd-controlling assault strain.<0>
Zobrion Aspect requires:<10> Zozarc Gorge<0>
g<1><4>Warp in Magister <1>(<3>G<1>)<10>Battle platform.<0>

Binary file not shown.

View File

@ -2436,4 +2436,58 @@ ProsceniumIsWorking:
goto ProsceniumIsWorking
ProsceniumDisable:
goto SkryrokorLocal00
goto SkryrokorLocal00
# ----------------------------------------------------------------------------- #
# This header is used by images.dat entries:
# 2235 Askosi Electroball (cm\shared\aspirant-weapon.grp)
.headerstart
IsId 28
Type 13
Init ElectroballInit
Death ElectroballDeath
GndAttkInit ElectroballGndAttkInit
AirAttkInit [NONE]
Unused1 [NONE]
GndAttkRpt [NONE]
AirAttkRpt [NONE]
CastSpell [NONE]
GndAttkToIdle [NONE]
AirAttkToIdle [NONE]
Unused2 [NONE]
Walking [NONE]
WalkingToIdle [NONE]
SpecialState1 ElectroballSpecialState1
.headerend
# ----------------------------------------------------------------------------- #
ElectroballInit:
wait 1
sigorder 1
wait 1
ElectroballGndAttkInit:
playfram 0x00
wait 1
playfram 1
wait 1
playfram 2
wait 1
playfram 3
wait 1
playfram 4
wait 1
goto ElectroballGndAttkInit
ElectroballDeath:
imgol 427 0 0 # Phase Disruptor Hit (thingy\HKexplod.grp)
playsnd 2848 # Panoptus weaponhit 01
domissiledmg
wait 1
end
ElectroballSpecialState1:
imgol 427 0 0 # Phase Disruptor Hit (thingy\HKexplod.grp)
playsnd 2848 # Panoptus weaponhit 01
domissiledmg
wait 1
goto ElectroballGndAttkInit

View File

@ -94,10 +94,12 @@
- **Adrenal Frenzy:**
- Used by **Quazrokor** and **Nathrokor**
- No longer procs when attacking allies
- [Agrileth](https://www.fraudsclub.com/cosmonarchy-bw/show.php?target=zerg/agrileth):
- Now has **Cagragenesis**
- [Zethrokor](https://www.fraudsclub.com/cosmonarchy-bw/show.php?target=zerg/zethrokor):
- Collision size reduced by ~10%
- *Also applies to Sovrokor*
- [Quazilisk]():
- [Quazilisk](https://www.fraudsclub.com/cosmonarchy-bw/show.php?target=zerg/quazilisk):
- Now has **Adrenal Frenzy**
- [Bactalisk](https://www.fraudsclub.com/cosmonarchy-bw/show.php?target=zerg/bactalisk):
- **Corrosive Acid:**

Binary file not shown.