2026-08-06 16:13:14 -04:00
|
|
|
[gd_resource type="Resource" script_class="FishData" format=3 uid="uid://dlm608g365aa3"]
|
2026-08-06 01:00:52 -04:00
|
|
|
|
2026-08-06 16:13:14 -04:00
|
|
|
[ext_resource type="Script" uid="uid://h7hg45b7wmst" path="res://fish/fish_data.gd" id="1_fish_data"]
|
2026-08-06 01:00:52 -04:00
|
|
|
[ext_resource type="Resource" path="res://fishing/common_catch_profile.tres" id="2_profile"]
|
2026-08-06 16:13:14 -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://dkdctr2o52vrb" path="res://fish/species/marlin_black/fish_marlin_black.png" id="4_texture"]
|
2026-08-06 01:00:52 -04:00
|
|
|
|
|
|
|
|
[sub_resource type="Resource" id="MarlinBlackAvailability"]
|
|
|
|
|
script = ExtResource("3_availability_script")
|
|
|
|
|
allowed_location_tags = Array[StringName]([&"ocean"])
|
|
|
|
|
|
|
|
|
|
[resource]
|
|
|
|
|
script = ExtResource("1_fish_data")
|
|
|
|
|
id = &"marlin_black"
|
|
|
|
|
display_name = "black marlin"
|
2026-08-14 16:31:28 -04:00
|
|
|
active = true
|
|
|
|
|
catalog_number = 4601
|
|
|
|
|
collection_group = &"Oceanic billfish"
|
|
|
|
|
logbook_fact = "black marlin are powerful billfish that spend much of their lives in warm open ocean and can make blistering runs."
|
2026-08-06 01:00:52 -04:00
|
|
|
allowed_water_types = 2
|
|
|
|
|
rarity = 3
|
|
|
|
|
base_catch_weight = 0.08
|
|
|
|
|
catch_profile = ExtResource("2_profile")
|
|
|
|
|
availability = SubResource("MarlinBlackAvailability")
|
|
|
|
|
weight_min_lb = 80
|
|
|
|
|
weight_max_lb = 700
|
|
|
|
|
display_scale_min = 0.85
|
|
|
|
|
display_scale_max = 2.8
|
|
|
|
|
display_scale_curve = 0.9
|
|
|
|
|
sell_value_min = 45
|
|
|
|
|
sell_value_max = 90
|
|
|
|
|
sell_value_curve = 0.9
|
|
|
|
|
display_texture = ExtResource("4_texture")
|