mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-12 16:55:53 +00:00
21 lines
831 B
Text
21 lines
831 B
Text
[gd_resource type="Resource" script_class="LootItem" load_steps=4 format=3 uid="uid://bgcgeg187vg1h"]
|
|
|
|
[ext_resource type="Texture2D" uid="uid://bxe747rnr5xt7" path="res://Sprites/Items/Ice_Repeater.png" id="2_3abss"]
|
|
[ext_resource type="Resource" uid="uid://yuc0v7gojgep" path="res://Resources/Weapons/IcicleRepeater.tres" id="3_5vsuk"]
|
|
[ext_resource type="Script" uid="uid://epnwjptvks3t" path="res://Scripts/Resources/LootItem.cs" id="4_k6in2"]
|
|
|
|
[resource]
|
|
script = ExtResource("4_k6in2")
|
|
ItemName = "Icicle Repeater"
|
|
ItemDescription = "Fast shooting weapon"
|
|
ItemKey = "IcicleRepeater"
|
|
Item = 9
|
|
WeaponData = ExtResource("3_5vsuk")
|
|
Amount = 1
|
|
Max = 1
|
|
PickupIfMaxed = false
|
|
ConsumeOnUse = false
|
|
UiType = 1
|
|
Selectable = true
|
|
InventorySprite = ExtResource("2_3abss")
|
|
DropScenePath = &"<null>res://Scenes/Items/Icicle_Repeater.tscn"
|