cirnogodot/Resources/Items/Ammo1.tres

23 lines
777 B
Text
Raw Permalink Normal View History

2026-01-31 08:38:43 +01:00
[gd_resource type="Resource" script_class="LootItem" format=3 uid="uid://ct1fa2huvy34n"]
2025-01-31 13:03:38 +01:00
2025-02-24 11:37:45 +01:00
[ext_resource type="Script" uid="uid://epnwjptvks3t" path="res://Scripts/Resources/LootItem.cs" id="1_31o2l"]
2025-02-10 17:29:14 +01:00
[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")
2025-01-31 13:03:38 +01:00
[resource]
script = ExtResource("1_31o2l")
2025-03-13 13:29:13 +01:00
ItemName = &"Ice Ammo"
ShortName = &""
2025-03-13 13:29:13 +01:00
ItemDescription = &"Ammo for Ice-Based Weapons"
ItemKey = &"ICE_AMMO"
2025-01-31 13:03:38 +01:00
Item = 3
2026-03-07 16:49:06 +01:00
Price = 2
2026-03-02 00:10:35 +01:00
Amount = 5
Max = 30
2025-02-10 17:29:14 +01:00
ConsumeOnUse = true
2025-03-28 15:38:55 +01:00
AutoPickup = true
2025-02-10 17:29:14 +01:00
InventorySprite = SubResource("AtlasTexture_3y0hf")
2025-05-01 10:04:15 +02:00
DropScenePath = &"res://Scenes/Items/GenericItem.tscn"
2025-06-17 17:49:40 +02:00
DropScenePath3D = &"uid://cnot7sft7lpf3"