Add expanded fishing gear and presentation
This commit is contained in:
parent
551db3ccc6
commit
72d3a303f5
29 changed files with 783 additions and 86 deletions
15
items/catalog/batteries.tres
Normal file
15
items/catalog/batteries.tres
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
[gd_resource type="Resource" script_class="ItemData" load_steps=2 format=3]
|
||||
|
||||
[ext_resource type="Script" path="res://items/item_data.gd" id="1_item"]
|
||||
|
||||
[resource]
|
||||
script = ExtResource("1_item")
|
||||
item_id = &"batteries"
|
||||
display_name = "batteries"
|
||||
description = "replacement batteries for the fish finder."
|
||||
category = 3
|
||||
stackable = true
|
||||
max_stack = 99
|
||||
usable = false
|
||||
equippable = false
|
||||
hotbar_allowed = false
|
||||
Loading…
Add table
Add a link
Reference in a new issue