Make a few more balance tweaks

This commit is contained in:
Pr0nogo 2023-11-02 00:56:31 -04:00
parent f92133e767
commit c05059d89f
5 changed files with 17 additions and 10 deletions

Binary file not shown.

View File

@ -10991,17 +10991,17 @@ InterceptorDeath:
end
InterceptorGndAttkInit:
wait 1
attackwith 1
playfram 0x11 # Frame set 1
wait 1
playfram 0x00 # Frame set 0
wait 1
attackwith 1
playfram 0x11
wait 1
playfram 0x00
gotorepeatattk
goto InfestedTerranLocal00
InterceptorWalking:
playfram 0x00 # Frame set 0
setvertpos 0
playfram 0x00
setvertpos 0
goto InfestedTerranLocal00
# ----------------------------------------------------------------------------- #
@ -11041,7 +11041,7 @@ ScribeInit:
goto InfestedTerranLocal00
ScribeDeath:
setfldirect 0
setfldirect 0
playsnd 598 # Protoss\PROBE\PPrDth00.WAV
imgol 213 0 0 # Explosion1 (Small) (thingy\tBangS.grp)
playfram 17
@ -11078,7 +11078,11 @@ ScribeUnused1:
ScribeGndAttkInit:
wait 1
nobrkcodestart
playfram 0x20
attackwith 1
playfram 0x00
nobrkcodeend
gotorepeatattk
goto InfestedTerranLocal00
@ -11088,8 +11092,7 @@ ScribeWalking:
ScribeAlmostBuilt:
useweapon 63 # Particle Beam (Harvest) (Particle Beam)
wait 1
wait 8
wait 9
goto ScribeAlmostBuilt
ScribeWarpIn:

Binary file not shown.

View File

@ -83,6 +83,8 @@ Patch goals include:
- Lardfix: Irradiate (from Seraph and Morningstar) now sends under attack notification (r. The Shambler)
- Prevented advanced workers from displacing each other during harvesting or construction (r. The Shambler, c. DF)
- Fixed Optecton target acquisition misbehaving when both ground and air targets were within range (r. The Shambler, c. DF)
- Gladius Binding Plasma no longer seeks out invisible targets (r. Mystery Meat)
- Didacts cloaking warping structures no longer causes them to be untargetable until completion
- Alkajelisks can now be mutated from Ocsal Larvae by players (r. GreenEggs'NSpam)
- Azazel Defensive Matrix: no longer cleanse debuffs (r. GreenEggs'NSpam)
- Lobotomy Mine Dazing Detonation: clear slow for flingy units
@ -281,6 +283,8 @@ Patch goals include:
- [Pylon](https://www.fraudsclub.com/cosmonarchy-bw/show.php?target=protoss/pylon):
- Mineral cost now 75, from 50
- *Protoss players should think a bit more about when and where to add Pylons. This also reduces manner Pylon frequency, without removing it entirely.*
- [Crucible]():
- No longer a resource depot
## Zerg
- [Ovileth](https://www.fraudsclub.com/cosmonarchy-bw/show.php?target=zerg/ovileth):

Binary file not shown.