2025-03-06 17:45:17 +01:00
|
|
|
[gd_resource type="Resource" script_class="LootItem" load_steps=3 format=3 uid="uid://diqm2ju0xakkt"]
|
|
|
|
|
|
|
|
|
|
[ext_resource type="Texture2D" uid="uid://b61po207ggn63" path="res://Sprites/Items/Yin_Ammo.png" id="1_jt7l8"]
|
|
|
|
|
[ext_resource type="Script" uid="uid://epnwjptvks3t" path="res://Scripts/Resources/LootItem.cs" id="3_ajs4l"]
|
|
|
|
|
|
|
|
|
|
[resource]
|
|
|
|
|
script = ExtResource("3_ajs4l")
|
2025-03-13 13:29:13 +01:00
|
|
|
ItemName = &"Yin-Yang Ammo"
|
|
|
|
|
ItemDescription = &"Ammo for Ying-Yang based weapons"
|
|
|
|
|
ItemKey = &"YINYANG_AMMO"
|
2025-03-06 17:45:17 +01:00
|
|
|
Item = 3
|
|
|
|
|
Amount = 5
|
|
|
|
|
Max = 50
|
|
|
|
|
PickupIfMaxed = false
|
|
|
|
|
ConsumeOnUse = true
|
|
|
|
|
UiType = 2
|
|
|
|
|
Selectable = false
|
|
|
|
|
InventorySprite = ExtResource("1_jt7l8")
|
|
|
|
|
DropScenePath = &"res://Scenes/Items/Yin_Yang_Ammo.tscn"
|