[G1-Sync] Manual knowledge update

This commit is contained in:
Antigravity Agent
2026-04-30 22:42:02 +09:00
parent 0bd4f19e38
commit c36c0644a1
4888 changed files with 18470 additions and 18602 deletions
@@ -2,7 +2,7 @@
Skybound의 장비 시스템은 전장에서의 획득을 넘어, 기지(Hangar)에서의 합성 및 연성을 통해 종결급 스펙에 도달하는 **Meta-game Loop**를 구성합니다.
## 1. Synthesis Logic: Triple Merge (트리플 머지)
## 1. Synthesis [[Logic]]: Triple Merge (트리플 머지)
`CraftingSystem`은 동일한 종류와 등급의 장비 3개를 소모하여 상위 단계의 장비 1개를 연성하는 방식을 채택합니다.
- **Required Count**: 반드시 동일 아이템 3개가 필요합니다.
@@ -20,7 +20,7 @@ Skybound의 장비 시스템은 전장에서의 획득을 넘어, 기지(Hangar)
## 3. Visual & UI Integration (Hangar UI)
장비 제작 시스템은 `HangarUI.css`에 정의된 등급별 고유 색상 및 글로우 이펙트(`shadowBlur`)와 연동되어 시각적 희귀도를 직관적으로 전달합니다.
## 4. Key Implementation References
## 4. Key Implementation [[Reference]]s
- `src/features/game/systems/CraftingSystem.ts`: 합성 및 분해 코어 엔진.
- `src/features/game/model/equipment.ts`: 등급 체계 및 합성 규칙 상수 정의.