mirror of
https://github.com/ZZZure/ZZZ-Plugin.git
synced 2025-12-17 13:47:44 +00:00
新增剩余所有角色伤害计算
This commit is contained in:
parent
a62109a6c0
commit
afce42af23
31 changed files with 744 additions and 11 deletions
37
model/damage/character/丽娜/calc.js
Normal file
37
model/damage/character/丽娜/calc.js
Normal file
|
|
@ -0,0 +1,37 @@
|
|||
/** @type {import('../../BuffManager.ts').BuffManager['buffs']} */
|
||||
export const buffs = [
|
||||
{
|
||||
name: '2影',
|
||||
type: '增伤',
|
||||
value: 0.15
|
||||
},
|
||||
{
|
||||
name: '6影',
|
||||
type: '增伤',
|
||||
value: 0.15,
|
||||
element: 'Electric'
|
||||
},
|
||||
{
|
||||
name: '额外能力:完美舞会',
|
||||
type: '异常持续时间',
|
||||
value: 3,
|
||||
range: ['感电']
|
||||
},
|
||||
{
|
||||
name: '额外能力:完美舞会',
|
||||
type: '增伤',
|
||||
value: 0.1,
|
||||
element: 'Electric'
|
||||
}
|
||||
]
|
||||
|
||||
/** @type {import('../../Calculator.ts').Calculator['skills']} */
|
||||
export const skills = [
|
||||
{ name: '感电每次', type: '感电' },
|
||||
{ name: '紊乱', type: '紊乱' },
|
||||
{ name: '蓄力普攻:赶走傻瓜', type: 'AX' },
|
||||
{ name: '闪避反击:邦布回魂', type: 'CF' },
|
||||
{ name: '强化特殊技:笨蛋消失魔法', type: 'EQ' },
|
||||
{ name: '连携技:侍者守则', type: 'RL' },
|
||||
{ name: '终结技:女王的侍从们', type: 'RZ' }
|
||||
]
|
||||
19
model/damage/character/丽娜/data.json
Normal file
19
model/damage/character/丽娜/data.json
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
{
|
||||
"skill": {
|
||||
"AX": [
|
||||
3.151,3.438,3.725,4.012,4.299,4.586,4.873,5.16,5.447,5.734,6.021,6.308,6.595,6.882,7.169,7.456
|
||||
],
|
||||
"CF": [
|
||||
2.276,2.483,2.69,2.897,3.104,3.311,3.518,3.725,3.932,4.139,4.346,4.553,4.76,4.967,5.174,5.381
|
||||
],
|
||||
"EQ": [
|
||||
5.46,5.957,6.454,6.951,7.448,7.945,8.442,8.939,9.436,9.933,10.43,10.927,11.424,11.921,12.418,12.915
|
||||
],
|
||||
"RL": [
|
||||
10.13,11.051,11.972,12.893,13.814,14.735,15.656,16.577,17.498,18.419,19.34,20.261,21.182,22.103,23.024,23.945
|
||||
],
|
||||
"RZ": [
|
||||
21.167,23.092,25.017,26.942,28.867,30.792,32.717,34.642,36.567,38.492,40.417,42.342,44.267,46.192,48.117,50.042
|
||||
]
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue