cirnogodot/Resources/Items/Yin_Yang_Gun_Pickup.tres

27 lines
990 B
Text
Raw Normal View History

2025-03-06 17:45:17 +01:00
[gd_resource type="Resource" script_class="LootItem" load_steps=4 format=3 uid="uid://ccmuffmnevrt4"]
[ext_resource type="Texture2D" uid="uid://61kfxc7k3do" path="res://Sprites/Items/Ying_Yang_Gun.png" id="1_2w24o"]
[ext_resource type="Resource" uid="uid://ba0r3qmsrm0td" path="res://Resources/Weapons/Yin_Yang_Gun.tres" id="1_cuxft"]
[ext_resource type="Script" uid="uid://epnwjptvks3t" path="res://Scripts/Resources/LootItem.cs" id="2_2w24o"]
[resource]
script = ExtResource("2_2w24o")
2025-03-13 13:29:13 +01:00
ItemName = &"Yin-Yang Gun"
2025-03-28 10:29:04 +01:00
ShortName = &"SM-3"
2025-03-13 13:29:13 +01:00
ItemDescription = &"A weapon that shoots explosive Yin-Yang Orbs"
ItemKey = &"YINYANG_GUN"
2025-03-06 17:45:17 +01:00
Item = 9
Tier = 0
2025-04-25 19:00:28 +02:00
Price = 0
2025-03-06 17:45:17 +01:00
WeaponData = ExtResource("1_cuxft")
Amount = 1
Max = 1
PickupIfMaxed = true
ConsumeOnUse = false
UiType = 0
2025-03-06 17:45:17 +01:00
Selectable = true
2025-03-31 11:59:54 +02:00
AutoPickup = false
2025-03-06 17:45:17 +01:00
InventorySprite = ExtResource("1_2w24o")
DropScenePath = &"res://Scenes/Items/GenericItem.tscn"
2025-06-17 17:49:40 +02:00
DropScenePath3D = &"uid://cnot7sft7lpf3"
2025-03-06 17:45:17 +01:00
metadata/_custom_type_script = "uid://epnwjptvks3t"