mirror of
https://github.com/ZZZure/ZZZ-Plugin.git
synced 2025-12-16 13:17:32 +00:00
优化伤害计算等
This commit is contained in:
parent
7ace8908ff
commit
95a2ee64de
50 changed files with 173 additions and 221 deletions
|
|
@ -7,8 +7,7 @@
|
|||
// export function calc(buffM, star) {
|
||||
// buffM.new({
|
||||
// type: '暴击伤害',
|
||||
// value: [0.5, 0.57, 0.65, 0.72, 0.8][star - 1],
|
||||
// isForever: true
|
||||
// value: [0.5, 0.57, 0.65, 0.72, 0.8][star - 1]
|
||||
// })
|
||||
// buffM.new({
|
||||
// type: '增伤',
|
||||
|
|
@ -23,8 +22,7 @@
|
|||
export const buffs = [
|
||||
{
|
||||
type: '暴击伤害',
|
||||
value: [0.5, 0.57, 0.65, 0.72, 0.8],
|
||||
isForever: true
|
||||
value: [0.5, 0.57, 0.65, 0.72, 0.8]
|
||||
},
|
||||
{
|
||||
type: '增伤',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue