Skip to content

Commit 09800eb

Browse files
authored
feat: 支持战斗中切换后援队伍&诺姆战斗模板 (#2364)
* feat: 战斗中切换队伍 * feat: 诺姆战斗模板 * feat: 自动战斗支持切换后援 * chore: 更新自动战斗合并配置 * fix: 停止自动战斗时释放切换后援按键 * feat: 修复数值错误 * feat: 手柄按键默认改为B * feat: 删掉占位
1 parent ace2ccb commit 09800eb

40 files changed

Lines changed: 1153 additions & 3 deletions

assets/game_data/screen_info/_od_merged.yml

Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -408,6 +408,20 @@
408408
template_match_threshold: 0.7
409409
color_range: null
410410
goto_list: []
411+
- area_name: 按键-切换后援
412+
id_mark: false
413+
pc_rect:
414+
- 1615
415+
- 776
416+
- 1726
417+
- 877
418+
text: ''
419+
lcs_percent: 0.5
420+
template_sub_dir: battle
421+
template_id: btn_switch_backup_1
422+
template_match_threshold: 0.7
423+
color_range: null
424+
goto_list: []
411425
- area_name: 连携技-1
412426
id_mark: false
413427
pc_rect:
@@ -675,6 +689,20 @@
675689
template_match_threshold: 0.7
676690
color_range: null
677691
goto_list: []
692+
- area_name: 按键-切换后援标记
693+
id_mark: false
694+
pc_rect:
695+
- 1658
696+
- 891
697+
- 1661
698+
- 897
699+
text: ''
700+
lcs_percent: 0.5
701+
template_sub_dir: ''
702+
template_id: ''
703+
template_match_threshold: 0.7
704+
color_range: null
705+
goto_list: []
678706
- screen_id: battle_menu
679707
screen_name: 战斗-菜单
680708
pc_alt: false
@@ -1297,20 +1325,41 @@
12971325
- 770
12981326
- 1110
12991327
- 830
1328+
text: ''
1329+
lcs_percent: null
1330+
template_sub_dir: ''
1331+
template_id: ''
1332+
template_match_threshold: null
1333+
color_range: null
1334+
goto_list: []
13001335
- area_name: 对话框内容
13011336
id_mark: false
13021337
pc_rect:
13031338
- 418
13041339
- 831
13051340
- 1500
13061341
- 980
1342+
text: ''
1343+
lcs_percent: null
1344+
template_sub_dir: ''
1345+
template_id: ''
1346+
template_match_threshold: null
1347+
color_range: null
1348+
goto_list: []
13071349
- area_name: 右侧选项区域
13081350
id_mark: false
13091351
pc_rect:
13101352
- 1438
13111353
- 536
13121354
- 1914
13131355
- 830
1356+
text: ''
1357+
lcs_percent: null
1358+
template_sub_dir: ''
1359+
template_id: ''
1360+
template_match_threshold: null
1361+
color_range: null
1362+
goto_list: []
13141363
- area_name: 中间选项区域
13151364
id_mark: false
13161365
pc_rect:
@@ -1402,6 +1451,13 @@
14021451
- 213
14031452
- 565
14041453
- 285
1454+
text: ''
1455+
lcs_percent: null
1456+
template_sub_dir: ''
1457+
template_id: ''
1458+
template_match_threshold: null
1459+
color_range: null
1460+
goto_list: []
14051461
- area_name: 按钮-短信-关闭
14061462
id_mark: false
14071463
pc_rect:

assets/game_data/screen_info/battle.yml

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,20 @@ area_list:
4444
template_match_threshold: 0.7
4545
color_range: null
4646
goto_list: []
47+
- area_name: 按键-切换后援
48+
id_mark: false
49+
pc_rect:
50+
- 1615
51+
- 776
52+
- 1726
53+
- 877
54+
text: ''
55+
lcs_percent: 0.5
56+
template_sub_dir: battle
57+
template_id: btn_switch_backup_1
58+
template_match_threshold: 0.7
59+
color_range: null
60+
goto_list: []
4761
- area_name: 连携技-1
4862
id_mark: false
4963
pc_rect:
@@ -311,3 +325,17 @@ area_list:
311325
template_match_threshold: 0.7
312326
color_range: null
313327
goto_list: []
328+
- area_name: 按键-切换后援标记
329+
id_mark: false
330+
pc_rect:
331+
- 1658
332+
- 891
333+
- 1661
334+
- 897
335+
text: ''
336+
lcs_percent: 0.5
337+
template_sub_dir: ''
338+
template_id: ''
339+
template_match_threshold: 0.7
340+
color_range: null
341+
goto_list: []
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
sub_dir: agent_state
2+
template_id: norma_3_1
3+
template_name: 角色状态-诺姆-31
4+
template_shape: rectangle
5+
auto_mask: true
6+
point_list:
7+
- 140, 125
8+
- 220, 126
70 Bytes
Loading
180 Bytes
Loading
301 Bytes
Loading
13.3 KB
Loading
195 Bytes
Loading
5.25 KB
Loading
476 Bytes
Loading

0 commit comments

Comments
 (0)