Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: 添加了蓝色材料关卡选项 #114

Merged
merged 7 commits into from
Jun 25, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
154 changes: 154 additions & 0 deletions assets/interface.json
Original file line number Diff line number Diff line change
Expand Up @@ -386,6 +386,160 @@
}
}
},
{
"name": "液化战栗:4-21 厄险",
"param": {
"EnterTheShow": {
"next": "MainChapter_4"
},
"TargetStageName": {
"text": "21"
},
"StageDifficulty": {
"next": "StageDifficulty_Hard"
}
}
},
{
"name": "液化战栗:3-7 厄险",
"param": {
"EnterTheShow": {
"next": "MainChapter_3"
},
"TargetStageName": {
"text": "07"
},
"StageDifficulty": {
"next": "StageDifficulty_Hard"
}
}
},
{
"name": "精磨苦盐:6-10 厄险",
"param": {
"EnterTheShow": {
"next": "MainChapter_6"
},
"TargetStageName": {
"text": "10"
},
"StageDifficulty": {
"next": "StageDifficulty_Hard"
}
}
},
{
"name": "精磨苦盐:5-8 厄险",
"param": {
"EnterTheShow": {
"next": "MainChapter_5"
},
"TargetStageName": {
"text": "08"
},
"StageDifficulty": {
"next": "StageDifficulty_Hard"
}
}
},
{
"name": "未知种根骨:5-7 厄险",
"param": {
"EnterTheShow": {
"next": "MainChapter_5"
},
"TargetStageName": {
"text": "07"
},
"StageDifficulty": {
"next": "StageDifficulty_Hard"
}
}
},
{
"name": "未知种根骨:5-3 厄险",
"param": {
"EnterTheShow": {
"next": "MainChapter_5"
},
"TargetStageName": {
"text": "03"
},
"StageDifficulty": {
"next": "StageDifficulty_Hard"
}
}
},
{
"name": "粗糙银锭:7-19 厄险",
"param": {
"EnterTheShow": {
"next": "MainChapter_7"
},
"TargetStageName": {
"text": "19"
},
"StageDifficulty": {
"next": "StageDifficulty_Hard"
}
}
},
{
"name": "幸运咒语:4-20 厄险",
"param": {
"EnterTheShow": {
"next": "MainChapter_4"
},
"TargetStageName": {
"text": "20"
},
"StageDifficulty": {
"next": "StageDifficulty_Hard"
}
}
},
{
"name": "干蝉翼:7-10 厄险",
"param": {
"EnterTheShow": {
"next": "MainChapter_7"
},
"TargetStageName": {
"text": "10"
},
"StageDifficulty": {
"next": "StageDifficulty_Hard"
}
}
},
{
"name": "不休轮:7-16 厄险",
"param": {
"EnterTheShow": {
"next": "MainChapter_7"
},
"TargetStageName": {
"text": "16"
},
"StageDifficulty": {
"next": "StageDifficulty_Hard"
}
}
},
{
"name": "狐儿尾:7-6 厄险",
"param": {
"EnterTheShow": {
"next": "MainChapter_7"
},
"TargetStageName": {
"text": "06"
},
"StageDifficulty": {
"next": "StageDifficulty_Hard"
}
}
},
{
"name": "---刷取推荐来源:必要的记录https://www.kdocs.cn/l/cd5MWeCl5bKw。此条勿选---",
"param": {}
Expand Down
Loading