Skip to content

Commit

Permalink
更新活动
Browse files Browse the repository at this point in the history
  • Loading branch information
mmwuyou committed Feb 15, 2025
1 parent 45d9664 commit 315c11a
Show file tree
Hide file tree
Showing 5 changed files with 932 additions and 1,344 deletions.
21 changes: 12 additions & 9 deletions assets/config/maa_pi_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,22 @@
},
"task": [
{
"name": "启动",
"option": [],
"__vscExpand": false
},
{
"name": "器者征集",
"name": "良宵百载",
"option": [
{
"name": "征集几个",
"value": "征集4个"
"name": "选择战斗次数",
"value": "非战斗选项选择这个(活动“良宵百载”专用!!!)"
},
{
"name": "选择关卡-活动",
"value": "非战斗选项选择这个"
},
{
"name": "选择是否放弃(战斗失败时的选择)",
"value": "非战斗选项选择这个"
}
],
"__vscExpand": false
"__vscExpand": true
}
],
"adb": {
Expand Down
199 changes: 196 additions & 3 deletions assets/interface.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"option": [
"选择关卡-演训",
"打哪个-演训",
"打几次"
"选择战斗次数"
]
},
{
Expand All @@ -78,7 +78,7 @@
"option": [
"选择关卡-资源",
"打哪个-资源",
"打几次"
"选择战斗次数"
]
},
{
Expand Down Expand Up @@ -113,6 +113,16 @@
"name": "给好友点赞(目前默认就前4个)",
"entry": "visit"
},
{
"name": "良宵百载",
"entry": "activity-all",
"option": [
"选择进程(短途旅游、观灯、赏味)",
"选择关卡-活动",
"选择战斗次数",
"选择是否放弃(战斗失败时的选择)"
]
},
{
"name": "关闭游戏",
"entry": "StopApp"
Expand Down Expand Up @@ -319,7 +329,7 @@
}
]
},
"打几次": {
"选择战斗次数": {
"cases": [
{
"name": "打一次(速通没解锁专用)",
Expand Down Expand Up @@ -368,6 +378,26 @@
"next": "allin"
}
}
},
{
"name": "非战斗选项选择这个(活动“良宵百载”专用!!!)",
"pipeline_override": {
"activity-fail": {
"next": [
"activity-end",
"activity-fire",
"start-convened"
]
}
}
},
{
"name": "华灯夜选择这个(活动“良宵百载”专用!!!)",
"pipeline_override": {
"activity-fail": {
"next": []
}
}
}
]
},
Expand Down Expand Up @@ -756,6 +786,169 @@
}
}
]
},
"选择进程(短途旅游、观灯、赏味)": {
"cases": [
{
"name": "短途旅游",
"pipeline_override": {
"activity-hundred": {
"next": "activity-journey"
}
}
},
{
"name": "璀璨",
"pipeline_override": {
"activity-lantern": {
"next": "activity-resplendent"
}
}
},
{
"name": "华灯夜",
"pipeline_override": {
"activity-lantern": {
"next": "activity-Bright-night"
}
}
},
{
"name": "赏味",
"pipeline_override": {
"activity-hundred": {
"next": "activity-taste"
}
}
}
]
},
"选择是否放弃(战斗失败时的选择)": {
"cases": [
{
"name": "放弃",
"pipeline_override": {
"activity-fail": {
"next": [
"activity-end-fail",
"activity-fire",
"start-convened"
]
}
}
},
{
"name": "继续",
"pipeline_override": {
"activity-fail": {
"next": [
"activity-end",
"activity-fire",
"start-convened"
]
}
}
},
{
"name": "打璀璨选择这个",
"pipeline_override": {
"activity-fail": {
"next": [
"activity-end",
"activity-fire",
"start-convened"
]
}
}
},
{
"name": "非战斗选项选择这个",
"pipeline_override": {
"activity-fail": {
"next": [
"activity-end",
"activity-fire",
"start-convened"
]
}
}
}
]
},
"选择关卡-活动": {
"cases": [
{
"name": "第一关",
"pipeline_override": {
"activity-lantern": {
"next": "activity-fire-one"
}
}
},
{
"name": "第二关",
"pipeline_override": {
"activity-lantern": {
"next": "activity-fire-two"
}
}
},
{
"name": "第三关",
"pipeline_override": {
"activity-lantern": {
"next": "activity-fire-three"
}
}
},
{
"name": "第四关",
"pipeline_override": {
"activity-lantern": {
"next": "activity-fire-four"
}
}
},
{
"name": "第五关",
"pipeline_override": {
"activity-lantern": {
"next": "activity-fire-five"
}
}
},
{
"name": "第六关",
"pipeline_override": {
"activity-lantern": {
"next": "activity-fire-six"
}
}
},
{
"name": "非战斗选项选择这个",
"pipeline_override": {
"activity-fail": {
"next": [
"activity-end",
"activity-fire",
"start-convened"
]
}
}
},
{
"name": "华灯夜选这个",
"pipeline_override": {
"activity-fail": {
"next": [
"activity-combustion-one",
"activity-Bright-night"
]
}
}
}
]
}
},
"version": "v0.0.1"
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 315c11a

Please sign in to comment.