cirnogodot/Resources/Items/Generic_Keycard.tres

23 lines
802 B
Text
Raw Normal View History

2026-01-31 08:38:43 +01:00
[gd_resource type="Resource" script_class="LootItem" format=3 uid="uid://oa8s6xydriib"]
2025-04-24 16:40:51 +02:00
[ext_resource type="Texture2D" uid="uid://liwkh6rv1m41" path="res://Sprites/Items/GrayKeycard_Small.png" id="1_2nnia"]
[ext_resource type="Script" uid="uid://epnwjptvks3t" path="res://Scripts/Resources/LootItem.cs" id="2_munhl"]
[sub_resource type="AtlasTexture" id="AtlasTexture_munhl"]
atlas = ExtResource("1_2nnia")
region = Rect2(0, 0, 16, 16)
[resource]
script = ExtResource("2_munhl")
ItemName = &"Generic Keycard"
ShortName = &""
2025-04-24 16:40:51 +02:00
ItemDescription = &"Activates Gray KeyPads"
ItemKey = &"GRAY_KEY"
Item = 1
Amount = 1
Max = 99
ConsumeOnUse = true
UiType = 6
2025-04-24 16:40:51 +02:00
InventorySprite = SubResource("AtlasTexture_munhl")
DropScenePath = &"res://Scenes/Items/GenericItem.tscn"
2025-06-17 17:49:40 +02:00
DropScenePath3D = &"uid://cnot7sft7lpf3"