- 전체 Dart 소스 및 테스트 파일 포매팅 통일 - trailing comma, 줄바꿈, 인덴트 정리
- DamageType enum 추가 (physical/magical) - 스킬별 데미지 타입 지정 기능 구현 - 마법 스킬 데미지에 magAtk/magDef 적용 - 장비 아이템에서 magAtk/magDef 스탯 추출 - 관련 테스트 업데이트
- combat_calculator_test, skill_service_test, stat_calculator_test 추가 - mock_factories.dart 헬퍼 추가 - progress_loop_test, game_session_controller_test 서비스 분리 반영