mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-11 16:25:55 +00:00
26 lines
947 B
Text
26 lines
947 B
Text
[gd_resource type="Resource" script_class="LootItem" load_steps=4 format=3 uid="uid://bhllj7r3oxipf"]
|
|
|
|
[ext_resource type="Texture2D" uid="uid://bcv8wyhfsxenc" path="res://Sprites/Items/Ice_Shotgun_T2.png" id="1_cr14o"]
|
|
[ext_resource type="Resource" uid="uid://2ra03y2ohoeh" path="res://Resources/Weapons/Ice_Shotgun_T2.tres" id="2_o24o8"]
|
|
[ext_resource type="Script" uid="uid://epnwjptvks3t" path="res://Scripts/Resources/LootItem.cs" id="3_pabk4"]
|
|
|
|
[resource]
|
|
script = ExtResource("3_pabk4")
|
|
ItemName = &"Advanced Ice Shotgun"
|
|
ShortName = &"IC-27"
|
|
ItemDescription = &"Shoots ice pellets in a wide spread"
|
|
ItemKey = &"ICE_SHOTGUN_T2"
|
|
Item = 9
|
|
Tier = 2
|
|
Price = 0
|
|
WeaponData = ExtResource("2_o24o8")
|
|
Amount = 1
|
|
Max = 1
|
|
PickupIfMaxed = false
|
|
ConsumeOnUse = false
|
|
UiType = 14
|
|
Selectable = true
|
|
AutoPickup = false
|
|
InventorySprite = ExtResource("1_cr14o")
|
|
DropScenePath = &"res://Scenes/Items/GenericItem.tscn"
|
|
DropScenePath3D = &"uid://cnot7sft7lpf3"
|