aether-shards/test/systems
Matthew Mone f04905044d Implement EffectProcessor and related systems for enhanced game mechanics
Introduce the EffectProcessor class to manage game state changes through various effects, including damage, healing, and status application. Define type specifications for effects, conditions, and passive abilities in Effects.d.ts. Add a comprehensive JSON registry for passive skills and item effects, enhancing gameplay dynamics. Update the GameLoop and TurnSystem to integrate the EffectProcessor, ensuring proper handling of environmental hazards and passive effects during combat. Enhance testing coverage for the EffectProcessor and environmental interactions to validate functionality and performance.
2025-12-30 20:50:11 -08:00
..
EffectProcessor.test.js Implement EffectProcessor and related systems for enhanced game mechanics 2025-12-30 20:50:11 -08:00
EnvironmentalHazards.test.js Implement EffectProcessor and related systems for enhanced game mechanics 2025-12-30 20:50:11 -08:00
MovementSystem.test.js Add combat state and movement systems to manage turn-based mechanics. Implement CombatState and MovementSystem classes, integrating them into GameLoop for combat flow. Enhance UI with CombatHUD for displaying turn queue and active unit status. Add comprehensive tests for combat logic and movement validation, ensuring adherence to specifications. 2025-12-23 16:22:32 -08:00
PassiveItemEffects.test.js Implement EffectProcessor and related systems for enhanced game mechanics 2025-12-30 20:50:11 -08:00
SkillTargetingSystem.test.js Enhance testing and integration of inventory and character management systems 2025-12-27 16:54:03 -08:00
TurnSystem.test.js Add combat state and movement systems to manage turn-based mechanics. Implement CombatState and MovementSystem classes, integrating them into GameLoop for combat flow. Enhance UI with CombatHUD for displaying turn queue and active unit status. Add comprehensive tests for combat logic and movement validation, ensuring adherence to specifications. 2025-12-23 16:22:32 -08:00