mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-01 10:05:34 +00:00
23 lines
777 B
Text
23 lines
777 B
Text
[gd_resource type="Resource" script_class="LootItem" format=3 uid="uid://ct1fa2huvy34n"]
|
|
|
|
[ext_resource type="Script" uid="uid://epnwjptvks3t" path="res://Scripts/Resources/LootItem.cs" id="1_31o2l"]
|
|
[ext_resource type="Texture2D" uid="uid://c5g0qg6u2gm6f" path="res://Sprites/Items/Ammo1.png" id="1_bpftr"]
|
|
|
|
[sub_resource type="AtlasTexture" id="AtlasTexture_3y0hf"]
|
|
atlas = ExtResource("1_bpftr")
|
|
|
|
[resource]
|
|
script = ExtResource("1_31o2l")
|
|
ItemName = &"Ice Ammo"
|
|
ShortName = &""
|
|
ItemDescription = &"Ammo for Ice-Based Weapons"
|
|
ItemKey = &"ICE_AMMO"
|
|
Item = 3
|
|
Price = 2
|
|
Amount = 5
|
|
Max = 30
|
|
ConsumeOnUse = true
|
|
AutoPickup = true
|
|
InventorySprite = SubResource("AtlasTexture_3y0hf")
|
|
DropScenePath = &"res://Scenes/Items/GenericItem.tscn"
|
|
DropScenePath3D = &"uid://cnot7sft7lpf3"
|