mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-01 06:55:34 +00:00
20 lines
689 B
Text
20 lines
689 B
Text
[gd_resource type="Resource" script_class="LootItem" format=3 uid="uid://cfod8kephnio6"]
|
|
|
|
[ext_resource type="Texture2D" uid="uid://bxwcjp25xba1j" path="res://Sprites/Items/Nuclear_Ammo.png" id="1_nas3h"]
|
|
[ext_resource type="Script" uid="uid://epnwjptvks3t" path="res://Scripts/Resources/LootItem.cs" id="2_x45it"]
|
|
|
|
[resource]
|
|
script = ExtResource("2_x45it")
|
|
ItemName = &"Nuclear Ammo"
|
|
ShortName = &""
|
|
ItemDescription = &"Ammo for Nuclear weapons"
|
|
ItemKey = &"NUCLEAR_AMMO"
|
|
Item = 3
|
|
Price = 5
|
|
Amount = 10
|
|
Max = 50
|
|
ConsumeOnUse = true
|
|
AutoPickup = true
|
|
InventorySprite = ExtResource("1_nas3h")
|
|
DropScenePath = &"res://Scenes/Items/GenericItem.tscn"
|
|
DropScenePath3D = &"uid://cnot7sft7lpf3"
|