mud/src/mudlib/combat
Jared Miller af941b329b
Add spawn command and wire mobs into server
Phase 6: spawn command creates mobs at player position from loaded
templates. Server loads mob templates from content/mobs/ at startup,
injects world into combat/commands module, and runs process_mobs()
each game loop tick after process_combat().
2026-02-09 11:54:29 -05:00
..
__init__.py Add data-driven combat system with TOML move definitions 2026-02-07 21:16:12 -05:00
commands.py Add mob target resolution in combat commands 2026-02-09 11:54:29 -05:00
encounter.py Fix variant defense mode and test cleanup 2026-02-08 12:28:17 -05:00
engine.py Add spawn command and wire mobs into server 2026-02-09 11:54:29 -05:00
moves.py Add description field to CombatMove dataclass 2026-02-08 14:32:51 -05:00