Fix: Restore unified Topics folder and reorganize specialized category folders

This commit is contained in:
Antigravity Agent
2026-05-02 23:25:02 +09:00
parent b71a0b82d3
commit fdfbc83535
6241 changed files with 147626 additions and 194 deletions
@@ -0,0 +1,35 @@
# 🎮 UX & Gameplay Protocol: V10.0 Upgrade
## 1. Design [[Philosophy|Philosophy]] (설계 철학)
기능적 프로토타입을 넘어, 고도의 도파민 자극과 세련된 게임플레이 경험을 제공하는 **'Skybound Protocol V10.0'**의 명세입니다.
## 2. Key Implementations (주요 구현 사항)
### 🛩️ Airframe Streamlining (FALCON Focus)
- **Policy**: 'FALCON' 기체를 단일 영웅 기체로 설정하여 밸런싱 집중도 향상.
- **Impact**: 유저에게 일관된 조작감과 성장 경험을 제공.
### 🎯 Jackpot CriticalSystem (확률 기반 크리티컬)
- **Mechanism**: 15% 기본 확률, 1.5x ~ 5.0x의 데미지 편차 적용.
- **Dynamic**: `Math.pow(Math.random(), 3)`를 활용하여 초고데미지(Jackpot)의 희소성을 확보, 보상 극대화.
### 🔢 Floating Text Feedback Engine
- **Visual Distinction**:
- 일반 타격: 소형 화이트 텍스트.
- 크리티컬: 대형 골드/오렌지 글로우 효과 및 "CRITICAL!" 텍스트 강조.
- **Motion**: 상단 부유 및 알파 채널 페이드아웃을 통한 가독성 확보.
### 📈 Temporal Difficulty Scaling (시간 가변 난이도)
- **Algorithm**: `difficultyMult = 1.0 + (frame / 3600) * 0.1`.
- **Scaling Impact**:
- 적 스폰 쿨다운 단축.
- 적 HP 및 탄환 속도 비례 상승.
- 장애물(Asteroid) 출현 빈도 증가.
## 3. Strategic Debt Resolved (해결된 기술 부채)
- `WorldModel``spawnText` 브리지 동기화.
- `createDefault[[State|State]]``difficultyMult` 초기화를 통한 SSOT([[Single_Source_of_Truth|Single Source of Truth]]) 확보.
---
**Related Cluster**: World Tension Scaling
**Lead**: PD Kodari 🫡🐟