mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-01 11:05:34 +00:00
22 lines
793 B
Text
22 lines
793 B
Text
[gd_resource type="Resource" script_class="LootItem" load_steps=4 format=3 uid="uid://cj5aa7btaw6q0"]
|
|
|
|
[ext_resource type="Script" uid="uid://epnwjptvks3t" path="res://Scripts/Resources/LootItem.cs" id="1_k8cnp"]
|
|
[ext_resource type="Texture2D" uid="uid://bvybqletsvqgk" path="res://Sprites/Items/BlueKeycard_Small.png" id="1_sgsjd"]
|
|
|
|
[sub_resource type="AtlasTexture" id="AtlasTexture_ebbst"]
|
|
atlas = ExtResource("1_sgsjd")
|
|
region = Rect2(0, 0, 16, 16)
|
|
|
|
[resource]
|
|
script = ExtResource("1_k8cnp")
|
|
ItemName = &"Blue Keycard"
|
|
ShortName = &""
|
|
ItemDescription = &"Activates Blue KeyPads"
|
|
ItemKey = &"BLUE_KEY"
|
|
Item = 1
|
|
Amount = 1
|
|
Max = 1
|
|
UiType = 3
|
|
InventorySprite = SubResource("AtlasTexture_ebbst")
|
|
DropScenePath = &"res://Scenes/Items/GenericItem.tscn"
|
|
DropScenePath3D = &"uid://cnot7sft7lpf3"
|