mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-01 10:15:45 +00:00
44 lines
1.7 KiB
Text
44 lines
1.7 KiB
Text
[gd_resource type="Resource" script_class="LootItem" load_steps=9 format=3 uid="uid://dhbltvgsa3g88"]
|
|
|
|
[ext_resource type="Texture2D" uid="uid://r2h77ktff10m" path="res://Sprites/Bullets/Snowball.png" id="1_gpot4"]
|
|
[ext_resource type="Script" uid="uid://epnwjptvks3t" path="res://Scripts/Resources/LootItem.cs" id="1_lus3u"]
|
|
[ext_resource type="Script" uid="uid://b6fmrnipv88bk" path="res://Scripts/Resources/WeaponResource.cs" id="1_qd764"]
|
|
[ext_resource type="Script" uid="uid://cyipg3seetrxd" path="res://Scripts/Resources/ItemEffects/SpiderbombEffectResource.cs" id="2_6b2qd"]
|
|
[ext_resource type="Resource" uid="uid://dwxn7f1ue0m4s" path="res://Resources/Bullets/Spider_Bomb_Bullet.tres" id="2_gpot4"]
|
|
|
|
[sub_resource type="AtlasTexture" id="AtlasTexture_gpot4"]
|
|
atlas = ExtResource("1_gpot4")
|
|
region = Rect2(0, 0, 16, 16)
|
|
|
|
[sub_resource type="Resource" id="Resource_2pgyg"]
|
|
script = ExtResource("2_6b2qd")
|
|
metadata/_custom_type_script = "uid://cyipg3seetrxd"
|
|
|
|
[sub_resource type="Resource" id="Resource_v5a4k"]
|
|
script = ExtResource("1_qd764")
|
|
Name = &""
|
|
BulletData = ExtResource("2_gpot4")
|
|
RateOfFire = 1.0
|
|
BulletCapacity = 10
|
|
ItemKey = &""
|
|
AmmoKey = &""
|
|
metadata/_custom_type_script = "uid://b6fmrnipv88bk"
|
|
|
|
[resource]
|
|
script = ExtResource("1_lus3u")
|
|
ItemName = &"SnowBall Bomb"
|
|
ShortName = &""
|
|
ItemDescription = &"A snowball packed of explosive, explodes on contact"
|
|
ItemKey = &"SPIDER_BOMB"
|
|
Item = 5
|
|
ItemEffect = SubResource("Resource_2pgyg")
|
|
WeaponData = SubResource("Resource_v5a4k")
|
|
Amount = 1
|
|
Max = 10
|
|
UiType = 6
|
|
Selectable = true
|
|
AutoPickup = true
|
|
InventorySprite = SubResource("AtlasTexture_gpot4")
|
|
DropScenePath = &"res://Scenes/Items/GenericItem.tscn"
|
|
DropScenePath3D = &"uid://cnot7sft7lpf3"
|
|
metadata/_custom_type_script = "uid://epnwjptvks3t"
|