mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-01 08:55:35 +00:00
19 lines
671 B
Text
19 lines
671 B
Text
|
|
[gd_resource type="Resource" script_class="LootItem" load_steps=3 format=3 uid="uid://cfod8kephnio6"]
|
||
|
|
|
||
|
|
[ext_resource type="Texture2D" uid="uid://b61po207ggn63" path="res://Sprites/Items/Yin_Ammo.png" id="1_6ly0q"]
|
||
|
|
[ext_resource type="Script" uid="uid://epnwjptvks3t" path="res://Scripts/Resources/LootItem.cs" id="2_x45it"]
|
||
|
|
|
||
|
|
[resource]
|
||
|
|
script = ExtResource("2_x45it")
|
||
|
|
ItemName = &"Nuclear Ammo"
|
||
|
|
ItemDescription = &"Ammo for Nuclear weapons"
|
||
|
|
ItemKey = &"NUCLEAR_AMMO"
|
||
|
|
Item = 3
|
||
|
|
Amount = 5
|
||
|
|
Max = 50
|
||
|
|
PickupIfMaxed = false
|
||
|
|
ConsumeOnUse = true
|
||
|
|
UiType = 2
|
||
|
|
Selectable = false
|
||
|
|
InventorySprite = ExtResource("1_6ly0q")
|
||
|
|
DropScenePath = &"res://Scenes/Items/Nuclear_Gun_Pickup.tscn"
|