mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-01 06:45:33 +00:00
26 lines
954 B
Text
26 lines
954 B
Text
[gd_resource type="Resource" script_class="LootItem" load_steps=4 format=3 uid="uid://cs3ihltcn2166"]
|
|
|
|
[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"]
|
|
[ext_resource type="Script" uid="uid://epnwjptvks3t" path="res://Scripts/Resources/LootItem.cs" id="2_hy2hk"]
|
|
|
|
[resource]
|
|
script = ExtResource("2_hy2hk")
|
|
ItemName = &"Icicle Gun"
|
|
ShortName = &"IC-9"
|
|
ItemDescription = &"Cirno\'s custom gun, shoots ice pellets and never runs out of ammo"
|
|
ItemKey = &"ICICLE_GUN"
|
|
Item = 9
|
|
Tier = 0
|
|
Price = 0
|
|
WeaponData = ExtResource("1_itajb")
|
|
Amount = 1
|
|
Max = 1
|
|
PickupIfMaxed = false
|
|
ConsumeOnUse = false
|
|
UiType = 14
|
|
Selectable = true
|
|
AutoPickup = false
|
|
InventorySprite = ExtResource("2_eaoas")
|
|
DropScenePath = &"res://Scenes/Items/GenericItem.tscn"
|
|
DropScenePath3D = &"uid://cnot7sft7lpf3"
|