cirnogodot/Resources/Items/LaserWeapon.tres

23 lines
973 B
Text
Raw Permalink Normal View History

2025-08-13 16:51:56 +02:00
[gd_resource type="Resource" script_class="LootItem" load_steps=5 format=3 uid="uid://ckfqrq8a0uj1t"]
2025-05-02 13:10:38 +02:00
[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"]
2025-08-13 16:51:56 +02:00
[ext_resource type="Resource" uid="uid://d2tgk8rnd4sfs" path="res://Resources/Weapons/LaserWeapon_3D.tres" id="3_rec72"]
2025-05-02 13:10:38 +02:00
[resource]
script = ExtResource("3_2blkp")
ItemName = &"Laser"
ShortName = &"Laser"
ItemDescription = &"Laser"
ItemKey = &"LASER_WEAPON"
Item = 9
WeaponData = ExtResource("2_rec72")
2025-08-13 16:51:56 +02:00
WeaponData3D = ExtResource("3_rec72")
2025-05-02 13:10:38 +02:00
Amount = 1
Max = 1
UiType = 22
2025-05-02 13:10:38 +02:00
Selectable = true
InventorySprite = ExtResource("1_h548w")
DropScenePath = &"res://Scenes/Items/GenericItem.tscn"
2025-06-17 17:49:40 +02:00
DropScenePath3D = &"uid://cnot7sft7lpf3"