mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-15 08:23:47 +00:00
Mapping and balance
This commit is contained in:
parent
d042e4307e
commit
57eb6d1724
11 changed files with 36 additions and 14 deletions
|
|
@ -10,7 +10,7 @@ BulletScene = ExtResource("1_no224")
|
|||
DestructionParticlesScene = ExtResource("2_04tom")
|
||||
BulletSpeed = 300.0
|
||||
Direction = Vector2(1, 0)
|
||||
BulletDamage = 0.4
|
||||
BulletDamage = 0.6
|
||||
Knockback = 100.0
|
||||
LifeTime = 10.0
|
||||
DestroyOnCollision = true
|
||||
|
|
|
|||
|
|
@ -10,12 +10,15 @@ BulletScene = ExtResource("1_wx5pd")
|
|||
DestructionParticlesScene = ExtResource("2_w7ktr")
|
||||
BulletSpeed = 120.0
|
||||
Direction = Vector2(1, 0)
|
||||
BulletDamage = 6.0
|
||||
BulletDamage = 8.0
|
||||
Knockback = 200.0
|
||||
LifeTime = 20.0
|
||||
DestroyOnCollision = true
|
||||
Owner = 1
|
||||
DamageType = 2
|
||||
RotateSprite = false
|
||||
Controllable = false
|
||||
Freezable = true
|
||||
Grazeable = false
|
||||
GrazeValue = -0.2
|
||||
TimeModifiers = null
|
||||
TimeModifiers = []
|
||||
|
|
|
|||
|
|
@ -10,7 +10,8 @@ BulletScene = ExtResource("1_qjgqc")
|
|||
DestructionParticlesScene = ExtResource("2_fkpjr")
|
||||
BulletSpeed = 300.0
|
||||
Direction = Vector2(1, 0)
|
||||
BulletDamage = 0.4
|
||||
BulletDamage = 0.8
|
||||
Knockback = 200.0
|
||||
LifeTime = 10.0
|
||||
DestroyOnCollision = true
|
||||
Owner = 1
|
||||
|
|
|
|||
|
|
@ -22,8 +22,8 @@ BulletScene = ExtResource("1_lfcuj")
|
|||
DestructionParticlesScene = ExtResource("2_mdq2b")
|
||||
BulletSpeed = 100.0
|
||||
Direction = Vector2(1, 0)
|
||||
BulletDamage = 1.0
|
||||
Knockback = 1.0
|
||||
BulletDamage = 8.0
|
||||
Knockback = 200.0
|
||||
LifeTime = 10.0
|
||||
DestroyOnCollision = true
|
||||
Owner = 1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue