Skip to content

Commit

Permalink
添加萨卡兹肉鸽选项
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhaoZuohong committed Jul 26, 2024
1 parent 65f7536 commit 62c7118
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion ui/src/components/MaaRogue.vue
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ import { render_op_label } from '@/utils/op_select'
const rogue_themes = [
{ label: '傀影与猩红孤钻', value: 'Phantom' },
{ label: '水月与深蓝之树', value: 'Mizuki' },
{ label: '探索者的银凇止境', value: 'Sami' }
{ label: '探索者的银凇止境', value: 'Sami' },
{ label: '萨卡兹的无终奇语', value: 'Sarkaz' }
]
const squad = {
Expand Down Expand Up @@ -64,6 +65,21 @@ const squad = {
'远程战术',
'破坏战术',
'高规格'
],
Sarkaz: [
'因地制宜',
'魂灵护送',
'博闻广记',
'蓝图测绘',
'指挥',
'集群',
'后勤',
'矛头',
'突击战术',
'堡垒战术',
'远程战术',
'破坏战术',
'高规格'
]
}
Expand Down

0 comments on commit 62c7118

Please sign in to comment.