diff --git a/mpq/arr/flingy.datex b/mpq/arr/flingy.datex index f33258da..aa87ddaa 100644 Binary files a/mpq/arr/flingy.datex and b/mpq/arr/flingy.datex differ diff --git a/mpq/arr/flingy.txt b/mpq/arr/flingy.txt index 8aa7f483..e34f599c 100644 --- a/mpq/arr/flingy.txt +++ b/mpq/arr/flingy.txt @@ -630,7 +630,7 @@ Proscenium Quadriga Landlock (Christmas) Serathiel -Extended Flingy #424 +Intendent Electricity Extended Flingy #425 Extended Flingy #426 Extended Flingy #427 diff --git a/mpq/arr/images.datex b/mpq/arr/images.datex index ce637f04..bfc089f4 100644 Binary files a/mpq/arr/images.datex and b/mpq/arr/images.datex differ diff --git a/mpq/arr/images.txt b/mpq/arr/images.txt index 9729cf51..67d3b751 100644 --- a/mpq/arr/images.txt +++ b/mpq/arr/images.txt @@ -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 diff --git a/mpq/arr/sprites.datex b/mpq/arr/sprites.datex index 57765405..d5e546c4 100644 Binary files a/mpq/arr/sprites.datex and b/mpq/arr/sprites.datex differ diff --git a/mpq/arr/sprites.txt b/mpq/arr/sprites.txt index 19012f51..dd91991f 100644 --- a/mpq/arr/sprites.txt +++ b/mpq/arr/sprites.txt @@ -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 diff --git a/mpq/arr/units.datex b/mpq/arr/units.datex index 155cb667..910854bf 100644 Binary files a/mpq/arr/units.datex and b/mpq/arr/units.datex differ diff --git a/mpq/arr/weapons.datex b/mpq/arr/weapons.datex index 5407f27b..68d02d2d 100644 Binary files a/mpq/arr/weapons.datex and b/mpq/arr/weapons.datex differ diff --git a/mpq/datreq/Buttons.graft b/mpq/datreq/Buttons.graft index a7512012..c4324bbe 100644 Binary files a/mpq/datreq/Buttons.graft and b/mpq/datreq/Buttons.graft differ diff --git a/mpq/rez/stat.txt b/mpq/rez/stat.txt index 2e348366..a0c56ec1 100644 --- a/mpq/rez/stat.txt +++ b/mpq/rez/stat.txt @@ -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> diff --git a/mpq/scripts/iscript_askosi.bin b/mpq/scripts/iscript_askosi.bin index 59844ea2..14aeb861 100644 Binary files a/mpq/scripts/iscript_askosi.bin and b/mpq/scripts/iscript_askosi.bin differ diff --git a/mpq/scripts/iscript_askosi.txt b/mpq/scripts/iscript_askosi.txt index e379c0b6..a5246889 100644 --- a/mpq/scripts/iscript_askosi.txt +++ b/mpq/scripts/iscript_askosi.txt @@ -2436,4 +2436,58 @@ ProsceniumIsWorking: goto ProsceniumIsWorking ProsceniumDisable: - goto SkryrokorLocal00 \ No newline at end of file + 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 \ No newline at end of file diff --git a/patchnotes.md b/patchnotes.md index 23082938..6daed2ce 100644 --- a/patchnotes.md +++ b/patchnotes.md @@ -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:** diff --git a/plugins/gptp.qdp b/plugins/gptp.qdp index 6a163633..16fde49d 100644 Binary files a/plugins/gptp.qdp and b/plugins/gptp.qdp differ