This commit is contained in:
Kei-Luna
2026-04-26 15:03:26 +09:00
parent 35f7c19a58
commit 73214d77e5
2 changed files with 60 additions and 58 deletions

View File

@@ -44,32 +44,34 @@ dotnet build
## Feature List ## Feature List
- `[x]` Login and basic account entry * [x] Login and basic account entry
- `[x]` Player data loading * [x] Player data loading
- `[x]` Inventory loading * [x] Inventory loading
- `[x]` Character loading * [x] Character loading
- `[x]` Skin loading * [x] Skin loading
- `[x]` Weapon loading * [x] Weapon loading
- `[x]` Lobby display character switching * [x] Lobby display character switching
- `[x]` Character skin switching * [x] Character skin switching
- `[x]` Character skin form switching * [x] Character skin form switching
- `[x]` Weapon replacement * [x] Weapon replacement
- `[x]` Weapon upgrade * [x] Weapon upgrade
- `[x]` Player rename * [x] Player rename
- `[x]` Basic saving of currently supported lobby state * [x] Basic saving of currently supported lobby state
- `[✓]` Main chapter stage entry and related flow * [✓] Main chapter stage entry and related flow
- `[✓]` Daily stage entry and related flow * [✓] Daily stage entry and related flow
- `[✓]` Basic player setting synchronization * [✓] Basic player setting synchronization
- `[✓]` Basic profile synchronization * [✓] Basic profile synchronization
- `[✓]` Activity-related requests * [✓] Activity-related requests
- `[✓]` Achievement-related requests * [✓] Achievement-related requests
- `[✓]` Lineup-related requests * [✓] Lineup-related requests
- `[✓]` Preview-related requests * [✓] Preview-related requests
- `[✓]` Some shop-related requests * [✓] Some shop-related requests
- `[ ]` Full combat flow * [ ] Full combat flow
- `[ ]` Mission / quest progression * [ ] Mission / quest progression
- `[ ]` Gacha / recruitment systems * [ ] Gacha / recruitment systems
- `[ ]` Complete shop behavior * [ ] Complete shop behavior
- `[ ]` Multiplayer systems * [ ] Multiplayer systems
- `[ ]` Base / dorm systems * [ ] Base / dorm systems
- `[ ]` Full client API coverage * [ ] Full client API coverage
**Legend:** `[x]` - Implemented, `[✓]` - Partially Implemented, `[ ]` - Not Started

View File

@@ -44,33 +44,33 @@ dotnet build
## 機能一覧 ## 機能一覧
- `[x]` ログインと基本的なアカウント入場 * [x] ログインと基本的なアカウント入場
- `[x]` プレイヤーデータの読み込み * [x] プレイヤーデータの読み込み
- `[x]` 所持品の読み込み * [x] 所持品の読み込み
- `[x]` キャラクターの読み込み * [x] キャラクターの読み込み
- `[x]` スキンの読み込み * [x] スキンの読み込み
- `[x]` 武器の読み込み * [x] 武器の読み込み
- `[x]` ロビー表示キャラクターの変更 * [x] ロビー表示キャラクターの変更
- `[x]` キャラクタースキンの変更 * [x] キャラクタースキンの変更
- `[x]` キャラクタースキン形態の変更 * [x] キャラクタースキン形態の変更
- `[x]` 武器の付け替え * [x] 武器の付け替え
- `[x]` 武器の強化 * [x] 武器の強化
- `[x]` プレイヤー名の変更 * [x] プレイヤー名の変更
- `[x]` 現在対応済みロビー状態の基本保存 * [x] 現在対応済みロビー状態の基本保存
- `[✓]` メイン章のステージ入場と関連フロー * [✓] メイン章のステージ入場と関連フロー
- `[✓]` デイリーのステージ入場と関連フロー * [✓] デイリーのステージ入場と関連フロー
- `[✓]` 基本的なプレイヤー設定同期 * [✓] 基本的なプレイヤー設定同期
- `[✓]` 基本的なプロフィール同期 * [✓] 基本的なプロフィール同期
- `[✓]` イベント関連リクエスト * [✓] イベント関連リクエスト
- `[✓]` 実績関連リクエスト * [✓] 実績関連リクエスト
- `[✓]` 編成関連リクエスト * [✓] 編成関連リクエスト
- `[✓]` プレビュー関連リクエスト * [✓] プレビュー関連リクエスト
- `[✓]` 一部のショップ関連リクエスト * [✓] 一部のショップ関連リクエスト
- `[ ]` 完全な戦闘フロー * [ ] 完全な戦闘フロー
- `[ ]` ミッション / クエスト進行 * [ ] ミッション / クエスト進行
- `[ ]` ガチャ / 募集システム * [ ] ガチャ / 募集システム
- `[ ]` 完全なショップ挙動 * [ ] 完全なショップ挙動
- `[ ]` マルチプレイシステム * [ ] マルチプレイシステム
- `[ ]` 基地 / 宿舎システム * [ ] 基地 / 宿舎システム
- `[ ]` クライアント API 全体の対応 * [ ] クライアント API 全体の対応