feat: add emergent world foundations

This commit is contained in:
Rijad Zuzo
2026-08-12 20:06:51 +02:00
parent fa04137a04
commit ea00f60165
44 changed files with 2665 additions and 7 deletions
@@ -0,0 +1,14 @@
[gd_resource type="Resource" script_class="EnemyDefinition" load_steps=2 format=3]
[ext_resource type="Script" path="res://simulation/definitions/EnemyDefinition.gd" id="1"]
[resource]
script = ExtResource("1")
enemy_id = &"enemy_raider"
display_name = "Raider"
kind = &"raider"
weapon_id = &"item_sword"
health = 60.0
move_speed = 3.5
body_color = Color(0.4, 0.13, 0.1, 1)
accent_color = Color(0.55, 0.55, 0.58, 1)