mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-01 08:45:33 +00:00
21 lines
780 B
Text
21 lines
780 B
Text
[gd_resource type="Resource" script_class="LootItem" format=3 uid="uid://b2vyr1tcm4rc1"]
|
|
|
|
[ext_resource type="Texture2D" uid="uid://ckpehix3prcx5" path="res://Sprites/Items/YellowKeycard_Small.png" id="2_42j5t"]
|
|
[ext_resource type="Script" uid="uid://epnwjptvks3t" path="res://Scripts/Resources/LootItem.cs" id="4_tfyxc"]
|
|
|
|
[sub_resource type="AtlasTexture" id="AtlasTexture_ew85h"]
|
|
atlas = ExtResource("2_42j5t")
|
|
region = Rect2(0, 0, 16.0056, 16)
|
|
|
|
[resource]
|
|
script = ExtResource("4_tfyxc")
|
|
ItemName = &"Yellow Keycard"
|
|
ShortName = &""
|
|
ItemDescription = &"Opens Yellow KeyPads"
|
|
ItemKey = &"YELLOW_KEY"
|
|
Amount = 1
|
|
Max = 1
|
|
UiType = 3
|
|
InventorySprite = SubResource("AtlasTexture_ew85h")
|
|
DropScenePath = &"res://Scenes/Items/GenericItem.tscn"
|
|
DropScenePath3D = &"uid://cnot7sft7lpf3"
|