mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-01 10:15:45 +00:00
24 lines
768 B
Text
24 lines
768 B
Text
[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")
|
|
ItemName = &"Yin-Yang Ammo"
|
|
ShortName = &""
|
|
ItemDescription = &"Ammo for Ying-Yang based weapons"
|
|
ItemKey = &"YINYANG_AMMO"
|
|
Item = 3
|
|
Tier = 0
|
|
Price = 0
|
|
Amount = 10
|
|
Max = 50
|
|
PickupIfMaxed = false
|
|
ConsumeOnUse = true
|
|
UiType = 0
|
|
Selectable = false
|
|
AutoPickup = true
|
|
InventorySprite = ExtResource("1_jt7l8")
|
|
DropScenePath = &"res://Scenes/Items/GenericItem.tscn"
|
|
DropScenePath3D = &"uid://cnot7sft7lpf3"
|