cirnogodot/Resources/BossPhases/Rumia_SP1.tres

62 lines
2.2 KiB
Text
Raw Normal View History

2025-02-09 14:05:51 +01:00
[gd_resource type="Resource" script_class="BossPhase" load_steps=12 format=3 uid="uid://ccj0cqbveey8c"]
2025-02-09 09:37:43 +01:00
2025-02-09 10:02:06 +01:00
[ext_resource type="Script" path="res://Scripts/Resources/SimpleMovementPattern.cs" id="1_lw82i"]
2025-02-09 09:37:43 +01:00
[ext_resource type="PackedScene" uid="uid://dohakkayqj4w2" path="res://Scenes/Weapons/Bullets/enemyBullet_green.tscn" id="1_o4um1"]
[ext_resource type="Script" path="res://Scripts/AttackPatterns/SpiralPattern.cs" id="2_7268a"]
[ext_resource type="Script" path="res://Scripts/Resources/BossPhase.cs" id="3_o6234"]
[ext_resource type="PackedScene" uid="uid://by2rk6gx67f7e" path="res://Scenes/Weapons/Bullets/enemyBullet_yellow.tscn" id="4_ruawj"]
2025-02-09 10:02:06 +01:00
[ext_resource type="Script" path="res://Scripts/Resources/PatternGroup.cs" id="6_6mg1u"]
[sub_resource type="Resource" id="Resource_upj22"]
script = ExtResource("1_lw82i")
relativeTargetPosition = Vector2(0, 0)
moveDuration = 1.0
transitionType = 1
easeType = 2
WaitForCompletion = true
2025-02-09 09:37:43 +01:00
[sub_resource type="Resource" id="Resource_0v4v8"]
script = ExtResource("2_7268a")
BulletScene = ExtResource("1_o4um1")
bulletSpeed = 80.0
2025-02-09 10:02:06 +01:00
bulletCount = 12
2025-02-09 09:37:43 +01:00
rotationSpeed = 0.0
2025-02-09 14:05:51 +01:00
_rotationOffset = 0.0
2025-02-09 09:37:43 +01:00
duration = 1.0
burstInterval = 1.0
spread = 180.0
owner = 2
2025-02-09 11:48:30 +01:00
_timeModifiers = Array[Resource]([])
2025-02-09 09:37:43 +01:00
WaitForCompletion = true
[sub_resource type="Resource" id="Resource_7yi74"]
script = ExtResource("2_7268a")
BulletScene = ExtResource("4_ruawj")
bulletSpeed = 80.0
2025-02-09 10:02:06 +01:00
bulletCount = 12
2025-02-09 09:37:43 +01:00
rotationSpeed = 0.0
2025-02-09 14:05:51 +01:00
_rotationOffset = 0.0
2025-02-09 09:37:43 +01:00
duration = 1.0
burstInterval = 1.0
spread = 180.0
owner = 2
2025-02-09 11:48:30 +01:00
_timeModifiers = null
2025-02-09 09:37:43 +01:00
WaitForCompletion = true
2025-02-09 10:02:06 +01:00
[sub_resource type="Resource" id="Resource_gm1rv"]
script = ExtResource("6_6mg1u")
patterns = Array[Resource]([SubResource("Resource_0v4v8"), SubResource("Resource_7yi74"), SubResource("Resource_0v4v8"), SubResource("Resource_7yi74"), SubResource("Resource_0v4v8"), SubResource("Resource_7yi74")])
WaitForCompletion = true
[sub_resource type="Resource" id="Resource_5fq8v"]
script = ExtResource("1_lw82i")
relativeTargetPosition = Vector2(-50, 20)
moveDuration = 1.0
transitionType = 1
easeType = 2
WaitForCompletion = true
2025-02-09 09:37:43 +01:00
[resource]
script = ExtResource("3_o6234")
2025-02-10 17:29:14 +01:00
Threshold = 900
2025-02-09 10:02:06 +01:00
Patterns = Array[Resource]([SubResource("Resource_upj22"), SubResource("Resource_gm1rv"), SubResource("Resource_5fq8v"), SubResource("Resource_gm1rv")])