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
19
model/damage/character/安比/calc.js
Normal file
19
model/damage/character/安比/calc.js
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
/** @type {import('../../BuffManager.ts').BuffManager['buffs']} */
|
||||
export const buffs = [
|
||||
{
|
||||
name: '6影',
|
||||
type: '增伤',
|
||||
value: 0.45,
|
||||
range: ['A', 'CC']
|
||||
}
|
||||
]
|
||||
|
||||
/** @type {import('../../Calculator.ts').Calculator['skills']} */
|
||||
export const skills = [
|
||||
{ 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.286,3.585,3.884,4.183,4.482,4.781,5.08,5.379,5.678,5.977,6.276,6.575,6.874,7.173,7.472,7.771
|
||||
],
|
||||
"CF": [
|
||||
1.802,1.966,2.13,2.294,2.458,2.622,2.786,2.95,3.114,3.278,3.442,3.606,3.77,3.934,4.098,4.262
|
||||
],
|
||||
"EQ": [
|
||||
5.83,6.36,6.89,7.42,7.95,8.48,9.01,9.54,10.07,10.6,11.13,11.66,12.19,12.72,13.25,13.78
|
||||
],
|
||||
"RL": [
|
||||
5.424,5.918,6.412,6.906,7.4,7.894,8.388,8.882,9.376,9.87,10.364,10.858,11.352,11.846,12.34,12.834
|
||||
],
|
||||
"RZ": [
|
||||
15.126,16.502,17.878,19.254,20.63,22.006,23.382,24.758,26.134,27.51,28.886,30.262,31.638,33.014,34.39,35.766
|
||||
]
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue