Skip to content

Commit 8f4b59c

Browse files
committed
Merge remote-tracking branch 'origin/master' into kk_dev
2 parents 7fb01a1 + 6875a01 commit 8f4b59c

File tree

7 files changed

+498
-17
lines changed

7 files changed

+498
-17
lines changed

src/common/funcList/002_退出结算.ts

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,6 +312,21 @@ export class Func002 implements IFuncOrigin {
312312
[center, 78, 675, 0x36261a],
313313
]
314314
],
315+
oper: [
316+
[center, 1280, 720, 1112, 113, 1238, 595, 1000],
317+
]
318+
}, {
319+
// 28 喂猫喂狗奖励
320+
desc: [1280, 720,
321+
[
322+
[center, 327, 191, 0x5c4026],
323+
[center, 499, 191, 0xa38051],
324+
[right, 965, 188, 0x654323],
325+
[right, 933, 212, 0x3e3935],
326+
[right, 940, 272, 0xb0a1a0],
327+
]
328+
],
329+
315330
oper: [
316331
[center, 1280, 720, 1112, 113, 1238, 595, 1000],
317332
]
@@ -361,7 +376,7 @@ export class Func002 implements IFuncOrigin {
361376
thisOperator[12], thisOperator[13], thisOperator[14], thisOperator[15],
362377
thisOperator[16], thisOperator[17], thisOperator[22], thisOperator[18], // 22要放18前面
363378
thisOperator[21], thisOperator[23], thisOperator[24], thisOperator[25],
364-
thisOperator[26], thisOperator[27],
379+
thisOperator[26], thisOperator[27], thisOperator[28],
365380
]
366381
});
367382
}

src/common/funcList/006_御魂御灵挑战.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ export class Func006 implements IFuncOrigin {
2626
// 1 御灵
2727
desc: [1280, 720,
2828
[
29-
[left, 37, 37, 0xc3cce1],
29+
[left, 37, 37, 0xfff2bc],
3030
[right, 1121, 47, 0xd7b389],
3131
[right, 1230, 46, 0xd3ae83],
3232
[right, 1106, 628, 0xe5d9c3],

src/common/funcList/503_返回庭院界面.ts

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -233,6 +233,11 @@ export class Func503 implements IFuncOrigin {
233233
desc: '44 宴会_料理筹备界面',
234234
type: 'switch',
235235
default: true,
236+
}, {
237+
name: 'oper_45',
238+
desc: '45 招募界面',
239+
type: 'switch',
240+
default: true,
236241
}]
237242
}];
238243
operator: IFuncOperatorOrigin[] = [{ // 0 探索地图
@@ -734,6 +739,22 @@ export class Func503 implements IFuncOrigin {
734739
oper: [
735740
[center, 1280, 720, 30, 41, 63, 71, 1000],
736741
]
742+
}, { // 45 寮招募界面
743+
desc: [
744+
1280, 720,
745+
[
746+
[center, 564, 33, 0xf7f2df],
747+
[right, 595, 35, 0x23180f],
748+
[right, 720, 39, 0x583716],
749+
[center, 401, 619, 0xcaa97f],
750+
[center, 405, 639, 0xbc9972],
751+
[center, 417, 609, 0x4c403b],
752+
[center, 424, 649, 0xe8e6e4]
753+
]
754+
],
755+
oper: [
756+
[center, 1280, 720, 29, 9, 65, 49, 1000],
757+
]
737758
}];
738759
operatorFunc(thisScript: Script, thisOperator: IFuncOperator[]): boolean {
739760
const thisConf = thisScript.scheme.config['503'];

0 commit comments

Comments
 (0)