Misc balance tweaks; Fix targeting for Irradiate and Yamato Cannon; Make console require LCTRL

This commit is contained in:
Pr0nogo 2023-11-27 19:08:08 -05:00
parent 15ca343dd4
commit cd2c0719d4
7 changed files with 21 additions and 6 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -28583,7 +28583,7 @@ CyclopsGndAttkRpt:
wait 1
nobrkcodestart
playfram 0x220
playsndbtwn 2085 2087 # Cyclops weapon fire 01, 02, 03
playsndbtwn 2548 2549 # Cyclops weapon fire 01, 02, 03
attack
wait 1
playfram 0x240
@ -31240,7 +31240,12 @@ ArchitectLocal00:
ArchitectWalking:
setvertpos 0
imgol 1221 0 0 # Architect Engines (cm\protoss\architect-engine.grp)
goto ArchitectLocal00
goto ArchitectWalking2
ArchitectWalking2:
move 4
wait 1
goto ArchitectWalking2
ArchitectWarpIn:
imgol 143 0 0 # Architect Warp Flash (protoss\empyrean.grp)
@ -50461,7 +50466,7 @@ MatadorCinderModeTurretInit:
IsId 740
Type 12
Init WyvernTurretInit
Death WyvernDeath
Death ScourgeExplosionDeath
GndAttkInit WyvernTurretGndAttkInit
AirAttkInit WyvernTurretGndAttkInit
Unused1 [NONE]

View File

@ -1,11 +1,11 @@
# 20 November 2023
# 25 November 2023
## Designer's Notes
Patch goals include:
- Continue to address unintended mid-game air dominance
- Improve weak units and compositions with balance tweaks and ability revisions
- Significantly improve audiovisuals with new unit responses, combat SFX, sprites, and more
- Improve audiovisuals with new unit responses, combat SFX, sprites, and more
## Latest content
- [Ascension #6 - The New Horizon](https://www.youtube.com/playlist?list=PLACFHAM2MlxNIdDY8v4PpOKA9y5GrR0z6)
@ -22,6 +22,7 @@ Patch goals include:
- Improved fog of war reveal on cliffs, from low ground (c. DF)
- Shuffled Protoss structure buttons in construction submenus to improve organization
- Added more debug info to help investigate desyncs, c. DF. Please screenshot and report if you encounter them!
- Opening console now requires Left Control to be pressed when pressing tilde (~)
## Game Modes
- Added Faction Wars (a Btyb bounty!), allowing players to select a subfaction.
@ -40,10 +41,12 @@ Patch goals include:
- Fixed yet another infinite range hold position exploit case (c. DF)
- Madrigals can now attack from garrisons (r. neblime)
- Fixed Sentinel and Sevenstop dealing double damage when not piercing
- Irradiate and Yamato Cannon targeting has been updated to apply their effects on final bullet position, instead of target position
- Improved consistency of Kinetic Penetration attacks with Ancile Providence
- Improved reliability of Legionnaire and Cabalist teleportation (c. Veeq7)
- Corrected duration of Carapace Swarm (r. fagguto)
- Durendal Philistine Autogun now fires while inside garrisons (r. GreenEggs'NSpam)
- Wyverns no longer create two corpses (r. lolrsk8s)
- Solarions that are preplaced or created with the `spawn` console command now start with 12 Stewards
- Audiovisual:
- Multiselecting Terran workers now correctly hides the building submenus
@ -117,6 +120,9 @@ Patch goals include:
- HP now 225, from 200
- Abaddon Flamethrowers weapon range now 2, from 1
- Now moves ~10% slower
- [Cataphract](https://www.fraudsclub.com/cosmonarchy-bw/show.php?target=terran/cataphract):
- Armor penetration now 0, from 2
- Weapon range now 8, from 9
- [Cuirass](https://www.fraudsclub.com/cosmonarchy-bw/show.php?target=terran/cuirass):
- Armor now 6, from 8
- [Salamander](https://www.fraudsclub.com/cosmonarchy-bw/show.php?target=terran/salamander):
@ -131,6 +137,8 @@ Patch goals include:
- Time cost now 30, from 35
## Protoss
- [Dracadin](https://www.fraudsclub.com/cosmonarchy-bw/show.php?target=protoss/dracadin), [Hierophant](https://www.fraudsclub.com/cosmonarchy-bw/show.php?target=protoss/hierophant), [Atreus](https://www.fraudsclub.com/cosmonarchy-bw/show.php?target=protoss/atreus), [Optecton](https://www.fraudsclub.com/cosmonarchy-bw/show.php?target=protoss/optecton):
- Unit sizes reduced slightly
- [Herald](https://www.fraudsclub.com/cosmonarchy-bw/show.php?target=protoss/herald):
- Mineral and gas costs now 150/50, from 100/100
- Shields now 60, from 40
@ -158,7 +166,9 @@ Patch goals include:
- Armor now 1, from 3
- [Architect](https://www.fraudsclub.com/cosmonarchy-bw/show.php?target=protoss/architect):
- Armor now 2, from 3
- Unit size reduced slightly to improve handling
- Unit size reduced slightly
- Turn rate now 20, from 12
- No longer accelerates
- [Panoptus](https://www.fraudsclub.com/cosmonarchy-bw/show.php?target=protoss/panoptus):
- Gas cost now 75, from 100
- [Gladius](https://www.fraudsclub.com/cosmonarchy-bw/show.php?target=protoss/gladius):

Binary file not shown.

Binary file not shown.