mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-01 10:05:34 +00:00
22 lines
784 B
Text
22 lines
784 B
Text
[gd_resource type="Resource" script_class="LootItem" format=3 uid="uid://cspcgkr0tane2"]
|
|
|
|
[ext_resource type="Texture2D" uid="uid://bvkjnc3ggp7ba" path="res://Sprites/Items/GreenKeycard_Small.png" id="1_eyk8n"]
|
|
[ext_resource type="Script" uid="uid://epnwjptvks3t" path="res://Scripts/Resources/LootItem.cs" id="1_t0s5w"]
|
|
|
|
[sub_resource type="AtlasTexture" id="AtlasTexture_iasoh"]
|
|
atlas = ExtResource("1_eyk8n")
|
|
region = Rect2(0, 0, 16, 16)
|
|
|
|
[resource]
|
|
script = ExtResource("1_t0s5w")
|
|
ItemName = &"Green Keycard"
|
|
ShortName = &""
|
|
ItemDescription = &"Activates Green KeyPads"
|
|
ItemKey = &"GREEN_KEY"
|
|
Item = 2
|
|
Amount = 1
|
|
Max = 1
|
|
UiType = 3
|
|
InventorySprite = SubResource("AtlasTexture_iasoh")
|
|
DropScenePath = &"res://Scenes/Items/GenericItem.tscn"
|
|
DropScenePath3D = &"uid://cnot7sft7lpf3"
|