bear long range slam. and not rotating while attacking animore. but dash and movement damage not working now

This commit is contained in:
2026-08-29 09:30:03 +03:00
parent 41f18cb5d6
commit 4d66df8c7e
4 changed files with 59 additions and 12 deletions
+1
View File
@@ -203,6 +203,7 @@ func _register_all() -> void:
# 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", 10.0, 3.0, 20.0, 0.5)
_reg_f("Bear", "bear_long_range", 15.0, 3.0, 100.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.