SkyHanni
SkyHanni copied to clipboard
Feature: Bacte Tentacle Waypoints & Phase Display
What
This Pull Request adds Waypoints to Bacte's Tentacles, displaying the number of hits each tentacle has taken. Originally, the plan was to show HP, but due to the variable max health values (3 or 4) that lack easy differentiation, the decision was made to display hits instead.
Changelog New Features
- Added Waypoints for Bacte's Tentacles, with hit counts displayed. - j10a1n15
- Displays the number of hits instead of HP due to varying max health values.
- Added Bacte Phase Display. - j10a1n15
Changelog Technical Details
- Added EntityHurtEvent. - j10a1n15