mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-01 07:45:33 +00:00
Enhanced bullet scripts
This commit is contained in:
parent
099c8acf5e
commit
c1f83736f0
7 changed files with 112 additions and 52 deletions
|
|
@ -7,6 +7,7 @@
|
|||
|
||||
[sub_resource type="Resource" id="Resource_bdx2k"]
|
||||
script = ExtResource("3_wsvd4")
|
||||
LoopType = 1
|
||||
BulletResource = ExtResource("1_bdx2k")
|
||||
rotationSpeed = 12.0
|
||||
UseParentRotationOffset = true
|
||||
|
|
|
|||
|
|
@ -7,13 +7,14 @@
|
|||
|
||||
[sub_resource type="Resource" id="Resource_ww6vs"]
|
||||
script = ExtResource("3_tp6n0")
|
||||
LoopType = 1
|
||||
BulletResource = ExtResource("1_ww6vs")
|
||||
bulletCount = 8
|
||||
BurstRotationSpeed = 12.0
|
||||
BurstRotationSpeed = 6.0
|
||||
UseParentRotationOffset = true
|
||||
burstInterval = 0.1
|
||||
ShotsPerBurst = 4
|
||||
BurstRate = 2.0
|
||||
BurstRate = 0.5
|
||||
OverrideDamage = true
|
||||
DamageOverride = 20.0
|
||||
OverrideOwner = true
|
||||
|
|
|
|||
|
|
@ -7,10 +7,17 @@
|
|||
|
||||
[sub_resource type="Resource" id="Resource_c4f5k"]
|
||||
script = ExtResource("3_l6rg6")
|
||||
LoopType = 1
|
||||
BulletResource = ExtResource("1_c4f5k")
|
||||
bulletCount = 1
|
||||
UseParentRotationOffset = true
|
||||
duration = 0.5
|
||||
spread = 0.0
|
||||
burstInterval = 0.0
|
||||
ShotsPerBurst = 1
|
||||
BurstRate = 0.5
|
||||
OverrideDamage = true
|
||||
DamageOverride = 20.0
|
||||
metadata/_custom_type_script = "uid://bxiprx5nwmpnu"
|
||||
|
||||
[resource]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue