mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-01 10:15:45 +00:00
24 lines
765 B
Text
24 lines
765 B
Text
[gd_resource type="Resource" script_class="LootItem" load_steps=3 format=3 uid="uid://cltxhkrqp055v"]
|
|
|
|
[ext_resource type="Texture2D" uid="uid://4x3ouxyxjqjc" path="res://Sprites/Items/Credits_Pickup.png" id="1_woor7"]
|
|
[ext_resource type="Script" uid="uid://epnwjptvks3t" path="res://Scripts/Resources/LootItem.cs" id="2_swcup"]
|
|
|
|
[resource]
|
|
script = ExtResource("2_swcup")
|
|
ItemName = &"Credits"
|
|
ShortName = &""
|
|
ItemDescription = &"Can be used to buy things"
|
|
ItemKey = &"CREDITS"
|
|
Item = 12
|
|
Tier = 0
|
|
Price = 0
|
|
Amount = 1
|
|
Max = 10
|
|
PickupIfMaxed = false
|
|
ConsumeOnUse = true
|
|
UiType = 0
|
|
Selectable = true
|
|
AutoPickup = true
|
|
InventorySprite = ExtResource("1_woor7")
|
|
DropScenePath = &"res://Scenes/Items/GenericItem.tscn"
|
|
metadata/_custom_type_script = "uid://epnwjptvks3t"
|