-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat: ドロップ率データスキーマ追加 * add: ドロップ率データ追加 * feat: 設定ページ作成 * feat: 周回数計算用util関数 * feat: ドロップ率データにクラフト数量の情報を追加 * feat: SwitchListItemのスイッチ状態にVListItemのactiveを使用するように * feat: ドロップ率の表示追加 * refactor: BookmarkDetailsDialogのデータ処理をすべてcomputedで行うように
- Loading branch information
Showing
18 changed files
with
499 additions
and
22 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,176 @@ | ||
- readableType: characterExp | ||
ids: | ||
- travel-encounters | ||
- adventure-log | ||
- travelers-guide | ||
craftFactors: | ||
rarities: | ||
2: 5 | ||
3: 4 | ||
drops: | ||
- equilibriumLevels: | ||
- 0 | ||
rarities: | ||
2: 3 | ||
3: 3 | ||
4: 0 | ||
- equilibriumLevels: | ||
- 1 | ||
rarities: | ||
2: 4 | ||
3: 4 | ||
4: 0 | ||
- equilibriumLevels: | ||
- 2 | ||
rarities: | ||
2: 5 | ||
3: 5 | ||
4: 0 | ||
- equilibriumLevels: | ||
- 3 | ||
rarities: | ||
2: 2.57 | ||
3: 3 | ||
4: 1 | ||
- equilibriumLevels: | ||
- 4 | ||
- 5 | ||
- 6 | ||
rarities: | ||
2: 0 | ||
3: 5 | ||
4: 1 | ||
|
||
- readableType: lightConeExp | ||
ids: | ||
- sparse-aether | ||
- condensed-aether | ||
- refined-aether | ||
craftFactors: | ||
rarities: | ||
2: 4 | ||
3: 3 | ||
drops: | ||
- equilibriumLevels: | ||
- 0 | ||
rarities: | ||
2: 5 | ||
3: 1 | ||
4: 0 | ||
- equilibriumLevels: | ||
- 1 | ||
rarities: | ||
2: 4 | ||
3: 2 | ||
4: 0 | ||
- equilibriumLevels: | ||
- 2 | ||
rarities: | ||
2: 3 | ||
3: 3 | ||
4: 0 | ||
- equilibriumLevels: | ||
- 3 | ||
rarities: | ||
2: 2.70 | ||
3: 1 | ||
4: 1 | ||
- equilibriumLevels: | ||
- 4 | ||
- 5 | ||
- 6 | ||
rarities: | ||
2: 2.48 | ||
3: 2 | ||
4: 1 | ||
|
||
- type: character_ascension | ||
drops: | ||
- equilibriumLevels: | ||
- 2 | ||
rarities: | ||
4: 2 | ||
- equilibriumLevels: | ||
- 3 | ||
rarities: | ||
4: 3 | ||
- equilibriumLevels: | ||
- 4 | ||
rarities: | ||
4: 4 | ||
- equilibriumLevels: | ||
- 5 | ||
- 6 | ||
rarities: | ||
4: 5 | ||
|
||
- type: light_cone_or_skill_upgrade | ||
craftFactors: | ||
rarities: | ||
2: 3 | ||
3: 3 | ||
drops: | ||
- equilibriumLevels: | ||
- 0 | ||
rarities: | ||
2: 1.62 | ||
3: 0 | ||
4: 0 | ||
- equilibriumLevels: | ||
- 1 | ||
rarities: | ||
2: 2.27 | ||
3: 0 | ||
4: 0 | ||
- equilibriumLevels: | ||
- 2 | ||
rarities: | ||
2: 2.24 | ||
3: 0.26 | ||
4: 0 | ||
- equilibriumLevels: | ||
- 3 | ||
rarities: | ||
2: 2.24 | ||
3: 0.49 | ||
4: 0 | ||
- equilibriumLevels: | ||
- 4 | ||
rarities: | ||
2: 1.25 | ||
3: 1 | ||
4: 0.06 | ||
- equilibriumLevels: | ||
- 5 | ||
- 6 | ||
rarities: | ||
2: 1.25 | ||
3: 1 | ||
4: 0.16 | ||
|
||
- type: advanced_skill_upgrade | ||
drops: | ||
- equilibriumLevels: | ||
- 1 | ||
rarities: | ||
4: 1 | ||
- equilibriumLevels: | ||
- 2 | ||
rarities: | ||
4: 1.61 | ||
- equilibriumLevels: | ||
- 3 | ||
rarities: | ||
4: 2 | ||
- equilibriumLevels: | ||
- 4 | ||
rarities: | ||
4: 2.32 | ||
- equilibriumLevels: | ||
- 5 | ||
rarities: | ||
4: 2.7 | ||
- equilibriumLevels: | ||
- 6 | ||
rarities: | ||
4: 3 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.