28 lines
982 B
Text
28 lines
982 B
Text
|
|
[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")
|