mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-01 10:15:45 +00:00
25 lines
853 B
Text
25 lines
853 B
Text
|
|
[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"
|