mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-01 10:05:34 +00:00
22 lines
930 B
Text
22 lines
930 B
Text
[gd_resource type="Resource" script_class="LootItem" load_steps=5 format=3 uid="uid://cfq121rs3bsu8"]
|
|
|
|
[ext_resource type="PackedScene" uid="uid://pemr2lrv3ylk" path="res://Scenes/HUD/Items/ying_yang_gun_huditem.tscn" id="1_i6xgq"]
|
|
[ext_resource type="Resource" uid="uid://ckppo2seg313h" path="res://Resources/Weapons/Cheat_Gun.tres" id="2_0na1t"]
|
|
[ext_resource type="Texture2D" uid="uid://61kfxc7k3do" path="res://Sprites/Items/Ying_Yang_Gun.png" id="2_5g5j1"]
|
|
[ext_resource type="Script" uid="uid://epnwjptvks3t" path="res://Scripts/Resources/LootItem.cs" id="3_i0e51"]
|
|
|
|
[resource]
|
|
script = ExtResource("3_i0e51")
|
|
ItemName = "Cheat Gun"
|
|
ItemDescription = "Cheat gun that deals massive damage"
|
|
ItemKey = "CheatGun"
|
|
Item = 9
|
|
WeaponData = ExtResource("2_0na1t")
|
|
Amount = 1
|
|
Max = 1
|
|
PickupIfMaxed = true
|
|
ConsumeOnUse = false
|
|
UiType = 1
|
|
Selectable = true
|
|
InventorySprite = ExtResource("2_5g5j1")
|
|
HudItemScene = ExtResource("1_i6xgq")
|