mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-01 06:45:33 +00:00
24 lines
752 B
Text
24 lines
752 B
Text
[gd_resource type="Resource" script_class="LootItem" load_steps=3 format=3 uid="uid://clr1gln7nxa1o"]
|
|
|
|
[ext_resource type="Texture2D" uid="uid://bjdsi4x8m42ky" path="res://Sprites/Items/Power_Pickup.png" id="1_cang8"]
|
|
[ext_resource type="Script" uid="uid://epnwjptvks3t" path="res://Scripts/Resources/LootItem.cs" id="1_vw5ht"]
|
|
|
|
[resource]
|
|
script = ExtResource("1_vw5ht")
|
|
ItemName = &"Power"
|
|
ShortName = &"Power"
|
|
ItemDescription = &"Necessary for upgrades"
|
|
ItemKey = &"POWER"
|
|
Item = 10
|
|
Tier = 0
|
|
Price = 1
|
|
Amount = 1
|
|
Max = 20
|
|
PickupIfMaxed = false
|
|
ConsumeOnUse = true
|
|
UiType = 6
|
|
Selectable = false
|
|
AutoPickup = true
|
|
InventorySprite = ExtResource("1_cang8")
|
|
DropScenePath = &"res://Scenes/Items/GenericItem.tscn"
|
|
DropScenePath3D = &"uid://cnot7sft7lpf3"
|