mirror of
https://github.com/ZZZure/ZZZ-Plugin.git
synced 2025-12-16 21:27:47 +00:00
新增柏妮思伤害计算等
This commit is contained in:
parent
6573f1d600
commit
b51acca73e
19 changed files with 1053 additions and 164 deletions
|
|
@ -1,5 +1,17 @@
|
|||
/** @type {import('../../BuffManager.ts').BuffManager['buffs']} */
|
||||
export const buffs = [
|
||||
{
|
||||
name: '1影',
|
||||
type: '暴击率',
|
||||
value: 0.2 * 6
|
||||
},
|
||||
{
|
||||
name: '2影',
|
||||
type: '暴击伤害',
|
||||
value: 0.6,
|
||||
range: ['EQ']
|
||||
},
|
||||
|
||||
{
|
||||
name: '6影',
|
||||
type: '穿透率',
|
||||
|
|
@ -11,17 +23,6 @@ export const buffs = [
|
|||
value: 2.5,
|
||||
range: ['CCXX']
|
||||
},
|
||||
{
|
||||
name: '2影',
|
||||
type: '暴击伤害',
|
||||
value: 0.6,
|
||||
range: ['EQ']
|
||||
},
|
||||
{
|
||||
name: '1影',
|
||||
type: '暴击率',
|
||||
value: 0.2 * 6
|
||||
},
|
||||
{
|
||||
name: '核心被动:凌牙厉齿',
|
||||
type: '暴击伤害',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue