JiWoong Sul 02d4d1d397 feat(engine): GCD 체크 및 스킬 자동 장착 로직 구현
SkillService:
- canUseSkill()에 GCD 체크 추가
- selectAutoSkill() 확률 조정 (70% 일반공격, 30% 스킬)
- 버프/디버프 조건 강화 (HP>80%, 활성 효과 체크)

ProgressService:
- 스킬 사용 후 GCD 시작 로직 추가
- 장착된 스킬 슬롯에서 사용 가능 스킬 조회
- 비전투 태스크 시 currentCombat 초기화

GameMutations:
- winSpell()에서 스펠 획득 시 전투 스킬 자동 장착
2026-01-14 23:04:38 +09:00
2025-12-09 17:24:04 +09:00
2025-12-09 17:24:04 +09:00
2025-12-09 17:35:56 +09:00
2025-12-09 17:24:04 +09:00
2025-12-09 17:24:04 +09:00
2025-12-09 17:24:04 +09:00
2025-12-09 17:24:04 +09:00

Ascii Never Die

Offline Flutter rebuild of Progress Quest 6.4 (single-player only). Network features are stripped; all game data and saves live locally.

Layout

  • lib/src/features/front/ temporary front screen shell to hang the upcoming flow on.
  • doc/progress-quest-flutter-plan.md working plan/notes for the port.
  • example/pq/ original Delphi source/assets (reference only, not built).

Run

flutter pub get
flutter run

Use any supported platform (-d macos, -d chrome, etc.); multi-platform scaffolding is enabled.

Checks

Run from repo root before handoff:

dart format --set-exit-if-changed .
flutter analyze
flutter test
Description
No description provided
Readme 39 MiB
Languages
Dart 92%
HTML 5.7%
C++ 1.1%
CMake 0.9%
Ruby 0.1%
Other 0.1%