Add sensual location background assets

This commit is contained in:
2026-06-13 02:09:00 +09:00
parent c11da3530f
commit 55f417c9e1
26 changed files with 203 additions and 1 deletions

View File

@@ -11,6 +11,7 @@
- `data/character_location_presence.json`: 캐릭터별 출현 가능 장소, 시간대, 등장 가중치
- `data/progression.json`: 만남에서 연인 전환까지의 공통 진행 규칙
- `data/character_assets.json`: 캐릭터 기본 이미지의 통과 상태와 파일 경로
- `data/location_assets.json`: 장소별 배경 CG의 통과 상태와 파일 경로
- `docs/game_structure.md`: 게임 루프와 시스템 설계 메모
- `docs/art/facial_identity_matrix.md`: 캐릭터별 얼굴형, 눈매, 헤어, 표정 차별화 기준
- `scripts/validate_content.py`: 캐릭터 나이와 장소 참조 무결성 검증
@@ -26,6 +27,7 @@
- 박민서 피트니스 데이트 101+ CG는 `assets/characters/date_cg/park_minseo_fitness_affection_100plus_v2.png`를 사용합니다.
- 신규 후보 10장과 비교용 contact sheet는 `assets/characters/date_cg/candidates/park_minseo_100plus/`에 보관합니다.
- 장소 배경 CG 22장은 `assets/locations/`에 보관하며, 비교용 contact sheet는 `assets/locations/location_backgrounds_contact_sheet.png`입니다.
## 검증