mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-01 10:05:34 +00:00
23 lines
802 B
Text
23 lines
802 B
Text
[gd_resource type="Resource" script_class="LootItem" format=3 uid="uid://oa8s6xydriib"]
|
|
|
|
[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 = &""
|
|
ItemDescription = &"Activates Gray KeyPads"
|
|
ItemKey = &"GRAY_KEY"
|
|
Item = 1
|
|
Amount = 1
|
|
Max = 99
|
|
ConsumeOnUse = true
|
|
UiType = 6
|
|
InventorySprite = SubResource("AtlasTexture_munhl")
|
|
DropScenePath = &"res://Scenes/Items/GenericItem.tscn"
|
|
DropScenePath3D = &"uid://cnot7sft7lpf3"
|