Add barrier-based catch and chase mechanic
This commit is contained in:
parent
ad848f9431
commit
ae2f724fe2
12 changed files with 631 additions and 68 deletions
16
fishing/common_catch_profile.tres
Normal file
16
fishing/common_catch_profile.tres
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue