forked from woofmeow/straywild
Add gathering, unified inventory, and real-time world
This commit is contained in:
parent
173371e6fc
commit
fa57edca83
113 changed files with 6700 additions and 1307 deletions
File diff suppressed because one or more lines are too long
BIN
fish/species/beetle_stag_common/beetle_stag_common.png
Normal file
BIN
fish/species/beetle_stag_common/beetle_stag_common.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 3.5 KiB |
|
|
@ -0,0 +1,40 @@
|
|||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://blw6lydoba8kd"
|
||||
path="res://.godot/imported/beetle_stag_common.png-5eb7426d7dbda5083e39efc4cb980c8d.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://fish/species/beetle_stag_common/beetle_stag_common.png"
|
||||
dest_files=["res://.godot/imported/beetle_stag_common.png-5eb7426d7dbda5083e39efc4cb980c8d.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
|
||||
26
fish/species/beetle_stag_common/beetle_stag_common.tres
Normal file
26
fish/species/beetle_stag_common/beetle_stag_common.tres
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
[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/beetle_stag_common/beetle_stag_common.png" id="3_texture"]
|
||||
|
||||
[resource]
|
||||
script = ExtResource("1_fish_data")
|
||||
id = &"beetle_stag_common"
|
||||
display_name = "common stag beetle"
|
||||
active = true
|
||||
catalog_number = 8001
|
||||
collection_group = &"Beetles"
|
||||
logbook_fact = "common stag beetles use broad jaws to wrestle rivals and cling to tree bark. adults feed on sap and other sweet plant juices."
|
||||
collection_method = 1
|
||||
habitat_label = "tree trunks"
|
||||
allowed_water_types = 0
|
||||
rarity = 0
|
||||
base_catch_weight = 1.0
|
||||
catch_profile = ExtResource("2_profile")
|
||||
weight_min_lb = 0.02
|
||||
weight_max_lb = 0.12
|
||||
sell_value_min = 4
|
||||
sell_value_max = 12
|
||||
sell_value_curve = 1.0
|
||||
display_texture = ExtResource("3_texture")
|
||||
BIN
fish/species/clam_manila/clam_manila.png
Normal file
BIN
fish/species/clam_manila/clam_manila.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 5.7 KiB |
40
fish/species/clam_manila/clam_manila.png.import
Normal file
40
fish/species/clam_manila/clam_manila.png.import
Normal file
|
|
@ -0,0 +1,40 @@
|
|||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://tmbkp1ohcavc"
|
||||
path="res://.godot/imported/clam_manila.png-b04bc787291fc96749979a40380ba399.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://fish/species/clam_manila/clam_manila.png"
|
||||
dest_files=["res://.godot/imported/clam_manila.png-b04bc787291fc96749979a40380ba399.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/clam_manila/clam_manila.tres
Normal file
27
fish/species/clam_manila/clam_manila.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/clam_manila/clam_manila.png" id="3_texture"]
|
||||
|
||||
[resource]
|
||||
script = ExtResource("1_fish_data")
|
||||
id = &"clam_manila"
|
||||
display_name = "Manila clam"
|
||||
active = true
|
||||
catalog_number = 6406
|
||||
collection_group = &"Shellfish"
|
||||
logbook_fact = "manila clams bury themselves in wet coastal sand and reveal their hiding places with small spurts of water."
|
||||
collection_method = 2
|
||||
logbook_section = 1
|
||||
habitat_label = "wet beach sand"
|
||||
allowed_water_types = 2
|
||||
rarity = 0
|
||||
base_catch_weight = 1.0
|
||||
catch_profile = ExtResource("2_profile")
|
||||
weight_min_lb = 0.05
|
||||
weight_max_lb = 0.3
|
||||
sell_value_min = 3
|
||||
sell_value_max = 8
|
||||
sell_value_curve = 1.0
|
||||
display_texture = ExtResource("3_texture")
|
||||
Loading…
Add table
Add a link
Reference in a new issue