mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-10 02:25:54 +00:00
20 lines
729 B
Text
20 lines
729 B
Text
[gd_resource type="Resource" script_class="LootItem" load_steps=3 format=3 uid="uid://ciybnocjfpshh"]
|
|
|
|
[ext_resource type="Texture2D" uid="uid://c8fr1ea20odaw" path="res://Sprites/Items/Heart_Extend.png" id="1_00obu"]
|
|
[ext_resource type="Script" uid="uid://epnwjptvks3t" path="res://Scripts/Resources/LootItem.cs" id="3_1s60f"]
|
|
|
|
[resource]
|
|
script = ExtResource("3_1s60f")
|
|
ItemName = &"Health Extend"
|
|
ItemDescription = &"Extends the max health"
|
|
ItemKey = &"HEALTH_EXTEND"
|
|
Item = 13
|
|
Amount = 1
|
|
Max = 10
|
|
PickupIfMaxed = false
|
|
ConsumeOnUse = true
|
|
UiType = 0
|
|
Selectable = false
|
|
InventorySprite = ExtResource("1_00obu")
|
|
DropScenePath = &"res://Scenes/Items/Heart_Extend_Pickup.tscn"
|
|
metadata/_custom_type_script = "uid://epnwjptvks3t"
|