Everyone is on fire temporarily.

This commit is contained in:
Zed A. Shaw 2025-04-15 19:34:39 -04:00
parent 467a26628c
commit 5ffa3b0d1e
5 changed files with 104 additions and 9 deletions

View file

@ -47,7 +47,7 @@
"foreground": [205, 164, 246],
"background": [30, 20, 75]
},
{"_type": "Combat", "hp": 200, "max_hp": 200, "damage": 20, "dead": false},
{"_type": "Combat", "hp": 50, "max_hp": 50, "damage": 2, "dead": false},
{"_type": "Motion", "dx": 0, "dy": 0, "random": false},
{"_type": "EnemyConfig", "ai_script": "Enemy::actions", "ai_start_name": "Enemy::initial_state", "ai_goal_name": "Enemy::final_state"},
{"_type": "Personality", "hearing_distance": 5, "tough": false},