Tweaked enemy health

This commit is contained in:
Marco 2025-04-09 09:16:41 +02:00
commit b7fde583f2
6 changed files with 11 additions and 8 deletions

View file

@ -44,7 +44,7 @@ script = ExtResource("8_8fxhl")
EnemyName = &"Special Fairy"
EnemyKey = &"FAIRY_BASE_SPECIAL"
PrefabPath = &"res://Scenes/Actors/Fairy_Special_FSM.tscn"
MaxHealth = 4.0
MaxHealth = 12.0
MovementSpeed = 30.0
Weapon = ExtResource("7_tf7s2")
LootDrops = Array[ExtResource("1_tf7s2")]([SubResource("Resource_c8nix"), SubResource("Resource_gs2l3"), SubResource("Resource_sqnvg"), SubResource("Resource_5tyar"), SubResource("Resource_48xq6")])