Fix drops on enemies and treasure rooms

This commit is contained in:
Marco 2025-05-01 14:43:30 +02:00
commit 8d71a59d84
25 changed files with 81 additions and 40 deletions

View file

@ -6,15 +6,19 @@
[resource]
script = ExtResource("2_8wjtq")
ItemName = &"Ying-Yang Orb"
ShortName = &""
ItemDescription = &"A mysterious orb emitting magical energy"
ItemKey = &"YINYANG_ORB"
Item = 13
Tier = 0
Price = 0
Amount = 1
Max = 1
PickupIfMaxed = true
ConsumeOnUse = true
UiType = 0
Selectable = false
AutoPickup = false
InventorySprite = ExtResource("1_pival")
DropScenePath = &"res://Scenes/Items/Yin_Yang_Orb.tscn"
DropScenePath = &"res://Scenes/Items/GenericItem.tscn"
metadata/_custom_type_script = "uid://epnwjptvks3t"