mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-12 13:05:55 +00:00
Perfected spell card
This commit is contained in:
parent
8d48a27fdc
commit
a9b2c8c873
17 changed files with 352 additions and 6 deletions
|
|
@ -1,9 +1,11 @@
|
|||
[gd_resource type="Resource" script_class="BossPhase" load_steps=9 format=3 uid="uid://ddb5dqocmk6x7"]
|
||||
[gd_resource type="Resource" script_class="BossPhase" load_steps=15 format=3 uid="uid://ddb5dqocmk6x7"]
|
||||
|
||||
[ext_resource type="PackedScene" uid="uid://dh81snen2f6bf" path="res://Scenes/Weapons/Bullets/enemyBullet_rice_blue_small.tscn" id="1_as8n2"]
|
||||
[ext_resource type="Script" path="res://Scripts/Resources/BossPhase.cs" id="1_fdlxv"]
|
||||
[ext_resource type="PackedScene" uid="uid://ck6f08w1fy5fa" path="res://Scenes/Weapons/Bullets/enemyBullet_rice_yellow.tscn" id="1_r6kqy"]
|
||||
[ext_resource type="Script" path="res://Scripts/Resources/TimeModifier.cs" id="2_kghxb"]
|
||||
[ext_resource type="Script" path="res://Scripts/AttackPatterns/SpiralPattern.cs" id="2_wkmhk"]
|
||||
[ext_resource type="PackedScene" uid="uid://ctrk5qrb7n3fm" path="res://Scenes/Weapons/Bullets/enemyBullet_rice_green_small.tscn" id="4_tek7n"]
|
||||
[ext_resource type="PackedScene" uid="uid://chowj81jsdvcx" path="res://Scenes/Weapons/Bullets/enemyBullet_rice_red_small.tscn" id="5_n4xqo"]
|
||||
|
||||
[sub_resource type="Resource" id="Resource_17kqi"]
|
||||
script = ExtResource("2_kghxb")
|
||||
|
|
@ -13,7 +15,7 @@ Value = 90.0
|
|||
|
||||
[sub_resource type="Resource" id="Resource_puvpt"]
|
||||
script = ExtResource("2_wkmhk")
|
||||
BulletScene = ExtResource("1_r6kqy")
|
||||
BulletScene = ExtResource("1_as8n2")
|
||||
bulletSpeed = 20.0
|
||||
bulletCount = 20
|
||||
rotationSpeed = 0.0
|
||||
|
|
@ -36,12 +38,80 @@ Value = -90.0
|
|||
|
||||
[sub_resource type="Resource" id="Resource_44j24"]
|
||||
script = ExtResource("2_wkmhk")
|
||||
BulletScene = ExtResource("1_r6kqy")
|
||||
BulletScene = ExtResource("1_as8n2")
|
||||
bulletSpeed = 20.0
|
||||
bulletCount = 20
|
||||
rotationSpeed = 0.0
|
||||
_rotationOffset = 180.0
|
||||
duration = 5.0
|
||||
duration = 2.0
|
||||
burstInterval = 6.0
|
||||
spread = 360.0
|
||||
owner = 2
|
||||
_damageType = 0
|
||||
_bulletDamage = 1.0
|
||||
_timeModifiers = Array[Resource]([SubResource("Resource_sk6w4")])
|
||||
_targetPlayer = false
|
||||
WaitForCompletion = true
|
||||
|
||||
[sub_resource type="Resource" id="Resource_wkxow"]
|
||||
script = ExtResource("2_wkmhk")
|
||||
BulletScene = ExtResource("4_tek7n")
|
||||
bulletSpeed = 20.0
|
||||
bulletCount = 20
|
||||
rotationSpeed = 0.0
|
||||
_rotationOffset = 0.0
|
||||
duration = 1.0
|
||||
burstInterval = 2.0
|
||||
spread = 360.0
|
||||
owner = 2
|
||||
_damageType = 0
|
||||
_bulletDamage = 1.0
|
||||
_timeModifiers = Array[Resource]([SubResource("Resource_17kqi")])
|
||||
_targetPlayer = false
|
||||
WaitForCompletion = false
|
||||
|
||||
[sub_resource type="Resource" id="Resource_gcqck"]
|
||||
script = ExtResource("2_wkmhk")
|
||||
BulletScene = ExtResource("4_tek7n")
|
||||
bulletSpeed = 20.0
|
||||
bulletCount = 20
|
||||
rotationSpeed = 0.0
|
||||
_rotationOffset = 180.0
|
||||
duration = 2.0
|
||||
burstInterval = 6.0
|
||||
spread = 360.0
|
||||
owner = 2
|
||||
_damageType = 0
|
||||
_bulletDamage = 1.0
|
||||
_timeModifiers = Array[Resource]([SubResource("Resource_sk6w4")])
|
||||
_targetPlayer = false
|
||||
WaitForCompletion = true
|
||||
|
||||
[sub_resource type="Resource" id="Resource_bxbto"]
|
||||
script = ExtResource("2_wkmhk")
|
||||
BulletScene = ExtResource("5_n4xqo")
|
||||
bulletSpeed = 20.0
|
||||
bulletCount = 20
|
||||
rotationSpeed = 0.0
|
||||
_rotationOffset = 0.0
|
||||
duration = 1.0
|
||||
burstInterval = 2.0
|
||||
spread = 360.0
|
||||
owner = 2
|
||||
_damageType = 0
|
||||
_bulletDamage = 1.0
|
||||
_timeModifiers = Array[Resource]([SubResource("Resource_17kqi")])
|
||||
_targetPlayer = false
|
||||
WaitForCompletion = false
|
||||
|
||||
[sub_resource type="Resource" id="Resource_q48s1"]
|
||||
script = ExtResource("2_wkmhk")
|
||||
BulletScene = ExtResource("5_n4xqo")
|
||||
bulletSpeed = 20.0
|
||||
bulletCount = 20
|
||||
rotationSpeed = 0.0
|
||||
_rotationOffset = 180.0
|
||||
duration = 2.0
|
||||
burstInterval = 6.0
|
||||
spread = 360.0
|
||||
owner = 2
|
||||
|
|
@ -56,4 +126,4 @@ script = ExtResource("1_fdlxv")
|
|||
PhaseName = ""
|
||||
Threshold = 800
|
||||
PlayAnimation = false
|
||||
Patterns = Array[Object]([SubResource("Resource_puvpt"), SubResource("Resource_44j24")])
|
||||
Patterns = Array[Object]([SubResource("Resource_puvpt"), SubResource("Resource_44j24"), SubResource("Resource_wkxow"), SubResource("Resource_gcqck"), SubResource("Resource_bxbto"), SubResource("Resource_q48s1")])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue