cirnogodot/Resources/Items/Yin_Yang_Ammo.tres

20 lines
694 B
Text
Raw Normal View History

2026-03-07 16:49:06 +01:00
[gd_resource type="Resource" script_class="LootItem" format=3 uid="uid://diqm2ju0xakkt"]
2025-03-06 17:45:17 +01:00
[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"
2025-04-30 17:13:40 +02:00
ShortName = &""
2025-03-13 13:29:13 +01:00
ItemDescription = &"Ammo for Ying-Yang based weapons"
ItemKey = &"YINYANG_AMMO"
2025-03-06 17:45:17 +01:00
Item = 3
2026-03-07 16:49:06 +01:00
Price = 3
2025-05-08 10:09:14 +02:00
Amount = 10
2025-03-06 17:45:17 +01:00
Max = 50
ConsumeOnUse = true
2025-03-28 15:38:55 +01:00
AutoPickup = true
2025-03-06 17:45:17 +01:00
InventorySprite = ExtResource("1_jt7l8")
DropScenePath = &"res://Scenes/Items/GenericItem.tscn"
2025-06-17 17:49:40 +02:00
DropScenePath3D = &"uid://cnot7sft7lpf3"