mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-07-02 03:21:17 +00:00
Resources Upgrade
This commit is contained in:
parent
1b572e82bf
commit
5a8ccbe51b
5 changed files with 22 additions and 26 deletions
|
|
@ -1,18 +0,0 @@
|
|||
[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"
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
[gd_resource type="Resource" script_class="LootItem" load_steps=3 format=3 uid="uid://dy53gia1tmkah"]
|
||||
[gd_resource type="Resource" script_class="LootItem" format=3 uid="uid://dy53gia1tmkah"]
|
||||
|
||||
[ext_resource type="Texture2D" uid="uid://d2vmocquikjia" path="res://Sprites/Items/Point_Pickup.png" id="1_nsfmo"]
|
||||
[ext_resource type="Script" uid="uid://epnwjptvks3t" path="res://Scripts/Resources/LootItem.cs" id="2_rxsju"]
|
||||
|
|
@ -7,17 +7,13 @@
|
|||
script = ExtResource("2_rxsju")
|
||||
ItemName = &"Points"
|
||||
ShortName = &""
|
||||
ItemDescription = &"Necessari for upgrades"
|
||||
ItemDescription = &"Necessary for upgrades"
|
||||
ItemKey = &"POINTS"
|
||||
Item = 11
|
||||
Tier = 0
|
||||
Price = 0
|
||||
Amount = 1
|
||||
Max = 100
|
||||
PickupIfMaxed = false
|
||||
ConsumeOnUse = true
|
||||
UiType = 6
|
||||
Selectable = false
|
||||
AutoPickup = true
|
||||
InventorySprite = ExtResource("1_nsfmo")
|
||||
DropScenePath = &"res://Scenes/Items/GenericItem.tscn"
|
||||
|
|
|
|||
17
Resources/Items/SPAGHETTI_Item.tres
Normal file
17
Resources/Items/SPAGHETTI_Item.tres
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
[gd_resource type="Resource" script_class="LootItem" format=3 uid="uid://dsysp3umxyuva"]
|
||||
|
||||
[ext_resource type="Texture2D" uid="uid://dlkqy5jgchwy" path="res://Sprites/Items/Heart_Pickup.png" id="1_w3pt3"]
|
||||
[ext_resource type="Script" uid="uid://epnwjptvks3t" path="res://Scripts/Resources/LootItem.cs" id="2_ok4q4"]
|
||||
|
||||
[resource]
|
||||
script = ExtResource("2_ok4q4")
|
||||
ItemName = &"Spaghetti"
|
||||
ShortName = &"Spag"
|
||||
ItemDescription = &"It\'s spaghetti you eat"
|
||||
ItemKey = &"SPAGHETTI"
|
||||
Item = 13
|
||||
Amount = 1
|
||||
Max = 1
|
||||
InventorySprite = ExtResource("1_w3pt3")
|
||||
DropScenePath = null
|
||||
DropScenePath3D = null
|
||||
Loading…
Add table
Add a link
Reference in a new issue