cirnogodot/Resources/Items/IcicleGun.tres

25 lines
913 B
Text
Raw Normal View History

2025-03-28 10:29:04 +01:00
[gd_resource type="Resource" script_class="LootItem" load_steps=4 format=3 uid="uid://cs3ihltcn2166"]
2025-02-11 11:50:45 +01:00
[ext_resource type="Resource" uid="uid://b8apu0l5fm4k" path="res://Resources/Weapons/IcicleGun.tres" id="1_itajb"]
[ext_resource type="Texture2D" uid="uid://duwiasewxvcb5" path="res://Sprites/Items/Icicle_Gun.png" id="2_eaoas"]
2025-02-24 11:37:45 +01:00
[ext_resource type="Script" uid="uid://epnwjptvks3t" path="res://Scripts/Resources/LootItem.cs" id="2_hy2hk"]
2025-02-11 11:50:45 +01:00
[resource]
script = ExtResource("2_hy2hk")
2025-03-13 13:29:13 +01:00
ItemName = &"Icicle Gun"
2025-03-28 10:29:04 +01:00
ShortName = &"IC-9"
2025-03-13 13:29:13 +01:00
ItemDescription = &"Cirno\'s custom gun, shoots ice pellets and never runs out of ammo"
ItemKey = &"ICICLE_GUN"
2025-02-11 11:50:45 +01:00
Item = 9
Tier = 0
2025-04-26 11:24:20 +02:00
Price = 0
2025-02-11 11:50:45 +01:00
WeaponData = ExtResource("1_itajb")
Amount = 1
Max = 1
PickupIfMaxed = false
ConsumeOnUse = false
UiType = 14
2025-02-25 18:11:57 +01:00
Selectable = true
2025-03-31 11:59:54 +02:00
AutoPickup = false
InventorySprite = ExtResource("2_eaoas")
DropScenePath = &"res://Scenes/Items/GenericItem.tscn"