Add networked crab gathering prototype
This commit is contained in:
parent
f55663c105
commit
a62cce6404
56 changed files with 2692 additions and 56 deletions
|
|
@ -16,6 +16,9 @@ active = false
|
|||
catalog_number = 3902
|
||||
collection_group = &"Marine crabs"
|
||||
logbook_fact = "blue crabs swim with flattened rear legs shaped like paddles. bright blue claws and an olive shell conceal a quick, defensive temperament."
|
||||
collection_method = 1
|
||||
logbook_section = 1
|
||||
habitat_label = "shallow coastal water"
|
||||
allowed_water_types = 2
|
||||
rarity = 0
|
||||
base_catch_weight = 1.15
|
||||
|
|
|
|||
BIN
fish/species/crab_brown/crab_brown.png
Normal file
BIN
fish/species/crab_brown/crab_brown.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 32 KiB |
40
fish/species/crab_brown/crab_brown.png.import
Normal file
40
fish/species/crab_brown/crab_brown.png.import
Normal file
|
|
@ -0,0 +1,40 @@
|
|||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://dmn3rafvxtnb1"
|
||||
path="res://.godot/imported/crab_brown.png-4241f8408bf426d406e45f4cce16bbc8.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://fish/species/crab_brown/crab_brown.png"
|
||||
dest_files=["res://.godot/imported/crab_brown.png-4241f8408bf426d406e45f4cce16bbc8.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
|
||||
27
fish/species/crab_brown/crab_brown.tres
Normal file
27
fish/species/crab_brown/crab_brown.tres
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
[gd_resource type="Resource" script_class="FishData" load_steps=4 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="Texture2D" path="res://fish/species/crab_brown/crab_brown.png" id="3_texture"]
|
||||
|
||||
[resource]
|
||||
script = ExtResource("1_fish_data")
|
||||
id = &"crab_brown"
|
||||
display_name = "brown crab"
|
||||
active = true
|
||||
catalog_number = 3906
|
||||
collection_group = &"Marine crabs"
|
||||
logbook_fact = "brown crabs hide among rocks and sand along sheltered coasts. broad claws help them feed on shellfish and other small shore animals."
|
||||
collection_method = 1
|
||||
logbook_section = 1
|
||||
habitat_label = "dry beach sand"
|
||||
allowed_water_types = 2
|
||||
rarity = 0
|
||||
base_catch_weight = 1.0
|
||||
catch_profile = ExtResource("2_profile")
|
||||
weight_min_lb = 0.5
|
||||
weight_max_lb = 3.0
|
||||
sell_value_min = 5
|
||||
sell_value_max = 15
|
||||
sell_value_curve = 1.0
|
||||
display_texture = ExtResource("3_texture")
|
||||
|
|
@ -17,6 +17,9 @@ active = false
|
|||
catalog_number = 3903
|
||||
collection_group = &"Marine crabs"
|
||||
logbook_fact = "dungeness crabs bury beneath sand with only their eyes and antennae exposed. broad toothed shells protect them along cool pacific coasts."
|
||||
collection_method = 1
|
||||
logbook_section = 1
|
||||
habitat_label = "shallow coastal sand"
|
||||
allowed_water_types = 2
|
||||
rarity = 1
|
||||
base_catch_weight = 0.65
|
||||
|
|
|
|||
|
|
@ -17,6 +17,9 @@ active = false
|
|||
catalog_number = 3901
|
||||
collection_group = &"Marine crabs"
|
||||
logbook_fact = "atlantic ghost crabs dash across beaches on long pale legs and retreat into deep burrows. raised eyes scan nearly every direction."
|
||||
collection_method = 1
|
||||
logbook_section = 1
|
||||
habitat_label = "dry beach sand"
|
||||
allowed_water_types = 2
|
||||
rarity = 2
|
||||
base_catch_weight = 0.28
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue