Expand fish catalog and add bait system

This commit is contained in:
Alexander Sellite 2026-08-06 01:00:52 -04:00
parent 43f57e56a0
commit 954042fd1d
134 changed files with 3134 additions and 127 deletions

View file

@ -0,0 +1,29 @@
[gd_resource type="Resource" script_class="FishData" 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="Script" path="res://fish/fish_availability.gd" id="3_availability_script"]
[ext_resource type="Texture2D" path="res://fish/species/anchovy_european/fish_anchovy_european.png" id="4_texture"]
[sub_resource type="Resource" id="AnchovyEuropeanAvailability"]
script = ExtResource("3_availability_script")
allowed_location_tags = Array[StringName]([&"ocean"])
[resource]
script = ExtResource("1_fish_data")
id = &"anchovy_european"
display_name = "european anchovy"
allowed_water_types = 2
rarity = 0
base_catch_weight = 0.5
catch_profile = ExtResource("2_profile")
availability = SubResource("AnchovyEuropeanAvailability")
weight_min_lb = 0.05
weight_max_lb = 0.25
display_scale_min = 0.85
display_scale_max = 1.0
display_scale_curve = 0.9
sell_value_min = 2
sell_value_max = 4
sell_value_curve = 0.9
display_texture = ExtResource("4_texture")

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.1 KiB

View file

@ -0,0 +1,40 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://debgohfsg4ec7"
path="res://.godot/imported/fish_anchovy_european.png-67d070da34e29a3123fed0030af0d694.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://fish/species/anchovy_european/fish_anchovy_european.png"
dest_files=["res://.godot/imported/fish_anchovy_european.png-67d070da34e29a3123fed0030af0d694.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/uastc_level=0
compress/rdo_quality_loss=0.0
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/channel_remap/red=0
process/channel_remap/green=1
process/channel_remap/blue=2
process/channel_remap/alpha=3
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1

View file

@ -0,0 +1,29 @@
[gd_resource type="Resource" script_class="FishData" 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="Script" path="res://fish/fish_availability.gd" id="3_availability_script"]
[ext_resource type="Texture2D" path="res://fish/species/anchovy_northern/fish_anchovy_northern.png" id="4_texture"]
[sub_resource type="Resource" id="AnchovyNorthernAvailability"]
script = ExtResource("3_availability_script")
allowed_location_tags = Array[StringName]([&"ocean"])
[resource]
script = ExtResource("1_fish_data")
id = &"anchovy_northern"
display_name = "northern anchovy"
allowed_water_types = 2
rarity = 0
base_catch_weight = 0.5
catch_profile = ExtResource("2_profile")
availability = SubResource("AnchovyNorthernAvailability")
weight_min_lb = 0.05
weight_max_lb = 0.35
display_scale_min = 0.85
display_scale_max = 1.0
display_scale_curve = 0.9
sell_value_min = 2
sell_value_max = 4
sell_value_curve = 0.9
display_texture = ExtResource("4_texture")

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.4 KiB

View file

@ -0,0 +1,40 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://6sikqc8eivta"
path="res://.godot/imported/fish_anchovy_northern.png-b1d3cbc1c8208168c212589a431f1227.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://fish/species/anchovy_northern/fish_anchovy_northern.png"
dest_files=["res://.godot/imported/fish_anchovy_northern.png-b1d3cbc1c8208168c212589a431f1227.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/uastc_level=0
compress/rdo_quality_loss=0.0
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/channel_remap/red=0
process/channel_remap/green=1
process/channel_remap/blue=2
process/channel_remap/alpha=3
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1

View file

@ -0,0 +1,29 @@
[gd_resource type="Resource" script_class="FishData" 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="Script" path="res://fish/fish_availability.gd" id="3_availability_script"]
[ext_resource type="Texture2D" path="res://fish/species/chub_european/fish_chub_european.png" id="4_texture"]
[sub_resource type="Resource" id="ChubEuropeanAvailability"]
script = ExtResource("3_availability_script")
allowed_location_tags = Array[StringName]([&"starter_pond"])
[resource]
script = ExtResource("1_fish_data")
id = &"chub_european"
display_name = "european chub"
allowed_water_types = 1
rarity = 0
base_catch_weight = 0.55
catch_profile = ExtResource("2_profile")
availability = SubResource("ChubEuropeanAvailability")
weight_min_lb = 0.2
weight_max_lb = 6.0
display_scale_min = 0.85
display_scale_max = 1.2
display_scale_curve = 0.9
sell_value_min = 2
sell_value_max = 4
sell_value_curve = 0.9
display_texture = ExtResource("4_texture")

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

View file

@ -0,0 +1,40 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://c04wtbyslmpll"
path="res://.godot/imported/fish_chub_european.png-da2784298a62b1d90038dacb4cf25e35.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://fish/species/chub_european/fish_chub_european.png"
dest_files=["res://.godot/imported/fish_chub_european.png-da2784298a62b1d90038dacb4cf25e35.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/uastc_level=0
compress/rdo_quality_loss=0.0
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/channel_remap/red=0
process/channel_remap/green=1
process/channel_remap/blue=2
process/channel_remap/alpha=3
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1

View file

@ -0,0 +1,29 @@
[gd_resource type="Resource" script_class="FishData" 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="Script" path="res://fish/fish_availability.gd" id="3_availability_script"]
[ext_resource type="Texture2D" path="res://fish/species/chub_flame/fish_chub_flame.png" id="4_texture"]
[sub_resource type="Resource" id="ChubFlameAvailability"]
script = ExtResource("3_availability_script")
allowed_location_tags = Array[StringName]([&"starter_pond"])
[resource]
script = ExtResource("1_fish_data")
id = &"chub_flame"
display_name = "flame chub"
allowed_water_types = 1
rarity = 1
base_catch_weight = 0.4
catch_profile = ExtResource("2_profile")
availability = SubResource("ChubFlameAvailability")
weight_min_lb = 0.05
weight_max_lb = 0.15
display_scale_min = 0.85
display_scale_max = 1.1
display_scale_curve = 0.9
sell_value_min = 3
sell_value_max = 6
sell_value_curve = 0.9
display_texture = ExtResource("4_texture")

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

View file

@ -0,0 +1,40 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://bla6pc21imxsi"
path="res://.godot/imported/fish_chub_flame.png-9c7780910f16d333d5109ee4e80aa8fb.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://fish/species/chub_flame/fish_chub_flame.png"
dest_files=["res://.godot/imported/fish_chub_flame.png-9c7780910f16d333d5109ee4e80aa8fb.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/uastc_level=0
compress/rdo_quality_loss=0.0
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/channel_remap/red=0
process/channel_remap/green=1
process/channel_remap/blue=2
process/channel_remap/alpha=3
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1

View file

@ -0,0 +1,29 @@
[gd_resource type="Resource" script_class="FishData" 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="Script" path="res://fish/fish_availability.gd" id="3_availability_script"]
[ext_resource type="Texture2D" path="res://fish/species/chub_lake/fish_chub_lake.png" id="4_texture"]
[sub_resource type="Resource" id="ChubLakeAvailability"]
script = ExtResource("3_availability_script")
allowed_location_tags = Array[StringName]([&"starter_pond"])
[resource]
script = ExtResource("1_fish_data")
id = &"chub_lake"
display_name = "lake chub"
allowed_water_types = 1
rarity = 0
base_catch_weight = 0.55
catch_profile = ExtResource("2_profile")
availability = SubResource("ChubLakeAvailability")
weight_min_lb = 0.05
weight_max_lb = 0.5
display_scale_min = 0.85
display_scale_max = 1.0
display_scale_curve = 0.9
sell_value_min = 2
sell_value_max = 4
sell_value_curve = 0.9
display_texture = ExtResource("4_texture")

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

View file

@ -0,0 +1,40 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://w8cjrpnv350h"
path="res://.godot/imported/fish_chub_lake.png-cbb7f27fe4a21820691bbb9c3b9bd3e9.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://fish/species/chub_lake/fish_chub_lake.png"
dest_files=["res://.godot/imported/fish_chub_lake.png-cbb7f27fe4a21820691bbb9c3b9bd3e9.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/uastc_level=0
compress/rdo_quality_loss=0.0
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/channel_remap/red=0
process/channel_remap/green=1
process/channel_remap/blue=2
process/channel_remap/alpha=3
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

View file

@ -0,0 +1,40 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://c6uth7aob03kg"
path="res://.godot/imported/fish_goldfish.png-567cddb5ae1fc7839cc6dbc80a9a23f3.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://fish/species/goldfish/fish_goldfish.png"
dest_files=["res://.godot/imported/fish_goldfish.png-567cddb5ae1fc7839cc6dbc80a9a23f3.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/uastc_level=0
compress/rdo_quality_loss=0.0
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/channel_remap/red=0
process/channel_remap/green=1
process/channel_remap/blue=2
process/channel_remap/alpha=3
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1

View file

@ -0,0 +1,29 @@
[gd_resource type="Resource" script_class="FishData" 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="Script" path="res://fish/fish_availability.gd" id="3_availability_script"]
[ext_resource type="Texture2D" path="res://fish/species/goldfish/fish_goldfish.png" id="4_texture"]
[sub_resource type="Resource" id="GoldfishAvailability"]
script = ExtResource("3_availability_script")
allowed_location_tags = Array[StringName]([&"starter_pond"])
[resource]
script = ExtResource("1_fish_data")
id = &"goldfish"
display_name = "goldfish"
allowed_water_types = 1
rarity = 0
base_catch_weight = 0.5
catch_profile = ExtResource("2_profile")
availability = SubResource("GoldfishAvailability")
weight_min_lb = 0.1
weight_max_lb = 4.0
display_scale_min = 0.85
display_scale_max = 1.1
display_scale_curve = 0.9
sell_value_min = 1
sell_value_max = 3
sell_value_curve = 0.9
display_texture = ExtResource("4_texture")

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

View file

@ -0,0 +1,40 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://brjjnxr6n7olr"
path="res://.godot/imported/fish_goldfish_bubbleeye.png-a8dcb7e4fb9c7a1beebe2852d2d38d80.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://fish/species/goldfish_bubbleeye/fish_goldfish_bubbleeye.png"
dest_files=["res://.godot/imported/fish_goldfish_bubbleeye.png-a8dcb7e4fb9c7a1beebe2852d2d38d80.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/uastc_level=0
compress/rdo_quality_loss=0.0
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/channel_remap/red=0
process/channel_remap/green=1
process/channel_remap/blue=2
process/channel_remap/alpha=3
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1

View file

@ -0,0 +1,29 @@
[gd_resource type="Resource" script_class="FishData" 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="Script" path="res://fish/fish_availability.gd" id="3_availability_script"]
[ext_resource type="Texture2D" path="res://fish/species/goldfish_bubbleeye/fish_goldfish_bubbleeye.png" id="4_texture"]
[sub_resource type="Resource" id="GoldfishBubbleeyeAvailability"]
script = ExtResource("3_availability_script")
allowed_location_tags = Array[StringName]([&"starter_pond"])
[resource]
script = ExtResource("1_fish_data")
id = &"goldfish_bubbleeye"
display_name = "bubble-eye goldfish"
allowed_water_types = 1
rarity = 1
base_catch_weight = 0.35
catch_profile = ExtResource("2_profile")
availability = SubResource("GoldfishBubbleeyeAvailability")
weight_min_lb = 0.1
weight_max_lb = 0.35
display_scale_min = 0.85
display_scale_max = 1.0
display_scale_curve = 0.9
sell_value_min = 3
sell_value_max = 7
sell_value_curve = 0.9
display_texture = ExtResource("4_texture")

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

View file

@ -0,0 +1,40 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://ctu8xd5or7v3h"
path="res://.godot/imported/fish_grouper_gulf.png-8313134ee6830c8e9208b9e3cf5c5333.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://fish/species/grouper_gulf/fish_grouper_gulf.png"
dest_files=["res://.godot/imported/fish_grouper_gulf.png-8313134ee6830c8e9208b9e3cf5c5333.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/uastc_level=0
compress/rdo_quality_loss=0.0
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/channel_remap/red=0
process/channel_remap/green=1
process/channel_remap/blue=2
process/channel_remap/alpha=3
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1

View file

@ -0,0 +1,29 @@
[gd_resource type="Resource" script_class="FishData" 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="Script" path="res://fish/fish_availability.gd" id="3_availability_script"]
[ext_resource type="Texture2D" path="res://fish/species/grouper_gulf/fish_grouper_gulf.png" id="4_texture"]
[sub_resource type="Resource" id="GrouperGulfAvailability"]
script = ExtResource("3_availability_script")
allowed_location_tags = Array[StringName]([&"ocean"])
[resource]
script = ExtResource("1_fish_data")
id = &"grouper_gulf"
display_name = "gulf grouper"
allowed_water_types = 2
rarity = 1
base_catch_weight = 0.3
catch_profile = ExtResource("2_profile")
availability = SubResource("GrouperGulfAvailability")
weight_min_lb = 2
weight_max_lb = 40
display_scale_min = 0.85
display_scale_max = 1.8
display_scale_curve = 0.9
sell_value_min = 10
sell_value_max = 24
sell_value_curve = 0.9
display_texture = ExtResource("4_texture")

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB

View file

@ -0,0 +1,40 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://jjcc78tffxhb"
path="res://.godot/imported/fish_grouper_red.png-6056013819bdaaeb55a98fa0f9d8ca75.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://fish/species/grouper_red/fish_grouper_red.png"
dest_files=["res://.godot/imported/fish_grouper_red.png-6056013819bdaaeb55a98fa0f9d8ca75.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/uastc_level=0
compress/rdo_quality_loss=0.0
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/channel_remap/red=0
process/channel_remap/green=1
process/channel_remap/blue=2
process/channel_remap/alpha=3
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1

View file

@ -0,0 +1,29 @@
[gd_resource type="Resource" script_class="FishData" 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="Script" path="res://fish/fish_availability.gd" id="3_availability_script"]
[ext_resource type="Texture2D" path="res://fish/species/grouper_red/fish_grouper_red.png" id="4_texture"]
[sub_resource type="Resource" id="GrouperRedAvailability"]
script = ExtResource("3_availability_script")
allowed_location_tags = Array[StringName]([&"ocean"])
[resource]
script = ExtResource("1_fish_data")
id = &"grouper_red"
display_name = "red grouper"
allowed_water_types = 2
rarity = 2
base_catch_weight = 0.2
catch_profile = ExtResource("2_profile")
availability = SubResource("GrouperRedAvailability")
weight_min_lb = 2
weight_max_lb = 30
display_scale_min = 0.85
display_scale_max = 2.0
display_scale_curve = 0.9
sell_value_min = 16
sell_value_max = 36
sell_value_curve = 0.9
display_texture = ExtResource("4_texture")

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

View file

@ -0,0 +1,40 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://breyc8fqq8lq3"
path="res://.godot/imported/fish_mackerel_atlantic.png-51809cdfc48d2f0c69100567067a64e8.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://fish/species/mackerel_atlantic/fish_mackerel_atlantic.png"
dest_files=["res://.godot/imported/fish_mackerel_atlantic.png-51809cdfc48d2f0c69100567067a64e8.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/uastc_level=0
compress/rdo_quality_loss=0.0
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/channel_remap/red=0
process/channel_remap/green=1
process/channel_remap/blue=2
process/channel_remap/alpha=3
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1

View file

@ -0,0 +1,29 @@
[gd_resource type="Resource" script_class="FishData" 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="Script" path="res://fish/fish_availability.gd" id="3_availability_script"]
[ext_resource type="Texture2D" path="res://fish/species/mackerel_atlantic/fish_mackerel_atlantic.png" id="4_texture"]
[sub_resource type="Resource" id="MackerelAtlanticAvailability"]
script = ExtResource("3_availability_script")
allowed_location_tags = Array[StringName]([&"ocean"])
[resource]
script = ExtResource("1_fish_data")
id = &"mackerel_atlantic"
display_name = "atlantic mackerel"
allowed_water_types = 2
rarity = 0
base_catch_weight = 0.5
catch_profile = ExtResource("2_profile")
availability = SubResource("MackerelAtlanticAvailability")
weight_min_lb = 0.5
weight_max_lb = 5
display_scale_min = 0.85
display_scale_max = 1.4
display_scale_curve = 0.9
sell_value_min = 4
sell_value_max = 9
sell_value_curve = 0.9
display_texture = ExtResource("4_texture")

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

View file

@ -0,0 +1,40 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://g8qanq47g1b8"
path="res://.godot/imported/fish_mackerel_cero.png-8da33920501446c8e4d87a07f02f0710.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://fish/species/mackerel_cero/fish_mackerel_cero.png"
dest_files=["res://.godot/imported/fish_mackerel_cero.png-8da33920501446c8e4d87a07f02f0710.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/uastc_level=0
compress/rdo_quality_loss=0.0
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/channel_remap/red=0
process/channel_remap/green=1
process/channel_remap/blue=2
process/channel_remap/alpha=3
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1

View file

@ -0,0 +1,29 @@
[gd_resource type="Resource" script_class="FishData" 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="Script" path="res://fish/fish_availability.gd" id="3_availability_script"]
[ext_resource type="Texture2D" path="res://fish/species/mackerel_cero/fish_mackerel_cero.png" id="4_texture"]
[sub_resource type="Resource" id="MackerelCeroAvailability"]
script = ExtResource("3_availability_script")
allowed_location_tags = Array[StringName]([&"ocean"])
[resource]
script = ExtResource("1_fish_data")
id = &"mackerel_cero"
display_name = "cero mackerel"
allowed_water_types = 2
rarity = 1
base_catch_weight = 0.35
catch_profile = ExtResource("2_profile")
availability = SubResource("MackerelCeroAvailability")
weight_min_lb = 1
weight_max_lb = 15
display_scale_min = 0.85
display_scale_max = 1.5
display_scale_curve = 0.9
sell_value_min = 7
sell_value_max = 15
sell_value_curve = 0.9
display_texture = ExtResource("4_texture")

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

View file

@ -0,0 +1,40 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://b7q2t02oo2bcp"
path="res://.godot/imported/fish_mackerel_chub.png-16a10a6e686dbb920ba5ae98c9dd10a8.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://fish/species/mackerel_chub/fish_mackerel_chub.png"
dest_files=["res://.godot/imported/fish_mackerel_chub.png-16a10a6e686dbb920ba5ae98c9dd10a8.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/uastc_level=0
compress/rdo_quality_loss=0.0
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/channel_remap/red=0
process/channel_remap/green=1
process/channel_remap/blue=2
process/channel_remap/alpha=3
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1

View file

@ -0,0 +1,29 @@
[gd_resource type="Resource" script_class="FishData" 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="Script" path="res://fish/fish_availability.gd" id="3_availability_script"]
[ext_resource type="Texture2D" path="res://fish/species/mackerel_chub/fish_mackerel_chub.png" id="4_texture"]
[sub_resource type="Resource" id="MackerelChubAvailability"]
script = ExtResource("3_availability_script")
allowed_location_tags = Array[StringName]([&"ocean"])
[resource]
script = ExtResource("1_fish_data")
id = &"mackerel_chub"
display_name = "chub mackerel"
allowed_water_types = 2
rarity = 0
base_catch_weight = 0.5
catch_profile = ExtResource("2_profile")
availability = SubResource("MackerelChubAvailability")
weight_min_lb = 0.5
weight_max_lb = 4
display_scale_min = 0.85
display_scale_max = 1.4
display_scale_curve = 0.9
sell_value_min = 4
sell_value_max = 9
sell_value_curve = 0.9
display_texture = ExtResource("4_texture")

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.3 KiB

View file

@ -0,0 +1,40 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://b2fag3xemyx5s"
path="res://.godot/imported/fish_mackerel_king.png-6cd4b6aef031a72436383f7e75f54cc9.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://fish/species/mackerel_king/fish_mackerel_king.png"
dest_files=["res://.godot/imported/fish_mackerel_king.png-6cd4b6aef031a72436383f7e75f54cc9.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/uastc_level=0
compress/rdo_quality_loss=0.0
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/channel_remap/red=0
process/channel_remap/green=1
process/channel_remap/blue=2
process/channel_remap/alpha=3
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1

View file

@ -0,0 +1,29 @@
[gd_resource type="Resource" script_class="FishData" 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="Script" path="res://fish/fish_availability.gd" id="3_availability_script"]
[ext_resource type="Texture2D" path="res://fish/species/mackerel_king/fish_mackerel_king.png" id="4_texture"]
[sub_resource type="Resource" id="MackerelKingAvailability"]
script = ExtResource("3_availability_script")
allowed_location_tags = Array[StringName]([&"ocean"])
[resource]
script = ExtResource("1_fish_data")
id = &"mackerel_king"
display_name = "king mackerel"
allowed_water_types = 2
rarity = 1
base_catch_weight = 0.3
catch_profile = ExtResource("2_profile")
availability = SubResource("MackerelKingAvailability")
weight_min_lb = 3
weight_max_lb = 40
display_scale_min = 0.85
display_scale_max = 1.8
display_scale_curve = 0.9
sell_value_min = 10
sell_value_max = 24
sell_value_curve = 0.9
display_texture = ExtResource("4_texture")

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.6 KiB

View file

@ -0,0 +1,40 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://cy2hmpenpkee2"
path="res://.godot/imported/fish_mackerel_spanish.png-14336b47fbd7fc1f1bcf0ce301b2b130.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://fish/species/mackerel_spanish/fish_mackerel_spanish.png"
dest_files=["res://.godot/imported/fish_mackerel_spanish.png-14336b47fbd7fc1f1bcf0ce301b2b130.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/uastc_level=0
compress/rdo_quality_loss=0.0
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/channel_remap/red=0
process/channel_remap/green=1
process/channel_remap/blue=2
process/channel_remap/alpha=3
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1

View file

@ -0,0 +1,29 @@
[gd_resource type="Resource" script_class="FishData" 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="Script" path="res://fish/fish_availability.gd" id="3_availability_script"]
[ext_resource type="Texture2D" path="res://fish/species/mackerel_spanish/fish_mackerel_spanish.png" id="4_texture"]
[sub_resource type="Resource" id="MackerelSpanishAvailability"]
script = ExtResource("3_availability_script")
allowed_location_tags = Array[StringName]([&"ocean"])
[resource]
script = ExtResource("1_fish_data")
id = &"mackerel_spanish"
display_name = "spanish mackerel"
allowed_water_types = 2
rarity = 1
base_catch_weight = 0.35
catch_profile = ExtResource("2_profile")
availability = SubResource("MackerelSpanishAvailability")
weight_min_lb = 1
weight_max_lb = 15
display_scale_min = 0.85
display_scale_max = 1.6
display_scale_curve = 0.9
sell_value_min = 8
sell_value_max = 18
sell_value_curve = 0.9
display_texture = ExtResource("4_texture")

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.1 KiB

View file

@ -0,0 +1,40 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://dkdctr2o52vrb"
path="res://.godot/imported/fish_marlin_black.png-8e8b83d60a3f56d5d14f9e7c3ce2a9f9.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://fish/species/marlin_black/fish_marlin_black.png"
dest_files=["res://.godot/imported/fish_marlin_black.png-8e8b83d60a3f56d5d14f9e7c3ce2a9f9.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/uastc_level=0
compress/rdo_quality_loss=0.0
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/channel_remap/red=0
process/channel_remap/green=1
process/channel_remap/blue=2
process/channel_remap/alpha=3
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1

View file

@ -0,0 +1,29 @@
[gd_resource type="Resource" script_class="FishData" 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="Script" path="res://fish/fish_availability.gd" id="3_availability_script"]
[ext_resource type="Texture2D" path="res://fish/species/marlin_black/fish_marlin_black.png" id="4_texture"]
[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"
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")

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

View file

@ -0,0 +1,40 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://de35fjoytbomu"
path="res://.godot/imported/fish_marlin_blue.png-268aff4aa2760732f42f94b881681364.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://fish/species/marlin_blue/fish_marlin_blue.png"
dest_files=["res://.godot/imported/fish_marlin_blue.png-268aff4aa2760732f42f94b881681364.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/uastc_level=0
compress/rdo_quality_loss=0.0
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/channel_remap/red=0
process/channel_remap/green=1
process/channel_remap/blue=2
process/channel_remap/alpha=3
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1

View file

@ -0,0 +1,29 @@
[gd_resource type="Resource" script_class="FishData" 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="Script" path="res://fish/fish_availability.gd" id="3_availability_script"]
[ext_resource type="Texture2D" path="res://fish/species/marlin_blue/fish_marlin_blue.png" id="4_texture"]
[sub_resource type="Resource" id="MarlinBlueAvailability"]
script = ExtResource("3_availability_script")
allowed_location_tags = Array[StringName]([&"ocean"])
[resource]
script = ExtResource("1_fish_data")
id = &"marlin_blue"
display_name = "blue marlin"
allowed_water_types = 2
rarity = 4
base_catch_weight = 0.05
catch_profile = ExtResource("2_profile")
availability = SubResource("MarlinBlueAvailability")
weight_min_lb = 100
weight_max_lb = 1000
display_scale_min = 0.85
display_scale_max = 3.0
display_scale_curve = 0.9
sell_value_min = 60
sell_value_max = 120
sell_value_curve = 0.9
display_texture = ExtResource("4_texture")

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.1 KiB

View file

@ -0,0 +1,40 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://bdvy4ujx2htcy"
path="res://.godot/imported/fish_marlin_white.png-a5c5fec8891d945d6565d5097e312c31.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://fish/species/marlin_white/fish_marlin_white.png"
dest_files=["res://.godot/imported/fish_marlin_white.png-a5c5fec8891d945d6565d5097e312c31.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/uastc_level=0
compress/rdo_quality_loss=0.0
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/channel_remap/red=0
process/channel_remap/green=1
process/channel_remap/blue=2
process/channel_remap/alpha=3
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1

View file

@ -0,0 +1,29 @@
[gd_resource type="Resource" script_class="FishData" 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="Script" path="res://fish/fish_availability.gd" id="3_availability_script"]
[ext_resource type="Texture2D" path="res://fish/species/marlin_white/fish_marlin_white.png" id="4_texture"]
[sub_resource type="Resource" id="MarlinWhiteAvailability"]
script = ExtResource("3_availability_script")
allowed_location_tags = Array[StringName]([&"ocean"])
[resource]
script = ExtResource("1_fish_data")
id = &"marlin_white"
display_name = "white marlin"
allowed_water_types = 2
rarity = 3
base_catch_weight = 0.1
catch_profile = ExtResource("2_profile")
availability = SubResource("MarlinWhiteAvailability")
weight_min_lb = 30
weight_max_lb = 180
display_scale_min = 0.85
display_scale_max = 2.5
display_scale_curve = 0.9
sell_value_min = 35
sell_value_max = 70
sell_value_curve = 0.9
display_texture = ExtResource("4_texture")

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

View file

@ -0,0 +1,40 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://ch3y6xdo22j1o"
path="res://.godot/imported/fish_pomfret_black.png-f757c46fb76cb4f9eee68c3143813d3f.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://fish/species/pomfret_black/fish_pomfret_black.png"
dest_files=["res://.godot/imported/fish_pomfret_black.png-f757c46fb76cb4f9eee68c3143813d3f.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/uastc_level=0
compress/rdo_quality_loss=0.0
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/channel_remap/red=0
process/channel_remap/green=1
process/channel_remap/blue=2
process/channel_remap/alpha=3
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1

View file

@ -0,0 +1,29 @@
[gd_resource type="Resource" script_class="FishData" 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="Script" path="res://fish/fish_availability.gd" id="3_availability_script"]
[ext_resource type="Texture2D" path="res://fish/species/pomfret_black/fish_pomfret_black.png" id="4_texture"]
[sub_resource type="Resource" id="PomfretBlackAvailability"]
script = ExtResource("3_availability_script")
allowed_location_tags = Array[StringName]([&"ocean"])
[resource]
script = ExtResource("1_fish_data")
id = &"pomfret_black"
display_name = "black pomfret"
allowed_water_types = 2
rarity = 1
base_catch_weight = 0.3
catch_profile = ExtResource("2_profile")
availability = SubResource("PomfretBlackAvailability")
weight_min_lb = 1
weight_max_lb = 15
display_scale_min = 0.85
display_scale_max = 1.8
display_scale_curve = 0.9
sell_value_min = 8
sell_value_max = 18
sell_value_curve = 0.9
display_texture = ExtResource("4_texture")

Binary file not shown.

After

Width:  |  Height:  |  Size: 25 KiB

View file

@ -0,0 +1,40 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://cijr0gseldncc"
path="res://.godot/imported/fish_pomfret_chinese.png-a68ccb2e407266ab98980bb3087760ad.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://fish/species/pomfret_chinese/fish_pomfret_chinese.png"
dest_files=["res://.godot/imported/fish_pomfret_chinese.png-a68ccb2e407266ab98980bb3087760ad.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/uastc_level=0
compress/rdo_quality_loss=0.0
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/channel_remap/red=0
process/channel_remap/green=1
process/channel_remap/blue=2
process/channel_remap/alpha=3
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1

View file

@ -0,0 +1,29 @@
[gd_resource type="Resource" script_class="FishData" 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="Script" path="res://fish/fish_availability.gd" id="3_availability_script"]
[ext_resource type="Texture2D" path="res://fish/species/pomfret_chinese/fish_pomfret_chinese.png" id="4_texture"]
[sub_resource type="Resource" id="PomfretChineseAvailability"]
script = ExtResource("3_availability_script")
allowed_location_tags = Array[StringName]([&"ocean"])
[resource]
script = ExtResource("1_fish_data")
id = &"pomfret_chinese"
display_name = "chinese pomfret"
allowed_water_types = 2
rarity = 1
base_catch_weight = 0.3
catch_profile = ExtResource("2_profile")
availability = SubResource("PomfretChineseAvailability")
weight_min_lb = 1
weight_max_lb = 20
display_scale_min = 0.85
display_scale_max = 1.9
display_scale_curve = 0.9
sell_value_min = 9
sell_value_max = 20
sell_value_curve = 0.9
display_texture = ExtResource("4_texture")

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

View file

@ -0,0 +1,40 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://7rjv7k60bv7q"
path="res://.godot/imported/fish_pomfret_golden.png-932aebb2b7e0fef891368bcd8e2ca1c7.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://fish/species/pomfret_golden/fish_pomfret_golden.png"
dest_files=["res://.godot/imported/fish_pomfret_golden.png-932aebb2b7e0fef891368bcd8e2ca1c7.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/uastc_level=0
compress/rdo_quality_loss=0.0
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/channel_remap/red=0
process/channel_remap/green=1
process/channel_remap/blue=2
process/channel_remap/alpha=3
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1

View file

@ -0,0 +1,29 @@
[gd_resource type="Resource" script_class="FishData" 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="Script" path="res://fish/fish_availability.gd" id="3_availability_script"]
[ext_resource type="Texture2D" path="res://fish/species/pomfret_golden/fish_pomfret_golden.png" id="4_texture"]
[sub_resource type="Resource" id="PomfretGoldenAvailability"]
script = ExtResource("3_availability_script")
allowed_location_tags = Array[StringName]([&"ocean"])
[resource]
script = ExtResource("1_fish_data")
id = &"pomfret_golden"
display_name = "golden pomfret"
allowed_water_types = 2
rarity = 2
base_catch_weight = 0.18
catch_profile = ExtResource("2_profile")
availability = SubResource("PomfretGoldenAvailability")
weight_min_lb = 2
weight_max_lb = 25
display_scale_min = 0.85
display_scale_max = 2.1
display_scale_curve = 0.9
sell_value_min = 14
sell_value_max = 30
sell_value_curve = 0.9
display_texture = ExtResource("4_texture")

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

View file

@ -0,0 +1,40 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://c3fr0x4e1nfe0"
path="res://.godot/imported/fish_pomfret_white.png-10c529e20d581d581fc12328c7d152fe.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://fish/species/pomfret_white/fish_pomfret_white.png"
dest_files=["res://.godot/imported/fish_pomfret_white.png-10c529e20d581d581fc12328c7d152fe.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/uastc_level=0
compress/rdo_quality_loss=0.0
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/channel_remap/red=0
process/channel_remap/green=1
process/channel_remap/blue=2
process/channel_remap/alpha=3
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1

View file

@ -0,0 +1,29 @@
[gd_resource type="Resource" script_class="FishData" 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="Script" path="res://fish/fish_availability.gd" id="3_availability_script"]
[ext_resource type="Texture2D" path="res://fish/species/pomfret_white/fish_pomfret_white.png" id="4_texture"]
[sub_resource type="Resource" id="PomfretWhiteAvailability"]
script = ExtResource("3_availability_script")
allowed_location_tags = Array[StringName]([&"ocean"])
[resource]
script = ExtResource("1_fish_data")
id = &"pomfret_white"
display_name = "white pomfret"
allowed_water_types = 2
rarity = 0
base_catch_weight = 0.45
catch_profile = ExtResource("2_profile")
availability = SubResource("PomfretWhiteAvailability")
weight_min_lb = 0.5
weight_max_lb = 10
display_scale_min = 0.85
display_scale_max = 1.6
display_scale_curve = 0.9
sell_value_min = 5
sell_value_max = 12
sell_value_curve = 0.9
display_texture = ExtResource("4_texture")

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

View file

@ -0,0 +1,40 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://8rlcnfqx8or0"
path="res://.godot/imported/fish_sailfish.png-cc20ed43042eb2d6867954aa1a1772da.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://fish/species/sailfish/fish_sailfish.png"
dest_files=["res://.godot/imported/fish_sailfish.png-cc20ed43042eb2d6867954aa1a1772da.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/uastc_level=0
compress/rdo_quality_loss=0.0
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/channel_remap/red=0
process/channel_remap/green=1
process/channel_remap/blue=2
process/channel_remap/alpha=3
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1

View file

@ -0,0 +1,29 @@
[gd_resource type="Resource" script_class="FishData" 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="Script" path="res://fish/fish_availability.gd" id="3_availability_script"]
[ext_resource type="Texture2D" path="res://fish/species/sailfish/fish_sailfish.png" id="4_texture"]
[sub_resource type="Resource" id="SailfishAvailability"]
script = ExtResource("3_availability_script")
allowed_location_tags = Array[StringName]([&"ocean"])
[resource]
script = ExtResource("1_fish_data")
id = &"sailfish"
display_name = "sailfish"
allowed_water_types = 2
rarity = 3
base_catch_weight = 0.1
catch_profile = ExtResource("2_profile")
availability = SubResource("SailfishAvailability")
weight_min_lb = 30
weight_max_lb = 200
display_scale_min = 0.85
display_scale_max = 2.6
display_scale_curve = 0.9
sell_value_min = 38
sell_value_max = 78
sell_value_curve = 0.9
display_texture = ExtResource("4_texture")

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

View file

@ -0,0 +1,40 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://8k7qkk4juciy"
path="res://.godot/imported/fish_sauger.png-9b3abc6f8648ebbd51a56abeedbb4826.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://fish/species/sauger/fish_sauger.png"
dest_files=["res://.godot/imported/fish_sauger.png-9b3abc6f8648ebbd51a56abeedbb4826.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/uastc_level=0
compress/rdo_quality_loss=0.0
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/channel_remap/red=0
process/channel_remap/green=1
process/channel_remap/blue=2
process/channel_remap/alpha=3
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1

View file

@ -0,0 +1,29 @@
[gd_resource type="Resource" script_class="FishData" 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="Script" path="res://fish/fish_availability.gd" id="3_availability_script"]
[ext_resource type="Texture2D" path="res://fish/species/sauger/fish_sauger.png" id="4_texture"]
[sub_resource type="Resource" id="SaugerAvailability"]
script = ExtResource("3_availability_script")
allowed_location_tags = Array[StringName]([&"starter_pond"])
[resource]
script = ExtResource("1_fish_data")
id = &"sauger"
display_name = "sauger"
allowed_water_types = 1
rarity = 1
base_catch_weight = 0.35
catch_profile = ExtResource("2_profile")
availability = SubResource("SaugerAvailability")
weight_min_lb = 0.5
weight_max_lb = 8
display_scale_min = 0.85
display_scale_max = 1.4
display_scale_curve = 0.9
sell_value_min = 6
sell_value_max = 12
sell_value_curve = 0.9
display_texture = ExtResource("4_texture")

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

View file

@ -0,0 +1,40 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://lom25y0eqcw3"
path="res://.godot/imported/fish_saugeye.png-638130dc7e3f534cf48d3da80fc2c3df.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://fish/species/saugeye/fish_saugeye.png"
dest_files=["res://.godot/imported/fish_saugeye.png-638130dc7e3f534cf48d3da80fc2c3df.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/uastc_level=0
compress/rdo_quality_loss=0.0
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/channel_remap/red=0
process/channel_remap/green=1
process/channel_remap/blue=2
process/channel_remap/alpha=3
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1

View file

@ -0,0 +1,29 @@
[gd_resource type="Resource" script_class="FishData" 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="Script" path="res://fish/fish_availability.gd" id="3_availability_script"]
[ext_resource type="Texture2D" path="res://fish/species/saugeye/fish_saugeye.png" id="4_texture"]
[sub_resource type="Resource" id="SaugeyeAvailability"]
script = ExtResource("3_availability_script")
allowed_location_tags = Array[StringName]([&"starter_pond"])
[resource]
script = ExtResource("1_fish_data")
id = &"saugeye"
display_name = "saugeye"
allowed_water_types = 1
rarity = 2
base_catch_weight = 0.2
catch_profile = ExtResource("2_profile")
availability = SubResource("SaugeyeAvailability")
weight_min_lb = 0.5
weight_max_lb = 12
display_scale_min = 0.85
display_scale_max = 1.6
display_scale_curve = 0.9
sell_value_min = 9
sell_value_max = 18
sell_value_curve = 0.9
display_texture = ExtResource("4_texture")

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

View file

@ -0,0 +1,40 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://d3d8s30bxq4tp"
path="res://.godot/imported/fish_snapper_lane.png-e491c67d8214edb53b8a2005c274c743.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://fish/species/snapper_lane/fish_snapper_lane.png"
dest_files=["res://.godot/imported/fish_snapper_lane.png-e491c67d8214edb53b8a2005c274c743.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/uastc_level=0
compress/rdo_quality_loss=0.0
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/channel_remap/red=0
process/channel_remap/green=1
process/channel_remap/blue=2
process/channel_remap/alpha=3
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1

View file

@ -0,0 +1,29 @@
[gd_resource type="Resource" script_class="FishData" 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="Script" path="res://fish/fish_availability.gd" id="3_availability_script"]
[ext_resource type="Texture2D" path="res://fish/species/snapper_lane/fish_snapper_lane.png" id="4_texture"]
[sub_resource type="Resource" id="SnapperLaneAvailability"]
script = ExtResource("3_availability_script")
allowed_location_tags = Array[StringName]([&"ocean"])
[resource]
script = ExtResource("1_fish_data")
id = &"snapper_lane"
display_name = "lane snapper"
allowed_water_types = 2
rarity = 0
base_catch_weight = 0.45
catch_profile = ExtResource("2_profile")
availability = SubResource("SnapperLaneAvailability")
weight_min_lb = 0.5
weight_max_lb = 5
display_scale_min = 0.85
display_scale_max = 1.5
display_scale_curve = 0.9
sell_value_min = 5
sell_value_max = 11
sell_value_curve = 0.9
display_texture = ExtResource("4_texture")

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

View file

@ -0,0 +1,40 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://v34sdv1v7c2x"
path="res://.godot/imported/fish_snapper_mangrove.png-fb4a657d3596495207f499095e50e416.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://fish/species/snapper_mangrove/fish_snapper_mangrove.png"
dest_files=["res://.godot/imported/fish_snapper_mangrove.png-fb4a657d3596495207f499095e50e416.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/uastc_level=0
compress/rdo_quality_loss=0.0
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/channel_remap/red=0
process/channel_remap/green=1
process/channel_remap/blue=2
process/channel_remap/alpha=3
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1

View file

@ -0,0 +1,29 @@
[gd_resource type="Resource" script_class="FishData" 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="Script" path="res://fish/fish_availability.gd" id="3_availability_script"]
[ext_resource type="Texture2D" 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"
allowed_water_types = 2
rarity = 1
base_catch_weight = 0.35
catch_profile = ExtResource("2_profile")
availability = SubResource("SnapperMangroveAvailability")
weight_min_lb = 0.5
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")

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

View file

@ -0,0 +1,40 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://cawvpo8aysw5i"
path="res://.godot/imported/fish_snapper_mutton.png-c83ebfec373a81cf6c3f34599406aad6.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://fish/species/snapper_mutton/fish_snapper_mutton.png"
dest_files=["res://.godot/imported/fish_snapper_mutton.png-c83ebfec373a81cf6c3f34599406aad6.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/uastc_level=0
compress/rdo_quality_loss=0.0
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/channel_remap/red=0
process/channel_remap/green=1
process/channel_remap/blue=2
process/channel_remap/alpha=3
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1

View file

@ -0,0 +1,29 @@
[gd_resource type="Resource" script_class="FishData" 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="Script" path="res://fish/fish_availability.gd" id="3_availability_script"]
[ext_resource type="Texture2D" 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"
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")

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

View file

@ -0,0 +1,40 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://ei5scljuqklk"
path="res://.godot/imported/fish_snapper_red.png-b66be0003a9d62c443a185008180dd96.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://fish/species/snapper_red/fish_snapper_red.png"
dest_files=["res://.godot/imported/fish_snapper_red.png-b66be0003a9d62c443a185008180dd96.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/uastc_level=0
compress/rdo_quality_loss=0.0
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/channel_remap/red=0
process/channel_remap/green=1
process/channel_remap/blue=2
process/channel_remap/alpha=3
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1

View file

@ -0,0 +1,29 @@
[gd_resource type="Resource" script_class="FishData" 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="Script" path="res://fish/fish_availability.gd" id="3_availability_script"]
[ext_resource type="Texture2D" path="res://fish/species/snapper_red/fish_snapper_red.png" id="4_texture"]
[sub_resource type="Resource" id="SnapperRedAvailability"]
script = ExtResource("3_availability_script")
allowed_location_tags = Array[StringName]([&"ocean"])
[resource]
script = ExtResource("1_fish_data")
id = &"snapper_red"
display_name = "red snapper"
allowed_water_types = 2
rarity = 1
base_catch_weight = 0.35
catch_profile = ExtResource("2_profile")
availability = SubResource("SnapperRedAvailability")
weight_min_lb = 1
weight_max_lb = 25
display_scale_min = 0.85
display_scale_max = 1.7
display_scale_curve = 0.9
sell_value_min = 8
sell_value_max = 19
sell_value_curve = 0.9
display_texture = ExtResource("4_texture")

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.7 KiB

View file

@ -0,0 +1,40 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://cs1qmm4galac4"
path="res://.godot/imported/fish_swordfish.png-c82f3cdc508ed13c9ec1a5b28b6eb830.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://fish/species/swordfish/fish_swordfish.png"
dest_files=["res://.godot/imported/fish_swordfish.png-c82f3cdc508ed13c9ec1a5b28b6eb830.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/uastc_level=0
compress/rdo_quality_loss=0.0
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/channel_remap/red=0
process/channel_remap/green=1
process/channel_remap/blue=2
process/channel_remap/alpha=3
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1

View file

@ -0,0 +1,29 @@
[gd_resource type="Resource" script_class="FishData" 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="Script" path="res://fish/fish_availability.gd" id="3_availability_script"]
[ext_resource type="Texture2D" path="res://fish/species/swordfish/fish_swordfish.png" id="4_texture"]
[sub_resource type="Resource" id="SwordfishAvailability"]
script = ExtResource("3_availability_script")
allowed_location_tags = Array[StringName]([&"ocean"])
[resource]
script = ExtResource("1_fish_data")
id = &"swordfish"
display_name = "swordfish"
allowed_water_types = 2
rarity = 4
base_catch_weight = 0.06
catch_profile = ExtResource("2_profile")
availability = SubResource("SwordfishAvailability")
weight_min_lb = 50
weight_max_lb = 1000
display_scale_min = 0.85
display_scale_max = 3.0
display_scale_curve = 0.9
sell_value_min = 55
sell_value_max = 110
sell_value_curve = 0.9
display_texture = ExtResource("4_texture")

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

View file

@ -0,0 +1,40 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://nowggrl8wmr"
path="res://.godot/imported/fish_trout_cutthroat.png-a27813936c24b235f8eea97a7a7dfdc0.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://fish/species/trout_cutthroat/fish_trout_cutthroat.png"
dest_files=["res://.godot/imported/fish_trout_cutthroat.png-a27813936c24b235f8eea97a7a7dfdc0.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/uastc_level=0
compress/rdo_quality_loss=0.0
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/channel_remap/red=0
process/channel_remap/green=1
process/channel_remap/blue=2
process/channel_remap/alpha=3
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1

View file

@ -0,0 +1,29 @@
[gd_resource type="Resource" script_class="FishData" 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="Script" path="res://fish/fish_availability.gd" id="3_availability_script"]
[ext_resource type="Texture2D" path="res://fish/species/trout_cutthroat/fish_trout_cutthroat.png" id="4_texture"]
[sub_resource type="Resource" id="TroutCutthroatAvailability"]
script = ExtResource("3_availability_script")
allowed_location_tags = Array[StringName]([&"starter_pond"])
[resource]
script = ExtResource("1_fish_data")
id = &"trout_cutthroat"
display_name = "cutthroat trout"
allowed_water_types = 1
rarity = 1
base_catch_weight = 0.4
catch_profile = ExtResource("2_profile")
availability = SubResource("TroutCutthroatAvailability")
weight_min_lb = 0.25
weight_max_lb = 10
display_scale_min = 0.85
display_scale_max = 1.4
display_scale_curve = 0.9
sell_value_min = 5
sell_value_max = 12
sell_value_curve = 0.9
display_texture = ExtResource("4_texture")

Binary file not shown.

After

Width:  |  Height:  |  Size: 189 KiB

View file

@ -0,0 +1,40 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://b64w3kwf3wins"
path="res://.godot/imported/fish_trout_golden.png-00b8999ee94694397caec57987d8241d.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://fish/species/trout_golden/fish_trout_golden.png"
dest_files=["res://.godot/imported/fish_trout_golden.png-00b8999ee94694397caec57987d8241d.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/uastc_level=0
compress/rdo_quality_loss=0.0
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/channel_remap/red=0
process/channel_remap/green=1
process/channel_remap/blue=2
process/channel_remap/alpha=3
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1

View file

@ -0,0 +1,29 @@
[gd_resource type="Resource" script_class="FishData" 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="Script" path="res://fish/fish_availability.gd" id="3_availability_script"]
[ext_resource type="Texture2D" path="res://fish/species/trout_golden/fish_trout_golden.png" id="4_texture"]
[sub_resource type="Resource" id="TroutGoldenAvailability"]
script = ExtResource("3_availability_script")
allowed_location_tags = Array[StringName]([&"starter_pond"])
[resource]
script = ExtResource("1_fish_data")
id = &"trout_golden"
display_name = "golden trout"
allowed_water_types = 1
rarity = 2
base_catch_weight = 0.2
catch_profile = ExtResource("2_profile")
availability = SubResource("TroutGoldenAvailability")
weight_min_lb = 0.2
weight_max_lb = 3
display_scale_min = 0.85
display_scale_max = 1.2
display_scale_curve = 0.9
sell_value_min = 8
sell_value_max = 16
sell_value_curve = 0.9
display_texture = ExtResource("4_texture")

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

View file

@ -0,0 +1,40 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://mfxehkoxea21"
path="res://.godot/imported/fish_trout_rainbow.png-e58603ff0df9519b81e6b0d0da55998c.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://fish/species/trout_rainbow/fish_trout_rainbow.png"
dest_files=["res://.godot/imported/fish_trout_rainbow.png-e58603ff0df9519b81e6b0d0da55998c.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/uastc_level=0
compress/rdo_quality_loss=0.0
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/channel_remap/red=0
process/channel_remap/green=1
process/channel_remap/blue=2
process/channel_remap/alpha=3
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1

View file

@ -0,0 +1,29 @@
[gd_resource type="Resource" script_class="FishData" 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="Script" path="res://fish/fish_availability.gd" id="3_availability_script"]
[ext_resource type="Texture2D" path="res://fish/species/trout_rainbow/fish_trout_rainbow.png" id="4_texture"]
[sub_resource type="Resource" id="TroutRainbowAvailability"]
script = ExtResource("3_availability_script")
allowed_location_tags = Array[StringName]([&"starter_pond"])
[resource]
script = ExtResource("1_fish_data")
id = &"trout_rainbow"
display_name = "rainbow trout"
allowed_water_types = 1
rarity = 1
base_catch_weight = 0.45
catch_profile = ExtResource("2_profile")
availability = SubResource("TroutRainbowAvailability")
weight_min_lb = 0.5
weight_max_lb = 20
display_scale_min = 0.85
display_scale_max = 1.4
display_scale_curve = 0.9
sell_value_min = 5
sell_value_max = 11
sell_value_curve = 0.9
display_texture = ExtResource("4_texture")

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

View file

@ -0,0 +1,40 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://cabbpc55sf2gw"
path="res://.godot/imported/fish_trout_steelhead.png-10d14e8a4754db88ccdaf7ffe4e4d9fe.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://fish/species/trout_steelhead/fish_trout_steelhead.png"
dest_files=["res://.godot/imported/fish_trout_steelhead.png-10d14e8a4754db88ccdaf7ffe4e4d9fe.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/uastc_level=0
compress/rdo_quality_loss=0.0
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/channel_remap/red=0
process/channel_remap/green=1
process/channel_remap/blue=2
process/channel_remap/alpha=3
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1

View file

@ -0,0 +1,29 @@
[gd_resource type="Resource" script_class="FishData" 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="Script" path="res://fish/fish_availability.gd" id="3_availability_script"]
[ext_resource type="Texture2D" path="res://fish/species/trout_steelhead/fish_trout_steelhead.png" id="4_texture"]
[sub_resource type="Resource" id="TroutSteelheadAvailability"]
script = ExtResource("3_availability_script")
allowed_location_tags = Array[StringName]([&"starter_pond"])
[resource]
script = ExtResource("1_fish_data")
id = &"trout_steelhead"
display_name = "steelhead trout"
allowed_water_types = 1
rarity = 2
base_catch_weight = 0.2
catch_profile = ExtResource("2_profile")
availability = SubResource("TroutSteelheadAvailability")
weight_min_lb = 2
weight_max_lb = 35
display_scale_min = 0.85
display_scale_max = 1.8
display_scale_curve = 0.9
sell_value_min = 10
sell_value_max = 20
sell_value_curve = 0.9
display_texture = ExtResource("4_texture")

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Some files were not shown because too many files have changed in this diff Show more