mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-12 00:05:54 +00:00
19 lines
650 B
Text
19 lines
650 B
Text
[gd_resource type="Resource" script_class="LootItem" load_steps=3 format=3 uid="uid://dodwpect0ldjf"]
|
|
|
|
[ext_resource type="Script" uid="uid://epnwjptvks3t" path="res://Scripts/Resources/LootItem.cs" id="1_hyh2l"]
|
|
[ext_resource type="Texture2D" uid="uid://dlkqy5jgchwy" path="res://Sprites/Items/Heart_Pickup.png" id="1_xg75n"]
|
|
|
|
[resource]
|
|
script = ExtResource("1_hyh2l")
|
|
ItemName = "Extend"
|
|
ItemDescription = "Gives back 20 Health on use"
|
|
ItemKey = "Heart"
|
|
Item = 4
|
|
Amount = 1
|
|
Max = 10
|
|
PickupIfMaxed = false
|
|
ConsumeOnUse = true
|
|
UiType = 0
|
|
Selectable = true
|
|
InventorySprite = ExtResource("1_xg75n")
|
|
metadata/_custom_type_script = "uid://epnwjptvks3t"
|