docs: Progress Quest 언급 제거 + README 전면 재작성
Some checks failed
CI / analyze-and-test (push) Has been cancelled

- README: 프로젝트 설명, 게임 시스템, 스탯 표 포함 재작성
- CLAUDE.md, ARCHITECTURE.md: PQ 참조 제거
- skill_data, pq_logic, game_state, game_mutations: 주석에서 PQ 언급 제거
- analysis/market-analysis: PQ 언급 제거
This commit is contained in:
JiWoong Sul
2026-03-31 00:22:28 +09:00
parent b346fdebe8
commit 0116db1056
8 changed files with 59 additions and 35 deletions

View File

@@ -68,7 +68,7 @@ Config.dfm에서 추출한 종족, 직업, 스킬, 포션, 스토리 데이터.
| 파일 | 역할 |
|------|------|
| `pq_config_data.dart` | PQ 원본 데이터 (몬스터, 아이템, 주문 등) |
| `pq_config_data.dart` | 게임 원본 정적 데이터 (몬스터, 아이템, 주문 등) |
| `class_data.dart` | 직업 정의 + 특성 |
| `race_data.dart` | 종족 정의 + 특성 |
| `skill_data.dart` | 68개 스킬 정의 |