netfishing/fish/species/snapper_mangrove/snapper_mangrove.tres

32 lines
1.3 KiB
Text

[gd_resource type="Resource" script_class="FishData" format=3 uid="uid://d4eh51kwhsac0"]
[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://v34sdv1v7c2x" path="res://fish/species/snapper_mangrove/fish_snapper_mangrove.png" id="4_texture"]
[sub_resource type="Resource" id="SnapperMangroveAvailability"]
script = ExtResource("3_availability_script")
allowed_location_tags = Array[StringName]([&"ocean"])
[resource]
script = ExtResource("1_fish_data")
id = &"snapper_mangrove"
display_name = "mangrove snapper"
active = true
catalog_number = 6002
collection_group = &"Reef snapper"
logbook_fact = "mangrove snapper shelter among roots and docks when young, then move toward reefs as they grow."
allowed_water_types = 2
rarity = 1
base_catch_weight = 0.35
catch_profile = ExtResource("2_profile")
availability = SubResource("SnapperMangroveAvailability")
weight_max_lb = 12
display_scale_min = 0.85
display_scale_max = 1.7
display_scale_curve = 0.9
sell_value_min = 7
sell_value_max = 16
sell_value_curve = 0.9
display_texture = ExtResource("4_texture")