mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-15 07:03:46 +00:00
Relative movement pattern
This commit is contained in:
parent
dbf7f1a963
commit
cd309ca49c
7 changed files with 139 additions and 95 deletions
30
Resources/BossPhases/Rumia/Rumia_NS_1_Chase.tres
Normal file
30
Resources/BossPhases/Rumia/Rumia_NS_1_Chase.tres
Normal file
|
|
@ -0,0 +1,30 @@
|
|||
[gd_resource type="Resource" script_class="ShootingPattern3D" load_steps=4 format=3 uid="uid://bmdxhsjh2qla6"]
|
||||
|
||||
[ext_resource type="Resource" uid="uid://dl3nq7odtrnum" path="res://Resources/Bullets/Boss/Rumia/Rumia_Red_Chase_Bullet_3D.tres" id="1_5q7h7"]
|
||||
[ext_resource type="Script" uid="uid://b5s5mjuk1rng5" path="res://Scripts/Resources/TimeModifier.cs" id="2_x15n1"]
|
||||
[ext_resource type="Script" uid="uid://bxiprx5nwmpnu" path="res://Scripts/AttackPatterns/ShootingPattern3D.cs" id="3_3bs8m"]
|
||||
|
||||
[resource]
|
||||
script = ExtResource("3_3bs8m")
|
||||
BulletResource = ExtResource("1_5q7h7")
|
||||
EmitterOffset = Vector3(0, 0, 0)
|
||||
bulletCount = 10
|
||||
rotationSpeed = 0.0
|
||||
_rotationOffset = 0.0
|
||||
duration = 2.0
|
||||
spread = 0.0
|
||||
burstInterval = 0.3
|
||||
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_x15n1")]([])
|
||||
WaitForCompletion = true
|
||||
metadata/_custom_type_script = "uid://bxiprx5nwmpnu"
|
||||
Loading…
Add table
Add a link
Reference in a new issue