mirror of
https://github.com/ZZZure/ZZZ-Plugin.git
synced 2025-12-17 13:47:44 +00:00
新增剩余所有角色伤害计算
This commit is contained in:
parent
a62109a6c0
commit
afce42af23
31 changed files with 744 additions and 11 deletions
19
model/damage/character/安比/calc.js
Normal file
19
model/damage/character/安比/calc.js
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
/** @type {import('../../BuffManager.ts').BuffManager['buffs']} */
|
||||
export const buffs = [
|
||||
{
|
||||
name: '6影',
|
||||
type: '增伤',
|
||||
value: 0.45,
|
||||
range: ['A', 'CC']
|
||||
}
|
||||
]
|
||||
|
||||
/** @type {import('../../Calculator.ts').Calculator['skills']} */
|
||||
export const skills = [
|
||||
{ name: '感电每段', type: '感电' },
|
||||
{ name: '普攻:落雷', type: 'AX' },
|
||||
{ name: '闪避反击:迅雷', type: 'CF' },
|
||||
{ name: '强化特殊技:苍雷斩', type: 'EQ' },
|
||||
{ name: '连携技:电磁引擎', type: 'RL' },
|
||||
{ name: '终结技:过载引擎', type: 'RZ' }
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue