mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-12 17:45:54 +00:00
21 lines
787 B
Text
21 lines
787 B
Text
[gd_resource type="Resource" script_class="TargetedPattern" load_steps=5 format=3 uid="uid://csudslb5tliw4"]
|
|
|
|
[ext_resource type="PackedScene" uid="uid://by2rk6gx67f7e" path="res://Scenes/Weapons/Bullets/enemyBullet_yellow.tscn" id="1_pocps"]
|
|
[ext_resource type="Script" path="res://Scripts/Resources/DecreasingSpeedModifier.cs" id="2_wxqq0"]
|
|
[ext_resource type="Script" path="res://Scripts/AttackPatterns/TargetedPattern.cs" id="3_ht3k1"]
|
|
|
|
[sub_resource type="Resource" id="Resource_jeq72"]
|
|
script = ExtResource("2_wxqq0")
|
|
decreaseRate = 4.0
|
|
|
|
[resource]
|
|
script = ExtResource("3_ht3k1")
|
|
BulletScene = ExtResource("1_pocps")
|
|
bulletSpeed = 50.0
|
|
duration = 4.0
|
|
burstInterval = 0.4
|
|
bulletsPerShot = 10
|
|
spread = 0.0
|
|
owner = 2
|
|
modifier = SubResource("Resource_jeq72")
|
|
WaitForCompletion = true
|