mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-01 08:55:35 +00:00
18 lines
602 B
Text
18 lines
602 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"
|
|
ItemDescription = "Restores Health when used"
|
|
ItemKey = "PowerPickup"
|
|
Item = 4
|
|
Amount = 1
|
|
Max = 10
|
|
PickupIfMaxed = false
|
|
ConsumeOnUse = true
|
|
UiType = 2
|
|
Selectable = true
|
|
InventorySprite = ExtResource("1_cang8")
|