cirnogodot/Resources/Items/IceShotgun_Sawed_T0.tres
2025-05-02 10:25:25 +02:00

25 lines
918 B
Text

[gd_resource type="Resource" script_class="LootItem" load_steps=4 format=3 uid="uid://dv0cdlx8d6evm"]
[ext_resource type="Texture2D" uid="uid://byi12qwcnrir8" path="res://Sprites/Items/Ice_Shotgun_Sawed.png" id="1_hq5ny"]
[ext_resource type="Resource" uid="uid://i5cq21er10ew" path="res://Resources/Weapons/Ice_Shotgun_Sawed_T0.tres" id="2_vcy22"]
[ext_resource type="Script" uid="uid://epnwjptvks3t" path="res://Scripts/Resources/LootItem.cs" id="3_n0omu"]
[resource]
script = ExtResource("3_n0omu")
ItemName = &"Sawed-Off Ice Shotgun"
ShortName = &"IC-25"
ItemDescription = &"Shoots ice pellets in a wide spread"
ItemKey = &"ICE_SHOTGUN_SAWED"
Item = 9
Tier = 0
Price = 0
WeaponData = ExtResource("2_vcy22")
Amount = 1
Max = 1
PickupIfMaxed = false
ConsumeOnUse = false
UiType = 1
Selectable = true
AutoPickup = false
InventorySprite = ExtResource("1_hq5ny")
DropScenePath = &"res://Scenes/Items/GenericItem.tscn"