mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-12 17:35:55 +00:00
20 lines
687 B
Text
20 lines
687 B
Text
[gd_resource type="Resource" script_class="LootItem" load_steps=3 format=3 uid="uid://cvlwye1u5gv8u"]
|
|
|
|
[ext_resource type="Texture2D" uid="uid://cdwip2s28eleh" path="res://Sprites/Items/Point_Pickup_Green.png" id="1_b4fj2"]
|
|
[ext_resource type="Script" uid="uid://epnwjptvks3t" path="res://Scripts/Resources/LootItem.cs" id="2_fg25e"]
|
|
|
|
[resource]
|
|
script = ExtResource("2_fg25e")
|
|
ItemName = "Green Points"
|
|
ItemDescription = "Use them for upgrades"
|
|
ItemKey = "GreenPoints"
|
|
Item = 11
|
|
Amount = 1
|
|
Max = 100
|
|
PickupIfMaxed = false
|
|
ConsumeOnUse = true
|
|
UiType = 0
|
|
Selectable = false
|
|
InventorySprite = ExtResource("1_b4fj2")
|
|
DropScenePath = null
|
|
metadata/_custom_type_script = "uid://epnwjptvks3t"
|