2026-08-01 02:34:12 -04:00
|
|
|
[gd_resource type="Resource" script_class="FishData" format=3 uid="uid://b7kpxcciokl4"]
|
2026-07-30 23:46:53 -04:00
|
|
|
|
2026-08-01 02:34:12 -04:00
|
|
|
[ext_resource type="Script" uid="uid://h7hg45b7wmst" path="res://fish/fish_data.gd" id="1_fish_data"]
|
2026-07-30 23:46:53 -04:00
|
|
|
[ext_resource type="Resource" path="res://fishing/common_catch_profile.tres" id="2_profile"]
|
2026-08-01 02:34:12 -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://dvxpk2ltt3blb" path="res://fish/species/catfish_channel/fish_catfish_channel.png" id="4_texture"]
|
2026-07-30 23:46:53 -04:00
|
|
|
|
|
|
|
|
[sub_resource type="Resource" id="ChannelCatfishAvailability"]
|
|
|
|
|
script = ExtResource("3_availability_script")
|
|
|
|
|
allowed_location_tags = Array[StringName]([&"starter_pond"])
|
2026-08-02 12:48:33 -04:00
|
|
|
allow_day = false
|
2026-07-30 23:46:53 -04:00
|
|
|
preferred_bait_tags = Array[StringName]([&"worm"])
|
|
|
|
|
preferred_bait_weight_multiplier = 1.35
|
|
|
|
|
|
|
|
|
|
[resource]
|
|
|
|
|
script = ExtResource("1_fish_data")
|
|
|
|
|
id = &"catfish_channel"
|
|
|
|
|
display_name = "channel catfish"
|
2026-08-14 16:31:28 -04:00
|
|
|
active = true
|
|
|
|
|
catalog_number = 2404
|
|
|
|
|
collection_group = &"Freshwater catfish"
|
|
|
|
|
logbook_fact = "a channel catfish can taste through skin all over its body, especially near its gills and whiskers. the male watches the eggs."
|
2026-07-31 16:05:44 -04:00
|
|
|
allowed_water_types = 1
|
2026-07-30 23:46:53 -04:00
|
|
|
base_catch_weight = 2.0
|
|
|
|
|
catch_profile = ExtResource("2_profile")
|
|
|
|
|
availability = SubResource("ChannelCatfishAvailability")
|
|
|
|
|
weight_min_lb = 1.5
|
|
|
|
|
weight_max_lb = 7.0
|
|
|
|
|
display_scale_min = 0.85
|
|
|
|
|
display_scale_max = 1.35
|
|
|
|
|
sell_value_min = 4
|
|
|
|
|
sell_value_max = 7
|
|
|
|
|
display_texture = ExtResource("4_texture")
|