2025-02-14 08:43:27 +00:00
|
|
|
[gd_resource type="Resource" script_class="InventoryItem" load_steps=5 format=3 uid="uid://cmeif37pci2ek"]
|
2025-02-13 03:51:57 +00:00
|
|
|
|
|
|
|
[ext_resource type="Texture2D" uid="uid://cb6qv3c0iojfl" path="res://icon.svg" id="1_g8c3q"]
|
2025-02-14 08:43:27 +00:00
|
|
|
[ext_resource type="PackedScene" uid="uid://tdsbo3e5ic86" path="res://src/ingame/water_bomb.tscn" id="1_t62t2"]
|
2025-02-13 03:51:57 +00:00
|
|
|
[ext_resource type="PackedScene" uid="uid://ba2mut58elwrh" path="res://assets/water-bomb.glb" id="2_5cxkh"]
|
|
|
|
[ext_resource type="Script" path="res://src/lib/inventory_item.gd" id="2_pe2p8"]
|
|
|
|
|
|
|
|
[resource]
|
|
|
|
script = ExtResource("2_pe2p8")
|
|
|
|
icon = ExtResource("1_g8c3q")
|
|
|
|
model = ExtResource("2_5cxkh")
|
2025-02-14 08:43:27 +00:00
|
|
|
bomb = ExtResource("1_t62t2")
|
2025-02-13 03:51:57 +00:00
|
|
|
name = "Water Bomb"
|
|
|
|
id = &"water_bomb"
|
2025-02-13 16:11:57 +00:00
|
|
|
stackable = false
|
|
|
|
stack_limit = 8
|
|
|
|
sells_for = 0
|