Expand fish and equipment catalogs
This commit is contained in:
parent
63e50e285d
commit
f55663c105
380 changed files with 9430 additions and 575 deletions
|
|
@ -1,6 +1,6 @@
|
|||
[gd_resource type="Resource" script_class="ItemData" load_steps=3 format=3]
|
||||
[gd_resource type="Resource" script_class="FishingRodData" load_steps=3 format=3]
|
||||
|
||||
[ext_resource type="Script" path="res://items/item_data.gd" id="1_script"]
|
||||
[ext_resource type="Script" path="res://items/fishing_rod_data.gd" id="1_script"]
|
||||
[ext_resource type="Texture2D" path="res://items/icons/equipment/64_rod_base_thick.png" id="2_icon"]
|
||||
|
||||
[resource]
|
||||
|
|
@ -8,6 +8,7 @@ script = ExtResource("1_script")
|
|||
item_id = &"basic_fishing_rod"
|
||||
display_name = "basic fishing rod"
|
||||
description = "a dependable starter rod. select it to cast."
|
||||
active = true
|
||||
category = 0
|
||||
icon = ExtResource("2_icon")
|
||||
stackable = false
|
||||
|
|
@ -15,3 +16,8 @@ max_stack = 1
|
|||
usable = true
|
||||
equippable = true
|
||||
hotbar_allowed = true
|
||||
shop_order = 1
|
||||
shop_price = 0
|
||||
unlock_level = 1
|
||||
effect_summary = "neutral baseline with no catch-selection or handling modifiers."
|
||||
tradeoff = "none."
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue