mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-01 06:45:33 +00:00
26 lines
1 KiB
Text
26 lines
1 KiB
Text
[gd_resource type="Resource" script_class="LootItem" format=3 uid="uid://bdpbekqhuuq4l"]
|
|
|
|
[ext_resource type="Texture2D" uid="uid://b2vmpi57d7vwy" path="res://Sprites/Items/Shield_Extend.png" id="1_e61f8"]
|
|
[ext_resource type="Script" uid="uid://6cupx85nnda4" path="res://Scripts/Resources/ItemEffects/ResourceIncreaseEffectResource.cs" id="2_da583"]
|
|
[ext_resource type="Script" uid="uid://epnwjptvks3t" path="res://Scripts/Resources/LootItem.cs" id="2_n442a"]
|
|
|
|
[sub_resource type="Resource" id="Resource_7h0ch"]
|
|
script = ExtResource("2_da583")
|
|
ResourceType = 1
|
|
metadata/_custom_type_script = "uid://6cupx85nnda4"
|
|
|
|
[resource]
|
|
script = ExtResource("2_n442a")
|
|
ItemName = &"Shield Extend"
|
|
ShortName = &""
|
|
ItemDescription = &"Extends the max shield"
|
|
ItemKey = &"SHIELD_EXTEND"
|
|
Item = 13
|
|
ItemEffect = SubResource("Resource_7h0ch")
|
|
Amount = 1
|
|
Max = 10
|
|
ConsumeOnUse = true
|
|
InventorySprite = ExtResource("1_e61f8")
|
|
DropScenePath = &"res://Scenes/Items/GenericItem.tscn"
|
|
DropScenePath3D = &"uid://cnot7sft7lpf3"
|
|
metadata/_custom_type_script = "uid://epnwjptvks3t"
|