添加黑天鹅伤害计算

This commit is contained in:
a376148946 2024-02-16 13:06:00 +08:00
parent bf680d234c
commit 12fbd94cb3
2 changed files with 57 additions and 6 deletions

View File

@ -1205,5 +1205,56 @@
], ],
"Maze": [20], "Maze": [20],
"Ultra_Use": [120] "Ultra_Use": [120]
},
"1307": {
"Normal": [
0.3000000002793968, 0.3600000003352761, 0.4200000003911555,
0.48000000044703484, 0.5400000005029142, 0.6000000005587935,
0.6600000006146729, 0.7200000006705523, 0.7800000007264316
],
"BPSkill": [
0.45000000041909516, 0.4950000001117587, 0.5400000005029142,
0.5850000001955777, 0.6300000005867332, 0.6750000002793968,
0.7312500011175871, 0.7875000005587935, 0.8437500013969839,
0.9000000008381903, 0.9450000005308539, 0.9900000009220093,
1.0349999996833503, 1.0800000000745058, 1.1249999997671694
],
"BPSkill_D": [
0.1479999995790422, 0.1539999998640269, 0.1600000001490116,
0.1659999997355044, 0.1720000000204891, 0.17799999960698187,
0.18550000013783574, 0.19299999997019768, 0.20050000050105155,
0.20799999963492155, 0.21399999991990626, 0.22000000020489097,
0.22599999979138374, 0.23200000007636845, 0.23799999966286123
],
"Ultra_A": [
0.1500000001396984, 0.1600000001490116, 0.17000000015832484,
0.18000000016763806, 0.1900000001769513, 0.20000000018626451,
0.21250000037252903, 0.2249999998603016, 0.23750000004656613,
0.25000000023283064, 0.26000000024214387, 0.2700000002514571,
0.2800000002607703, 0.29000000027008355, 0.3000000002793968
],
"Ultra": [
0.7200000006705523, 0.7680000001564622, 0.8160000003408641,
0.8640000005252659, 0.9120000007096678, 0.9600000008940697,
1.0200000000186265, 1.0800000000745058, 1.1400000001303852,
1.2000000001862645, 1.2479999996721745, 1.2959999998565763,
1.3440000000409782, 1.39200000022538, 1.440000000409782
],
"Talent": [
0.9600000008940697, 1.1183999998029321, 1.2768000003416091,
1.4352000001817942, 1.5936000007204711, 1.7520000005606562,
1.8960000004153699, 2.040000000037253, 2.220000000204891,
2.400000000372529, 2.5200000004842877, 2.6400000005960464,
2.760000000707805, 2.880000000819564, 3
],
"Talent_UP": [
0.04799999948590994, 0.0559200004208833, 0.06384000065736473,
0.07176000089384615, 0.07968000043183565, 0.08759999996982515,
0.0948000003118068, 0.10199999995529652, 0.11100000003352761,
0.12000000011175871, 0.12599999969825149, 0.1319999999832362,
0.13799999956972897, 0.14399999985471368, 0.1500000001396984
],
"Maze": [20],
"Ultra_Use": [120]
} }
} }

View File

@ -93,17 +93,17 @@
"role": "黑天鹅", "role": "黑天鹅",
"HPDelta": 0.0, "HPDelta": 0.0,
"HPAddedRatio": 0.0, "HPAddedRatio": 0.0,
"AttackDelta": 0.75, "AttackDelta": 1,
"AttackAddedRatio": 0.75, "AttackAddedRatio": 1,
"DefenceDelta": 0.0, "DefenceDelta": 0.0,
"DefenceAddedRatio": 0.0, "DefenceAddedRatio": 0.0,
"SpeedDelta": 1.0, "SpeedDelta": 1.0,
"CriticalChanceBase": 0.75, "CriticalChanceBase": 0.5,
"CriticalDamageBase": 0.75, "CriticalDamageBase": 0.5,
"BreakDamageAddedRatioBase": 0.5, "BreakDamageAddedRatioBase": 0.0,
"HealRatio": 0, "HealRatio": 0,
"SPRatio": 0.5, "SPRatio": 0.5,
"StatusProbabilityBase": 0.75, "StatusProbabilityBase": 1,
"StatusResistanceBase": 0.0, "StatusResistanceBase": 0.0,
"AttributeAddedRatio": 1 "AttributeAddedRatio": 1
}, },