Add barrier-based catch and chase mechanic

This commit is contained in:
Alexander Sellite 2026-07-25 14:02:02 -04:00
parent ad848f9431
commit ae2f724fe2
12 changed files with 631 additions and 68 deletions

View file

@ -0,0 +1,16 @@
[gd_resource type="Resource" load_steps=2 format=3]
[ext_resource type="Script" path="res://fishing/catch_difficulty_profile.gd" id="1_profile"]
[resource]
script = ExtResource("1_profile")
barrier_count_min = 2
barrier_count_max = 4
barrier_health_min = 3
barrier_health_max = 7
first_barrier_margin = 0.15
final_barrier_margin = 0.1
minimum_barrier_spacing = 0.15
chase_start_delay = 1.0
chase_start_offset = 0.15
chase_speed = 0.14