mirror of
https://github.com/ZZZure/ZZZ-Plugin.git
synced 2025-12-16 13:17:32 +00:00
完全重构伤害计算;支持异常伤害计算;支持所有武器、套装计算;新增悠真计算等
This commit is contained in:
parent
f7e1066773
commit
3f8e64af66
99 changed files with 4243 additions and 1615 deletions
30
model/damage/character/悠真/data.json
Normal file
30
model/damage/character/悠真/data.json
Normal file
|
|
@ -0,0 +1,30 @@
|
|||
{
|
||||
"skill": {
|
||||
"AP5": [
|
||||
1.329,1.45,1.571,1.692,1.813,1.934,2.055,2.176,2.297,2.418,2.539,2.66,2.781,2.902,3.023,3.144
|
||||
],
|
||||
"AX": [
|
||||
1.054,1.15,1.246,1.342,1.438,1.534,1.63,1.726,1.822,1.918,2.014,2.11,2.206,2.302,2.398,2.494
|
||||
],
|
||||
"CCQ3": [
|
||||
1.896,2.069,2.242,2.415,2.588,2.761,2.934,3.107,3.28,3.453,3.626,3.799,3.972,4.145,4.318,4.491
|
||||
],
|
||||
"EQ": [
|
||||
4.493,4.902,5.311,5.72,6.129,6.538,6.947,7.356,7.765,8.174,8.583,8.992,9.401,9.81,10.219,10.628
|
||||
],
|
||||
"RL": [
|
||||
5.176,5.647,6.118,6.589,7.06,7.531,8.002,8.473,8.944,9.415,9.886,10.357,10.828,11.299,11.77,12.241
|
||||
],
|
||||
"RZ": [
|
||||
19.539,21.316,23.093,24.87,26.647,28.424,30.201,31.978,33.755,35.532,37.309,39.086,40.863,42.64,44.417,46.194
|
||||
]
|
||||
},
|
||||
"buff": {
|
||||
"T1": [
|
||||
0.106,0.13,0.154,0.178,0.202,0.226,0.25
|
||||
],
|
||||
"T2": [
|
||||
0.36,0.42,0.48,0.54,0.6,0.66,0.72
|
||||
]
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue