netfishing/items/catalog/basic_fishing_rod.tres

23 lines
729 B
Text

[gd_resource type="Resource" script_class="FishingRodData" load_steps=3 format=3]
[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]
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
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."