Skip to content

Commit 8639f95

Browse files
committed
增加:9功能有九退四_退出_保底操作
1 parent 5e386ab commit 8639f95

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

src/common/funcList/009_结界_勋章点击.ts

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,33 @@ export class Func009 implements IFuncOrigin {
7979
oper: [
8080
[center, 1280, 720, 202, 608, 227, 628, 1000],
8181
]
82+
}, { // 4 九退四_第一个结界
83+
desc: [
84+
1280, 720,
85+
[
86+
[left, 247, 161, 0xdacdbd],
87+
[center, 445, 162, 0xdacdbd],
88+
[center, 443, 231, 0xdacdbd],
89+
[left, 157, 250, 0xceb9ac],
90+
[left, 178, 177, 0x613f21],
91+
]
92+
],
93+
oper: [
94+
[center, 1280, 720, 275, 160, 438, 251, 1000],
95+
]
8296
}];
8397
operatorFunc(thisScript: Script, thisOperator: IFuncOperator[]): boolean {
98+
// 九退四_退出时只点击第一个结界保底操作
99+
let thisconf_0 = null;
100+
if (thisScript.scheme.config['0']) {
101+
thisconf_0 = thisScript.scheme.config['0'];
102+
}
103+
if (thisconf_0 && thisconf_0.jspd_enabled_2 && thisconf_0.jspd_times_2 === '4') {
104+
return thisScript.oper({
105+
name: '九退四_退出_保底操作',
106+
operator: [thisOperator[4]]
107+
})
108+
}
84109
if (thisScript.oper({
85110
name: '突破界面_判断',
86111
operator: [thisOperator[2], thisOperator[3]]

0 commit comments

Comments
 (0)