@@ -145,13 +145,33 @@ export class Func027 implements IFuncOrigin {
145145 [ center , 1280 , 720 , 413 , 450 , 574 , 485 , 700 ] , // 魂土
146146 [ center , 1280 , 720 , 414 , 516 , 571 , 553 , 700 ] , // 魂王
147147 ]
148+ } , { // 13 第二栏的全部字样
149+ desc : [ 1280 , 720 ,
150+ [
151+ [ left , 237 , 219 , 0x2c2924 ] ,
152+ [ left , 230 , 229 , 0x272420 ] ,
153+ [ left , 238 , 229 , 0x272420 ] ,
154+ [ left , 275 , 228 , 0x443f38 ] ,
155+ ]
156+ ] ,
157+ oper : [
158+ [ center , 1280 , 720 , 255 , 230 , 260 , 235 , 1000 ] , // 副本上划起始
159+ [ center , 1280 , 720 , 255 , 155 , 260 , 160 , 1000 ] , // 副本上划结束
160+ ]
148161 } ]
149162 operatorFunc ( thisScript : Script , thisOperator : IFuncOperator [ ] ) : boolean {
150163 const thisConf = thisScript . scheme . config [ '27' ] ;
151164 if ( ! thisScript . global . first_create_team && thisScript . oper ( {
152165 name : '组队置顶' ,
153- operator : [ { desc : thisOperator [ 12 ] . desc } ]
166+ operator : [ { desc : thisOperator [ 12 ] . desc } , { desc : thisOperator [ 13 ] . desc } ]
154167 } ) ) {
168+ if ( thisScript . oper ( {
169+ name : '组队置顶' ,
170+ operator : [ { desc : thisOperator [ 13 ] . desc } ]
171+ } ) ) {
172+ thisScript . regionBezierSwipe ( thisOperator [ 13 ] . oper [ 0 ] , thisOperator [ 13 ] . oper [ 1 ] , [ 2000 , 2050 ] , 500 ) ;
173+ return true ;
174+ }
155175 switch ( thisConf . mission ) {
156176 case '御魂' :
157177 thisScript . regionClick ( [ thisOperator [ 12 ] . oper [ 0 ] ] ) ;
0 commit comments