feat: spawn enemies from reusable definitions

This commit is contained in:
Rijad Zuzo
2026-08-12 20:34:55 +02:00
parent 41b37a4962
commit 809e7c008d
12 changed files with 332 additions and 57 deletions
+4
View File
@@ -7,6 +7,10 @@ script = ExtResource("1")
enemy_id = &"enemy_wolf"
display_name = "Wolf"
kind = &"wolf"
behavior_profile_id = &"wolf_hunt"
combatant_id_prefix = "wolf"
faction_id = &"faction_tribe"
hostile = true
weapon_id = &"item_claw"
health = 40.0
move_speed = 4.2