We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e386ab commit 8639f95Copy full SHA for 8639f95
src/common/funcList/009_结界_勋章点击.ts
@@ -79,8 +79,33 @@ export class Func009 implements IFuncOrigin {
79
oper: [
80
[center, 1280, 720, 202, 608, 227, 628, 1000],
81
]
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
96
}];
97
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
109
if (thisScript.oper({
110
name: '突破界面_判断',
111
operator: [thisOperator[2], thisOperator[3]]
0 commit comments