Yin Yang orb key item

This commit is contained in:
Marco 2025-03-04 11:56:01 +01:00
commit b47c7f888b
7 changed files with 103 additions and 10 deletions

View file

@ -0,0 +1,20 @@
[gd_resource type="Resource" script_class="LootItem" load_steps=3 format=3 uid="uid://b0qheywm2wej3"]
[ext_resource type="Texture2D" uid="uid://efghydyw2q8o" path="res://Sprites/Items/YingYangOrb.png" id="1_pival"]
[ext_resource type="Script" uid="uid://epnwjptvks3t" path="res://Scripts/Resources/LootItem.cs" id="2_8wjtq"]
[resource]
script = ExtResource("2_8wjtq")
ItemName = "Yin Yang Orb"
ItemDescription = "It's an orb of mystical properties"
ItemKey = "YingYangOrb"
Item = 13
Amount = 1
Max = 1
PickupIfMaxed = true
ConsumeOnUse = true
UiType = 0
Selectable = false
InventorySprite = ExtResource("1_pival")
DropScenePath = &"res://Scenes/Items/Yin_Yang_Orb.tscn"
metadata/_custom_type_script = "uid://epnwjptvks3t"