mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-07-04 17:51:17 +00:00
Yin Yang Gun
This commit is contained in:
parent
8ab4546579
commit
b590467258
15 changed files with 203 additions and 16 deletions
19
Resources/Items/Yin_Yang_Ammo.tres
Normal file
19
Resources/Items/Yin_Yang_Ammo.tres
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
[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"
|
||||
ItemDescription = "Ammunition for Ying-Yang based weapons"
|
||||
ItemKey = "YinYangAmmo"
|
||||
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"
|
||||
Loading…
Add table
Add a link
Reference in a new issue