mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-01 06:45:33 +00:00
22 lines
899 B
Text
22 lines
899 B
Text
[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")
|
|
ItemName = &"Yin-Yang Gun"
|
|
ItemDescription = &"A weapon that shoots explosive Yin-Yang Orbs"
|
|
ItemKey = &"YINYANG_GUN"
|
|
Item = 9
|
|
WeaponData = ExtResource("1_cuxft")
|
|
Amount = 1
|
|
Max = 1
|
|
PickupIfMaxed = true
|
|
ConsumeOnUse = false
|
|
UiType = 1
|
|
Selectable = true
|
|
InventorySprite = ExtResource("1_2w24o")
|
|
DropScenePath = &"res://Scenes/Items/Yin_Yang_Gun_Pickup.tscn"
|
|
metadata/_custom_type_script = "uid://epnwjptvks3t"
|