Add fish artwork and Sunfish species
This commit is contained in:
parent
a91f2b9825
commit
9277326164
15 changed files with 200 additions and 10 deletions
24
fish/species/sunfish/sunfish.tres
Normal file
24
fish/species/sunfish/sunfish.tres
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
[gd_resource type="Resource" 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="Resource" path="res://fish/default_availability.tres" id="3_availability"]
|
||||
[ext_resource type="Texture2D" path="res://fish/species/sunfish/fish_sunfish.png" id="4_texture"]
|
||||
|
||||
[resource]
|
||||
script = ExtResource("1_fish_data")
|
||||
id = &"sunfish"
|
||||
display_name = "sunfish"
|
||||
rarity = 0
|
||||
base_catch_weight = 7.0
|
||||
catch_profile = ExtResource("2_profile")
|
||||
availability = ExtResource("3_availability")
|
||||
weight_min_lb = 0.4
|
||||
weight_max_lb = 2.5
|
||||
display_scale_min = 0.7
|
||||
display_scale_max = 1.1
|
||||
display_scale_curve = 1.0
|
||||
sell_value_min = 3
|
||||
sell_value_max = 3
|
||||
sell_value_curve = 1.0
|
||||
display_texture = ExtResource("4_texture")
|
||||
Loading…
Add table
Add a link
Reference in a new issue