Add DARK_MACHINE_GUN and DISAGIATOR items with associated resources and pickups

This commit is contained in:
MaddoScientisto 2026-02-08 16:45:08 +01:00
commit 4148dad367
16 changed files with 496 additions and 419 deletions

View file

@ -0,0 +1,18 @@
[gd_resource type="Resource" script_class="LootItem" format=3 uid="uid://daypqxy0pyepn"]
[ext_resource type="Resource" path="res://Resources/Weapons/DISAGIATOR.tres" id="1_ud0bn"]
[ext_resource type="Script" uid="uid://epnwjptvks3t" path="res://Scripts/Resources/LootItem.cs" id="2_3rlf8"]
[resource]
script = ExtResource("2_3rlf8")
ItemName = &"Disagiator"
ShortName = &"DS-TR"
ItemDescription = &"Weapon that causes Disagi"
ItemKey = &"DISAGIATOR"
Item = 13
WeaponData3D = ExtResource("1_ud0bn")
Amount = 1
Max = 1
Selectable = true
DropScenePath = &""
DropScenePath3D = &"res://Scenes/Items/GenericItem3D.tscn"