mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-13 19:05:54 +00:00
Marisa bullets
This commit is contained in:
parent
369841217e
commit
f2e6025b35
17 changed files with 227 additions and 6 deletions
29
Resources/BossPhases/Marisa/marisa_ns1.tres
Normal file
29
Resources/BossPhases/Marisa/marisa_ns1.tres
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
[gd_resource type="Resource" script_class="BossPhase" load_steps=5 format=3 uid="uid://da1vjfavqs7u2"]
|
||||
|
||||
[ext_resource type="PackedScene" uid="uid://c034favdy56p0" path="res://Scenes/Weapons/Bullets/enemyBullet_star_yellow.tscn" id="1_0bb8a"]
|
||||
[ext_resource type="Script" path="res://Scripts/Resources/BossPhase.cs" id="1_7asq8"]
|
||||
[ext_resource type="Script" path="res://Scripts/AttackPatterns/SpiralPattern.cs" id="1_ys2v3"]
|
||||
|
||||
[sub_resource type="Resource" id="Resource_q4pcc"]
|
||||
script = ExtResource("1_ys2v3")
|
||||
BulletScene = ExtResource("1_0bb8a")
|
||||
bulletSpeed = 30.0
|
||||
bulletCount = 16
|
||||
rotationSpeed = 4.0
|
||||
_rotationOffset = 0.0
|
||||
duration = 5.0
|
||||
burstInterval = 0.9
|
||||
spread = 360.0
|
||||
owner = 2
|
||||
_damageType = 0
|
||||
_bulletDamage = 1.0
|
||||
_timeModifiers = null
|
||||
_targetPlayer = false
|
||||
WaitForCompletion = true
|
||||
|
||||
[resource]
|
||||
script = ExtResource("1_7asq8")
|
||||
PhaseName = ""
|
||||
Threshold = 300
|
||||
PlayAnimation = false
|
||||
Patterns = Array[Object]([SubResource("Resource_q4pcc")])
|
||||
Loading…
Add table
Add a link
Reference in a new issue