netfishing/fish/species/snapper_mutton/snapper_mutton.tres

33 lines
1.4 KiB
Text

[gd_resource type="Resource" script_class="FishData" format=3 uid="uid://cfvwloicmu53b"]
[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://cawvpo8aysw5i" path="res://fish/species/snapper_mutton/fish_snapper_mutton.png" id="4_texture"]
[sub_resource type="Resource" id="SnapperMuttonAvailability"]
script = ExtResource("3_availability_script")
allowed_location_tags = Array[StringName]([&"ocean"])
[resource]
script = ExtResource("1_fish_data")
id = &"snapper_mutton"
display_name = "mutton snapper"
active = true
catalog_number = 6003
collection_group = &"Reef snapper"
logbook_fact = "mutton snapper have canine teeth that help them pick crabs, shrimp, and other hard-shelled prey from the reef."
allowed_water_types = 2
rarity = 2
base_catch_weight = 0.2
catch_profile = ExtResource("2_profile")
availability = SubResource("SnapperMuttonAvailability")
weight_min_lb = 2
weight_max_lb = 30
display_scale_min = 0.85
display_scale_max = 1.9
display_scale_curve = 0.9
sell_value_min = 12
sell_value_max = 28
sell_value_curve = 0.9
display_texture = ExtResource("4_texture")