mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-07-02 21:41:15 +00:00
Tweaks to maps and enemies
This commit is contained in:
parent
f4f783c5f3
commit
bd8c8901f3
7 changed files with 1620 additions and 437 deletions
|
|
@ -9,14 +9,9 @@ script = ExtResource("2_5nrie")
|
|||
BulletScene = ExtResource("1_l7ter")
|
||||
BulletSprite = ExtResource("2_eh6d2")
|
||||
BulletSize = 0.161
|
||||
BulletSpeed = 3.0
|
||||
Direction = Vector2(1, 0)
|
||||
BulletSpeed = 5.0
|
||||
BulletDamage = 12.0
|
||||
MaxDamage = 1.0
|
||||
Knockback = 1.0
|
||||
LifeTime = 10.0
|
||||
Owner = 2
|
||||
DamageType = 0
|
||||
GrazeValue = 1.0
|
||||
Attributes = 290
|
||||
TimeModifiers = []
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ script = ExtResource("2_4bl80")
|
|||
BulletScene = ExtResource("1_wf025")
|
||||
BulletSprite = ExtResource("2_e1tuw")
|
||||
BulletSize = 0.08
|
||||
BulletSpeed = 2.5
|
||||
BulletSpeed = 5.0
|
||||
BulletDamage = 8.0
|
||||
Owner = 2
|
||||
GrazeValue = 1.0
|
||||
|
|
|
|||
|
|
@ -56,10 +56,10 @@ MaxHealth = 6.0
|
|||
MovementSpeed = 1.5
|
||||
Weapon = ExtResource("8_ihub2")
|
||||
LootDrops = Array[ExtResource("2_gbbb4")]([SubResource("Resource_c8nix"), SubResource("Resource_gs2l3"), SubResource("Resource_sqnvg"), SubResource("Resource_5tyar"), SubResource("Resource_48xq6")])
|
||||
PlayerDetectionRange = 4.0
|
||||
ViewRange = 5.0
|
||||
AlarmReactRange = 8.0
|
||||
PlayerDisengageRange = 10.0
|
||||
PlayerDetectionRange = 12.0
|
||||
ViewRange = 8.0
|
||||
AlarmReactRange = 20.0
|
||||
PlayerDisengageRange = 15.0
|
||||
StrafeSpeed = 1.5
|
||||
MaxStrafeDistance = 1.0
|
||||
MinStrafeDistance = 0.2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue