cirnogodot/Resources/Items/IcicleRepeater.tres

25 lines
904 B
Text
Raw Normal View History

2025-03-04 11:33:29 +01:00
[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"]
2025-05-01 11:10:36 +02:00
[ext_resource type="Resource" uid="uid://ccyl111fa1j2k" path="res://Resources/Weapons/IcicleRepeater_t0.tres" id="2_d42pt"]
2025-03-04 11:33:29 +01:00
[ext_resource type="Script" uid="uid://epnwjptvks3t" path="res://Scripts/Resources/LootItem.cs" id="4_k6in2"]
[resource]
script = ExtResource("4_k6in2")
2025-03-13 13:29:13 +01:00
ItemName = &"Icicle Repeater"
2025-05-01 11:10:36 +02:00
ShortName = &"IC-16"
2025-03-13 13:29:13 +01:00
ItemDescription = &"Shoots ice pellets at a high rate"
2025-05-01 11:10:36 +02:00
ItemKey = &"ICICLE_REPEATER_T0"
2025-03-04 11:33:29 +01:00
Item = 9
2025-05-01 11:10:36 +02:00
Tier = 0
2025-04-25 19:00:28 +02:00
Price = 0
2025-05-01 11:10:36 +02:00
WeaponData = ExtResource("2_d42pt")
2025-03-04 11:33:29 +01:00
Amount = 1
Max = 1
PickupIfMaxed = false
ConsumeOnUse = false
UiType = 1
Selectable = true
2025-03-31 11:59:54 +02:00
AutoPickup = false
2025-03-04 11:33:29 +01:00
InventorySprite = ExtResource("2_3abss")
2025-05-01 11:10:36 +02:00
DropScenePath = &"res://Scenes/Items/GenericItem.tscn"