mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-01 10:05:34 +00:00
24 lines
772 B
Text
24 lines
772 B
Text
[gd_resource type="Resource" script_class="LootItem" load_steps=3 format=3 uid="uid://dibquna7fww7t"]
|
|
|
|
[ext_resource type="Texture2D" uid="uid://bao53hesxreoh" path="res://Resources/Sprites/Red_Keycard_Inventory_Texture.tres" id="1_glhfu"]
|
|
[ext_resource type="Script" uid="uid://epnwjptvks3t" path="res://Scripts/Resources/LootItem.cs" id="1_istlt"]
|
|
|
|
[resource]
|
|
script = ExtResource("1_istlt")
|
|
ItemName = &"Red Keycard"
|
|
ShortName = &""
|
|
ItemDescription = &"Opens Red KeyPads"
|
|
ItemKey = &"RED_KEY"
|
|
Item = 0
|
|
Tier = 0
|
|
Price = 0
|
|
Amount = 1
|
|
Max = 1
|
|
PickupIfMaxed = false
|
|
ConsumeOnUse = false
|
|
UiType = 3
|
|
Selectable = false
|
|
AutoPickup = false
|
|
InventorySprite = ExtResource("1_glhfu")
|
|
DropScenePath = &"res://Scenes/Items/GenericItem.tscn"
|
|
DropScenePath3D = &"uid://cnot7sft7lpf3"
|