Add tuna, salmon, and round goby species
This commit is contained in:
parent
325f718f99
commit
004324458d
42 changed files with 957 additions and 21 deletions
BIN
fish/species/tuna_bigeye/fish_tuna_bigeye.png
Normal file
BIN
fish/species/tuna_bigeye/fish_tuna_bigeye.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 13 KiB |
40
fish/species/tuna_bigeye/fish_tuna_bigeye.png.import
Normal file
40
fish/species/tuna_bigeye/fish_tuna_bigeye.png.import
Normal file
|
|
@ -0,0 +1,40 @@
|
|||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://bypnhqmkhnm2c"
|
||||
path="res://.godot/imported/fish_tuna_bigeye.png-1c20be325f0bac055325a6fa0ad17dd1.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://fish/species/tuna_bigeye/fish_tuna_bigeye.png"
|
||||
dest_files=["res://.godot/imported/fish_tuna_bigeye.png-1c20be325f0bac055325a6fa0ad17dd1.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
|
||||
30
fish/species/tuna_bigeye/tuna_bigeye.tres
Normal file
30
fish/species/tuna_bigeye/tuna_bigeye.tres
Normal file
|
|
@ -0,0 +1,30 @@
|
|||
[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/bass_catch_profile.tres" id="2_profile"]
|
||||
[ext_resource type="Script" path="res://fish/fish_availability.gd" id="3_availability_script"]
|
||||
[ext_resource type="Texture2D" path="res://fish/species/tuna_bigeye/fish_tuna_bigeye.png" id="4_texture"]
|
||||
|
||||
[sub_resource type="Resource" id="BigeyeAvailability"]
|
||||
script = ExtResource("3_availability_script")
|
||||
preferred_bait_tags = Array[StringName]([&"minnow"])
|
||||
preferred_bait_weight_multiplier = 1.4
|
||||
|
||||
[resource]
|
||||
script = ExtResource("1_fish_data")
|
||||
id = &"tuna_bigeye"
|
||||
display_name = "bigeye tuna"
|
||||
allowed_water_types = 2
|
||||
rarity = 3
|
||||
base_catch_weight = 0.55
|
||||
catch_profile = ExtResource("2_profile")
|
||||
availability = SubResource("BigeyeAvailability")
|
||||
weight_min_lb = 20.0
|
||||
weight_max_lb = 120.0
|
||||
display_scale_min = 1.2
|
||||
display_scale_max = 2.2
|
||||
display_scale_curve = 0.8
|
||||
sell_value_min = 22
|
||||
sell_value_max = 48
|
||||
sell_value_curve = 0.8
|
||||
display_texture = ExtResource("4_texture")
|
||||
Loading…
Add table
Add a link
Reference in a new issue