mirror of
https://github.com/ZZZure/ZZZ-Plugin.git
synced 2025-12-17 05:37:46 +00:00
新增剩余所有角色伤害计算
This commit is contained in:
parent
a62109a6c0
commit
afce42af23
31 changed files with 744 additions and 11 deletions
37
model/damage/character/丽娜/calc.js
Normal file
37
model/damage/character/丽娜/calc.js
Normal file
|
|
@ -0,0 +1,37 @@
|
|||
/** @type {import('../../BuffManager.ts').BuffManager['buffs']} */
|
||||
export const buffs = [
|
||||
{
|
||||
name: '2影',
|
||||
type: '增伤',
|
||||
value: 0.15
|
||||
},
|
||||
{
|
||||
name: '6影',
|
||||
type: '增伤',
|
||||
value: 0.15,
|
||||
element: 'Electric'
|
||||
},
|
||||
{
|
||||
name: '额外能力:完美舞会',
|
||||
type: '异常持续时间',
|
||||
value: 3,
|
||||
range: ['感电']
|
||||
},
|
||||
{
|
||||
name: '额外能力:完美舞会',
|
||||
type: '增伤',
|
||||
value: 0.1,
|
||||
element: 'Electric'
|
||||
}
|
||||
]
|
||||
|
||||
/** @type {import('../../Calculator.ts').Calculator['skills']} */
|
||||
export const skills = [
|
||||
{ name: '感电每次', type: '感电' },
|
||||
{ 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