mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-07-03 23:01:16 +00:00
Add DARK_MACHINE_GUN and DISAGIATOR items with associated resources and pickups
This commit is contained in:
parent
c78fa8aa45
commit
4148dad367
16 changed files with 496 additions and 419 deletions
18
Resources/Items/DISAGIATOR_Item.tres
Normal file
18
Resources/Items/DISAGIATOR_Item.tres
Normal 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"
|
||||
Loading…
Add table
Add a link
Reference in a new issue