Expand fish and equipment catalogs
This commit is contained in:
parent
63e50e285d
commit
f55663c105
380 changed files with 9430 additions and 575 deletions
16
items/catalog/magnet.tres
Normal file
16
items/catalog/magnet.tres
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
[gd_resource type="Resource" script_class="ItemData" load_steps=2 format=3]
|
||||
|
||||
[ext_resource type="Script" path="res://items/item_data.gd" id="1"]
|
||||
|
||||
[resource]
|
||||
script = ExtResource("1")
|
||||
item_id = &"magnet"
|
||||
display_name = "magnet"
|
||||
description = "a heavy magnet ready for future magnet fishing."
|
||||
active = true
|
||||
category = 1
|
||||
stackable = false
|
||||
max_stack = 1
|
||||
usable = false
|
||||
equippable = false
|
||||
hotbar_allowed = false
|
||||
Loading…
Add table
Add a link
Reference in a new issue