cirnogodot/Resources/Items/Power_Pickup.tres

24 lines
752 B
Text
Raw Normal View History

2025-02-16 18:21:40 +01:00
[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"]
2025-02-24 11:37:45 +01:00
[ext_resource type="Script" uid="uid://epnwjptvks3t" path="res://Scripts/Resources/LootItem.cs" id="1_vw5ht"]
2025-02-16 18:21:40 +01:00
[resource]
script = ExtResource("1_vw5ht")
2025-03-13 13:29:13 +01:00
ItemName = &"Power"
2025-04-25 11:29:21 +02:00
ShortName = &"Power"
2025-03-13 13:29:13 +01:00
ItemDescription = &"Necessary for upgrades"
ItemKey = &"POWER"
Item = 10
Tier = 0
2025-04-25 11:29:21 +02:00
Price = 1
2025-02-16 18:21:40 +01:00
Amount = 1
2025-05-20 15:57:35 +02:00
Max = 20
2025-02-16 18:21:40 +01:00
PickupIfMaxed = false
ConsumeOnUse = true
UiType = 6
2025-03-04 10:37:15 +01:00
Selectable = false
2025-03-28 15:38:55 +01:00
AutoPickup = true
2025-02-16 18:21:40 +01:00
InventorySprite = ExtResource("1_cang8")
DropScenePath = &"res://Scenes/Items/GenericItem.tscn"
2025-06-17 17:49:40 +02:00
DropScenePath3D = &"uid://cnot7sft7lpf3"