Add character model updates
This commit is contained in:
parent
b931188194
commit
81f5010ad2
13 changed files with 258 additions and 239 deletions
|
|
@ -1,15 +1,13 @@
|
|||
[gd_resource type="Resource" load_steps=5 format=3]
|
||||
[gd_resource type="Resource" script_class="FishData" format=3 uid="uid://cr3kar4oioloh"]
|
||||
|
||||
[ext_resource type="Script" path="res://fish/fish_data.gd" id="1_fish_data"]
|
||||
[ext_resource type="Script" uid="uid://h7hg45b7wmst" 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="Script" path="res://fish/fish_availability.gd" id="3_availability_script"]
|
||||
[ext_resource type="Texture2D" path="res://fish/species/catfish_white/fish_catfish_white.png" id="4_texture"]
|
||||
[ext_resource type="Script" uid="uid://bs7cqi88csolc" path="res://fish/fish_availability.gd" id="3_availability_script"]
|
||||
[ext_resource type="Texture2D" uid="uid://bf6kiawwekv7g" path="res://fish/species/catfish_white/fish_catfish_white.png" id="4_texture"]
|
||||
|
||||
[sub_resource type="Resource" id="WhiteCatfishAvailability"]
|
||||
script = ExtResource("3_availability_script")
|
||||
allowed_location_tags = Array[StringName]([&"starter_pond"])
|
||||
allow_day = true
|
||||
allow_night = true
|
||||
preferred_bait_tags = Array[StringName]([&"worm"])
|
||||
preferred_bait_weight_multiplier = 1.35
|
||||
|
||||
|
|
@ -18,16 +16,12 @@ script = ExtResource("1_fish_data")
|
|||
id = &"catfish_white"
|
||||
display_name = "white catfish"
|
||||
allowed_water_types = 1
|
||||
rarity = 0
|
||||
base_catch_weight = 2.0
|
||||
catch_profile = ExtResource("2_profile")
|
||||
availability = SubResource("WhiteCatfishAvailability")
|
||||
weight_min_lb = 1.0
|
||||
weight_max_lb = 5.0
|
||||
display_scale_min = 0.8
|
||||
display_scale_max = 1.25
|
||||
display_scale_curve = 1.0
|
||||
sell_value_min = 4
|
||||
sell_value_max = 6
|
||||
sell_value_curve = 1.0
|
||||
display_texture = ExtResource("4_texture")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue