mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-16 06:43:46 +00:00
Rumia's patterns
This commit is contained in:
parent
6505c058a6
commit
a344ed8b72
12 changed files with 343 additions and 36 deletions
46
Resources/Patterns/Rumia_SP1_Part2.tres
Normal file
46
Resources/Patterns/Rumia_SP1_Part2.tres
Normal file
|
|
@ -0,0 +1,46 @@
|
|||
[gd_resource type="Resource" script_class="ShootingPattern3D" load_steps=8 format=3 uid="uid://1erpxunntcsh"]
|
||||
|
||||
[ext_resource type="Resource" uid="uid://ct86iyo1nbo30" path="res://Resources/Bullets/Boss/Rumia/Rumia_Green_Bullet_Small_3D.tres" id="1_u1m81"]
|
||||
[ext_resource type="Script" uid="uid://b5s5mjuk1rng5" path="res://Scripts/Resources/TimeModifier.cs" id="2_hpyh2"]
|
||||
[ext_resource type="Script" uid="uid://c6kkaq6j4thug" path="res://Scripts/Resources/Modifiers/DelayedPlayerFacingModifier.cs" id="3_p1i4g"]
|
||||
[ext_resource type="Script" uid="uid://cq7pfooyqayc4" path="res://Scripts/Resources/Modifiers/DelayedSpeedModifier.cs" id="4_6wavh"]
|
||||
[ext_resource type="Script" uid="uid://bxiprx5nwmpnu" path="res://Scripts/AttackPatterns/ShootingPattern3D.cs" id="5_fqpy4"]
|
||||
|
||||
[sub_resource type="Resource" id="Resource_xt3r4"]
|
||||
script = ExtResource("3_p1i4g")
|
||||
TimeInSeconds = 0.5
|
||||
ModifierType = 2
|
||||
Value = 0.0
|
||||
Continuous = false
|
||||
|
||||
[sub_resource type="Resource" id="Resource_wk3la"]
|
||||
script = ExtResource("4_6wavh")
|
||||
TimeInSeconds = 0.8
|
||||
ModifierType = 0
|
||||
Value = 5.0
|
||||
Continuous = false
|
||||
|
||||
[resource]
|
||||
script = ExtResource("5_fqpy4")
|
||||
BulletResource = ExtResource("1_u1m81")
|
||||
EmitterOffset = Vector3(0, 0, 0)
|
||||
bulletCount = 12
|
||||
rotationSpeed = 0.0
|
||||
_rotationOffset = 45.0
|
||||
duration = 0.8
|
||||
spread = 180.0
|
||||
burstInterval = 1.0
|
||||
ShotsPerBurst = 100
|
||||
BurstRate = 0.0
|
||||
_targetPlayer = true
|
||||
_predictPlayer = false
|
||||
OverrideOwner = false
|
||||
Owner = 0
|
||||
OverrideDamageType = false
|
||||
DamageType = 0
|
||||
OverrideControllable = false
|
||||
Controllable = false
|
||||
OverrideCreationModifier = false
|
||||
TimeModifiers = Array[ExtResource("2_hpyh2")]([SubResource("Resource_xt3r4"), SubResource("Resource_wk3la")])
|
||||
WaitForCompletion = true
|
||||
metadata/_custom_type_script = "uid://bxiprx5nwmpnu"
|
||||
46
Resources/Patterns/Rumia_SP1_Part2_Predicting.tres
Normal file
46
Resources/Patterns/Rumia_SP1_Part2_Predicting.tres
Normal file
|
|
@ -0,0 +1,46 @@
|
|||
[gd_resource type="Resource" script_class="ShootingPattern3D" load_steps=8 format=3 uid="uid://c0h5eo1lbsofd"]
|
||||
|
||||
[ext_resource type="Resource" uid="uid://ct86iyo1nbo30" path="res://Resources/Bullets/Boss/Rumia/Rumia_Green_Bullet_Small_3D.tres" id="1_1ov13"]
|
||||
[ext_resource type="Script" uid="uid://b5s5mjuk1rng5" path="res://Scripts/Resources/TimeModifier.cs" id="2_m3ok6"]
|
||||
[ext_resource type="Script" uid="uid://c6kkaq6j4thug" path="res://Scripts/Resources/Modifiers/DelayedPlayerFacingModifier.cs" id="3_ygi0w"]
|
||||
[ext_resource type="Script" uid="uid://cq7pfooyqayc4" path="res://Scripts/Resources/Modifiers/DelayedSpeedModifier.cs" id="4_gk7f1"]
|
||||
[ext_resource type="Script" uid="uid://bxiprx5nwmpnu" path="res://Scripts/AttackPatterns/ShootingPattern3D.cs" id="5_fu7ru"]
|
||||
|
||||
[sub_resource type="Resource" id="Resource_xt3r4"]
|
||||
script = ExtResource("3_ygi0w")
|
||||
TimeInSeconds = 0.5
|
||||
ModifierType = 2
|
||||
Value = 0.0
|
||||
Continuous = false
|
||||
|
||||
[sub_resource type="Resource" id="Resource_wk3la"]
|
||||
script = ExtResource("4_gk7f1")
|
||||
TimeInSeconds = 0.8
|
||||
ModifierType = 0
|
||||
Value = 5.0
|
||||
Continuous = false
|
||||
|
||||
[resource]
|
||||
script = ExtResource("5_fu7ru")
|
||||
BulletResource = ExtResource("1_1ov13")
|
||||
EmitterOffset = Vector3(0, 0, 0)
|
||||
bulletCount = 12
|
||||
rotationSpeed = 0.0
|
||||
_rotationOffset = 45.0
|
||||
duration = 0.8
|
||||
spread = 180.0
|
||||
burstInterval = 1.0
|
||||
ShotsPerBurst = 100
|
||||
BurstRate = 0.0
|
||||
_targetPlayer = true
|
||||
_predictPlayer = true
|
||||
OverrideOwner = false
|
||||
Owner = 0
|
||||
OverrideDamageType = false
|
||||
DamageType = 0
|
||||
OverrideControllable = false
|
||||
Controllable = false
|
||||
OverrideCreationModifier = false
|
||||
TimeModifiers = Array[ExtResource("2_m3ok6")]([SubResource("Resource_xt3r4"), SubResource("Resource_wk3la")])
|
||||
WaitForCompletion = true
|
||||
metadata/_custom_type_script = "uid://bxiprx5nwmpnu"
|
||||
Loading…
Add table
Add a link
Reference in a new issue