mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-09 22:15:55 +00:00
20 lines
719 B
Text
20 lines
719 B
Text
[gd_resource type="Resource" script_class="LootItem" load_steps=3 format=3 uid="uid://bhbufxodybsw4"]
|
|
|
|
[ext_resource type="Texture2D" uid="uid://8n23xie4kore" path="res://Sprites/Items/Shield_Pickup.png" id="1_0hq6q"]
|
|
[ext_resource type="Script" uid="uid://epnwjptvks3t" path="res://Scripts/Resources/LootItem.cs" id="2_xsuq5"]
|
|
|
|
[resource]
|
|
script = ExtResource("2_xsuq5")
|
|
ItemName = &"Shield Charge"
|
|
ItemDescription = &"Recharges the shield by 25%"
|
|
ItemKey = &"SHIELD"
|
|
Item = 8
|
|
Amount = 1
|
|
Max = 10
|
|
PickupIfMaxed = false
|
|
ConsumeOnUse = true
|
|
UiType = 0
|
|
Selectable = true
|
|
InventorySprite = ExtResource("1_0hq6q")
|
|
DropScenePath = &"res://Scenes/Items/Shield_Pickup.tscn"
|
|
metadata/_custom_type_script = "uid://epnwjptvks3t"
|