Add shop supplies and rebalance early economy
This commit is contained in:
parent
6386c5e3e3
commit
6a5923fdb8
41 changed files with 1159 additions and 52 deletions
16
items/catalog/fish_finder.tres
Normal file
16
items/catalog/fish_finder.tres
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
[gd_resource type="Resource" script_class="ItemData" load_steps=3 format=3]
|
||||
|
||||
[ext_resource type="Script" path="res://items/item_data.gd" id="1"]
|
||||
[ext_resource type="Texture2D" path="res://items/icons/placeholder/fish_finder.svg" id="2"]
|
||||
|
||||
[resource]
|
||||
script = ExtResource("1")
|
||||
item_id = &"fish_finder"
|
||||
display_name = "Fish Finder"
|
||||
description = "Temporarily shortens bite waits and improves rarity weights."
|
||||
category = 3
|
||||
icon = ExtResource("2")
|
||||
stackable = true
|
||||
max_stack = 99
|
||||
usable = true
|
||||
hotbar_allowed = true
|
||||
Loading…
Add table
Add a link
Reference in a new issue