2026-07-25 14:02:02 -04:00
|
|
|
[gd_resource type="Resource" load_steps=3 format=3]
|
2026-07-25 11:05:37 -04:00
|
|
|
|
|
|
|
|
[ext_resource type="Script" path="res://fish/fish_data.gd" id="1_fish_data"]
|
2026-07-25 14:02:02 -04:00
|
|
|
[ext_resource type="Resource" path="res://fishing/common_catch_profile.tres" id="2_profile"]
|
2026-07-25 11:05:37 -04:00
|
|
|
|
|
|
|
|
[resource]
|
|
|
|
|
script = ExtResource("1_fish_data")
|
|
|
|
|
id = &"bluegill"
|
|
|
|
|
display_name = "Bluegill"
|
2026-07-25 14:02:02 -04:00
|
|
|
catch_profile = ExtResource("2_profile")
|