mirror of
https://github.com/ZZZure/ZZZ-Plugin.git
synced 2025-12-16 21:27:47 +00:00
fix: 展柜更新真斗面板报错;更新真斗评分规则
This commit is contained in:
parent
715b3f88f4
commit
7889186979
7 changed files with 79 additions and 46 deletions
|
|
@ -519,5 +519,19 @@ const special = {
|
|||
final: 2
|
||||
};
|
||||
}
|
||||
},
|
||||
1441: {
|
||||
id: 1441,
|
||||
name: '狛野真斗',
|
||||
initial_after_format: (properties) => {
|
||||
special[1371].initial_after_format(properties, {});
|
||||
properties[20] = {
|
||||
property_name: '闪能自动累积',
|
||||
property_id: 20,
|
||||
base: 0,
|
||||
add: 0,
|
||||
final: 0
|
||||
};
|
||||
}
|
||||
}
|
||||
};
|
||||
|
|
|
|||
|
|
@ -603,5 +603,20 @@ const special: Record<number, {
|
|||
final: 2
|
||||
}
|
||||
}
|
||||
},
|
||||
1441: {
|
||||
id: 1441,
|
||||
name: '狛野真斗',
|
||||
initial_after_format: (properties) => {
|
||||
// 贯穿力处理与仪玄相同
|
||||
special[1371].initial_after_format!(properties, {} as any)
|
||||
properties[20] = {
|
||||
property_name: '闪能自动累积',
|
||||
property_id: 20,
|
||||
base: 0,
|
||||
add: 0,
|
||||
final: 0
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue