mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-07-04 04:51:16 +00:00
New Modifier
This commit is contained in:
parent
50c111ee28
commit
019f7d7ca0
18 changed files with 423 additions and 45 deletions
|
|
@ -1,6 +1,6 @@
|
|||
[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="PackedScene" uid="uid://bi3f14klscvlw" path="res://Scenes/Weapons/Bullets/enemyBullet_mid_red.tscn" id="1_aif45"]
|
||||
[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"]
|
||||
|
||||
|
|
@ -10,10 +10,10 @@ decreaseRate = 4.0
|
|||
|
||||
[resource]
|
||||
script = ExtResource("3_ht3k1")
|
||||
BulletScene = ExtResource("1_pocps")
|
||||
bulletSpeed = 50.0
|
||||
duration = 4.0
|
||||
burstInterval = 0.4
|
||||
BulletScene = ExtResource("1_aif45")
|
||||
bulletSpeed = 70.0
|
||||
duration = 3.0
|
||||
burstInterval = 0.3
|
||||
bulletsPerShot = 10
|
||||
spread = 0.0
|
||||
owner = 2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue