diff --git a/mpq/arr/flingy.datex b/mpq/arr/flingy.datex index 4695c930..700ee64b 100644 Binary files a/mpq/arr/flingy.datex and b/mpq/arr/flingy.datex differ diff --git a/mpq/arr/units.datex b/mpq/arr/units.datex index da50f1e5..d0c69012 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 9b2ea07b..68f970d0 100644 Binary files a/mpq/arr/weapons.datex and b/mpq/arr/weapons.datex differ diff --git a/mpq/rez/stat_txt.tbl b/mpq/rez/stat_txt.tbl index 5a9f102a..a834b7f4 100644 Binary files a/mpq/rez/stat_txt.tbl and b/mpq/rez/stat_txt.tbl differ diff --git a/mpq/scripts/iscript_general.bin b/mpq/scripts/iscript_general.bin index 74598682..8cd4e970 100644 Binary files a/mpq/scripts/iscript_general.bin and b/mpq/scripts/iscript_general.bin differ diff --git a/mpq/scripts/iscript_general.txt b/mpq/scripts/iscript_general.txt index fa2cf34a..78f675ff 100644 --- a/mpq/scripts/iscript_general.txt +++ b/mpq/scripts/iscript_general.txt @@ -4266,4 +4266,28 @@ PsiFieldType2Init: setflipstate 1 goto ScourgeLocal00 +# ----------------------------------------------------------------------------- # +# This header is used by images.dat entries: +# 1659 Durendal weaponfire (cm\terran\durendal-weaponfire.grp) +.headerstart +IsId 717 +Type 1 +Init DurendalWeaponfireInit +Death Generic_Wait1End +.headerend +# ----------------------------------------------------------------------------- # + +DurendalWeaponfireInit: + playfram 0x00 + wait 1 + playfram 3 + wait 1 + playfram 4 + wait 1 + playfram 5 + wait 1 + playfram 6 + wait 1 + goto Generic_Wait1End + ## Next free IsId: 828 \ No newline at end of file diff --git a/mpq/scripts/iscript_protoss.bin b/mpq/scripts/iscript_protoss.bin index 1f15b56e..cf1b4092 100644 Binary files a/mpq/scripts/iscript_protoss.bin and b/mpq/scripts/iscript_protoss.bin differ diff --git a/mpq/scripts/iscript_protoss.txt b/mpq/scripts/iscript_protoss.txt index 8df9c8e1..c83b4039 100644 --- a/mpq/scripts/iscript_protoss.txt +++ b/mpq/scripts/iscript_protoss.txt @@ -14800,3 +14800,27 @@ CreepMorphOverlayInit: CreepMorphOverlayDeath: wait 1 end + +# ----------------------------------------------------------------------------- # +# This header is used by images.dat entries: +# 1659 Durendal weaponfire (cm\terran\durendal-weaponfire.grp) +.headerstart +IsId 717 +Type 1 +Init DurendalWeaponfireInit +Death Generic_Wait1End +.headerend +# ----------------------------------------------------------------------------- # + +DurendalWeaponfireInit: + playfram 0x00 + wait 1 + playfram 3 + wait 1 + playfram 4 + wait 1 + playfram 5 + wait 1 + playfram 6 + wait 1 + goto Generic_Wait1End diff --git a/mpq/scripts/iscript_zerg.bin b/mpq/scripts/iscript_zerg.bin index 5c4c412b..c77ad4e1 100644 Binary files a/mpq/scripts/iscript_zerg.bin and b/mpq/scripts/iscript_zerg.bin differ diff --git a/mpq/scripts/iscript_zerg.txt b/mpq/scripts/iscript_zerg.txt index 02801288..83dfd32c 100644 --- a/mpq/scripts/iscript_zerg.txt +++ b/mpq/scripts/iscript_zerg.txt @@ -16205,3 +16205,27 @@ CreepMorphOverlayInit: CreepMorphOverlayDeath: wait 1 end + +# ----------------------------------------------------------------------------- # +# This header is used by images.dat entries: +# 1659 Durendal weaponfire (cm\terran\durendal-weaponfire.grp) +.headerstart +IsId 717 +Type 1 +Init DurendalWeaponfireInit +Death Generic_Wait1End +.headerend +# ----------------------------------------------------------------------------- # + +DurendalWeaponfireInit: + playfram 0x00 + wait 1 + playfram 3 + wait 1 + playfram 4 + wait 1 + playfram 5 + wait 1 + playfram 6 + wait 1 + goto Generic_Wait1End diff --git a/patchnotes.md b/patchnotes.md index db61f498..ff9322e7 100644 --- a/patchnotes.md +++ b/patchnotes.md @@ -25,6 +25,8 @@ - Added several new icons (c. Raenarill) ## Terran +- **Law of Attraction:** + - No longer displaces structures - [Autocrat](https://www.fraudsclub.com/cosmonarchy-bw/show.php?target=terran/autocrat): - **Eminence Rifle:** - Armor penetration 1 » 2 @@ -56,13 +58,22 @@ - Resource costs 150/250 » 150/200 - Build time 45 » 40 - [Positron](https://www.fraudsclub.com/cosmonarchy-bw/show.php?target=protoss/positron): + - Resource costs 125/50 » 175/75 + - Movement speed 5.83 » 5 - **Antimatter Missile:** + - Weapon range 6 » 5 - Splash radius 12/24/32 » 32/48/64 - [Accantor](https://www.fraudsclub.com/cosmonarchy-bw/show.php?target=protoss/accantor): - **Plasma Shell:** - Weapon damage 80 » 70 - [Lanifect](https://www.fraudsclub.com/cosmonarchy-bw/show.php?target=protoss/lanifect): - - Resource costs 125/50 » 125/75 + - HP 100 » 120 + - Shields 60 » 80 + - **Neutron Flare:** + - Weapon damage 5 » 4 + - Armor penetration 2 » 1 + - **Disruption Field:** + - No longer disables flyer weapons - [Didact](https://www.fraudsclub.com/cosmonarchy-bw/show.php?target=protoss/didact): - Movement speed 3.33 » 4.16 - **Stasis Field:** diff --git a/plugins/_aice.qdp b/plugins/_aice.qdp deleted file mode 100644 index 4152d049..00000000 Binary files a/plugins/_aice.qdp and /dev/null differ diff --git a/plugins/gptp.qdp b/plugins/gptp.qdp index 0d389134..99817ac6 100644 Binary files a/plugins/gptp.qdp and b/plugins/gptp.qdp differ