2026-08-04 22:35:05 -04:00
|
|
|
[gd_resource type="Resource" script_class="FishData" format=3 uid="uid://mxa5d130i5oh"]
|
2026-08-03 15:44:45 -04:00
|
|
|
|
2026-08-04 22:35:05 -04:00
|
|
|
[ext_resource type="Script" uid="uid://h7hg45b7wmst" path="res://fish/fish_data.gd" id="1_fish_data"]
|
2026-08-03 15:44:45 -04:00
|
|
|
[ext_resource type="Resource" path="res://fishing/bass_catch_profile.tres" id="2_profile"]
|
2026-08-04 22:35:05 -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://bypnhqmkhnm2c" path="res://fish/species/tuna_bigeye/fish_tuna_bigeye.png" id="4_texture"]
|
2026-08-03 15:44:45 -04:00
|
|
|
|
|
|
|
|
[sub_resource type="Resource" id="BigeyeAvailability"]
|
|
|
|
|
script = ExtResource("3_availability_script")
|
|
|
|
|
preferred_bait_tags = Array[StringName]([&"minnow"])
|
|
|
|
|
preferred_bait_weight_multiplier = 1.4
|
|
|
|
|
|
|
|
|
|
[resource]
|
|
|
|
|
script = ExtResource("1_fish_data")
|
|
|
|
|
id = &"tuna_bigeye"
|
|
|
|
|
display_name = "bigeye tuna"
|
2026-08-14 16:31:28 -04:00
|
|
|
active = true
|
|
|
|
|
catalog_number = 4802
|
|
|
|
|
collection_group = &"Oceanic tuna"
|
|
|
|
|
logbook_fact = "bigeye tuna make daily trips between deep, cool water and warmer surface layers. their large eyes suit those dim depths."
|
2026-08-03 15:44:45 -04:00
|
|
|
allowed_water_types = 2
|
|
|
|
|
rarity = 3
|
|
|
|
|
base_catch_weight = 0.55
|
|
|
|
|
catch_profile = ExtResource("2_profile")
|
|
|
|
|
availability = SubResource("BigeyeAvailability")
|
|
|
|
|
weight_min_lb = 20.0
|
|
|
|
|
weight_max_lb = 120.0
|
|
|
|
|
display_scale_min = 1.2
|
|
|
|
|
display_scale_max = 2.2
|
|
|
|
|
display_scale_curve = 0.8
|
|
|
|
|
sell_value_min = 22
|
|
|
|
|
sell_value_max = 48
|
|
|
|
|
sell_value_curve = 0.8
|
|
|
|
|
display_texture = ExtResource("4_texture")
|