43 lines
1.6 KiB
Plaintext
43 lines
1.6 KiB
Plaintext
[gd_scene load_steps=6 format=3 uid="uid://dnnn2xyayiehk"]
|
|
|
|
[ext_resource type="Texture2D" uid="uid://e6670ykyq145" path="res://sprites/weapon/staffOfTheUndead.png" id="1_ms3us"]
|
|
[ext_resource type="Script" path="res://scripts/weapon/ProjectileWeapon.cs" id="1_w8hhv"]
|
|
[ext_resource type="Texture2D" uid="uid://b2blj0yf4ohx3" path="res://icon.svg" id="2_l5lni"]
|
|
|
|
[sub_resource type="RectangleShape2D" id="RectangleShape2D_obcq2"]
|
|
size = Vector2(49, 5)
|
|
|
|
[sub_resource type="RectangleShape2D" id="RectangleShape2D_14m1g"]
|
|
size = Vector2(49, 5.25)
|
|
|
|
[node name="StaffOfTheUndead" type="RigidBody2D"]
|
|
collision_layer = 8
|
|
collision_mask = 34
|
|
script = ExtResource("1_w8hhv")
|
|
metadata/Projectiles = PackedStringArray("res://prefab/projectile/curseOfTheUndead.tscn")
|
|
metadata/Name = "staff_of_the_undead"
|
|
metadata/FiringIntervalArray = PackedInt64Array(5000, 500, 250)
|
|
metadata/Icon = ExtResource("2_l5lni")
|
|
metadata/ID = "StaffOfTheUndead"
|
|
metadata/MaxStackQuantity = 1
|
|
metadata/Description = "staff_of_the_undead_desc"
|
|
|
|
[node name="DamageArea2D" type="Area2D" parent="."]
|
|
collision_layer = 8
|
|
collision_mask = 71
|
|
|
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="DamageArea2D"]
|
|
position = Vector2(25.5, 0.5)
|
|
shape = SubResource("RectangleShape2D_obcq2")
|
|
|
|
[node name="StaffOfTheUndead2" type="Sprite2D" parent="."]
|
|
position = Vector2(30, 0)
|
|
texture = ExtResource("1_ms3us")
|
|
|
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
|
|
position = Vector2(25.5, 0.375)
|
|
shape = SubResource("RectangleShape2D_14m1g")
|
|
|
|
[node name="Marker2D" type="Marker2D" parent="."]
|
|
position = Vector2(65, 0)
|