Activate full fish catalog

This commit is contained in:
Alexander Sellite 2026-08-24 11:13:49 -04:00
parent 5ed4cccf76
commit bb75121dcd
321 changed files with 1611 additions and 706 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

View file

@ -0,0 +1,40 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://d08ce7q8vmlfs"
path="res://.godot/imported/fish_placeholder.png-41ecfc07b87417338ce888ac1e2c2362.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://art/exported/creatures/fish_placeholder.png"
dest_files=["res://.godot/imported/fish_placeholder.png-41ecfc07b87417338ce888ac1e2c2362.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

@ -1,13 +1,27 @@
[gd_resource type="Resource" load_steps=8 format=3]
[gd_resource type="Resource" load_steps=22 format=3]
[ext_resource type="Script" path="res://fish/fish_pool.gd" id="1_pool"]
[ext_resource type="Resource" path="res://fish/species/sturgeon_lake/sturgeon_lake.tres" id="2_sturgeon"]
[ext_resource type="Resource" path="res://fish/species/trout_golden/trout_golden.tres" id="3_trout"]
[ext_resource type="Resource" path="res://fish/species/chub_lake/chub_lake.tres" id="4_chub"]
[ext_resource type="Resource" path="res://fish/species/saugeye/saugeye.tres" id="5_saugeye"]
[ext_resource type="Resource" path="res://fish/species/walleye/walleye.tres" id="6_walleye"]
[ext_resource type="Resource" path="res://fish/species/goby_round/goby_round.tres" id="7_goby"]
[ext_resource type="Resource" path="res://fish/species/sturgeon_lake/sturgeon_lake.tres" id="2_sturgeon_lake"]
[ext_resource type="Resource" path="res://fish/species/burbot/burbot.tres" id="3_burbot"]
[ext_resource type="Resource" path="res://fish/species/cisco/cisco.tres" id="4_cisco"]
[ext_resource type="Resource" path="res://fish/species/whitefish_lake/whitefish_lake.tres" id="5_whitefish_lake"]
[ext_resource type="Resource" path="res://fish/species/char_arctic/char_arctic.tres" id="6_char_arctic"]
[ext_resource type="Resource" path="res://fish/species/trout_golden/trout_golden.tres" id="7_trout_golden"]
[ext_resource type="Resource" path="res://fish/species/axolotl/axolotl.tres" id="8_axolotl"]
[ext_resource type="Resource" path="res://fish/species/bream_common/bream_common.tres" id="9_bream_common"]
[ext_resource type="Resource" path="res://fish/species/muskellunge/muskellunge.tres" id="10_muskellunge"]
[ext_resource type="Resource" path="res://fish/species/shiner_emerald/shiner_emerald.tres" id="11_shiner_emerald"]
[ext_resource type="Resource" path="res://fish/species/chub_lake/chub_lake.tres" id="12_chub_lake"]
[ext_resource type="Resource" path="res://fish/species/crappie_white/crappie_white.tres" id="13_crappie_white"]
[ext_resource type="Resource" path="res://fish/species/yellow_perch/yellow_perch.tres" id="14_yellow_perch"]
[ext_resource type="Resource" path="res://fish/species/pike_northern/pike_northern.tres" id="15_pike_northern"]
[ext_resource type="Resource" path="res://fish/species/saugeye/saugeye.tres" id="16_saugeye"]
[ext_resource type="Resource" path="res://fish/species/walleye/walleye.tres" id="17_walleye"]
[ext_resource type="Resource" path="res://fish/species/goby_round/goby_round.tres" id="18_goby_round"]
[ext_resource type="Resource" path="res://fish/species/smelt_rainbow/smelt_rainbow.tres" id="19_smelt_rainbow"]
[ext_resource type="Resource" path="res://fish/species/gourami_giant/gourami_giant.tres" id="20_gourami_giant"]
[ext_resource type="Resource" path="res://fish/species/tilapia_nile/tilapia_nile.tres" id="21_tilapia_nile"]
[resource]
script = ExtResource("1_pool")
candidates = [ExtResource("2_sturgeon"), ExtResource("3_trout"), ExtResource("4_chub"), ExtResource("5_saugeye"), ExtResource("6_walleye"), ExtResource("7_goby")]
candidates = [ExtResource("2_sturgeon_lake"), ExtResource("3_burbot"), ExtResource("4_cisco"), ExtResource("5_whitefish_lake"), ExtResource("6_char_arctic"), ExtResource("7_trout_golden"), ExtResource("8_axolotl"), ExtResource("9_bream_common"), ExtResource("10_muskellunge"), ExtResource("11_shiner_emerald"), ExtResource("12_chub_lake"), ExtResource("13_crappie_white"), ExtResource("14_yellow_perch"), ExtResource("15_pike_northern"), ExtResource("16_saugeye"), ExtResource("17_walleye"), ExtResource("18_goby_round"), ExtResource("19_smelt_rainbow"), ExtResource("20_gourami_giant"), ExtResource("21_tilapia_nile")]

View file

@ -1,16 +1,40 @@
[gd_resource type="Resource" load_steps=11 format=3]
[gd_resource type="Resource" load_steps=35 format=3]
[ext_resource type="Script" path="res://fish/fish_pool.gd" id="1_pool"]
[ext_resource type="Resource" path="res://fish/species/bowfin/bowfin.tres" id="2_bowfin"]
[ext_resource type="Resource" path="res://fish/species/gar_spotted/gar_spotted.tres" id="3_gar_spotted"]
[ext_resource type="Resource" path="res://fish/species/lungfish_west_african/lungfish_west_african.tres" id="4_lungfish"]
[ext_resource type="Resource" path="res://fish/species/catfish_channel/catfish_channel.tres" id="5_catfish_channel"]
[ext_resource type="Resource" path="res://fish/species/catfish_white/catfish_white.tres" id="6_catfish_white"]
[ext_resource type="Resource" path="res://fish/species/carp/carp.tres" id="7_carp"]
[ext_resource type="Resource" path="res://fish/species/goldfish_bubbleeye/goldfish_bubbleeye.tres" id="8_bubbleeye"]
[ext_resource type="Resource" path="res://fish/species/goldfish/goldfish.tres" id="9_goldfish"]
[ext_resource type="Resource" path="res://fish/species/bluegill/bluegill.tres" id="10_bluegill"]
[ext_resource type="Resource" path="res://fish/species/lungfish_west_african/lungfish_west_african.tres" id="4_lungfish_west_african"]
[ext_resource type="Resource" path="res://fish/species/guppy/guppy.tres" id="5_guppy"]
[ext_resource type="Resource" path="res://fish/species/tetra_neon/tetra_neon.tres" id="6_tetra_neon"]
[ext_resource type="Resource" path="res://fish/species/danio_zebra/danio_zebra.tres" id="7_danio_zebra"]
[ext_resource type="Resource" path="res://fish/species/largemouth_bass/largemouth_bass.tres" id="8_largemouth_bass"]
[ext_resource type="Resource" path="res://fish/species/bullhead_black/bullhead_black.tres" id="9_bullhead_black"]
[ext_resource type="Resource" path="res://fish/species/bullhead_brown/bullhead_brown.tres" id="10_bullhead_brown"]
[ext_resource type="Resource" path="res://fish/species/catfish_channel/catfish_channel.tres" id="11_catfish_channel"]
[ext_resource type="Resource" path="res://fish/species/catfish_white/catfish_white.tres" id="12_catfish_white"]
[ext_resource type="Resource" path="res://fish/species/bullhead_yellow/bullhead_yellow.tres" id="13_bullhead_yellow"]
[ext_resource type="Resource" path="res://fish/species/carp/carp.tres" id="14_carp"]
[ext_resource type="Resource" path="res://fish/species/roach_common/roach_common.tres" id="15_roach_common"]
[ext_resource type="Resource" path="res://fish/species/rudd/rudd.tres" id="16_rudd"]
[ext_resource type="Resource" path="res://fish/species/tench/tench.tres" id="17_tench"]
[ext_resource type="Resource" path="res://fish/species/crayfish_red_swamp/crayfish_red_swamp.tres" id="18_crayfish_red_swamp"]
[ext_resource type="Resource" path="res://fish/species/minnow_fathead/minnow_fathead.tres" id="19_minnow_fathead"]
[ext_resource type="Resource" path="res://fish/species/shiner_golden/shiner_golden.tres" id="20_shiner_golden"]
[ext_resource type="Resource" path="res://fish/species/loach_weather/loach_weather.tres" id="21_loach_weather"]
[ext_resource type="Resource" path="res://fish/species/goldfish_bubbleeye/goldfish_bubbleeye.tres" id="22_goldfish_bubbleeye"]
[ext_resource type="Resource" path="res://fish/species/goldfish/goldfish.tres" id="23_goldfish"]
[ext_resource type="Resource" path="res://fish/species/koi/koi.tres" id="24_koi"]
[ext_resource type="Resource" path="res://fish/species/crappie_black/crappie_black.tres" id="25_crappie_black"]
[ext_resource type="Resource" path="res://fish/species/bluegill/bluegill.tres" id="26_bluegill"]
[ext_resource type="Resource" path="res://fish/species/green_sunfish/green_sunfish.tres" id="27_green_sunfish"]
[ext_resource type="Resource" path="res://fish/species/pumpkinseed/pumpkinseed.tres" id="28_pumpkinseed"]
[ext_resource type="Resource" path="res://fish/species/redear_sunfish/redear_sunfish.tres" id="29_redear_sunfish"]
[ext_resource type="Resource" path="res://fish/species/warmouth/warmouth.tres" id="30_warmouth"]
[ext_resource type="Resource" path="res://fish/species/pickerel_chain/pickerel_chain.tres" id="31_pickerel_chain"]
[ext_resource type="Resource" path="res://fish/species/pickerel_grass/pickerel_grass.tres" id="32_pickerel_grass"]
[ext_resource type="Resource" path="res://fish/species/betta_siamese/betta_siamese.tres" id="33_betta_siamese"]
[ext_resource type="Resource" path="res://fish/species/catfish_walking/catfish_walking.tres" id="34_catfish_walking"]
[resource]
script = ExtResource("1_pool")
candidates = [ExtResource("2_bowfin"), ExtResource("3_gar_spotted"), ExtResource("4_lungfish"), ExtResource("5_catfish_channel"), ExtResource("6_catfish_white"), ExtResource("7_carp"), ExtResource("8_bubbleeye"), ExtResource("9_goldfish"), ExtResource("10_bluegill")]
candidates = [ExtResource("2_bowfin"), ExtResource("3_gar_spotted"), ExtResource("4_lungfish_west_african"), ExtResource("5_guppy"), ExtResource("6_tetra_neon"), ExtResource("7_danio_zebra"), ExtResource("8_largemouth_bass"), ExtResource("9_bullhead_black"), ExtResource("10_bullhead_brown"), ExtResource("11_catfish_channel"), ExtResource("12_catfish_white"), ExtResource("13_bullhead_yellow"), ExtResource("14_carp"), ExtResource("15_roach_common"), ExtResource("16_rudd"), ExtResource("17_tench"), ExtResource("18_crayfish_red_swamp"), ExtResource("19_minnow_fathead"), ExtResource("20_shiner_golden"), ExtResource("21_loach_weather"), ExtResource("22_goldfish_bubbleeye"), ExtResource("23_goldfish"), ExtResource("24_koi"), ExtResource("25_crappie_black"), ExtResource("26_bluegill"), ExtResource("27_green_sunfish"), ExtResource("28_pumpkinseed"), ExtResource("29_redear_sunfish"), ExtResource("30_warmouth"), ExtResource("31_pickerel_chain"), ExtResource("32_pickerel_grass"), ExtResource("33_betta_siamese"), ExtResource("34_catfish_walking")]

View file

@ -1,18 +1,60 @@
[gd_resource type="Resource" load_steps=13 format=3]
[gd_resource type="Resource" load_steps=55 format=3]
[ext_resource type="Script" path="res://fish/fish_pool.gd" id="1_pool"]
[ext_resource type="Resource" path="res://fish/species/gar_longnose/gar_longnose.tres" id="2_gar"]
[ext_resource type="Resource" path="res://fish/species/gar_longnose/gar_longnose.tres" id="2_gar_longnose"]
[ext_resource type="Resource" path="res://fish/species/paddlefish/paddlefish.tres" id="3_paddlefish"]
[ext_resource type="Resource" path="res://fish/species/sturgeon_shovelnose/sturgeon_shovelnose.tres" id="4_sturgeon"]
[ext_resource type="Resource" path="res://fish/species/trout_cutthroat/trout_cutthroat.tres" id="5_cutthroat"]
[ext_resource type="Resource" path="res://fish/species/trout_rainbow/trout_rainbow.tres" id="6_rainbow"]
[ext_resource type="Resource" path="res://fish/species/catfish_blue/catfish_blue.tres" id="7_blue_catfish"]
[ext_resource type="Resource" path="res://fish/species/catfish_flathead/catfish_flathead.tres" id="8_flathead"]
[ext_resource type="Resource" path="res://fish/species/chub_european/chub_european.tres" id="9_chub_european"]
[ext_resource type="Resource" path="res://fish/species/chub_flame/chub_flame.tres" id="10_chub_flame"]
[ext_resource type="Resource" path="res://fish/species/sauger/sauger.tres" id="11_sauger"]
[ext_resource type="Resource" path="res://fish/species/trout_steelhead/trout_steelhead.tres" id="12_steelhead"]
[ext_resource type="Resource" path="res://fish/species/sturgeon_shovelnose/sturgeon_shovelnose.tres" id="4_sturgeon_shovelnose"]
[ext_resource type="Resource" path="res://fish/species/foureyes_largescale/foureyes_largescale.tres" id="5_foureyes_largescale"]
[ext_resource type="Resource" path="res://fish/species/grayling_arctic/grayling_arctic.tres" id="6_grayling_arctic"]
[ext_resource type="Resource" path="res://fish/species/trout_brown/trout_brown.tres" id="7_trout_brown"]
[ext_resource type="Resource" path="res://fish/species/trout_cutthroat/trout_cutthroat.tres" id="8_trout_cutthroat"]
[ext_resource type="Resource" path="res://fish/species/trout_rainbow/trout_rainbow.tres" id="9_trout_rainbow"]
[ext_resource type="Resource" path="res://fish/species/hellbender/hellbender.tres" id="10_hellbender"]
[ext_resource type="Resource" path="res://fish/species/smallmouth_bass/smallmouth_bass.tres" id="11_smallmouth_bass"]
[ext_resource type="Resource" path="res://fish/species/buffalo_bigmouth/buffalo_bigmouth.tres" id="12_buffalo_bigmouth"]
[ext_resource type="Resource" path="res://fish/species/redhorse_golden/redhorse_golden.tres" id="13_redhorse_golden"]
[ext_resource type="Resource" path="res://fish/species/quillback/quillback.tres" id="14_quillback"]
[ext_resource type="Resource" path="res://fish/species/buffalo_smallmouth/buffalo_smallmouth.tres" id="15_buffalo_smallmouth"]
[ext_resource type="Resource" path="res://fish/species/sucker_white/sucker_white.tres" id="16_sucker_white"]
[ext_resource type="Resource" path="res://fish/species/catfish_blue/catfish_blue.tres" id="17_catfish_blue"]
[ext_resource type="Resource" path="res://fish/species/catfish_flathead/catfish_flathead.tres" id="18_catfish_flathead"]
[ext_resource type="Resource" path="res://fish/species/madtom_tadpole/madtom_tadpole.tres" id="19_madtom_tadpole"]
[ext_resource type="Resource" path="res://fish/species/barbel_common/barbel_common.tres" id="20_barbel_common"]
[ext_resource type="Resource" path="res://fish/species/chub_european/chub_european.tres" id="21_chub_european"]
[ext_resource type="Resource" path="res://fish/species/fallfish/fallfish.tres" id="22_fallfish"]
[ext_resource type="Resource" path="res://fish/species/ide/ide.tres" id="23_ide"]
[ext_resource type="Resource" path="res://fish/species/gar_alligator/gar_alligator.tres" id="24_gar_alligator"]
[ext_resource type="Resource" path="res://fish/species/arapaima/arapaima.tres" id="25_arapaima"]
[ext_resource type="Resource" path="res://fish/species/tigerfish_goliath/tigerfish_goliath.tres" id="26_tigerfish_goliath"]
[ext_resource type="Resource" path="res://fish/species/shiner_common/shiner_common.tres" id="27_shiner_common"]
[ext_resource type="Resource" path="res://fish/species/chub_creek/chub_creek.tres" id="28_chub_creek"]
[ext_resource type="Resource" path="res://fish/species/chub_flame/chub_flame.tres" id="29_chub_flame"]
[ext_resource type="Resource" path="res://fish/species/electric_eel/electric_eel.tres" id="30_electric_eel"]
[ext_resource type="Resource" path="res://fish/species/freshwater_drum/freshwater_drum.tres" id="31_freshwater_drum"]
[ext_resource type="Resource" path="res://fish/species/goldeye/goldeye.tres" id="32_goldeye"]
[ext_resource type="Resource" path="res://fish/species/mooneye/mooneye.tres" id="33_mooneye"]
[ext_resource type="Resource" path="res://fish/species/sauger/sauger.tres" id="34_sauger"]
[ext_resource type="Resource" path="res://fish/species/eel_american/eel_american.tres" id="35_eel_american"]
[ext_resource type="Resource" path="res://fish/species/eel_european/eel_european.tres" id="36_eel_european"]
[ext_resource type="Resource" path="res://fish/species/smelt_eulachon/smelt_eulachon.tres" id="37_smelt_eulachon"]
[ext_resource type="Resource" path="res://fish/species/sturgeon_white/sturgeon_white.tres" id="38_sturgeon_white"]
[ext_resource type="Resource" path="res://fish/species/trout_steelhead/trout_steelhead.tres" id="39_trout_steelhead"]
[ext_resource type="Resource" path="res://fish/species/stingray_ocellate_river/stingray_ocellate_river.tres" id="40_stingray_ocellate_river"]
[ext_resource type="Resource" path="res://fish/species/white_perch/white_perch.tres" id="41_white_perch"]
[ext_resource type="Resource" path="res://fish/species/barramundi/barramundi.tres" id="42_barramundi"]
[ext_resource type="Resource" path="res://fish/species/knifefish_clown/knifefish_clown.tres" id="43_knifefish_clown"]
[ext_resource type="Resource" path="res://fish/species/loach_clown/loach_clown.tres" id="44_loach_clown"]
[ext_resource type="Resource" path="res://fish/species/discus/discus.tres" id="45_discus"]
[ext_resource type="Resource" path="res://fish/species/angelfish_freshwater/angelfish_freshwater.tres" id="46_angelfish_freshwater"]
[ext_resource type="Resource" path="res://fish/species/oscar/oscar.tres" id="47_oscar"]
[ext_resource type="Resource" path="res://fish/species/tambaqui/tambaqui.tres" id="48_tambaqui"]
[ext_resource type="Resource" path="res://fish/species/snakehead_giant/snakehead_giant.tres" id="49_snakehead_giant"]
[ext_resource type="Resource" path="res://fish/species/dorado_golden/dorado_golden.tres" id="50_dorado_golden"]
[ext_resource type="Resource" path="res://fish/species/mahseer_golden/mahseer_golden.tres" id="51_mahseer_golden"]
[ext_resource type="Resource" path="res://fish/species/peacock_bass/peacock_bass.tres" id="52_peacock_bass"]
[ext_resource type="Resource" path="res://fish/species/piranha_red_bellied/piranha_red_bellied.tres" id="53_piranha_red_bellied"]
[ext_resource type="Resource" path="res://fish/species/arowana_silver/arowana_silver.tres" id="54_arowana_silver"]
[resource]
script = ExtResource("1_pool")
candidates = [ExtResource("2_gar"), ExtResource("3_paddlefish"), ExtResource("4_sturgeon"), ExtResource("5_cutthroat"), ExtResource("6_rainbow"), ExtResource("7_blue_catfish"), ExtResource("8_flathead"), ExtResource("9_chub_european"), ExtResource("10_chub_flame"), ExtResource("11_sauger"), ExtResource("12_steelhead")]
candidates = [ExtResource("2_gar_longnose"), ExtResource("3_paddlefish"), ExtResource("4_sturgeon_shovelnose"), ExtResource("5_foureyes_largescale"), ExtResource("6_grayling_arctic"), ExtResource("7_trout_brown"), ExtResource("8_trout_cutthroat"), ExtResource("9_trout_rainbow"), ExtResource("10_hellbender"), ExtResource("11_smallmouth_bass"), ExtResource("12_buffalo_bigmouth"), ExtResource("13_redhorse_golden"), ExtResource("14_quillback"), ExtResource("15_buffalo_smallmouth"), ExtResource("16_sucker_white"), ExtResource("17_catfish_blue"), ExtResource("18_catfish_flathead"), ExtResource("19_madtom_tadpole"), ExtResource("20_barbel_common"), ExtResource("21_chub_european"), ExtResource("22_fallfish"), ExtResource("23_ide"), ExtResource("24_gar_alligator"), ExtResource("25_arapaima"), ExtResource("26_tigerfish_goliath"), ExtResource("27_shiner_common"), ExtResource("28_chub_creek"), ExtResource("29_chub_flame"), ExtResource("30_electric_eel"), ExtResource("31_freshwater_drum"), ExtResource("32_goldeye"), ExtResource("33_mooneye"), ExtResource("34_sauger"), ExtResource("35_eel_american"), ExtResource("36_eel_european"), ExtResource("37_smelt_eulachon"), ExtResource("38_sturgeon_white"), ExtResource("39_trout_steelhead"), ExtResource("40_stingray_ocellate_river"), ExtResource("41_white_perch"), ExtResource("42_barramundi"), ExtResource("43_knifefish_clown"), ExtResource("44_loach_clown"), ExtResource("45_discus"), ExtResource("46_angelfish_freshwater"), ExtResource("47_oscar"), ExtResource("48_tambaqui"), ExtResource("49_snakehead_giant"), ExtResource("50_dorado_golden"), ExtResource("51_mahseer_golden"), ExtResource("52_peacock_bass"), ExtResource("53_piranha_red_bellied"), ExtResource("54_arowana_silver")]

File diff suppressed because one or more lines are too long

View file

@ -1,33 +1,113 @@
[gd_resource type="Resource" load_steps=28 format=3]
[gd_resource type="Resource" load_steps=108 format=3]
[ext_resource type="Script" path="res://fish/fish_pool.gd" id="1_pool"]
[ext_resource type="Resource" path="res://fish/species/bluegill/bluegill.tres" id="2_bluegill"]
[ext_resource type="Resource" path="res://fish/species/carp/carp.tres" id="3_carp"]
[ext_resource type="Resource" path="res://fish/species/catfish_blue/catfish_blue.tres" id="4_catfish_blue"]
[ext_resource type="Resource" path="res://fish/species/catfish_channel/catfish_channel.tres" id="5_catfish_channel"]
[ext_resource type="Resource" path="res://fish/species/catfish_flathead/catfish_flathead.tres" id="6_catfish_flathead"]
[ext_resource type="Resource" path="res://fish/species/catfish_white/catfish_white.tres" id="7_catfish_white"]
[ext_resource type="Resource" path="res://fish/species/goby_round/goby_round.tres" id="8_goby_round"]
[ext_resource type="Resource" path="res://fish/species/chub_european/chub_european.tres" id="9_chub_european"]
[ext_resource type="Resource" path="res://fish/species/chub_flame/chub_flame.tres" id="10_chub_flame"]
[ext_resource type="Resource" path="res://fish/species/chub_lake/chub_lake.tres" id="11_chub_lake"]
[ext_resource type="Resource" path="res://fish/species/goldfish/goldfish.tres" id="12_goldfish"]
[ext_resource type="Resource" path="res://fish/species/goldfish_bubbleeye/goldfish_bubbleeye.tres" id="13_goldfish_bubbleeye"]
[ext_resource type="Resource" path="res://fish/species/sauger/sauger.tres" id="14_sauger"]
[ext_resource type="Resource" path="res://fish/species/saugeye/saugeye.tres" id="15_saugeye"]
[ext_resource type="Resource" path="res://fish/species/trout_cutthroat/trout_cutthroat.tres" id="16_trout_cutthroat"]
[ext_resource type="Resource" path="res://fish/species/trout_golden/trout_golden.tres" id="17_trout_golden"]
[ext_resource type="Resource" path="res://fish/species/trout_rainbow/trout_rainbow.tres" id="18_trout_rainbow"]
[ext_resource type="Resource" path="res://fish/species/trout_steelhead/trout_steelhead.tres" id="19_trout_steelhead"]
[ext_resource type="Resource" path="res://fish/species/walleye/walleye.tres" id="20_walleye"]
[ext_resource type="Resource" path="res://fish/species/bowfin/bowfin.tres" id="21_bowfin"]
[ext_resource type="Resource" path="res://fish/species/sturgeon_lake/sturgeon_lake.tres" id="22_sturgeon_lake"]
[ext_resource type="Resource" path="res://fish/species/gar_longnose/gar_longnose.tres" id="23_gar_longnose"]
[ext_resource type="Resource" path="res://fish/species/paddlefish/paddlefish.tres" id="24_paddlefish"]
[ext_resource type="Resource" path="res://fish/species/sturgeon_shovelnose/sturgeon_shovelnose.tres" id="25_sturgeon_shovelnose"]
[ext_resource type="Resource" path="res://fish/species/gar_spotted/gar_spotted.tres" id="26_gar_spotted"]
[ext_resource type="Resource" path="res://fish/species/lungfish_west_african/lungfish_west_african.tres" id="27_lungfish_west_african"]
[ext_resource type="Resource" path="res://fish/species/bowfin/bowfin.tres" id="2_bowfin"]
[ext_resource type="Resource" path="res://fish/species/gar_spotted/gar_spotted.tres" id="3_gar_spotted"]
[ext_resource type="Resource" path="res://fish/species/lungfish_west_african/lungfish_west_african.tres" id="4_lungfish_west_african"]
[ext_resource type="Resource" path="res://fish/species/guppy/guppy.tres" id="5_guppy"]
[ext_resource type="Resource" path="res://fish/species/tetra_neon/tetra_neon.tres" id="6_tetra_neon"]
[ext_resource type="Resource" path="res://fish/species/danio_zebra/danio_zebra.tres" id="7_danio_zebra"]
[ext_resource type="Resource" path="res://fish/species/largemouth_bass/largemouth_bass.tres" id="8_largemouth_bass"]
[ext_resource type="Resource" path="res://fish/species/bullhead_black/bullhead_black.tres" id="9_bullhead_black"]
[ext_resource type="Resource" path="res://fish/species/bullhead_brown/bullhead_brown.tres" id="10_bullhead_brown"]
[ext_resource type="Resource" path="res://fish/species/catfish_channel/catfish_channel.tres" id="11_catfish_channel"]
[ext_resource type="Resource" path="res://fish/species/catfish_white/catfish_white.tres" id="12_catfish_white"]
[ext_resource type="Resource" path="res://fish/species/bullhead_yellow/bullhead_yellow.tres" id="13_bullhead_yellow"]
[ext_resource type="Resource" path="res://fish/species/carp/carp.tres" id="14_carp"]
[ext_resource type="Resource" path="res://fish/species/roach_common/roach_common.tres" id="15_roach_common"]
[ext_resource type="Resource" path="res://fish/species/rudd/rudd.tres" id="16_rudd"]
[ext_resource type="Resource" path="res://fish/species/tench/tench.tres" id="17_tench"]
[ext_resource type="Resource" path="res://fish/species/crayfish_red_swamp/crayfish_red_swamp.tres" id="18_crayfish_red_swamp"]
[ext_resource type="Resource" path="res://fish/species/minnow_fathead/minnow_fathead.tres" id="19_minnow_fathead"]
[ext_resource type="Resource" path="res://fish/species/shiner_golden/shiner_golden.tres" id="20_shiner_golden"]
[ext_resource type="Resource" path="res://fish/species/loach_weather/loach_weather.tres" id="21_loach_weather"]
[ext_resource type="Resource" path="res://fish/species/goldfish_bubbleeye/goldfish_bubbleeye.tres" id="22_goldfish_bubbleeye"]
[ext_resource type="Resource" path="res://fish/species/goldfish/goldfish.tres" id="23_goldfish"]
[ext_resource type="Resource" path="res://fish/species/koi/koi.tres" id="24_koi"]
[ext_resource type="Resource" path="res://fish/species/crappie_black/crappie_black.tres" id="25_crappie_black"]
[ext_resource type="Resource" path="res://fish/species/bluegill/bluegill.tres" id="26_bluegill"]
[ext_resource type="Resource" path="res://fish/species/green_sunfish/green_sunfish.tres" id="27_green_sunfish"]
[ext_resource type="Resource" path="res://fish/species/pumpkinseed/pumpkinseed.tres" id="28_pumpkinseed"]
[ext_resource type="Resource" path="res://fish/species/redear_sunfish/redear_sunfish.tres" id="29_redear_sunfish"]
[ext_resource type="Resource" path="res://fish/species/warmouth/warmouth.tres" id="30_warmouth"]
[ext_resource type="Resource" path="res://fish/species/pickerel_chain/pickerel_chain.tres" id="31_pickerel_chain"]
[ext_resource type="Resource" path="res://fish/species/pickerel_grass/pickerel_grass.tres" id="32_pickerel_grass"]
[ext_resource type="Resource" path="res://fish/species/betta_siamese/betta_siamese.tres" id="33_betta_siamese"]
[ext_resource type="Resource" path="res://fish/species/catfish_walking/catfish_walking.tres" id="34_catfish_walking"]
[ext_resource type="Resource" path="res://fish/species/sturgeon_lake/sturgeon_lake.tres" id="35_sturgeon_lake"]
[ext_resource type="Resource" path="res://fish/species/burbot/burbot.tres" id="36_burbot"]
[ext_resource type="Resource" path="res://fish/species/cisco/cisco.tres" id="37_cisco"]
[ext_resource type="Resource" path="res://fish/species/whitefish_lake/whitefish_lake.tres" id="38_whitefish_lake"]
[ext_resource type="Resource" path="res://fish/species/char_arctic/char_arctic.tres" id="39_char_arctic"]
[ext_resource type="Resource" path="res://fish/species/trout_golden/trout_golden.tres" id="40_trout_golden"]
[ext_resource type="Resource" path="res://fish/species/axolotl/axolotl.tres" id="41_axolotl"]
[ext_resource type="Resource" path="res://fish/species/bream_common/bream_common.tres" id="42_bream_common"]
[ext_resource type="Resource" path="res://fish/species/muskellunge/muskellunge.tres" id="43_muskellunge"]
[ext_resource type="Resource" path="res://fish/species/shiner_emerald/shiner_emerald.tres" id="44_shiner_emerald"]
[ext_resource type="Resource" path="res://fish/species/chub_lake/chub_lake.tres" id="45_chub_lake"]
[ext_resource type="Resource" path="res://fish/species/crappie_white/crappie_white.tres" id="46_crappie_white"]
[ext_resource type="Resource" path="res://fish/species/yellow_perch/yellow_perch.tres" id="47_yellow_perch"]
[ext_resource type="Resource" path="res://fish/species/pike_northern/pike_northern.tres" id="48_pike_northern"]
[ext_resource type="Resource" path="res://fish/species/saugeye/saugeye.tres" id="49_saugeye"]
[ext_resource type="Resource" path="res://fish/species/walleye/walleye.tres" id="50_walleye"]
[ext_resource type="Resource" path="res://fish/species/goby_round/goby_round.tres" id="51_goby_round"]
[ext_resource type="Resource" path="res://fish/species/smelt_rainbow/smelt_rainbow.tres" id="52_smelt_rainbow"]
[ext_resource type="Resource" path="res://fish/species/gourami_giant/gourami_giant.tres" id="53_gourami_giant"]
[ext_resource type="Resource" path="res://fish/species/tilapia_nile/tilapia_nile.tres" id="54_tilapia_nile"]
[ext_resource type="Resource" path="res://fish/species/gar_longnose/gar_longnose.tres" id="55_gar_longnose"]
[ext_resource type="Resource" path="res://fish/species/paddlefish/paddlefish.tres" id="56_paddlefish"]
[ext_resource type="Resource" path="res://fish/species/sturgeon_shovelnose/sturgeon_shovelnose.tres" id="57_sturgeon_shovelnose"]
[ext_resource type="Resource" path="res://fish/species/foureyes_largescale/foureyes_largescale.tres" id="58_foureyes_largescale"]
[ext_resource type="Resource" path="res://fish/species/grayling_arctic/grayling_arctic.tres" id="59_grayling_arctic"]
[ext_resource type="Resource" path="res://fish/species/trout_brown/trout_brown.tres" id="60_trout_brown"]
[ext_resource type="Resource" path="res://fish/species/trout_cutthroat/trout_cutthroat.tres" id="61_trout_cutthroat"]
[ext_resource type="Resource" path="res://fish/species/trout_rainbow/trout_rainbow.tres" id="62_trout_rainbow"]
[ext_resource type="Resource" path="res://fish/species/hellbender/hellbender.tres" id="63_hellbender"]
[ext_resource type="Resource" path="res://fish/species/smallmouth_bass/smallmouth_bass.tres" id="64_smallmouth_bass"]
[ext_resource type="Resource" path="res://fish/species/buffalo_bigmouth/buffalo_bigmouth.tres" id="65_buffalo_bigmouth"]
[ext_resource type="Resource" path="res://fish/species/redhorse_golden/redhorse_golden.tres" id="66_redhorse_golden"]
[ext_resource type="Resource" path="res://fish/species/quillback/quillback.tres" id="67_quillback"]
[ext_resource type="Resource" path="res://fish/species/buffalo_smallmouth/buffalo_smallmouth.tres" id="68_buffalo_smallmouth"]
[ext_resource type="Resource" path="res://fish/species/sucker_white/sucker_white.tres" id="69_sucker_white"]
[ext_resource type="Resource" path="res://fish/species/catfish_blue/catfish_blue.tres" id="70_catfish_blue"]
[ext_resource type="Resource" path="res://fish/species/catfish_flathead/catfish_flathead.tres" id="71_catfish_flathead"]
[ext_resource type="Resource" path="res://fish/species/madtom_tadpole/madtom_tadpole.tres" id="72_madtom_tadpole"]
[ext_resource type="Resource" path="res://fish/species/barbel_common/barbel_common.tres" id="73_barbel_common"]
[ext_resource type="Resource" path="res://fish/species/chub_european/chub_european.tres" id="74_chub_european"]
[ext_resource type="Resource" path="res://fish/species/fallfish/fallfish.tres" id="75_fallfish"]
[ext_resource type="Resource" path="res://fish/species/ide/ide.tres" id="76_ide"]
[ext_resource type="Resource" path="res://fish/species/gar_alligator/gar_alligator.tres" id="77_gar_alligator"]
[ext_resource type="Resource" path="res://fish/species/arapaima/arapaima.tres" id="78_arapaima"]
[ext_resource type="Resource" path="res://fish/species/tigerfish_goliath/tigerfish_goliath.tres" id="79_tigerfish_goliath"]
[ext_resource type="Resource" path="res://fish/species/shiner_common/shiner_common.tres" id="80_shiner_common"]
[ext_resource type="Resource" path="res://fish/species/chub_creek/chub_creek.tres" id="81_chub_creek"]
[ext_resource type="Resource" path="res://fish/species/chub_flame/chub_flame.tres" id="82_chub_flame"]
[ext_resource type="Resource" path="res://fish/species/electric_eel/electric_eel.tres" id="83_electric_eel"]
[ext_resource type="Resource" path="res://fish/species/freshwater_drum/freshwater_drum.tres" id="84_freshwater_drum"]
[ext_resource type="Resource" path="res://fish/species/goldeye/goldeye.tres" id="85_goldeye"]
[ext_resource type="Resource" path="res://fish/species/mooneye/mooneye.tres" id="86_mooneye"]
[ext_resource type="Resource" path="res://fish/species/sauger/sauger.tres" id="87_sauger"]
[ext_resource type="Resource" path="res://fish/species/eel_american/eel_american.tres" id="88_eel_american"]
[ext_resource type="Resource" path="res://fish/species/eel_european/eel_european.tres" id="89_eel_european"]
[ext_resource type="Resource" path="res://fish/species/smelt_eulachon/smelt_eulachon.tres" id="90_smelt_eulachon"]
[ext_resource type="Resource" path="res://fish/species/sturgeon_white/sturgeon_white.tres" id="91_sturgeon_white"]
[ext_resource type="Resource" path="res://fish/species/trout_steelhead/trout_steelhead.tres" id="92_trout_steelhead"]
[ext_resource type="Resource" path="res://fish/species/stingray_ocellate_river/stingray_ocellate_river.tres" id="93_stingray_ocellate_river"]
[ext_resource type="Resource" path="res://fish/species/white_perch/white_perch.tres" id="94_white_perch"]
[ext_resource type="Resource" path="res://fish/species/barramundi/barramundi.tres" id="95_barramundi"]
[ext_resource type="Resource" path="res://fish/species/knifefish_clown/knifefish_clown.tres" id="96_knifefish_clown"]
[ext_resource type="Resource" path="res://fish/species/loach_clown/loach_clown.tres" id="97_loach_clown"]
[ext_resource type="Resource" path="res://fish/species/discus/discus.tres" id="98_discus"]
[ext_resource type="Resource" path="res://fish/species/angelfish_freshwater/angelfish_freshwater.tres" id="99_angelfish_freshwater"]
[ext_resource type="Resource" path="res://fish/species/oscar/oscar.tres" id="100_oscar"]
[ext_resource type="Resource" path="res://fish/species/tambaqui/tambaqui.tres" id="101_tambaqui"]
[ext_resource type="Resource" path="res://fish/species/snakehead_giant/snakehead_giant.tres" id="102_snakehead_giant"]
[ext_resource type="Resource" path="res://fish/species/dorado_golden/dorado_golden.tres" id="103_dorado_golden"]
[ext_resource type="Resource" path="res://fish/species/mahseer_golden/mahseer_golden.tres" id="104_mahseer_golden"]
[ext_resource type="Resource" path="res://fish/species/peacock_bass/peacock_bass.tres" id="105_peacock_bass"]
[ext_resource type="Resource" path="res://fish/species/piranha_red_bellied/piranha_red_bellied.tres" id="106_piranha_red_bellied"]
[ext_resource type="Resource" path="res://fish/species/arowana_silver/arowana_silver.tres" id="107_arowana_silver"]
[resource]
script = ExtResource("1_pool")
candidates = [ExtResource("2_bluegill"), ExtResource("3_carp"), ExtResource("4_catfish_blue"), ExtResource("5_catfish_channel"), ExtResource("6_catfish_flathead"), ExtResource("7_catfish_white"), ExtResource("8_goby_round"), ExtResource("9_chub_european"), ExtResource("10_chub_flame"), ExtResource("11_chub_lake"), ExtResource("12_goldfish"), ExtResource("13_goldfish_bubbleeye"), ExtResource("14_sauger"), ExtResource("15_saugeye"), ExtResource("16_trout_cutthroat"), ExtResource("17_trout_golden"), ExtResource("18_trout_rainbow"), ExtResource("19_trout_steelhead"), ExtResource("20_walleye"), ExtResource("21_bowfin"), ExtResource("22_sturgeon_lake"), ExtResource("23_gar_longnose"), ExtResource("24_paddlefish"), ExtResource("25_sturgeon_shovelnose"), ExtResource("26_gar_spotted"), ExtResource("27_lungfish_west_african")]
candidates = [ExtResource("2_bowfin"), ExtResource("3_gar_spotted"), ExtResource("4_lungfish_west_african"), ExtResource("5_guppy"), ExtResource("6_tetra_neon"), ExtResource("7_danio_zebra"), ExtResource("8_largemouth_bass"), ExtResource("9_bullhead_black"), ExtResource("10_bullhead_brown"), ExtResource("11_catfish_channel"), ExtResource("12_catfish_white"), ExtResource("13_bullhead_yellow"), ExtResource("14_carp"), ExtResource("15_roach_common"), ExtResource("16_rudd"), ExtResource("17_tench"), ExtResource("18_crayfish_red_swamp"), ExtResource("19_minnow_fathead"), ExtResource("20_shiner_golden"), ExtResource("21_loach_weather"), ExtResource("22_goldfish_bubbleeye"), ExtResource("23_goldfish"), ExtResource("24_koi"), ExtResource("25_crappie_black"), ExtResource("26_bluegill"), ExtResource("27_green_sunfish"), ExtResource("28_pumpkinseed"), ExtResource("29_redear_sunfish"), ExtResource("30_warmouth"), ExtResource("31_pickerel_chain"), ExtResource("32_pickerel_grass"), ExtResource("33_betta_siamese"), ExtResource("34_catfish_walking"), ExtResource("35_sturgeon_lake"), ExtResource("36_burbot"), ExtResource("37_cisco"), ExtResource("38_whitefish_lake"), ExtResource("39_char_arctic"), ExtResource("40_trout_golden"), ExtResource("41_axolotl"), ExtResource("42_bream_common"), ExtResource("43_muskellunge"), ExtResource("44_shiner_emerald"), ExtResource("45_chub_lake"), ExtResource("46_crappie_white"), ExtResource("47_yellow_perch"), ExtResource("48_pike_northern"), ExtResource("49_saugeye"), ExtResource("50_walleye"), ExtResource("51_goby_round"), ExtResource("52_smelt_rainbow"), ExtResource("53_gourami_giant"), ExtResource("54_tilapia_nile"), ExtResource("55_gar_longnose"), ExtResource("56_paddlefish"), ExtResource("57_sturgeon_shovelnose"), ExtResource("58_foureyes_largescale"), ExtResource("59_grayling_arctic"), ExtResource("60_trout_brown"), ExtResource("61_trout_cutthroat"), ExtResource("62_trout_rainbow"), ExtResource("63_hellbender"), ExtResource("64_smallmouth_bass"), ExtResource("65_buffalo_bigmouth"), ExtResource("66_redhorse_golden"), ExtResource("67_quillback"), ExtResource("68_buffalo_smallmouth"), ExtResource("69_sucker_white"), ExtResource("70_catfish_blue"), ExtResource("71_catfish_flathead"), ExtResource("72_madtom_tadpole"), ExtResource("73_barbel_common"), ExtResource("74_chub_european"), ExtResource("75_fallfish"), ExtResource("76_ide"), ExtResource("77_gar_alligator"), ExtResource("78_arapaima"), ExtResource("79_tigerfish_goliath"), ExtResource("80_shiner_common"), ExtResource("81_chub_creek"), ExtResource("82_chub_flame"), ExtResource("83_electric_eel"), ExtResource("84_freshwater_drum"), ExtResource("85_goldeye"), ExtResource("86_mooneye"), ExtResource("87_sauger"), ExtResource("88_eel_american"), ExtResource("89_eel_european"), ExtResource("90_smelt_eulachon"), ExtResource("91_sturgeon_white"), ExtResource("92_trout_steelhead"), ExtResource("93_stingray_ocellate_river"), ExtResource("94_white_perch"), ExtResource("95_barramundi"), ExtResource("96_knifefish_clown"), ExtResource("97_loach_clown"), ExtResource("98_discus"), ExtResource("99_angelfish_freshwater"), ExtResource("100_oscar"), ExtResource("101_tambaqui"), ExtResource("102_snakehead_giant"), ExtResource("103_dorado_golden"), ExtResource("104_mahseer_golden"), ExtResource("105_peacock_bass"), ExtResource("106_piranha_red_bellied"), ExtResource("107_arowana_silver")]

View file

@ -1,8 +1,9 @@
[gd_resource type="Resource" script_class="FishData" load_steps=4 format=3]
[gd_resource type="Resource" script_class="FishData" load_steps=5 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"]
[ext_resource type="Texture2D" path="res://art/exported/creatures/fish_placeholder.png" id="99_fish_placeholder"]
[sub_resource type="Resource" id="Availability"]
script = ExtResource("3_availability")
@ -13,7 +14,7 @@ require_fog = true
script = ExtResource("1_fish_data")
id = &"abalone_red"
display_name = "red abalone"
active = false
active = true
catalog_number = 6405
collection_group = &"Shellfish"
logbook_fact = "red abalones cling to pacific rocks with broad muscular feet. rows of shell holes release water that has passed over the gills."
@ -28,3 +29,4 @@ weight_max_lb = 12.0
sell_value_min = 24
sell_value_max = 56
sell_value_curve = 0.88
display_texture = ExtResource("99_fish_placeholder")

View file

@ -1,8 +1,9 @@
[gd_resource type="Resource" script_class="FishData" load_steps=4 format=3]
[gd_resource type="Resource" script_class="FishData" load_steps=5 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"]
[ext_resource type="Texture2D" path="res://art/exported/creatures/fish_placeholder.png" id="99_fish_placeholder"]
[sub_resource type="Resource" id="Availability"]
script = ExtResource("3_availability")
@ -11,7 +12,7 @@ script = ExtResource("3_availability")
script = ExtResource("1_fish_data")
id = &"amberjack_greater"
display_name = "greater amberjack"
active = false
active = true
catalog_number = 3604
collection_group = &"Large coastal predators"
logbook_fact = "greater amberjacks circle reefs, wrecks, and offshore platforms. a dark stripe crosses the eye of their sturdy torpedo-shaped bodies."
@ -26,3 +27,4 @@ weight_max_lb = 90.0
sell_value_min = 15
sell_value_max = 42
sell_value_curve = 0.82
display_texture = ExtResource("99_fish_placeholder")

View file

@ -1,8 +1,9 @@
[gd_resource type="Resource" script_class="FishData" load_steps=4 format=3]
[gd_resource type="Resource" script_class="FishData" load_steps=5 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"]
[ext_resource type="Texture2D" path="res://art/exported/creatures/fish_placeholder.png" id="99_fish_placeholder"]
[sub_resource type="Resource" id="Availability"]
script = ExtResource("3_availability")
@ -11,7 +12,7 @@ script = ExtResource("3_availability")
script = ExtResource("1_fish_data")
id = &"amberjack_lesser"
display_name = "lesser amberjack"
active = false
active = true
catalog_number = 3605
collection_group = &"Large coastal predators"
logbook_fact = "lesser amberjacks school around deep reefs and floating objects. an enlarged eye suits their preference for dimmer water."
@ -26,3 +27,4 @@ weight_max_lb = 20.0
sell_value_min = 7
sell_value_max = 18
sell_value_curve = 0.86
display_texture = ExtResource("99_fish_placeholder")

View file

@ -3,7 +3,7 @@
[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://debgohfsg4ec7" path="res://fish/species/anchovy_european/fish_anchovy_european.png" id="4_texture"]
[ext_resource type="Texture2D" path="res://art/exported/creatures/fish_placeholder.png" id="4_texture"]
[sub_resource type="Resource" id="AnchovyEuropeanAvailability"]
script = ExtResource("3_availability_script")

View file

@ -3,7 +3,7 @@
[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://6sikqc8eivta" path="res://fish/species/anchovy_northern/fish_anchovy_northern.png" id="4_texture"]
[ext_resource type="Texture2D" path="res://art/exported/creatures/fish_placeholder.png" id="4_texture"]
[sub_resource type="Resource" id="AnchovyNorthernAvailability"]
script = ExtResource("3_availability_script")

View file

@ -1,8 +1,9 @@
[gd_resource type="Resource" script_class="FishData" load_steps=4 format=3]
[gd_resource type="Resource" script_class="FishData" load_steps=5 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"]
[ext_resource type="Texture2D" path="res://art/exported/creatures/fish_placeholder.png" id="99_fish_placeholder"]
[sub_resource type="Resource" id="Availability"]
script = ExtResource("3_availability")
@ -12,7 +13,7 @@ allow_night = false
script = ExtResource("1_fish_data")
id = &"angelfish_freshwater"
display_name = "freshwater angelfish"
active = false
active = true
catalog_number = 7504
collection_group = &"Tropical freshwater fish"
logbook_fact = "freshwater angelfish slip between tall plants on narrow triangular bodies. long fins and vertical bars resemble stems and shadows."
@ -27,3 +28,4 @@ weight_max_lb = 0.5
sell_value_min = 10
sell_value_max = 22
sell_value_curve = 0.95
display_texture = ExtResource("99_fish_placeholder")

View file

@ -1,8 +1,9 @@
[gd_resource type="Resource" script_class="FishData" load_steps=4 format=3]
[gd_resource type="Resource" script_class="FishData" load_steps=5 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"]
[ext_resource type="Texture2D" path="res://art/exported/creatures/fish_placeholder.png" id="99_fish_placeholder"]
[sub_resource type="Resource" id="Availability"]
script = ExtResource("3_availability")
@ -12,7 +13,7 @@ allow_night = false
script = ExtResource("1_fish_data")
id = &"angelfish_queen"
display_name = "queen angelfish"
active = false
active = true
catalog_number = 5703
collection_group = &"Reef ornamentals"
logbook_fact = "queen angelfish graze sponges from warm atlantic reefs. a blue-ringed spot on the forehead resembles a tiny crown."
@ -27,3 +28,4 @@ weight_max_lb = 2.0
sell_value_min = 11
sell_value_max = 25
sell_value_curve = 0.94
display_texture = ExtResource("99_fish_placeholder")

View file

@ -1,8 +1,9 @@
[gd_resource type="Resource" script_class="FishData" load_steps=4 format=3]
[gd_resource type="Resource" script_class="FishData" load_steps=5 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"]
[ext_resource type="Texture2D" path="res://art/exported/creatures/fish_placeholder.png" id="99_fish_placeholder"]
[sub_resource type="Resource" id="Availability"]
script = ExtResource("3_availability")
@ -12,7 +13,7 @@ allow_day = false
script = ExtResource("1_fish_data")
id = &"anglerfish_black_seadevil"
display_name = "black seadevil"
active = false
active = true
catalog_number = 1801
collection_group = &"Deep-sea oddities"
logbook_fact = "black seadevils lure prey with a glowing organ suspended above the mouth. tiny males permanently attach to much larger females."
@ -27,3 +28,4 @@ weight_max_lb = 2.0
sell_value_min = 48
sell_value_max = 105
sell_value_curve = 0.92
display_texture = ExtResource("99_fish_placeholder")

View file

@ -1,8 +1,9 @@
[gd_resource type="Resource" script_class="FishData" load_steps=4 format=3]
[gd_resource type="Resource" script_class="FishData" load_steps=5 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"]
[ext_resource type="Texture2D" path="res://art/exported/creatures/fish_placeholder.png" id="99_fish_placeholder"]
[sub_resource type="Resource" id="Availability"]
script = ExtResource("3_availability")
@ -12,7 +13,7 @@ allow_night = false
script = ExtResource("1_fish_data")
id = &"arapaima"
display_name = "arapaima"
active = false
active = true
catalog_number = 2702
collection_group = &"Freshwater giants"
logbook_fact = "arapaima must surface frequently to gulp air through a specialized swim bladder. large armored scales protect their long river-going bodies."
@ -27,3 +28,4 @@ weight_max_lb = 400.0
sell_value_min = 60
sell_value_max = 140
sell_value_curve = 0.78
display_texture = ExtResource("99_fish_placeholder")

View file

@ -1,8 +1,9 @@
[gd_resource type="Resource" script_class="FishData" load_steps=4 format=3]
[gd_resource type="Resource" script_class="FishData" load_steps=5 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"]
[ext_resource type="Texture2D" path="res://art/exported/creatures/fish_placeholder.png" id="99_fish_placeholder"]
[sub_resource type="Resource" id="Availability"]
script = ExtResource("3_availability")
@ -13,7 +14,7 @@ require_fog = true
script = ExtResource("1_fish_data")
id = &"arowana_silver"
display_name = "silver arowana"
active = false
active = true
catalog_number = 7606
collection_group = &"Tropical freshwater predators"
logbook_fact = "silver arowanas patrol the surface with upturned mouths and long bodies. powerful jumps capture insects and small animals above the water."
@ -28,3 +29,4 @@ weight_max_lb = 15.0
sell_value_min = 25
sell_value_max = 56
sell_value_curve = 0.86
display_texture = ExtResource("99_fish_placeholder")

View file

@ -1,8 +1,9 @@
[gd_resource type="Resource" script_class="FishData" load_steps=4 format=3]
[gd_resource type="Resource" script_class="FishData" load_steps=5 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"]
[ext_resource type="Texture2D" path="res://art/exported/creatures/fish_placeholder.png" id="99_fish_placeholder"]
[sub_resource type="Resource" id="Availability"]
script = ExtResource("3_availability")
@ -13,7 +14,7 @@ require_fog = true
script = ExtResource("1_fish_data")
id = &"axolotl"
display_name = "axolotl"
active = false
active = true
catalog_number = 2001
collection_group = &"Freshwater amphibians"
logbook_fact = "axolotls remain aquatic and keep feathery external gills throughout adulthood. lost limbs and parts of several organs can regenerate."
@ -28,3 +29,4 @@ weight_max_lb = 0.7
sell_value_min = 36
sell_value_max = 78
sell_value_curve = 0.96
display_texture = ExtResource("99_fish_placeholder")

View file

@ -1,8 +1,9 @@
[gd_resource type="Resource" script_class="FishData" load_steps=4 format=3]
[gd_resource type="Resource" script_class="FishData" load_steps=5 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"]
[ext_resource type="Texture2D" path="res://art/exported/creatures/fish_placeholder.png" id="99_fish_placeholder"]
[sub_resource type="Resource" id="Availability"]
script = ExtResource("3_availability")
@ -13,7 +14,7 @@ require_rain = true
script = ExtResource("1_fish_data")
id = &"barbel_common"
display_name = "common barbel"
active = false
active = true
catalog_number = 2501
collection_group = &"Freshwater coarse fish"
logbook_fact = "common barbels hold close to fast river bottoms with streamlined bodies and broad fins. four mouth barbels locate food among stones."
@ -28,3 +29,4 @@ weight_max_lb = 25.0
sell_value_min = 13
sell_value_max = 31
sell_value_curve = 0.85
display_texture = ExtResource("99_fish_placeholder")

View file

@ -1,8 +1,9 @@
[gd_resource type="Resource" script_class="FishData" load_steps=4 format=3]
[gd_resource type="Resource" script_class="FishData" load_steps=5 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"]
[ext_resource type="Texture2D" path="res://art/exported/creatures/fish_placeholder.png" id="99_fish_placeholder"]
[sub_resource type="Resource" id="Availability"]
script = ExtResource("3_availability")
@ -13,7 +14,7 @@ require_fog = true
script = ExtResource("1_fish_data")
id = &"barracuda_great"
display_name = "great barracuda"
active = false
active = true
catalog_number = 5804
collection_group = &"Reef predators"
logbook_fact = "great barracudas hover motionless before accelerating toward prey. long jaws carry two distinct rows of sharp teeth."
@ -28,3 +29,4 @@ weight_max_lb = 80.0
sell_value_min = 28
sell_value_max = 65
sell_value_curve = 0.82
display_texture = ExtResource("99_fish_placeholder")

View file

@ -1,8 +1,9 @@
[gd_resource type="Resource" script_class="FishData" load_steps=4 format=3]
[gd_resource type="Resource" script_class="FishData" load_steps=5 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"]
[ext_resource type="Texture2D" path="res://art/exported/creatures/fish_placeholder.png" id="99_fish_placeholder"]
[sub_resource type="Resource" id="Availability"]
script = ExtResource("3_availability")
@ -13,7 +14,7 @@ require_rain = true
script = ExtResource("1_fish_data")
id = &"barramundi"
display_name = "barramundi"
active = false
active = true
catalog_number = 7302
collection_group = &"Tropical estuary"
logbook_fact = "barramundi move between rivers and coasts and can breathe in low-oxygen water. many mature first as males and later become females."
@ -28,3 +29,4 @@ weight_max_lb = 45.0
sell_value_min = 15
sell_value_max = 38
sell_value_curve = 0.84
display_texture = ExtResource("99_fish_placeholder")

View file

@ -1,8 +1,9 @@
[gd_resource type="Resource" script_class="FishData" load_steps=4 format=3]
[gd_resource type="Resource" script_class="FishData" load_steps=5 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"]
[ext_resource type="Texture2D" path="res://art/exported/creatures/fish_placeholder.png" id="99_fish_placeholder"]
[sub_resource type="Resource" id="Availability"]
script = ExtResource("3_availability")
@ -13,7 +14,7 @@ require_fog = true
script = ExtResource("1_fish_data")
id = &"barreleye_pacific"
display_name = "Pacific barreleye"
active = false
active = true
catalog_number = 1804
collection_group = &"Deep-sea oddities"
logbook_fact = "pacific barreleyes peer upward through transparent shields covering the head. tubular eyes rotate forward when the fish turns to feed."
@ -28,3 +29,4 @@ weight_max_lb = 2.5
sell_value_min = 42
sell_value_max = 88
sell_value_curve = 0.9
display_texture = ExtResource("99_fish_placeholder")

View file

@ -3,7 +3,7 @@
[ext_resource type="Script" uid="uid://h7hg45b7wmst" path="res://fish/fish_data.gd" id="1_fish_data"]
[ext_resource type="Resource" path="res://fishing/bass_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://dvh6s86asl4ix" path="res://fish/species/bass/fish_bass_striped.png" id="4_texture"]
[ext_resource type="Texture2D" path="res://art/exported/creatures/fish_placeholder.png" id="4_texture"]
[sub_resource type="Resource" id="BassAvailability"]
script = ExtResource("3_availability_script")

View file

@ -1,8 +1,9 @@
[gd_resource type="Resource" script_class="FishData" load_steps=4 format=3]
[gd_resource type="Resource" script_class="FishData" load_steps=5 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"]
[ext_resource type="Texture2D" path="res://art/exported/creatures/fish_placeholder.png" id="99_fish_placeholder"]
[sub_resource type="Resource" id="Availability"]
script = ExtResource("3_availability")
@ -13,7 +14,7 @@ require_rain = true
script = ExtResource("1_fish_data")
id = &"betta_siamese"
display_name = "Siamese fighting fish"
active = false
active = true
catalog_number = 7508
collection_group = &"Tropical freshwater fish"
logbook_fact = "siamese fighting fish breathe surface air with a labyrinth organ. males build bubble nests and guard the eggs beneath them."
@ -28,3 +29,4 @@ weight_max_lb = 0.15
sell_value_min = 5
sell_value_max = 10
sell_value_curve = 1.0
display_texture = ExtResource("99_fish_placeholder")

View file

@ -1,8 +1,9 @@
[gd_resource type="Resource" script_class="FishData" load_steps=4 format=3]
[gd_resource type="Resource" script_class="FishData" load_steps=5 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"]
[ext_resource type="Texture2D" path="res://art/exported/creatures/fish_placeholder.png" id="99_fish_placeholder"]
[sub_resource type="Resource" id="Availability"]
script = ExtResource("3_availability")
@ -12,7 +13,7 @@ allow_day = false
script = ExtResource("1_fish_data")
id = &"black_drum"
display_name = "black drum"
active = false
active = true
catalog_number = 6802
collection_group = &"Temperate estuary"
logbook_fact = "black drum crush oysters and crabs with rounded throat teeth. large adults develop dark vertical bars that fade with age."
@ -27,3 +28,4 @@ weight_max_lb = 70.0
sell_value_min = 8
sell_value_max = 27
sell_value_curve = 0.82
display_texture = ExtResource("99_fish_placeholder")

View file

@ -1,8 +1,9 @@
[gd_resource type="Resource" script_class="FishData" load_steps=4 format=3]
[gd_resource type="Resource" script_class="FishData" load_steps=5 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"]
[ext_resource type="Texture2D" path="res://art/exported/creatures/fish_placeholder.png" id="99_fish_placeholder"]
[sub_resource type="Resource" id="Availability"]
script = ExtResource("3_availability")
@ -13,7 +14,7 @@ require_fog = true
script = ExtResource("1_fish_data")
id = &"blobfish_smooth_head"
display_name = "smooth-head blobfish"
active = false
active = true
catalog_number = 1805
collection_group = &"Deep-sea oddities"
logbook_fact = "smooth-head blobfish rest on deep slopes where pressure supports their soft bodies. they conserve energy by waiting for edible matter nearby."
@ -28,3 +29,4 @@ weight_max_lb = 5.0
sell_value_min = 42
sell_value_max = 90
sell_value_curve = 0.86
display_texture = ExtResource("99_fish_placeholder")

View file

@ -1,8 +1,9 @@
[gd_resource type="Resource" script_class="FishData" load_steps=4 format=3]
[gd_resource type="Resource" script_class="FishData" load_steps=5 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"]
[ext_resource type="Texture2D" path="res://art/exported/creatures/fish_placeholder.png" id="99_fish_placeholder"]
[sub_resource type="Resource" id="Availability"]
script = ExtResource("3_availability")
@ -12,7 +13,7 @@ allow_night = false
script = ExtResource("1_fish_data")
id = &"bluefish"
display_name = "bluefish"
active = false
active = true
catalog_number = 702
collection_group = &"Coastal pelagic fish"
logbook_fact = "bluefish race in coordinated schools while pursuing smaller fish. sharp teeth and powerful jaws make their feeding bursts especially fierce."
@ -27,3 +28,4 @@ weight_max_lb = 25.0
sell_value_min = 7
sell_value_max = 19
sell_value_curve = 0.85
display_texture = ExtResource("99_fish_placeholder")

View file

@ -3,7 +3,7 @@
[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="Resource" path="res://fish/day_availability.tres" id="3_availability"]
[ext_resource type="Texture2D" path="res://fish/species/bluegill/fish_bluegill.png" id="4_texture"]
[ext_resource type="Texture2D" path="res://art/exported/creatures/fish_placeholder.png" id="4_texture"]
[resource]
script = ExtResource("1_fish_data")

View file

@ -1,8 +1,9 @@
[gd_resource type="Resource" script_class="FishData" load_steps=4 format=3]
[gd_resource type="Resource" script_class="FishData" load_steps=5 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"]
[ext_resource type="Texture2D" path="res://art/exported/creatures/fish_placeholder.png" id="99_fish_placeholder"]
[sub_resource type="Resource" id="Availability"]
script = ExtResource("3_availability")
@ -13,7 +14,7 @@ forbid_fog = true
script = ExtResource("1_fish_data")
id = &"bonefish"
display_name = "bonefish"
active = false
active = true
catalog_number = 7401
collection_group = &"Tropical flats fish"
logbook_fact = "bonefish sweep tropical flats in silvery schools and root for buried prey. their speed and pale bodies make them difficult to follow in shallow water."
@ -28,3 +29,4 @@ weight_max_lb = 15.0
sell_value_min = 13
sell_value_max = 31
sell_value_curve = 0.86
display_texture = ExtResource("99_fish_placeholder")

View file

@ -3,7 +3,7 @@
[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"]
[ext_resource type="Texture2D" path="res://fish/species/bowfin/bowfin.png" id="4_texture"]
[ext_resource type="Texture2D" path="res://art/exported/creatures/fish_placeholder.png" id="4_texture"]
[sub_resource type="Resource" id="Availability"]
script = ExtResource("3_availability")

View file

@ -1,8 +1,9 @@
[gd_resource type="Resource" script_class="FishData" load_steps=4 format=3]
[gd_resource type="Resource" script_class="FishData" load_steps=5 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"]
[ext_resource type="Texture2D" path="res://art/exported/creatures/fish_placeholder.png" id="99_fish_placeholder"]
[sub_resource type="Resource" id="Availability"]
script = ExtResource("3_availability")
@ -12,7 +13,7 @@ allow_night = false
script = ExtResource("1_fish_data")
id = &"boxfish_yellow"
display_name = "yellow boxfish"
active = false
active = true
catalog_number = 5608
collection_group = &"Reef oddities"
logbook_fact = "yellow boxfish juveniles are bright cubes covered in black spots. rigid body armor leaves small fins to provide careful steering."
@ -27,3 +28,4 @@ weight_max_lb = 0.8
sell_value_min = 10
sell_value_max = 22
sell_value_curve = 0.96
display_texture = ExtResource("99_fish_placeholder")

View file

@ -1,8 +1,9 @@
[gd_resource type="Resource" script_class="FishData" load_steps=4 format=3]
[gd_resource type="Resource" script_class="FishData" load_steps=5 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"]
[ext_resource type="Texture2D" path="res://art/exported/creatures/fish_placeholder.png" id="99_fish_placeholder"]
[sub_resource type="Resource" id="Availability"]
script = ExtResource("3_availability")
@ -11,7 +12,7 @@ script = ExtResource("3_availability")
script = ExtResource("1_fish_data")
id = &"bream_common"
display_name = "common bream"
active = false
active = true
catalog_number = 2502
collection_group = &"Freshwater coarse fish"
logbook_fact = "common bream gather in slow rivers and lakes with silvery, deep-sided bodies. protruding mouths sift insect larvae from soft bottoms."
@ -26,3 +27,4 @@ weight_max_lb = 15.0
sell_value_min = 4
sell_value_max = 12
sell_value_curve = 0.88
display_texture = ExtResource("99_fish_placeholder")

View file

@ -1,8 +1,9 @@
[gd_resource type="Resource" script_class="FishData" load_steps=4 format=3]
[gd_resource type="Resource" script_class="FishData" load_steps=5 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"]
[ext_resource type="Texture2D" path="res://art/exported/creatures/fish_placeholder.png" id="99_fish_placeholder"]
[sub_resource type="Resource" id="Availability"]
script = ExtResource("3_availability")
@ -12,7 +13,7 @@ require_fog = true
script = ExtResource("1_fish_data")
id = &"buffalo_bigmouth"
display_name = "bigmouth buffalo"
active = false
active = true
catalog_number = 2301
collection_group = &"Freshwater bottom fish"
logbook_fact = "bigmouth buffalo filter plankton with fine gill rakers instead of rooting for prey. some individuals survive for more than a century."
@ -27,3 +28,4 @@ weight_max_lb = 80.0
sell_value_min = 28
sell_value_max = 63
sell_value_curve = 0.82
display_texture = ExtResource("99_fish_placeholder")

View file

@ -1,8 +1,9 @@
[gd_resource type="Resource" script_class="FishData" load_steps=4 format=3]
[gd_resource type="Resource" script_class="FishData" load_steps=5 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"]
[ext_resource type="Texture2D" path="res://art/exported/creatures/fish_placeholder.png" id="99_fish_placeholder"]
[sub_resource type="Resource" id="Availability"]
script = ExtResource("3_availability")
@ -11,7 +12,7 @@ script = ExtResource("3_availability")
script = ExtResource("1_fish_data")
id = &"buffalo_smallmouth"
display_name = "smallmouth buffalo"
active = false
active = true
catalog_number = 2304
collection_group = &"Freshwater bottom fish"
logbook_fact = "smallmouth buffalo use thick lips to graze bottom-dwelling food in warm rivers. their deep, heavy bodies form a pronounced arch behind the head."
@ -26,3 +27,4 @@ weight_max_lb = 45.0
sell_value_min = 14
sell_value_max = 34
sell_value_curve = 0.84
display_texture = ExtResource("99_fish_placeholder")

View file

@ -1,8 +1,9 @@
[gd_resource type="Resource" script_class="FishData" load_steps=4 format=3]
[gd_resource type="Resource" script_class="FishData" load_steps=5 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"]
[ext_resource type="Texture2D" path="res://art/exported/creatures/fish_placeholder.png" id="99_fish_placeholder"]
[sub_resource type="Resource" id="Availability"]
script = ExtResource("3_availability")
@ -12,7 +13,7 @@ allow_day = false
script = ExtResource("1_fish_data")
id = &"bullhead_black"
display_name = "black bullhead"
active = false
active = true
catalog_number = 2401
collection_group = &"Freshwater catfish"
logbook_fact = "black bullheads tolerate warm, cloudy water with little oxygen. stout spines protect the dorsal and pectoral fins from predators."
@ -27,3 +28,4 @@ weight_max_lb = 6.0
sell_value_min = 5
sell_value_max = 11
sell_value_curve = 0.92
display_texture = ExtResource("99_fish_placeholder")

View file

@ -1,8 +1,9 @@
[gd_resource type="Resource" script_class="FishData" load_steps=4 format=3]
[gd_resource type="Resource" script_class="FishData" load_steps=5 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"]
[ext_resource type="Texture2D" path="res://art/exported/creatures/fish_placeholder.png" id="99_fish_placeholder"]
[sub_resource type="Resource" id="Availability"]
script = ExtResource("3_availability")
@ -12,7 +13,7 @@ allow_day = false
script = ExtResource("1_fish_data")
id = &"bullhead_brown"
display_name = "brown bullhead"
active = false
active = true
catalog_number = 2403
collection_group = &"Freshwater catfish"
logbook_fact = "brown bullheads search muddy bottoms with eight sensitive barbels. males guard nests and herd newly hatched young in a dark moving ball."
@ -27,3 +28,4 @@ weight_max_lb = 4.0
sell_value_min = 3
sell_value_max = 7
sell_value_curve = 0.95
display_texture = ExtResource("99_fish_placeholder")

View file

@ -1,8 +1,9 @@
[gd_resource type="Resource" script_class="FishData" load_steps=4 format=3]
[gd_resource type="Resource" script_class="FishData" load_steps=5 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"]
[ext_resource type="Texture2D" path="res://art/exported/creatures/fish_placeholder.png" id="99_fish_placeholder"]
[sub_resource type="Resource" id="Availability"]
script = ExtResource("3_availability")
@ -13,7 +14,7 @@ require_rain = true
script = ExtResource("1_fish_data")
id = &"bullhead_yellow"
display_name = "yellow bullhead"
active = false
active = true
catalog_number = 2408
collection_group = &"Freshwater catfish"
logbook_fact = "yellow bullheads use pale chin barbels to distinguish food in murky shallows. both parents may guard the nest and schooling young."
@ -28,3 +29,4 @@ weight_max_lb = 3.5
sell_value_min = 3
sell_value_max = 7
sell_value_curve = 0.95
display_texture = ExtResource("99_fish_placeholder")

View file

@ -1,8 +1,9 @@
[gd_resource type="Resource" script_class="FishData" load_steps=4 format=3]
[gd_resource type="Resource" script_class="FishData" load_steps=5 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"]
[ext_resource type="Texture2D" path="res://art/exported/creatures/fish_placeholder.png" id="99_fish_placeholder"]
[sub_resource type="Resource" id="Availability"]
script = ExtResource("3_availability")
@ -13,7 +14,7 @@ require_fog = true
script = ExtResource("1_fish_data")
id = &"burbot"
display_name = "burbot"
active = false
active = true
catalog_number = 1001
collection_group = &"Cold freshwater fish"
logbook_fact = "burbot are the only freshwater members of the cod family. they become most active in cold darkness and may spawn beneath winter ice."
@ -28,3 +29,4 @@ weight_max_lb = 18.0
sell_value_min = 12
sell_value_max = 28
sell_value_curve = 0.86
display_texture = ExtResource("99_fish_placeholder")

View file

@ -1,8 +1,9 @@
[gd_resource type="Resource" script_class="FishData" load_steps=4 format=3]
[gd_resource type="Resource" script_class="FishData" load_steps=5 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"]
[ext_resource type="Texture2D" path="res://art/exported/creatures/fish_placeholder.png" id="99_fish_placeholder"]
[sub_resource type="Resource" id="Availability"]
script = ExtResource("3_availability")
@ -13,7 +14,7 @@ forbid_fog = true
script = ExtResource("1_fish_data")
id = &"butterflyfish_copperband"
display_name = "copperband butterflyfish"
active = false
active = true
catalog_number = 5701
collection_group = &"Reef ornamentals"
logbook_fact = "copperband butterflyfish probe reef cracks with long narrow snouts. bold orange bands and a false eyespot confuse predators."
@ -28,3 +29,4 @@ weight_max_lb = 0.4
sell_value_min = 9
sell_value_max = 21
sell_value_curve = 0.98
display_texture = ExtResource("99_fish_placeholder")

View file

@ -1,8 +1,9 @@
[gd_resource type="Resource" script_class="FishData" load_steps=4 format=3]
[gd_resource type="Resource" script_class="FishData" load_steps=5 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"]
[ext_resource type="Texture2D" path="res://art/exported/creatures/fish_placeholder.png" id="99_fish_placeholder"]
[sub_resource type="Resource" id="Availability"]
script = ExtResource("3_availability")
@ -12,7 +13,7 @@ require_fog = true
script = ExtResource("1_fish_data")
id = &"capelin"
display_name = "capelin"
active = false
active = true
catalog_number = 1302
collection_group = &"Cold schooling fish"
logbook_fact = "capelin are small polar fish that feed whales, seabirds, and larger fish. many schools roll onto beaches or shallows to release their eggs."
@ -27,3 +28,4 @@ weight_max_lb = 0.2
sell_value_min = 4
sell_value_max = 8
sell_value_curve = 1.0
display_texture = ExtResource("99_fish_placeholder")

View file

@ -3,7 +3,7 @@
[ext_resource type="Script" uid="uid://h7hg45b7wmst" path="res://fish/fish_data.gd" id="1_fish_data"]
[ext_resource type="Resource" path="res://fishing/carp_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://c6pa1gqwv1a5s" path="res://fish/species/carp/fish_carp_common.png" id="4_texture"]
[ext_resource type="Texture2D" path="res://art/exported/creatures/fish_placeholder.png" id="4_texture"]
[sub_resource type="Resource" id="CarpAvailability"]
script = ExtResource("3_availability_script")

View file

@ -3,7 +3,7 @@
[ext_resource type="Script" uid="uid://h7hg45b7wmst" path="res://fish/fish_data.gd" id="1_fish_data"]
[ext_resource type="Resource" path="res://fishing/bass_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://7f1dtcou8moe" path="res://fish/species/catfish_blue/fish_catfish_blue.png" id="4_texture"]
[ext_resource type="Texture2D" path="res://art/exported/creatures/fish_placeholder.png" id="4_texture"]
[sub_resource type="Resource" id="BlueCatfishAvailability"]
script = ExtResource("3_availability_script")

View file

@ -3,7 +3,7 @@
[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://dvxpk2ltt3blb" path="res://fish/species/catfish_channel/fish_catfish_channel.png" id="4_texture"]
[ext_resource type="Texture2D" path="res://art/exported/creatures/fish_placeholder.png" id="4_texture"]
[sub_resource type="Resource" id="ChannelCatfishAvailability"]
script = ExtResource("3_availability_script")

View file

@ -3,7 +3,7 @@
[ext_resource type="Script" uid="uid://h7hg45b7wmst" path="res://fish/fish_data.gd" id="1_fish_data"]
[ext_resource type="Resource" path="res://fishing/bass_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://bacx63lp0yh7t" path="res://fish/species/catfish_flathead/fish_catfish_flathead.png" id="4_texture"]
[ext_resource type="Texture2D" path="res://art/exported/creatures/fish_placeholder.png" id="4_texture"]
[sub_resource type="Resource" id="FlatheadCatfishAvailability"]
script = ExtResource("3_availability_script")

View file

@ -1,8 +1,9 @@
[gd_resource type="Resource" script_class="FishData" load_steps=4 format=3]
[gd_resource type="Resource" script_class="FishData" load_steps=5 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"]
[ext_resource type="Texture2D" path="res://art/exported/creatures/fish_placeholder.png" id="99_fish_placeholder"]
[sub_resource type="Resource" id="Availability"]
script = ExtResource("3_availability")
@ -13,7 +14,7 @@ require_rain = true
script = ExtResource("1_fish_data")
id = &"catfish_walking"
display_name = "walking catfish"
active = false
active = true
catalog_number = 7510
collection_group = &"Tropical freshwater fish"
logbook_fact = "walking catfish wriggle across wet ground using stiff pectoral spines for support. an air-breathing organ helps them survive the journey."
@ -28,3 +29,4 @@ weight_max_lb = 5.0
sell_value_min = 11
sell_value_max = 24
sell_value_curve = 0.9
display_texture = ExtResource("99_fish_placeholder")

View file

@ -3,7 +3,7 @@
[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://bf6kiawwekv7g" path="res://fish/species/catfish_white/fish_catfish_white.png" id="4_texture"]
[ext_resource type="Texture2D" path="res://art/exported/creatures/fish_placeholder.png" id="4_texture"]
[sub_resource type="Resource" id="WhiteCatfishAvailability"]
script = ExtResource("3_availability_script")

View file

@ -1,8 +1,9 @@
[gd_resource type="Resource" script_class="FishData" load_steps=4 format=3]
[gd_resource type="Resource" script_class="FishData" load_steps=5 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"]
[ext_resource type="Texture2D" path="res://art/exported/creatures/fish_placeholder.png" id="99_fish_placeholder"]
[sub_resource type="Resource" id="Availability"]
script = ExtResource("3_availability")
@ -12,7 +13,7 @@ forbid_rain = true
script = ExtResource("1_fish_data")
id = &"char_arctic"
display_name = "arctic char"
active = false
active = true
catalog_number = 1101
collection_group = &"Cold freshwater salmonids"
logbook_fact = "arctic char thrive farther north than any other freshwater fish. some remain in lakes while others migrate between rivers and the sea."
@ -27,3 +28,4 @@ weight_max_lb = 25.0
sell_value_min = 14
sell_value_max = 32
sell_value_curve = 0.86
display_texture = ExtResource("99_fish_placeholder")

View file

@ -1,8 +1,9 @@
[gd_resource type="Resource" script_class="FishData" load_steps=4 format=3]
[gd_resource type="Resource" script_class="FishData" load_steps=5 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"]
[ext_resource type="Texture2D" path="res://art/exported/creatures/fish_placeholder.png" id="99_fish_placeholder"]
[sub_resource type="Resource" id="Availability"]
script = ExtResource("3_availability")
@ -12,7 +13,7 @@ allow_night = false
script = ExtResource("1_fish_data")
id = &"chromis_blue_green"
display_name = "blue-green chromis"
active = false
active = true
catalog_number = 5901
collection_group = &"Reef schooling fish"
logbook_fact = "blue-green chromis form loose clouds above branching coral. the school dives into narrow shelter whenever a predator approaches."
@ -27,3 +28,4 @@ weight_max_lb = 0.25
sell_value_min = 2
sell_value_max = 4
sell_value_curve = 1.0
display_texture = ExtResource("99_fish_placeholder")

View file

@ -1,8 +1,9 @@
[gd_resource type="Resource" script_class="FishData" load_steps=4 format=3]
[gd_resource type="Resource" script_class="FishData" load_steps=5 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"]
[ext_resource type="Texture2D" path="res://art/exported/creatures/fish_placeholder.png" id="99_fish_placeholder"]
[sub_resource type="Resource" id="Availability"]
script = ExtResource("3_availability")
@ -12,7 +13,7 @@ allow_night = false
script = ExtResource("1_fish_data")
id = &"chub_creek"
display_name = "creek chub"
active = false
active = true
catalog_number = 2802
collection_group = &"Freshwater minnows"
logbook_fact = "creek chubs gather around pools and undercut banks in small streams. males build gravel ridges where several fish may spawn."
@ -27,3 +28,4 @@ weight_max_lb = 0.8
sell_value_min = 2
sell_value_max = 4
sell_value_curve = 1.0
display_texture = ExtResource("99_fish_placeholder")

View file

@ -3,7 +3,7 @@
[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://c04wtbyslmpll" path="res://fish/species/chub_european/fish_chub_european.png" id="4_texture"]
[ext_resource type="Texture2D" path="res://art/exported/creatures/fish_placeholder.png" id="4_texture"]
[sub_resource type="Resource" id="ChubEuropeanAvailability"]
script = ExtResource("3_availability_script")

View file

@ -3,7 +3,7 @@
[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://bla6pc21imxsi" path="res://fish/species/chub_flame/fish_chub_flame.png" id="4_texture"]
[ext_resource type="Texture2D" path="res://art/exported/creatures/fish_placeholder.png" id="4_texture"]
[sub_resource type="Resource" id="ChubFlameAvailability"]
script = ExtResource("3_availability_script")

View file

@ -3,7 +3,7 @@
[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://w8cjrpnv350h" path="res://fish/species/chub_lake/fish_chub_lake.png" id="4_texture"]
[ext_resource type="Texture2D" path="res://art/exported/creatures/fish_placeholder.png" id="4_texture"]
[sub_resource type="Resource" id="ChubLakeAvailability"]
script = ExtResource("3_availability_script")

View file

@ -1,8 +1,9 @@
[gd_resource type="Resource" script_class="FishData" load_steps=4 format=3]
[gd_resource type="Resource" script_class="FishData" load_steps=5 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"]
[ext_resource type="Texture2D" path="res://art/exported/creatures/fish_placeholder.png" id="99_fish_placeholder"]
[sub_resource type="Resource" id="Availability"]
script = ExtResource("3_availability")
@ -12,7 +13,7 @@ allow_night = false
script = ExtResource("1_fish_data")
id = &"cisco"
display_name = "cisco"
active = false
active = true
catalog_number = 1002
collection_group = &"Cold freshwater fish"
logbook_fact = "cisco school in the cool open water of northern lakes. these slim relatives of salmon feed on plankton and become prey for larger fish."
@ -27,3 +28,4 @@ weight_max_lb = 3.0
sell_value_min = 3
sell_value_max = 7
sell_value_curve = 0.95
display_texture = ExtResource("99_fish_placeholder")

View file

@ -1,8 +1,9 @@
[gd_resource type="Resource" script_class="FishData" load_steps=4 format=3]
[gd_resource type="Resource" script_class="FishData" load_steps=5 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"]
[ext_resource type="Texture2D" path="res://art/exported/creatures/fish_placeholder.png" id="99_fish_placeholder"]
[sub_resource type="Resource" id="Availability"]
script = ExtResource("3_availability")
@ -13,7 +14,7 @@ require_fog = true
script = ExtResource("1_fish_data")
id = &"clam_geoduck"
display_name = "Pacific geoduck"
active = false
active = true
catalog_number = 6403
collection_group = &"Shellfish"
logbook_fact = "pacific geoducks bury their shells deep while a long siphon reaches the seafloor. these clams can survive for well over a century."
@ -28,3 +29,4 @@ weight_max_lb = 15.0
sell_value_min = 14
sell_value_max = 34
sell_value_curve = 0.88
display_texture = ExtResource("99_fish_placeholder")

View file

@ -1,8 +1,9 @@
[gd_resource type="Resource" script_class="FishData" load_steps=4 format=3]
[gd_resource type="Resource" script_class="FishData" load_steps=5 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"]
[ext_resource type="Texture2D" path="res://art/exported/creatures/fish_placeholder.png" id="99_fish_placeholder"]
[sub_resource type="Resource" id="Availability"]
script = ExtResource("3_availability")
@ -13,7 +14,7 @@ forbid_fog = true
script = ExtResource("1_fish_data")
id = &"clam_giant"
display_name = "giant clam"
active = false
active = true
catalog_number = 6402
collection_group = &"Shellfish"
logbook_fact = "giant clams host photosynthetic algae inside brightly colored mantles. heavy shells remain anchored to one reef spot throughout adulthood."
@ -28,3 +29,4 @@ weight_max_lb = 500.0
sell_value_min = 28
sell_value_max = 72
sell_value_curve = 0.8
display_texture = ExtResource("99_fish_placeholder")

View file

@ -1,8 +1,9 @@
[gd_resource type="Resource" script_class="FishData" load_steps=4 format=3]
[gd_resource type="Resource" script_class="FishData" load_steps=5 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"]
[ext_resource type="Texture2D" path="res://art/exported/creatures/fish_placeholder.png" id="99_fish_placeholder"]
[sub_resource type="Resource" id="Availability"]
script = ExtResource("3_availability")
@ -12,7 +13,7 @@ allow_night = false
script = ExtResource("1_fish_data")
id = &"clownfish_ocellaris"
display_name = "ocellaris clownfish"
active = false
active = true
catalog_number = 5702
collection_group = &"Reef ornamentals"
logbook_fact = "ocellaris clownfish shelter safely among stinging anemone tentacles. each group is led by a female that develops from the largest male."
@ -27,3 +28,4 @@ weight_max_lb = 0.15
sell_value_min = 5
sell_value_max = 10
sell_value_curve = 1.0
display_texture = ExtResource("99_fish_placeholder")

View file

@ -1,8 +1,9 @@
[gd_resource type="Resource" script_class="FishData" load_steps=4 format=3]
[gd_resource type="Resource" script_class="FishData" load_steps=5 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"]
[ext_resource type="Texture2D" path="res://art/exported/creatures/fish_placeholder.png" id="99_fish_placeholder"]
[sub_resource type="Resource" id="Availability"]
script = ExtResource("3_availability")
@ -12,7 +13,7 @@ allow_night = false
script = ExtResource("1_fish_data")
id = &"cobia"
display_name = "cobia"
active = false
active = true
catalog_number = 3602
collection_group = &"Large coastal predators"
logbook_fact = "cobia often follow sharks, rays, and floating structures in warm seas. a broad dark stripe runs along their long, powerful bodies."
@ -27,3 +28,4 @@ weight_max_lb = 80.0
sell_value_min = 15
sell_value_max = 40
sell_value_curve = 0.82
display_texture = ExtResource("99_fish_placeholder")

View file

@ -1,8 +1,9 @@
[gd_resource type="Resource" script_class="FishData" load_steps=4 format=3]
[gd_resource type="Resource" script_class="FishData" load_steps=5 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"]
[ext_resource type="Texture2D" path="res://art/exported/creatures/fish_placeholder.png" id="99_fish_placeholder"]
[sub_resource type="Resource" id="Availability"]
script = ExtResource("3_availability")
@ -11,7 +12,7 @@ script = ExtResource("3_availability")
script = ExtResource("1_fish_data")
id = &"cod_atlantic"
display_name = "atlantic cod"
active = false
active = true
catalog_number = 1402
collection_group = &"Cold shelf fish"
logbook_fact = "atlantic cod carry a pale lateral line and one chin barbel. they search cold seafloors for crustaceans, mollusks, and smaller fish."
@ -26,3 +27,4 @@ weight_max_lb = 55.0
sell_value_min = 5
sell_value_max = 18
sell_value_curve = 0.85
display_texture = ExtResource("99_fish_placeholder")

View file

@ -1,8 +1,9 @@
[gd_resource type="Resource" script_class="FishData" load_steps=4 format=3]
[gd_resource type="Resource" script_class="FishData" load_steps=5 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"]
[ext_resource type="Texture2D" path="res://art/exported/creatures/fish_placeholder.png" id="99_fish_placeholder"]
[sub_resource type="Resource" id="Availability"]
script = ExtResource("3_availability")
@ -11,7 +12,7 @@ script = ExtResource("3_availability")
script = ExtResource("1_fish_data")
id = &"cod_pacific"
display_name = "pacific cod"
active = false
active = true
catalog_number = 1406
collection_group = &"Cold shelf fish"
logbook_fact = "pacific cod use a chin barbel to investigate cold shelf bottoms. seasonal schools follow prey between deeper water and coastal spawning grounds."
@ -26,3 +27,4 @@ weight_max_lb = 45.0
sell_value_min = 5
sell_value_max = 17
sell_value_curve = 0.85
display_texture = ExtResource("99_fish_placeholder")

View file

@ -1,8 +1,9 @@
[gd_resource type="Resource" script_class="FishData" load_steps=4 format=3]
[gd_resource type="Resource" script_class="FishData" load_steps=5 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"]
[ext_resource type="Texture2D" path="res://art/exported/creatures/fish_placeholder.png" id="99_fish_placeholder"]
[sub_resource type="Resource" id="Availability"]
script = ExtResource("3_availability")
@ -13,7 +14,7 @@ require_fog = true
script = ExtResource("1_fish_data")
id = &"coelacanth_west_indian"
display_name = "West Indian Ocean coelacanth"
active = false
active = true
catalog_number = 1702
collection_group = &"Deep-sea legends"
logbook_fact = "west indian ocean coelacanths shelter in deep volcanic caves by day. fleshy lobed fins move in an alternating, limb-like rhythm."
@ -28,3 +29,4 @@ weight_max_lb = 200.0
sell_value_min = 65
sell_value_max = 145
sell_value_curve = 0.8
display_texture = ExtResource("99_fish_placeholder")

View file

@ -1,8 +1,9 @@
[gd_resource type="Resource" script_class="FishData" load_steps=4 format=3]
[gd_resource type="Resource" script_class="FishData" load_steps=5 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"]
[ext_resource type="Texture2D" path="res://art/exported/creatures/fish_placeholder.png" id="99_fish_placeholder"]
[sub_resource type="Resource" id="Availability"]
script = ExtResource("3_availability")
@ -13,7 +14,7 @@ forbid_fog = true
script = ExtResource("1_fish_data")
id = &"conch_queen"
display_name = "queen conch"
active = false
active = true
catalog_number = 6404
collection_group = &"Shellfish"
logbook_fact = "queen conchs graze algae with a long flexible snout. adults develop a broad flared shell lip and move by vaulting on one muscular foot."
@ -28,3 +29,4 @@ weight_max_lb = 5.0
sell_value_min = 15
sell_value_max = 36
sell_value_curve = 0.91
display_texture = ExtResource("99_fish_placeholder")

View file

@ -1,8 +1,9 @@
[gd_resource type="Resource" script_class="FishData" load_steps=4 format=3]
[gd_resource type="Resource" script_class="FishData" load_steps=5 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"]
[ext_resource type="Texture2D" path="res://art/exported/creatures/fish_placeholder.png" id="99_fish_placeholder"]
[sub_resource type="Resource" id="Availability"]
script = ExtResource("3_availability")
@ -13,7 +14,7 @@ require_fog = true
script = ExtResource("1_fish_data")
id = &"cornetfish_red"
display_name = "red cornetfish"
active = false
active = true
catalog_number = 5606
collection_group = &"Reef oddities"
logbook_fact = "red cornetfish stalk reefs with extremely long bodies and tubular snouts. a trailing filament extends from the center of the tail."
@ -28,3 +29,4 @@ weight_max_lb = 4.0
sell_value_min = 24
sell_value_max = 55
sell_value_curve = 0.92
display_texture = ExtResource("99_fish_placeholder")

View file

@ -1,8 +1,9 @@
[gd_resource type="Resource" script_class="FishData" load_steps=4 format=3]
[gd_resource type="Resource" script_class="FishData" load_steps=5 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"]
[ext_resource type="Texture2D" path="res://art/exported/creatures/fish_placeholder.png" id="99_fish_placeholder"]
[sub_resource type="Resource" id="Availability"]
script = ExtResource("3_availability")
@ -13,7 +14,7 @@ require_fog = true
script = ExtResource("1_fish_data")
id = &"cowfish_longhorn"
display_name = "longhorn cowfish"
active = false
active = true
catalog_number = 5604
collection_group = &"Reef oddities"
logbook_fact = "longhorn cowfish wear a rigid box of fused scales with horns above the eyes. small fins steer the angular body with surprising precision."
@ -28,3 +29,4 @@ weight_max_lb = 2.0
sell_value_min = 23
sell_value_max = 52
sell_value_curve = 0.94
display_texture = ExtResource("99_fish_placeholder")

View file

@ -1,8 +1,9 @@
[gd_resource type="Resource" script_class="FishData" load_steps=4 format=3]
[gd_resource type="Resource" script_class="FishData" load_steps=5 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"]
[ext_resource type="Texture2D" path="res://art/exported/creatures/fish_placeholder.png" id="99_fish_placeholder"]
[sub_resource type="Resource" id="Availability"]
script = ExtResource("3_availability")
@ -12,7 +13,7 @@ allow_day = false
script = ExtResource("1_fish_data")
id = &"crab_japanese_spider"
display_name = "Japanese spider crab"
active = false
active = true
catalog_number = 3904
collection_group = &"Marine crabs"
logbook_fact = "japanese spider crabs carry the longest leg span of any living arthropod. adults roam deep seafloors around japan."
@ -27,3 +28,4 @@ weight_max_lb = 44.0
sell_value_min = 38
sell_value_max = 88
sell_value_curve = 0.84
display_texture = ExtResource("99_fish_placeholder")

View file

@ -1,8 +1,9 @@
[gd_resource type="Resource" script_class="FishData" load_steps=4 format=3]
[gd_resource type="Resource" script_class="FishData" load_steps=5 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"]
[ext_resource type="Texture2D" path="res://art/exported/creatures/fish_placeholder.png" id="99_fish_placeholder"]
[sub_resource type="Resource" id="Availability"]
script = ExtResource("3_availability")
@ -13,7 +14,7 @@ require_fog = true
script = ExtResource("1_fish_data")
id = &"crab_red_king"
display_name = "red king crab"
active = false
active = true
catalog_number = 3905
collection_group = &"Marine crabs"
logbook_fact = "red king crabs stride over cold northern bottoms on long armored legs. despite the name, they are closer to hermit crabs than true crabs."
@ -28,3 +29,4 @@ weight_max_lb = 24.0
sell_value_min = 24
sell_value_max = 58
sell_value_curve = 0.85
display_texture = ExtResource("99_fish_placeholder")

View file

@ -1,8 +1,9 @@
[gd_resource type="Resource" script_class="FishData" load_steps=4 format=3]
[gd_resource type="Resource" script_class="FishData" load_steps=5 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"]
[ext_resource type="Texture2D" path="res://art/exported/creatures/fish_placeholder.png" id="99_fish_placeholder"]
[sub_resource type="Resource" id="Availability"]
script = ExtResource("3_availability")
@ -12,7 +13,7 @@ require_fog = true
script = ExtResource("1_fish_data")
id = &"crappie_black"
display_name = "black crappie"
active = false
active = true
catalog_number = 3101
collection_group = &"Freshwater panfish"
logbook_fact = "black crappie gather around submerged wood and vegetation in clear water. irregular dark speckles scatter across their deep silver bodies."
@ -27,3 +28,4 @@ weight_max_lb = 4.0
sell_value_min = 5
sell_value_max = 11
sell_value_curve = 0.9
display_texture = ExtResource("99_fish_placeholder")

View file

@ -1,8 +1,9 @@
[gd_resource type="Resource" script_class="FishData" load_steps=4 format=3]
[gd_resource type="Resource" script_class="FishData" load_steps=5 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"]
[ext_resource type="Texture2D" path="res://art/exported/creatures/fish_placeholder.png" id="99_fish_placeholder"]
[sub_resource type="Resource" id="Availability"]
script = ExtResource("3_availability")
@ -12,7 +13,7 @@ allow_day = false
script = ExtResource("1_fish_data")
id = &"crappie_white"
display_name = "white crappie"
active = false
active = true
catalog_number = 3107
collection_group = &"Freshwater panfish"
logbook_fact = "white crappie favor warm, cloudy water and gather around structure. vertical bars cross their silver sides instead of scattered speckles."
@ -27,3 +28,4 @@ weight_max_lb = 4.5
sell_value_min = 4
sell_value_max = 9
sell_value_curve = 0.9
display_texture = ExtResource("99_fish_placeholder")

View file

@ -1,8 +1,9 @@
[gd_resource type="Resource" script_class="FishData" load_steps=4 format=3]
[gd_resource type="Resource" script_class="FishData" load_steps=5 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"]
[ext_resource type="Texture2D" path="res://art/exported/creatures/fish_placeholder.png" id="99_fish_placeholder"]
[sub_resource type="Resource" id="Availability"]
script = ExtResource("3_availability")
@ -13,7 +14,7 @@ require_rain = true
script = ExtResource("1_fish_data")
id = &"crayfish_red_swamp"
display_name = "red swamp crayfish"
active = false
active = true
catalog_number = 2601
collection_group = &"Freshwater crustaceans"
logbook_fact = "red swamp crayfish burrow into wet ground when water recedes. adaptable populations feed on plants, carrion, and small aquatic animals."
@ -28,3 +29,4 @@ weight_max_lb = 0.25
sell_value_min = 3
sell_value_max = 7
sell_value_curve = 0.98
display_texture = ExtResource("99_fish_placeholder")

View file

@ -1,8 +1,9 @@
[gd_resource type="Resource" script_class="FishData" load_steps=4 format=3]
[gd_resource type="Resource" script_class="FishData" load_steps=5 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"]
[ext_resource type="Texture2D" path="res://art/exported/creatures/fish_placeholder.png" id="99_fish_placeholder"]
[sub_resource type="Resource" id="Availability"]
script = ExtResource("3_availability")
@ -13,7 +14,7 @@ require_rain = true
script = ExtResource("1_fish_data")
id = &"croaker_atlantic"
display_name = "atlantic croaker"
active = false
active = true
catalog_number = 6801
collection_group = &"Temperate estuary"
logbook_fact = "atlantic croakers vibrate muscles against the swim bladder to make a croaking sound. chin barbels locate worms in sandy bays."
@ -28,3 +29,4 @@ weight_max_lb = 5.0
sell_value_min = 3
sell_value_max = 8
sell_value_curve = 0.92
display_texture = ExtResource("99_fish_placeholder")

View file

@ -1,8 +1,9 @@
[gd_resource type="Resource" script_class="FishData" load_steps=4 format=3]
[gd_resource type="Resource" script_class="FishData" load_steps=5 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"]
[ext_resource type="Texture2D" path="res://art/exported/creatures/fish_placeholder.png" id="99_fish_placeholder"]
[sub_resource type="Resource" id="Availability"]
script = ExtResource("3_availability")
@ -11,7 +12,7 @@ script = ExtResource("3_availability")
script = ExtResource("1_fish_data")
id = &"croaker_yellowfin"
display_name = "yellowfin croaker"
active = false
active = true
catalog_number = 6807
collection_group = &"Temperate estuary"
logbook_fact = "yellowfin croakers search sandy surf zones with a small chin barbel. internal muscles produce croaks and drumming calls."
@ -26,3 +27,4 @@ weight_max_lb = 4.0
sell_value_min = 3
sell_value_max = 8
sell_value_curve = 0.92
display_texture = ExtResource("99_fish_placeholder")

View file

@ -1,8 +1,9 @@
[gd_resource type="Resource" script_class="FishData" load_steps=4 format=3]
[gd_resource type="Resource" script_class="FishData" load_steps=5 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"]
[ext_resource type="Texture2D" path="res://art/exported/creatures/fish_placeholder.png" id="99_fish_placeholder"]
[sub_resource type="Resource" id="Availability"]
script = ExtResource("3_availability")
@ -12,7 +13,7 @@ allow_day = false
script = ExtResource("1_fish_data")
id = &"cusk"
display_name = "cusk"
active = false
active = true
catalog_number = 1202
collection_group = &"Cold reef fish"
logbook_fact = "cusk move slowly across cold rocky bottoms, sheltering in cracks and caves. a single long fin runs around much of the rear body."
@ -27,3 +28,4 @@ weight_max_lb = 30.0
sell_value_min = 7
sell_value_max = 19
sell_value_curve = 0.85
display_texture = ExtResource("99_fish_placeholder")

View file

@ -1,8 +1,9 @@
[gd_resource type="Resource" script_class="FishData" load_steps=4 format=3]
[gd_resource type="Resource" script_class="FishData" load_steps=5 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"]
[ext_resource type="Texture2D" path="res://art/exported/creatures/fish_placeholder.png" id="99_fish_placeholder"]
[sub_resource type="Resource" id="Availability"]
script = ExtResource("3_availability")
@ -12,7 +13,7 @@ allow_night = false
script = ExtResource("1_fish_data")
id = &"cuttlefish_common"
display_name = "common cuttlefish"
active = false
active = true
catalog_number = 1502
collection_group = &"Cuttlefish and nautiluses"
logbook_fact = "common cuttlefish flash changing colors and patterns through specialized skin cells. an internal cuttlebone controls buoyancy."
@ -27,3 +28,4 @@ weight_max_lb = 12.0
sell_value_min = 7
sell_value_max = 17
sell_value_curve = 0.9
display_texture = ExtResource("99_fish_placeholder")

View file

@ -1,8 +1,9 @@
[gd_resource type="Resource" script_class="FishData" load_steps=4 format=3]
[gd_resource type="Resource" script_class="FishData" load_steps=5 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"]
[ext_resource type="Texture2D" path="res://art/exported/creatures/fish_placeholder.png" id="99_fish_placeholder"]
[sub_resource type="Resource" id="Availability"]
script = ExtResource("3_availability")
@ -13,7 +14,7 @@ require_rain = true
script = ExtResource("1_fish_data")
id = &"cuttlefish_flamboyant"
display_name = "flamboyant cuttlefish"
active = false
active = true
catalog_number = 1503
collection_group = &"Cuttlefish and nautiluses"
logbook_fact = "flamboyant cuttlefish walk along the seafloor on their arms and fins. vivid displays warn predators of potent toxins."
@ -28,3 +29,4 @@ weight_max_lb = 0.4
sell_value_min = 26
sell_value_max = 58
sell_value_curve = 0.96
display_texture = ExtResource("99_fish_placeholder")

View file

@ -1,8 +1,9 @@
[gd_resource type="Resource" script_class="FishData" load_steps=4 format=3]
[gd_resource type="Resource" script_class="FishData" load_steps=5 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"]
[ext_resource type="Texture2D" path="res://art/exported/creatures/fish_placeholder.png" id="99_fish_placeholder"]
[sub_resource type="Resource" id="Availability"]
script = ExtResource("3_availability")
@ -12,7 +13,7 @@ allow_night = false
script = ExtResource("1_fish_data")
id = &"damselfish_sergeant_major"
display_name = "sergeant major"
active = false
active = true
catalog_number = 5904
collection_group = &"Reef schooling fish"
logbook_fact = "sergeant majors guard purple egg patches on hard reef surfaces. five dark bars cross their yellow and silver bodies."
@ -27,3 +28,4 @@ weight_max_lb = 0.5
sell_value_min = 2
sell_value_max = 5
sell_value_curve = 0.98
display_texture = ExtResource("99_fish_placeholder")

View file

@ -1,8 +1,9 @@
[gd_resource type="Resource" script_class="FishData" load_steps=4 format=3]
[gd_resource type="Resource" script_class="FishData" load_steps=5 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"]
[ext_resource type="Texture2D" path="res://art/exported/creatures/fish_placeholder.png" id="99_fish_placeholder"]
[sub_resource type="Resource" id="Availability"]
script = ExtResource("3_availability")
@ -12,7 +13,7 @@ allow_night = false
script = ExtResource("1_fish_data")
id = &"danio_zebra"
display_name = "zebrafish"
active = false
active = true
catalog_number = 2103
collection_group = &"Freshwater aquarium fish"
logbook_fact = "zebrafish carry horizontal blue stripes from gill to tail. hardy schools thrive in shallow streams, flooded fields, and quiet pools."
@ -27,3 +28,4 @@ weight_max_lb = 0.12
sell_value_min = 2
sell_value_max = 5
sell_value_curve = 0.98
display_texture = ExtResource("99_fish_placeholder")

View file

@ -1,8 +1,9 @@
[gd_resource type="Resource" script_class="FishData" load_steps=4 format=3]
[gd_resource type="Resource" script_class="FishData" load_steps=5 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"]
[ext_resource type="Texture2D" path="res://art/exported/creatures/fish_placeholder.png" id="99_fish_placeholder"]
[sub_resource type="Resource" id="Availability"]
script = ExtResource("3_availability")
@ -13,7 +14,7 @@ require_fog = true
script = ExtResource("1_fish_data")
id = &"discus"
display_name = "discus"
active = false
active = true
catalog_number = 7503
collection_group = &"Tropical freshwater fish"
logbook_fact = "discus move through quiet amazon backwaters with round, flattened bodies. parents feed newly hatched young with nutrient-rich skin mucus."
@ -28,3 +29,4 @@ weight_max_lb = 1.0
sell_value_min = 24
sell_value_max = 52
sell_value_curve = 0.92
display_texture = ExtResource("99_fish_placeholder")

View file

@ -1,8 +1,9 @@
[gd_resource type="Resource" script_class="FishData" load_steps=4 format=3]
[gd_resource type="Resource" script_class="FishData" load_steps=5 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"]
[ext_resource type="Texture2D" path="res://art/exported/creatures/fish_placeholder.png" id="99_fish_placeholder"]
[sub_resource type="Resource" id="Availability"]
script = ExtResource("3_availability")
@ -13,7 +14,7 @@ forbid_fog = true
script = ExtResource("1_fish_data")
id = &"dolphin_bottlenose"
display_name = "common bottlenose dolphin"
active = false
active = true
catalog_number = 7702
collection_group = &"Whales and dolphins"
logbook_fact = "common bottlenose dolphins coordinate with whistles, clicks, and body signals. echolocation reveals prey hidden in dark or cloudy water."
@ -28,3 +29,4 @@ weight_max_lb = 1400.0
sell_value_min = 75
sell_value_max = 180
sell_value_curve = 0.76
display_texture = ExtResource("99_fish_placeholder")

View file

@ -1,8 +1,9 @@
[gd_resource type="Resource" script_class="FishData" load_steps=4 format=3]
[gd_resource type="Resource" script_class="FishData" load_steps=5 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"]
[ext_resource type="Texture2D" path="res://art/exported/creatures/fish_placeholder.png" id="99_fish_placeholder"]
[sub_resource type="Resource" id="Availability"]
script = ExtResource("3_availability")
@ -13,7 +14,7 @@ require_rain = true
script = ExtResource("1_fish_data")
id = &"dorado_golden"
display_name = "golden dorado"
active = false
active = true
catalog_number = 7602
collection_group = &"Tropical freshwater predators"
logbook_fact = "golden dorado chase fish through powerful south american rivers. muscular tails, heavy jaws, and golden scales suit life in fast current."
@ -28,3 +29,4 @@ weight_max_lb = 55.0
sell_value_min = 29
sell_value_max = 66
sell_value_curve = 0.82
display_texture = ExtResource("99_fish_placeholder")

View file

@ -1,8 +1,9 @@
[gd_resource type="Resource" script_class="FishData" load_steps=4 format=3]
[gd_resource type="Resource" script_class="FishData" load_steps=5 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"]
[ext_resource type="Texture2D" path="res://art/exported/creatures/fish_placeholder.png" id="99_fish_placeholder"]
[sub_resource type="Resource" id="Availability"]
script = ExtResource("3_availability")
@ -13,7 +14,7 @@ forbid_fog = true
script = ExtResource("1_fish_data")
id = &"dugong"
display_name = "dugong"
active = false
active = true
catalog_number = 501
collection_group = &"Coastal marine mammals"
logbook_fact = "dugongs graze seagrass meadows with a downturned, bristled snout. they are the only fully marine members of the sirenian family."
@ -28,3 +29,4 @@ weight_max_lb = 1100.0
sell_value_min = 72
sell_value_max = 165
sell_value_curve = 0.77
display_texture = ExtResource("99_fish_placeholder")

View file

@ -1,8 +1,9 @@
[gd_resource type="Resource" script_class="FishData" load_steps=4 format=3]
[gd_resource type="Resource" script_class="FishData" load_steps=5 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"]
[ext_resource type="Texture2D" path="res://art/exported/creatures/fish_placeholder.png" id="99_fish_placeholder"]
[sub_resource type="Resource" id="Availability"]
script = ExtResource("3_availability")
@ -13,7 +14,7 @@ require_rain = true
script = ExtResource("1_fish_data")
id = &"eel_american"
display_name = "american eel"
active = false
active = true
catalog_number = 4001
collection_group = &"Migratory eels"
logbook_fact = "american eels hatch far out in the sargasso sea before entering freshwater rivers. adults later reverse the journey to spawn once."
@ -28,3 +29,4 @@ weight_max_lb = 8.0
sell_value_min = 12
sell_value_max = 27
sell_value_curve = 0.88
display_texture = ExtResource("99_fish_placeholder")

View file

@ -1,8 +1,9 @@
[gd_resource type="Resource" script_class="FishData" load_steps=4 format=3]
[gd_resource type="Resource" script_class="FishData" load_steps=5 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"]
[ext_resource type="Texture2D" path="res://art/exported/creatures/fish_placeholder.png" id="99_fish_placeholder"]
[sub_resource type="Resource" id="Availability"]
script = ExtResource("3_availability")
@ -13,7 +14,7 @@ require_fog = true
script = ExtResource("1_fish_data")
id = &"eel_european"
display_name = "european eel"
active = false
active = true
catalog_number = 4002
collection_group = &"Migratory eels"
logbook_fact = "european eels cross the atlantic as transparent larvae before entering rivers and lakes. mature silver eels return to sea to reproduce."
@ -28,3 +29,4 @@ weight_max_lb = 10.0
sell_value_min = 13
sell_value_max = 30
sell_value_curve = 0.88
display_texture = ExtResource("99_fish_placeholder")

View file

@ -1,8 +1,9 @@
[gd_resource type="Resource" script_class="FishData" load_steps=4 format=3]
[gd_resource type="Resource" script_class="FishData" load_steps=5 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"]
[ext_resource type="Texture2D" path="res://art/exported/creatures/fish_placeholder.png" id="99_fish_placeholder"]
[sub_resource type="Resource" id="Availability"]
script = ExtResource("3_availability")
@ -13,7 +14,7 @@ require_rain = true
script = ExtResource("1_fish_data")
id = &"electric_eel"
display_name = "electric eel"
active = false
active = true
catalog_number = 2901
collection_group = &"Freshwater oddities"
logbook_fact = "electric eels navigate and hunt with electrical pulses produced along most of the body. they must surface regularly to breathe air."
@ -28,3 +29,4 @@ weight_max_lb = 44.0
sell_value_min = 25
sell_value_max = 60
sell_value_curve = 0.82
display_texture = ExtResource("99_fish_placeholder")

View file

@ -1,8 +1,9 @@
[gd_resource type="Resource" script_class="FishData" load_steps=4 format=3]
[gd_resource type="Resource" script_class="FishData" load_steps=5 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"]
[ext_resource type="Texture2D" path="res://art/exported/creatures/fish_placeholder.png" id="99_fish_placeholder"]
[sub_resource type="Resource" id="Availability"]
script = ExtResource("3_availability")
@ -13,7 +14,7 @@ require_rain = true
script = ExtResource("1_fish_data")
id = &"fallfish"
display_name = "fallfish"
active = false
active = true
catalog_number = 2506
collection_group = &"Freshwater coarse fish"
logbook_fact = "fallfish are large minnows that build broad stone nests in flowing water. other stream fish often reuse the gravel mounds for spawning."
@ -28,3 +29,4 @@ weight_max_lb = 3.5
sell_value_min = 5
sell_value_max = 10
sell_value_curve = 0.92
display_texture = ExtResource("99_fish_placeholder")

View file

@ -1,8 +1,9 @@
[gd_resource type="Resource" script_class="FishData" load_steps=4 format=3]
[gd_resource type="Resource" script_class="FishData" load_steps=5 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"]
[ext_resource type="Texture2D" path="res://art/exported/creatures/fish_placeholder.png" id="99_fish_placeholder"]
[sub_resource type="Resource" id="Availability"]
script = ExtResource("3_availability")
@ -12,7 +13,7 @@ allow_day = false
script = ExtResource("1_fish_data")
id = &"fangtooth_common"
display_name = "common fangtooth"
active = false
active = true
catalog_number = 1802
collection_group = &"Deep-sea oddities"
logbook_fact = "common fangtooths carry outsized teeth that fit into pockets in the roof of the mouth. they migrate upward from deep water after dark."
@ -27,3 +28,4 @@ weight_max_lb = 0.5
sell_value_min = 25
sell_value_max = 56
sell_value_curve = 0.96
display_texture = ExtResource("99_fish_placeholder")

View file

@ -1,8 +1,9 @@
[gd_resource type="Resource" script_class="FishData" load_steps=4 format=3]
[gd_resource type="Resource" script_class="FishData" load_steps=5 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"]
[ext_resource type="Texture2D" path="res://art/exported/creatures/fish_placeholder.png" id="99_fish_placeholder"]
[sub_resource type="Resource" id="Availability"]
script = ExtResource("3_availability")
@ -12,7 +13,7 @@ allow_night = false
script = ExtResource("1_fish_data")
id = &"flounder_peacock"
display_name = "peacock flounder"
active = false
active = true
catalog_number = 5401
collection_group = &"Reef flatfish"
logbook_fact = "peacock flounders change their spots and colors to match tropical sand. both eyes scan above while the flat body remains concealed."
@ -27,3 +28,4 @@ weight_max_lb = 5.0
sell_value_min = 11
sell_value_max = 24
sell_value_curve = 0.9
display_texture = ExtResource("99_fish_placeholder")

View file

@ -1,8 +1,9 @@
[gd_resource type="Resource" script_class="FishData" load_steps=4 format=3]
[gd_resource type="Resource" script_class="FishData" load_steps=5 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"]
[ext_resource type="Texture2D" path="res://art/exported/creatures/fish_placeholder.png" id="99_fish_placeholder"]
[sub_resource type="Resource" id="Availability"]
script = ExtResource("3_availability")
@ -12,7 +13,7 @@ allow_night = false
script = ExtResource("1_fish_data")
id = &"flounder_summer"
display_name = "summer flounder"
active = false
active = true
catalog_number = 402
collection_group = &"Coastal flatfish"
logbook_fact = "summer flounder bury themselves in sand with only their eyes exposed. a sudden burst carries them upward to seize passing prey."
@ -27,3 +28,4 @@ weight_max_lb = 15.0
sell_value_min = 6
sell_value_max = 16
sell_value_curve = 0.88
display_texture = ExtResource("99_fish_placeholder")

View file

@ -1,8 +1,9 @@
[gd_resource type="Resource" script_class="FishData" load_steps=4 format=3]
[gd_resource type="Resource" script_class="FishData" load_steps=5 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"]
[ext_resource type="Texture2D" path="res://art/exported/creatures/fish_placeholder.png" id="99_fish_placeholder"]
[sub_resource type="Resource" id="Availability"]
script = ExtResource("3_availability")
@ -13,7 +14,7 @@ forbid_rain = true
script = ExtResource("1_fish_data")
id = &"flounder_winter"
display_name = "winter flounder"
active = false
active = true
catalog_number = 403
collection_group = &"Coastal flatfish"
logbook_fact = "winter flounder favor cool bays and estuaries where they rest on muddy bottoms. their eyes sit on the right side of the body."
@ -28,3 +29,4 @@ weight_max_lb = 8.0
sell_value_min = 4
sell_value_max = 9
sell_value_curve = 0.9
display_texture = ExtResource("99_fish_placeholder")

View file

@ -1,8 +1,9 @@
[gd_resource type="Resource" script_class="FishData" load_steps=4 format=3]
[gd_resource type="Resource" script_class="FishData" load_steps=5 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"]
[ext_resource type="Texture2D" path="res://art/exported/creatures/fish_placeholder.png" id="99_fish_placeholder"]
[sub_resource type="Resource" id="Availability"]
script = ExtResource("3_availability")
@ -13,7 +14,7 @@ forbid_rain = true
script = ExtResource("1_fish_data")
id = &"flyingfish_tropical"
display_name = "tropical flyingfish"
active = false
active = true
catalog_number = 6603
collection_group = &"Surface ocean fish"
logbook_fact = "tropical flyingfish accelerate underwater before spreading enlarged fins above the surface. glides help them escape pursuing predators."
@ -28,3 +29,4 @@ weight_max_lb = 1.5
sell_value_min = 10
sell_value_max = 22
sell_value_curve = 0.94
display_texture = ExtResource("99_fish_placeholder")

View file

@ -1,8 +1,9 @@
[gd_resource type="Resource" script_class="FishData" load_steps=4 format=3]
[gd_resource type="Resource" script_class="FishData" load_steps=5 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"]
[ext_resource type="Texture2D" path="res://art/exported/creatures/fish_placeholder.png" id="99_fish_placeholder"]
[sub_resource type="Resource" id="Availability"]
script = ExtResource("3_availability")
@ -12,7 +13,7 @@ allow_night = false
script = ExtResource("1_fish_data")
id = &"foureyes_largescale"
display_name = "largescale foureyes"
active = false
active = true
catalog_number = 202
collection_group = &"Brackish oddities"
logbook_fact = "largescale foureyes cruise with each eye divided across the waterline. one half watches above while the other scans below."
@ -27,3 +28,4 @@ weight_max_lb = 1.0
sell_value_min = 10
sell_value_max = 23
sell_value_curve = 0.95
display_texture = ExtResource("99_fish_placeholder")

View file

@ -1,8 +1,9 @@
[gd_resource type="Resource" script_class="FishData" load_steps=4 format=3]
[gd_resource type="Resource" script_class="FishData" load_steps=5 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"]
[ext_resource type="Texture2D" path="res://art/exported/creatures/fish_placeholder.png" id="99_fish_placeholder"]
[sub_resource type="Resource" id="Availability"]
script = ExtResource("3_availability")
@ -13,7 +14,7 @@ require_rain = true
script = ExtResource("1_fish_data")
id = &"freshwater_drum"
display_name = "freshwater drum"
active = false
active = true
catalog_number = 2902
collection_group = &"Freshwater oddities"
logbook_fact = "freshwater drum crush snails and mussels with powerful throat teeth. muscles vibrating against the swim bladder produce a low drumming sound."
@ -28,3 +29,4 @@ weight_max_lb = 35.0
sell_value_min = 7
sell_value_max = 20
sell_value_curve = 0.85
display_texture = ExtResource("99_fish_placeholder")

View file

@ -1,8 +1,9 @@
[gd_resource type="Resource" script_class="FishData" load_steps=4 format=3]
[gd_resource type="Resource" script_class="FishData" load_steps=5 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"]
[ext_resource type="Texture2D" path="res://art/exported/creatures/fish_placeholder.png" id="99_fish_placeholder"]
[sub_resource type="Resource" id="Availability"]
script = ExtResource("3_availability")
@ -12,7 +13,7 @@ allow_day = false
script = ExtResource("1_fish_data")
id = &"gar_alligator"
display_name = "alligator gar"
active = false
active = true
catalog_number = 2701
collection_group = &"Freshwater giants"
logbook_fact = "alligator gar combine a broad tooth-filled snout with heavy armor-like scales. a vascular swim bladder lets them breathe air at the surface."
@ -27,3 +28,4 @@ weight_max_lb = 300.0
sell_value_min = 55
sell_value_max = 125
sell_value_curve = 0.8
display_texture = ExtResource("99_fish_placeholder")

View file

@ -3,7 +3,7 @@
[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"]
[ext_resource type="Texture2D" path="res://fish/species/gar_longnose/gar_longnose.png" id="4_texture"]
[ext_resource type="Texture2D" path="res://art/exported/creatures/fish_placeholder.png" id="4_texture"]
[sub_resource type="Resource" id="Availability"]
script = ExtResource("3_availability")

View file

@ -3,7 +3,7 @@
[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"]
[ext_resource type="Texture2D" path="res://fish/species/gar_spotted/gar_spotted.png" id="4_texture"]
[ext_resource type="Texture2D" path="res://art/exported/creatures/fish_placeholder.png" id="4_texture"]
[sub_resource type="Resource" id="Availability"]
script = ExtResource("3_availability")

View file

@ -3,7 +3,7 @@
[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://bdhywe0r1xcio" path="res://fish/species/goby_round/fish_goby_round.png" id="4_texture"]
[ext_resource type="Texture2D" path="res://art/exported/creatures/fish_placeholder.png" id="4_texture"]
[sub_resource type="Resource" id="RoundGobyAvailability"]
script = ExtResource("3_availability_script")

View file

@ -1,8 +1,9 @@
[gd_resource type="Resource" script_class="FishData" load_steps=4 format=3]
[gd_resource type="Resource" script_class="FishData" load_steps=5 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"]
[ext_resource type="Texture2D" path="res://art/exported/creatures/fish_placeholder.png" id="99_fish_placeholder"]
[sub_resource type="Resource" id="Availability"]
script = ExtResource("3_availability")
@ -13,7 +14,7 @@ require_fog = true
script = ExtResource("1_fish_data")
id = &"goldeye"
display_name = "goldeye"
active = false
active = true
catalog_number = 2903
collection_group = &"Freshwater oddities"
logbook_fact = "goldeye patrol turbid rivers with large light-sensitive eyes and a toothed tongue. they rise toward the surface to hunt insects and small fish."
@ -28,3 +29,4 @@ weight_max_lb = 6.0
sell_value_min = 12
sell_value_max = 25
sell_value_curve = 0.9
display_texture = ExtResource("99_fish_placeholder")

View file

@ -3,7 +3,7 @@
[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://c6uth7aob03kg" path="res://fish/species/goldfish/fish_goldfish.png" id="4_texture"]
[ext_resource type="Texture2D" path="res://art/exported/creatures/fish_placeholder.png" id="4_texture"]
[sub_resource type="Resource" id="GoldfishAvailability"]
script = ExtResource("3_availability_script")

View file

@ -3,7 +3,7 @@
[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://brjjnxr6n7olr" path="res://fish/species/goldfish_bubbleeye/fish_goldfish_bubbleeye.png" id="4_texture"]
[ext_resource type="Texture2D" path="res://art/exported/creatures/fish_placeholder.png" id="4_texture"]
[sub_resource type="Resource" id="GoldfishBubbleeyeAvailability"]
script = ExtResource("3_availability_script")

View file

@ -1,8 +1,9 @@
[gd_resource type="Resource" script_class="FishData" load_steps=4 format=3]
[gd_resource type="Resource" script_class="FishData" load_steps=5 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"]
[ext_resource type="Texture2D" path="res://art/exported/creatures/fish_placeholder.png" id="99_fish_placeholder"]
[sub_resource type="Resource" id="Availability"]
script = ExtResource("3_availability")
@ -12,7 +13,7 @@ allow_night = false
script = ExtResource("1_fish_data")
id = &"gourami_giant"
display_name = "giant gourami"
active = false
active = true
catalog_number = 7505
collection_group = &"Tropical freshwater fish"
logbook_fact = "giant gouramis breathe surface air through a specialized labyrinth organ. adults graze plants but also investigate insects and small animals."
@ -27,3 +28,4 @@ weight_max_lb = 20.0
sell_value_min = 13
sell_value_max = 31
sell_value_curve = 0.86
display_texture = ExtResource("99_fish_placeholder")

View file

@ -1,8 +1,9 @@
[gd_resource type="Resource" script_class="FishData" load_steps=4 format=3]
[gd_resource type="Resource" script_class="FishData" load_steps=5 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"]
[ext_resource type="Texture2D" path="res://art/exported/creatures/fish_placeholder.png" id="99_fish_placeholder"]
[sub_resource type="Resource" id="Availability"]
script = ExtResource("3_availability")
@ -13,7 +14,7 @@ forbid_fog = true
script = ExtResource("1_fish_data")
id = &"grayling_arctic"
display_name = "arctic grayling"
active = false
active = true
catalog_number = 1102
collection_group = &"Cold freshwater salmonids"
logbook_fact = "arctic grayling carry a tall, colorful dorsal fin like a sail. they feed on drifting insects in cold, clear rivers and lakes."
@ -28,3 +29,4 @@ weight_max_lb = 6.0
sell_value_min = 6
sell_value_max = 14
sell_value_curve = 0.9
display_texture = ExtResource("99_fish_placeholder")

View file

@ -1,8 +1,9 @@
[gd_resource type="Resource" script_class="FishData" load_steps=4 format=3]
[gd_resource type="Resource" script_class="FishData" load_steps=5 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"]
[ext_resource type="Texture2D" path="res://art/exported/creatures/fish_placeholder.png" id="99_fish_placeholder"]
[sub_resource type="Resource" id="Availability"]
script = ExtResource("3_availability")
@ -12,7 +13,7 @@ allow_night = false
script = ExtResource("1_fish_data")
id = &"green_sunfish"
display_name = "green sunfish"
active = false
active = true
catalog_number = 3103
collection_group = &"Freshwater panfish"
logbook_fact = "green sunfish tolerate small, warm, cloudy pools better than many relatives. a large mouth lets them tackle insects, crayfish, and fish."
@ -27,3 +28,4 @@ weight_max_lb = 1.5
sell_value_min = 2
sell_value_max = 5
sell_value_curve = 1.0
display_texture = ExtResource("99_fish_placeholder")

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