[gd_resource type="Resource" script_class="FishData" format=3 uid="uid://cw7vdjhhfgtax"] [ext_resource type="Script" uid="uid://h7hg45b7wmst" path="res://fish/fish_data.gd" id="1_fish_data"] [ext_resource type="Resource" path="res://fishing/common_catch_profile.tres" id="2_profile"] [ext_resource type="Script" uid="uid://bs7cqi88csolc" path="res://fish/fish_availability.gd" id="3_availability_script"] [ext_resource type="Texture2D" uid="uid://c6uth7aob03kg" path="res://fish/species/goldfish/fish_goldfish.png" id="4_texture"] [sub_resource type="Resource" id="GoldfishAvailability"] script = ExtResource("3_availability_script") allowed_location_tags = Array[StringName]([&"starter_pond"]) [resource] script = ExtResource("1_fish_data") id = &"goldfish" display_name = "goldfish" active = true catalog_number = 3002 collection_group = &"Freshwater ornamental" logbook_fact = "goldfish can tolerate a surprisingly wide range of conditions. their wild relatives often live in slow, weedy water." allowed_water_types = 1 base_catch_weight = 0.5 catch_profile = ExtResource("2_profile") availability = SubResource("GoldfishAvailability") weight_min_lb = 0.1 weight_max_lb = 4.0 display_scale_min = 0.85 display_scale_max = 1.1 display_scale_curve = 0.9 sell_value_min = 1 sell_value_max = 3 sell_value_curve = 0.9 display_texture = ExtResource("4_texture")