Add facial diversity gate for character assets
This commit is contained in:
@@ -9,8 +9,11 @@
|
||||
- `data/characters.json`: 22명의 성인 여성 캐릭터와 각자의 루트 구조
|
||||
- `data/locations.json`: 맵 클릭 지점, 주요 시간대, 우연한 만남 태그
|
||||
- `data/progression.json`: 만남에서 연인 전환까지의 공통 진행 규칙
|
||||
- `data/character_assets.json`: 캐릭터 기본 이미지의 통과 상태와 파일 경로
|
||||
- `docs/game_structure.md`: 게임 루프와 시스템 설계 메모
|
||||
- `docs/art/facial_identity_matrix.md`: 캐릭터별 얼굴형, 눈매, 헤어, 표정 차별화 기준
|
||||
- `scripts/validate_content.py`: 캐릭터 나이와 장소 참조 무결성 검증
|
||||
- `scripts/validate_assets.py`: 캐릭터 이미지 매니페스트와 PNG 해상도 검증
|
||||
|
||||
## 콘텐츠 원칙
|
||||
|
||||
@@ -22,4 +25,5 @@
|
||||
|
||||
```bash
|
||||
python3 scripts/validate_content.py
|
||||
python3 scripts/validate_assets.py
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user