Expand bait progression and retune fishing
This commit is contained in:
parent
2f30691808
commit
2a5e0a8f26
21 changed files with 555 additions and 80 deletions
14
items/catalog/snails.tres
Normal file
14
items/catalog/snails.tres
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
[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 = &"snails"
|
||||
display_name = "snails"
|
||||
description = "slow-moving bait with a better chance for rarer catches."
|
||||
category = 2
|
||||
bait_tags = Array[StringName]([&"bait_rarity_1"])
|
||||
stackable = true
|
||||
max_stack = 10
|
||||
hotbar_allowed = false
|
||||
Loading…
Add table
Add a link
Reference in a new issue