bear fx v2

This commit is contained in:
2026-08-28 21:43:59 +03:00
parent 6b6a926715
commit 41f18cb5d6
16 changed files with 3483 additions and 294 deletions
+1 -1
View File
@@ -202,7 +202,7 @@ func _register_all() -> void:
# close is deliberately generous — the bear commits to melee "from a bit further" and
# steps in during the swing (see bear_lunge_speed) rather than needing to be on top.
_reg_f("Bear", "bear_close_range", 5.0, 1.0, 12.0, 0.1)
_reg_f("Bear", "bear_mid_range", 9.0, 3.0, 20.0, 0.5)
_reg_f("Bear", "bear_mid_range", 10.0, 3.0, 20.0, 0.5)
# Beat spent in NEUTRAL sizing up the bull between routines — kept short so the bear
# flows straight from one action into the next instead of pausing (raise for a more
# hesitant, readable boss; near-0 for relentless pressure). Shrinks again in phase 2.