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

@ -17,6 +17,7 @@ ShortName = &"Health"
ItemDescription = &"Gives back 25% of Max Health on use"
ItemKey = &"HEALTH"
Item = 4
Tier = 0
Price = 3
ItemEffect = SubResource("Resource_vsvqq")
Amount = 1
@ -27,5 +28,5 @@ UiType = 0
Selectable = true
AutoPickup = true
InventorySprite = ExtResource("1_xg75n")
DropScenePath = &"res://Scenes/Items/Heart_Pickup.tscn"
DropScenePath = &"res://Scenes/Items/GenericItem.tscn"
metadata/_custom_type_script = "uid://epnwjptvks3t"