mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-12 17:45:54 +00:00
30 lines
1.1 KiB
Text
30 lines
1.1 KiB
Text
[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"
|