cirnogodot/Resources/Items/Blue_Keycard.tres

28 lines
893 B
Text
Raw Normal View History

[gd_resource type="Resource" script_class="LootItem" load_steps=4 format=3 uid="uid://cj5aa7btaw6q0"]
2025-01-31 10:06:27 +01:00
2025-02-24 11:37:45 +01:00
[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)
2025-01-31 10:06:27 +01:00
[resource]
script = ExtResource("1_k8cnp")
2025-03-13 13:29:13 +01:00
ItemName = &"Blue Keycard"
ShortName = &""
2025-03-13 13:29:13 +01:00
ItemDescription = &"Activates Blue KeyPads"
ItemKey = &"BLUE_KEY"
2025-01-31 10:06:27 +01:00
Item = 1
Tier = 0
2025-04-26 11:24:20 +02:00
Price = 0
2025-01-31 10:06:27 +01:00
Amount = 1
Max = 1
2025-02-10 17:29:14 +01:00
PickupIfMaxed = false
ConsumeOnUse = false
UiType = 3
2025-02-25 18:11:57 +01:00
Selectable = false
2025-03-28 23:07:39 +01:00
AutoPickup = false
InventorySprite = SubResource("AtlasTexture_ebbst")
DropScenePath = &"res://Scenes/Items/GenericItem.tscn"
2025-06-17 17:49:40 +02:00
DropScenePath3D = &"uid://cnot7sft7lpf3"