mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-01 10:05:34 +00:00
21 lines
840 B
Text
21 lines
840 B
Text
[gd_resource type="Resource" script_class="TargetedPattern" load_steps=5 format=3 uid="uid://csudslb5tliw4"]
|
|
|
|
[ext_resource type="PackedScene" uid="uid://bi3f14klscvlw" path="res://Scenes/Weapons/Bullets/enemyBullet_mid_red.tscn" id="1_aif45"]
|
|
[ext_resource type="Script" uid="uid://b6h8slfcd5suh" path="res://Scripts/Resources/DecreasingSpeedModifier.cs" id="2_wxqq0"]
|
|
[ext_resource type="Script" uid="uid://by0fm3opaexcs" 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_aif45")
|
|
bulletSpeed = 70.0
|
|
duration = 3.0
|
|
burstInterval = 0.3
|
|
bulletsPerShot = 10
|
|
spread = 0.0
|
|
owner = 2
|
|
modifier = SubResource("Resource_jeq72")
|
|
WaitForCompletion = true
|