mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-19 02:03:48 +00:00
Mapping
This commit is contained in:
parent
5a6d31e2f0
commit
5f129d84d8
4 changed files with 6 additions and 2 deletions
|
|
@ -45,8 +45,10 @@ EnemyName = &"Fairy Guard"
|
||||||
EnemyKey = &"FAIRY_GUARD"
|
EnemyKey = &"FAIRY_GUARD"
|
||||||
PrefabPath = &"res://Scenes/Actors/FairyGuard_New.tscn"
|
PrefabPath = &"res://Scenes/Actors/FairyGuard_New.tscn"
|
||||||
MaxHealth = 4.0
|
MaxHealth = 4.0
|
||||||
|
MovementSpeed = 20.0
|
||||||
Weapon = ExtResource("7_xlxdc")
|
Weapon = ExtResource("7_xlxdc")
|
||||||
LootDrops = Array[Object]([SubResource("Resource_c8nix"), SubResource("Resource_gs2l3"), SubResource("Resource_sqnvg"), SubResource("Resource_5tyar"), SubResource("Resource_48xq6")])
|
LootDrops = Array[Object]([SubResource("Resource_c8nix"), SubResource("Resource_gs2l3"), SubResource("Resource_sqnvg"), SubResource("Resource_5tyar"), SubResource("Resource_48xq6")])
|
||||||
|
PlayerDetectionRange = 90.0
|
||||||
AlarmReactRange = 200.0
|
AlarmReactRange = 200.0
|
||||||
PlayerDisengageRange = 500.0
|
PlayerDisengageRange = 500.0
|
||||||
metadata/_custom_type_script = "uid://cd5o0ceb50jki"
|
metadata/_custom_type_script = "uid://cd5o0ceb50jki"
|
||||||
|
|
|
||||||
File diff suppressed because one or more lines are too long
1
Scripts/Enums/DifficultyLevel.cs.uid
Normal file
1
Scripts/Enums/DifficultyLevel.cs.uid
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
uid://ceiclpfjpvson
|
||||||
1
Scripts/Enums/EnemyState.cs.uid
Normal file
1
Scripts/Enums/EnemyState.cs.uid
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
uid://dys5grxyqe0gn
|
||||||
Loading…
Add table
Add a link
Reference in a new issue