mirror of
https://github.com/ZZZure/ZZZ-Plugin.git
synced 2025-12-17 21:57:44 +00:00
新增莱卡恩伤害计算
This commit is contained in:
parent
b51acca73e
commit
5bacdbbbc9
3 changed files with 46 additions and 591 deletions
24
model/damage/character/莱卡恩/calc.js
Normal file
24
model/damage/character/莱卡恩/calc.js
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
/** @type {import('../../BuffManager.ts').BuffManager['buffs']} */
|
||||
export const buffs = [
|
||||
{
|
||||
name: '6影',
|
||||
type: '增伤',
|
||||
value: 0.1 * 5
|
||||
},
|
||||
{
|
||||
name: '核心被动:金属狼足',
|
||||
type: '无视抗性',
|
||||
value: 0.25,
|
||||
element: 'Ice'
|
||||
}
|
||||
]
|
||||
|
||||
/** @type {import('../../Calculator.ts').Calculator['skills']} */
|
||||
export const skills = [
|
||||
{ name: '蓄力普攻:五段一级', type: 'AX51' },
|
||||
{ name: '蓄力普攻:五段二级', type: 'AX52' },
|
||||
{ name: '闪避反击:保持清洁', type: 'CF' },
|
||||
{ name: '蓄力强化特殊技:狂猎时刻', type: 'EQX' },
|
||||
{ name: '连携技:遵命', type: 'RL' },
|
||||
{ name: '终结技:不辱使命', type: 'RZ' }
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue