cirnogodot/Resources/Items/IceShotgun.tres

23 lines
1,005 B
Text
Raw Normal View History

[gd_resource type="Resource" script_class="LootItem" format=3 uid="uid://dau0s8ob7qnpc"]
2025-02-11 11:50:45 +01:00
[ext_resource type="Resource" uid="uid://cyntngidhcbkc" path="res://Resources/Weapons/Ice_Shotgun_Weapon.tres" id="2_3le6e"]
[ext_resource type="Texture2D" uid="uid://b46usr10jhmev" path="res://Sprites/Items/Ice_Shotgun.png" id="2_4ibag"]
2025-02-24 11:37:45 +01:00
[ext_resource type="Script" uid="uid://epnwjptvks3t" path="res://Scripts/Resources/LootItem.cs" id="3_cjfxs"]
2025-06-25 15:43:07 +02:00
[ext_resource type="Resource" uid="uid://bsdi1iudx5431" path="res://Resources/Weapons/Ice_Shotgun_T0_3D.tres" id="3_k86gl"]
2025-02-11 11:50:45 +01:00
[resource]
script = ExtResource("3_cjfxs")
2025-03-13 13:29:13 +01:00
ItemName = &"Ice Shotgun"
2025-05-01 11:10:36 +02:00
ShortName = &"IC-25"
2025-03-13 13:29:13 +01:00
ItemDescription = &"Shoots ice pellets in a wide spread"
ItemKey = &"ICE_SHOTGUN"
2025-02-11 11:50:45 +01:00
Item = 9
WeaponData = ExtResource("2_3le6e")
2025-06-25 15:43:07 +02:00
WeaponData3D = ExtResource("3_k86gl")
2025-02-11 11:50:45 +01:00
Amount = 1
Max = 1
UiType = 14
2025-02-25 18:11:57 +01:00
Selectable = true
InventorySprite = ExtResource("2_4ibag")
2025-05-01 11:10:36 +02:00
DropScenePath = &"res://Scenes/Items/GenericItem.tscn"
2025-06-17 17:49:40 +02:00
DropScenePath3D = &"uid://cnot7sft7lpf3"