mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-14 23:43:47 +00:00
Yin Yang orb key item
This commit is contained in:
parent
d8397ed4d9
commit
b47c7f888b
7 changed files with 103 additions and 10 deletions
20
Resources/Items/Yin_Yang_Orb.tres
Normal file
20
Resources/Items/Yin_Yang_Orb.tres
Normal 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"
|
||||
Loading…
Add table
Add a link
Reference in a new issue