mirror of
https://github.com/ZZZure/ZZZ-Plugin.git
synced 2025-12-16 13:17:32 +00:00
雨果伤害计算等
This commit is contained in:
parent
14af1a20e1
commit
151f87093a
20 changed files with 340 additions and 53 deletions
13
model/damage/weapon/千面日陨.js
Normal file
13
model/damage/weapon/千面日陨.js
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
/** @type {import('../BuffManager.ts').BuffManager['buffs']} */
|
||||
export const buffs = [
|
||||
{
|
||||
type: '暴击伤害',
|
||||
value: [0.45, 0.5175, 0.585, 0.6525, 0.72]
|
||||
},
|
||||
{
|
||||
type: '无视防御',
|
||||
value: [0.25, 0.2875, 0.325, 0.3625, 0.4],
|
||||
element: 'Ice',
|
||||
range: ['EQ', 'RL', 'RZ'] // 仅持续3s,认为只作用于技能自身
|
||||
}
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue