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
+1
View File
@@ -111,6 +111,7 @@ func _test_defend_selection() -> void:
"A strong idle villager should rally to defend during an active raid"
)
var worker: SimNPC = manager.npcs[1]
worker.profession = SimulationIds.PROFESSION_FARMER
worker.strength = 1.0
worker.hunger = 20.0
worker.energy = 90.0