cirnogodot/Resources/Items/NuclearGunPickup.tres

26 lines
919 B
Text
Raw Normal View History

2025-03-22 00:33:24 +01:00
[gd_resource type="Resource" script_class="LootItem" load_steps=4 format=3 uid="uid://brsukcuyoq364"]
[ext_resource type="Texture2D" uid="uid://cfxxgj6i5fykd" path="res://Sprites/Items/Nuclear_Gun.png" id="1_qxsuv"]
[ext_resource type="Resource" uid="uid://bpuvt30alfxhh" path="res://Resources/Weapons/NuclearGun.tres" id="3_5kq8e"]
[ext_resource type="Script" uid="uid://epnwjptvks3t" path="res://Scripts/Resources/LootItem.cs" id="4_imbrn"]
[resource]
script = ExtResource("4_imbrn")
ItemName = &"Nuclear Gun (MP-42)"
2025-03-28 10:29:04 +01:00
ShortName = &"MP-42"
2025-03-22 00:33:24 +01:00
ItemDescription = &"Shoots micro suns"
ItemKey = &"NUCLEAR_GUN"
Item = 9
Tier = 0
2025-04-26 22:00:55 +02:00
Price = 0
2025-03-22 00:33:24 +01:00
WeaponData = ExtResource("3_5kq8e")
Amount = 1
Max = 1
PickupIfMaxed = false
ConsumeOnUse = false
UiType = 14
2025-03-22 00:33:24 +01:00
Selectable = true
2025-03-28 23:07:39 +01:00
AutoPickup = false
2025-03-22 00:33:24 +01:00
InventorySprite = ExtResource("1_qxsuv")
DropScenePath = &"res://Scenes/Items/GenericItem.tscn"
2025-06-17 17:49:40 +02:00
DropScenePath3D = &"uid://cnot7sft7lpf3"