mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-01 08:45:33 +00:00
21 lines
729 B
Text
21 lines
729 B
Text
[gd_resource type="Resource" script_class="LootItem" format=3 uid="uid://dy53gia1tmkah"]
|
|
|
|
[ext_resource type="Texture2D" uid="uid://d2vmocquikjia" path="res://Sprites/Items/Point_Pickup.png" id="1_nsfmo"]
|
|
[ext_resource type="Script" uid="uid://epnwjptvks3t" path="res://Scripts/Resources/LootItem.cs" id="2_rxsju"]
|
|
|
|
[resource]
|
|
script = ExtResource("2_rxsju")
|
|
ItemName = &"Points"
|
|
ShortName = &""
|
|
ItemDescription = &"Necessary for upgrades"
|
|
ItemKey = &"POINTS"
|
|
Item = 11
|
|
Amount = 1
|
|
Max = 100
|
|
ConsumeOnUse = true
|
|
UiType = 6
|
|
AutoPickup = true
|
|
InventorySprite = ExtResource("1_nsfmo")
|
|
DropScenePath = &"res://Scenes/Items/GenericItem.tscn"
|
|
DropScenePath3D = &"uid://cnot7sft7lpf3"
|
|
metadata/_custom_type_script = "uid://epnwjptvks3t"
|