mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-16 10:43:46 +00:00
Navigation and shooting modules
This commit is contained in:
parent
ef6c240e8e
commit
5a6d31e2f0
8 changed files with 229 additions and 11 deletions
|
|
@ -45,8 +45,10 @@ EnemyName = &"Fairy"
|
|||
EnemyKey = &"FAIRY_BASE"
|
||||
PrefabPath = &"res://Scenes/Actors/Fairy_New.tscn"
|
||||
MaxHealth = 2.0
|
||||
MovementSpeed = 20.0
|
||||
Weapon = ExtResource("7_xkg5o")
|
||||
LootDrops = Array[Object]([SubResource("Resource_c8nix"), SubResource("Resource_gs2l3"), SubResource("Resource_sqnvg"), SubResource("Resource_5tyar"), SubResource("Resource_48xq6")])
|
||||
AlarmReactRange = 200.0
|
||||
PlayerDisengageRange = 500.0
|
||||
PlayerDetectionRange = 90.0
|
||||
AlarmReactRange = 300.0
|
||||
PlayerDisengageRange = 200.0
|
||||
metadata/_custom_type_script = "uid://cd5o0ceb50jki"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue