mirror of
https://github.com/ZZZure/ZZZ-Plugin.git
synced 2025-12-17 13:47:44 +00:00
新增潘引壶、新音擎伤害计算
This commit is contained in:
parent
a1a3b2b171
commit
38024f4fa5
6 changed files with 100 additions and 0 deletions
12
model/damage/weapon/幻变魔方.js
Normal file
12
model/damage/weapon/幻变魔方.js
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
/** @type {import('../BuffManager.ts').BuffManager['buffs']} */
|
||||
export const buffs = [
|
||||
{
|
||||
type: '暴击伤害',
|
||||
value: [0.16, 0.184, 0.208, 0.232, 0.256]
|
||||
},
|
||||
{
|
||||
type: '增伤',
|
||||
value: [0.2, 0.23, 0.26, 0.29, 0.32],
|
||||
range: ['EQ']
|
||||
}
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue