feat: expand seasonal creature collection

This commit is contained in:
Voyager 2026-08-18 21:20:02 -04:00
parent 925bbb79e5
commit 95c6b8b053
415 changed files with 1688 additions and 389 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.8 KiB

View file

@ -0,0 +1,40 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://dgqegw70vkihk"
path="res://.godot/imported/bowfin.png-062edda1eb3529c0e6365e0ca93cf3ef.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://fish/species/bowfin/bowfin.png"
dest_files=["res://.godot/imported/bowfin.png-062edda1eb3529c0e6365e0ca93cf3ef.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,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://fish/species/bowfin/bowfin.png" id="4_texture"]
[sub_resource type="Resource" id="Availability"]
script = ExtResource("3_availability")
@ -13,10 +14,11 @@ require_fog = true
script = ExtResource("1_fish_data")
id = &"bowfin"
display_name = "bowfin"
active = false
active = true
catalog_number = 101
collection_group = &"Ancient freshwater fish"
logbook_fact = "bowfin can gulp air at the surface when warm backwaters run low on oxygen. a long dorsal fin ripples as they stalk prey."
available_seasons = 7
allowed_water_types = 1
rarity = 2
base_catch_weight = 0.28
@ -27,3 +29,4 @@ weight_max_lb = 20.0
sell_value_min = 13
sell_value_max = 30
sell_value_curve = 0.85
display_texture = ExtResource("4_texture")