mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-07-03 02:41:17 +00:00
Added reaction time to enemies
This commit is contained in:
parent
1c4897f054
commit
543f5f0d6b
11 changed files with 63 additions and 31 deletions
|
|
@ -11,7 +11,12 @@ PrefabPath = &"res://Scenes/Actors/RoamingSusan.tscn"
|
|||
MaxHealth = 6.0
|
||||
MovementSpeed = 20.0
|
||||
Weapon = ExtResource("1_bpaea")
|
||||
LootDrops = Array[Object]([])
|
||||
LootDrops = []
|
||||
PlayerDetectionRange = 90.0
|
||||
ViewRange = 120.0
|
||||
AlarmReactRange = 200.0
|
||||
PlayerDisengageRange = 500.0
|
||||
StrafeSpeed = 25.0
|
||||
MaxStrafeDistance = 16.0
|
||||
MinStrafeDistance = 8.0
|
||||
metadata/_custom_type_script = "uid://cd5o0ceb50jki"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue