mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-01 10:15:45 +00:00
20 lines
845 B
Text
20 lines
845 B
Text
[gd_resource type="Resource" script_class="LootItem" format=3 uid="uid://dx6dwdk3nhsl3"]
|
|
|
|
[ext_resource type="Texture2D" uid="uid://dceyytbfpbywp" path="res://Sprites/Items/Ice_Shotgun_T1.png" id="1_be46j"]
|
|
[ext_resource type="Resource" uid="uid://cc82lnukilbaw" path="res://Resources/Weapons/ICE_SHOTGUN_T1_3D_3D.tres" id="2_n084c"]
|
|
[ext_resource type="Script" uid="uid://epnwjptvks3t" path="res://Scripts/Resources/LootItem.cs" id="3_eaig5"]
|
|
|
|
[resource]
|
|
script = ExtResource("3_eaig5")
|
|
ItemName = &"Improved Ice Shotgun 3D"
|
|
ShortName = &"IC-28"
|
|
ItemDescription = &"Shoots ice pellets in a wide spread (T1)"
|
|
ItemKey = &"ICE_SHOTGUN_T1_3D"
|
|
Item = 9
|
|
WeaponData3D = ExtResource("2_n084c")
|
|
Amount = 1
|
|
Max = 1
|
|
Selectable = true
|
|
InventorySprite = ExtResource("1_be46j")
|
|
DropScenePath = null
|
|
DropScenePath3D = &"res://Scenes/Items/GenericItem3D.tscn"
|