Patch Notes Page 70
Patch Notes Index
Return to the patch-note index.
Previous Page
Newer entries.
Next Page
Older entries.
v0.0.812
Section titled “v0.0.812”- Capped defensive roles inside enemy packs.
- Standard non-projectile packs now spawn with at most two Tanks and at most two Healers, even in larger pack sizes.
- The role cap is data-driven through
data/gameplay.jsonso pack composition can still be tuned without code changes.
v0.0.811
Section titled “v0.0.811”- Increased base enemy contact damage.
- Standard enemy melee/contact hits now use higher baseline damage, increasing the punishment for letting packs sit on top of the hero.
v0.0.810
Section titled “v0.0.810”- Hardened melee contact damage for stacked enemies.
- Enemies packed tightly against the hero now count as contact from direct close-range crowding even if the shaped overlap check narrowly misses.
- Standalone healer enemy definitions now also carry baseline melee contact damage instead of zero-damage body collisions.
v0.0.809
Section titled “v0.0.809”- Fixed melee enemies stalling at the edge of contact.
- Enemies that close to melee range now commit into the hero instead of braking at standoff distance, so contact pressure continues until they die.
- Healers no longer stop short once they switch into self-defense, which improves close-range contact damage reliability for mixed packs.
v0.0.808
Section titled “v0.0.808”- Restored melee contact damage for all enemy pack archetypes.
- Healers now keep their support behavior without losing contact damage when they reach the player.
- Tanks, DPS, healers, and ranged pack members all retain melee contact damage in addition to any role-specific behavior like healing or fireball casting.
v0.0.807
Section titled “v0.0.807”- Tightened enemy melee contact checks around the hero.
- Hero contact damage now tests against enemy combat boxes instead of only raw collision boxes, so enemies that visibly body-stack on the player are much less likely to miss melee hits.
- Dense enemy piles now scan a much larger contact budget before capping, reducing skipped contact checks during swarms.
v0.0.806
Section titled “v0.0.806”- Fixed combustion burn and enemy contact reliability.
- Combustion death flames now more reliably register player contact and correctly apply their lingering fire burn damage-over-time effect.
- Enemy contact damage no longer aborts the rest of the collision pass after a blocked hit, reducing cases where stacked enemies overlap the player without dealing melee damage.
v0.0.805
Section titled “v0.0.805”- Adjusted pack role behavior for Flame Skulls and removed flanking assignments.
- Standard-wave Flame Skulls now split evenly between melee chasers and ranged fireball casters instead of participating in the shared flank-role mix.
- Enemy packs no longer assign new flanker roles, shifting those extra slots into more direct DPS pressure instead.