cirnogodot/Resources/Patterns/rumia_ns_1.tres

21 lines
840 B
Text
Raw Permalink Normal View History

2025-02-05 19:41:49 +01:00
[gd_resource type="Resource" script_class="TargetedPattern" load_steps=5 format=3 uid="uid://csudslb5tliw4"]
2025-02-09 09:37:43 +01:00
[ext_resource type="PackedScene" uid="uid://bi3f14klscvlw" path="res://Scenes/Weapons/Bullets/enemyBullet_mid_red.tscn" id="1_aif45"]
2025-02-24 11:37:45 +01:00
[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"]
2025-02-05 19:41:49 +01:00
[sub_resource type="Resource" id="Resource_jeq72"]
script = ExtResource("2_wxqq0")
decreaseRate = 4.0
[resource]
script = ExtResource("3_ht3k1")
2025-02-09 09:37:43 +01:00
BulletScene = ExtResource("1_aif45")
bulletSpeed = 70.0
duration = 3.0
burstInterval = 0.3
2025-02-05 19:41:49 +01:00
bulletsPerShot = 10
spread = 0.0
owner = 2
modifier = SubResource("Resource_jeq72")
WaitForCompletion = true