Added reaction time to enemies

This commit is contained in:
Marco 2025-03-25 15:15:04 +01:00
commit 543f5f0d6b
11 changed files with 63 additions and 31 deletions

View file

@ -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"