cirnogodot/Resources/Items/Nuclear_Ammo_Pickup.tres

20 lines
689 B
Text
Raw Normal View History

2026-03-07 16:49:06 +01:00
[gd_resource type="Resource" script_class="LootItem" format=3 uid="uid://cfod8kephnio6"]
2025-03-22 00:33:24 +01:00
2025-04-30 17:13:40 +02:00
[ext_resource type="Texture2D" uid="uid://bxwcjp25xba1j" path="res://Sprites/Items/Nuclear_Ammo.png" id="1_nas3h"]
2025-03-22 00:33:24 +01:00
[ext_resource type="Script" uid="uid://epnwjptvks3t" path="res://Scripts/Resources/LootItem.cs" id="2_x45it"]
[resource]
script = ExtResource("2_x45it")
ItemName = &"Nuclear Ammo"
2025-04-30 17:13:40 +02:00
ShortName = &""
2025-03-22 00:33:24 +01:00
ItemDescription = &"Ammo for Nuclear weapons"
ItemKey = &"NUCLEAR_AMMO"
Item = 3
2026-03-07 16:49:06 +01:00
Price = 5
2025-05-08 10:09:14 +02:00
Amount = 10
2025-03-22 00:33:24 +01:00
Max = 50
ConsumeOnUse = true
2025-03-28 15:38:55 +01:00
AutoPickup = true
2025-04-30 17:13:40 +02:00
InventorySprite = ExtResource("1_nas3h")
DropScenePath = &"res://Scenes/Items/GenericItem.tscn"
2025-06-17 17:49:40 +02:00
DropScenePath3D = &"uid://cnot7sft7lpf3"