netfishing/fish/species/salmon_sockeye/salmon_sockeye.tres

35 lines
1.4 KiB
Text
Raw Normal View History

2026-08-04 22:35:05 -04:00
[gd_resource type="Resource" script_class="FishData" format=3 uid="uid://bf2ej6rgypsqx"]
2026-08-04 22:35:05 -04:00
[ext_resource type="Script" uid="uid://h7hg45b7wmst" path="res://fish/fish_data.gd" id="1_fish_data"]
[ext_resource type="Resource" path="res://fishing/bass_catch_profile.tres" id="2_profile"]
2026-08-04 22:35:05 -04:00
[ext_resource type="Script" uid="uid://bs7cqi88csolc" path="res://fish/fish_availability.gd" id="3_availability_script"]
[ext_resource type="Texture2D" uid="uid://cmokm3sra4ai8" path="res://fish/species/salmon_sockeye/fish_salmon_sockeye.png" id="4_texture"]
[sub_resource type="Resource" id="SockeyeSalmonAvailability"]
script = ExtResource("3_availability_script")
preferred_bait_tags = Array[StringName]([&"minnow"])
preferred_bait_weight_multiplier = 1.4
[resource]
script = ExtResource("1_fish_data")
id = &"salmon_sockeye"
display_name = "sockeye salmon"
2026-08-14 16:31:28 -04:00
active = true
catalog_number = 4405
collection_group = &"Ocean-run salmon"
logbook_fact = "sockeye salmon feed heavily on plankton at sea. adults turn vivid red as they return inland to spawn."
allowed_water_types = 2
rarity = 2
base_catch_weight = 1.6
catch_profile = ExtResource("2_profile")
availability = SubResource("SockeyeSalmonAvailability")
weight_min_lb = 4.0
weight_max_lb = 15.0
display_scale_min = 0.95
display_scale_max = 1.6
display_scale_curve = 0.9
sell_value_min = 12
sell_value_max = 24
sell_value_curve = 0.9
display_texture = ExtResource("4_texture")