[gd_resource type="Resource" load_steps=5 format=3] [ext_resource type="Script" 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="Resource" path="res://fish/day_availability.tres" id="3_availability"] [ext_resource type="Texture2D" path="res://fish/species/sunfish/fish_sunfish.png" id="4_texture"] [resource] script = ExtResource("1_fish_data") id = &"sunfish" display_name = "sunfish" allowed_water_types = 2 rarity = 0 base_catch_weight = 7.0 catch_profile = ExtResource("2_profile") availability = ExtResource("3_availability") weight_min_lb = 0.4 weight_max_lb = 2.5 display_scale_min = 0.7 display_scale_max = 1.1 display_scale_curve = 1.0 sell_value_min = 3 sell_value_max = 3 sell_value_curve = 1.0 display_texture = ExtResource("4_texture")