Normalize fish species resources
This commit is contained in:
parent
47a1990090
commit
cefe4f8c30
15 changed files with 44 additions and 52 deletions
|
|
@ -1,9 +1,9 @@
|
|||
[gd_resource type="Resource" script_class="FishData" load_steps=5 format=3]
|
||||
[gd_resource type="Resource" script_class="FishData" format=3 uid="uid://yjeoqfht5ql1"]
|
||||
|
||||
[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/bass_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/tuna_yellowfin/fish_tuna_yellowfin.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://bwpdgagaysdsf" path="res://fish/species/tuna_yellowfin/fish_tuna_yellowfin.png" id="4_texture"]
|
||||
|
||||
[sub_resource type="Resource" id="YellowfinAvailability"]
|
||||
script = ExtResource("3_availability_script")
|
||||
|
|
@ -16,7 +16,6 @@ id = &"tuna_yellowfin"
|
|||
display_name = "yellowfin tuna"
|
||||
allowed_water_types = 2
|
||||
rarity = 2
|
||||
base_catch_weight = 1.0
|
||||
catch_profile = ExtResource("2_profile")
|
||||
availability = SubResource("YellowfinAvailability")
|
||||
weight_min_lb = 15.0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue