赛索斯计算BUG

This commit is contained in:
liangshi 2024-06-05 19:06:24 +08:00
parent de0c46bc89
commit 2870f48c86
2 changed files with 22 additions and 3 deletions

View File

@ -1,9 +1,9 @@
export const details = [{
title: '贯影箭伤害',
dmg: ({ talent, attr }, { basic }) => basic(talent.a['贯影箭伤害'][0] * attr.atk / 100 + talent.a['贯影箭伤害'][1] * attr.mastery / 100, 'a2')
dmg: ({ talent, attr }, { basic }) => basic(talent.a['贯影箭伤害2'][0] * attr.atk / 100 + talent.a['贯影箭伤害2'][1] * attr.mastery / 100, 'a2')
}, {
title: '贯影箭激化',
dmg: ({ talent, attr }, { basic }) => basic(talent.a['贯影箭伤害'][0] * attr.atk / 100 + talent.a['贯影箭伤害'][1] * attr.mastery / 100, 'a2', 'aggravate')
dmg: ({ talent, attr }, { basic }) => basic(talent.a['贯影箭伤害2'][0] * attr.atk / 100 + talent.a['贯影箭伤害2'][1] * attr.mastery / 100, 'a2', 'aggravate')
}, {
title: 'E伤害',
dmg: ({ talent }, dmg) => dmg(talent.e['技能伤害'], 'e')

View File

@ -34,7 +34,8 @@ export const poolName = {
娜维娅: '明花蔓舵',
闲云: '鸾音鹤信',
千织: '千云绘羽织',
阿蕾奇诺: '炉边烬影'
阿蕾奇诺: '炉边烬影',
克洛琳德: '流霆贯夜'
}
export const poolDetail = [{
@ -613,6 +614,24 @@ export const poolDetail = [{
char4: ['菲米尼', '琳妮特', '香菱'],
weapon5: ['赤月之形', '最初的大魔术'],
weapon4: ['船坞长剑', '便携动力锯', '匣里灭辰', '昭心', '西风猎弓']
}, {
version: '4.6',
half: '下半',
from: '2024-05-14 18:00:00',
to: '2024-06-04 14:59:59',
char5: ['流浪者', '白术'],
char4: ['莱依拉', '珐露珊', '北斗'],
weapon5: ['图莱杜拉的回忆', '碧落之珑'],
weapon4: ['勘探钻机', '测距规', '西风剑', '雨裁', '祭礼残章']
}, {
version: '4.7',
half: '上半',
from: '2024-06-05 06:00:00',
to: '2024-06-26 17:59:59',
char5: ['克洛琳德', '艾尔海森'],
char4: ['赛索斯', '班尼特', '托马'],
weapon5: ['赦罪', '裁叶萃光'],
weapon4: ['千岩长枪', '祭礼剑', '祭礼大剑', '流浪乐章', '绝弦']
}
]