Ability refinement, more and more matadors spawn after clears

This commit is contained in:
2026-06-10 21:53:57 +03:00
parent c1852e8736
commit 09c39e068b
22 changed files with 386 additions and 27 deletions
+1 -1
View File
@@ -116,7 +116,7 @@ func _register_all() -> void:
_reg_f("Matador", "mat_roll_duration", 0.45, 0.1, 1.5, 0.05)
# ── Abilities ─────────────────────────────────────────────────────────────
_reg_f("Abilities", "kick_cooldown", 1.5, 0.2, 10.0, 0.1)
_reg_f("Abilities", "kick_range", 2.5, 0.5, 8.0, 0.1)
_reg_f("Abilities", "kick_range", 3.5, 0.5, 8.0, 0.1)
_reg_f("Abilities", "kick_strength", 12.0, 1.0, 30.0)
_reg_f("Abilities", "slam_cooldown", 4.0, 0.5, 15.0, 0.1)
_reg_f("Abilities", "slam_range", 4.0, 1.0, 10.0, 0.1)