mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-14 00:25:55 +00:00
Energy weapons
This commit is contained in:
parent
7f69b8fa0f
commit
2f76d4742e
12 changed files with 144 additions and 24 deletions
25
Resources/Items/LaserWeapon.tres
Normal file
25
Resources/Items/LaserWeapon.tres
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
[gd_resource type="Resource" script_class="LootItem" load_steps=4 format=3 uid="uid://ckfqrq8a0uj1t"]
|
||||
|
||||
[ext_resource type="Texture2D" uid="uid://d04hnwyg3sqlu" path="res://Sprites/Items/LaserWeapon.png" id="1_h548w"]
|
||||
[ext_resource type="Resource" uid="uid://do0jwf5jhx1i5" path="res://Resources/Weapons/LaserWeapon.tres" id="2_rec72"]
|
||||
[ext_resource type="Script" uid="uid://epnwjptvks3t" path="res://Scripts/Resources/LootItem.cs" id="3_2blkp"]
|
||||
|
||||
[resource]
|
||||
script = ExtResource("3_2blkp")
|
||||
ItemName = &"Laser"
|
||||
ShortName = &"Laser"
|
||||
ItemDescription = &"Laser"
|
||||
ItemKey = &"LASER_WEAPON"
|
||||
Item = 9
|
||||
Tier = 0
|
||||
Price = 0
|
||||
WeaponData = ExtResource("2_rec72")
|
||||
Amount = 1
|
||||
Max = 1
|
||||
PickupIfMaxed = false
|
||||
ConsumeOnUse = false
|
||||
UiType = 1
|
||||
Selectable = true
|
||||
AutoPickup = false
|
||||
InventorySprite = ExtResource("1_h548w")
|
||||
DropScenePath = &"res://Scenes/Items/GenericItem.tscn"
|
||||
Loading…
Add table
Add a link
Reference in a new issue