mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-04-13 08:37:03 -05:00
Ultra Splashdown paint radius stat to analyzer
This commit is contained in:
parent
b583afaf97
commit
1dcef4adfa
|
|
@ -1475,8 +1475,8 @@ function specialPaintRadius(
|
|||
});
|
||||
|
||||
return {
|
||||
baseValue: roundToNDecimalPlaces(baseEffect),
|
||||
value: roundToNDecimalPlaces(effect),
|
||||
baseValue: roundToNDecimalPlaces(baseEffect, 4),
|
||||
value: roundToNDecimalPlaces(effect, 4),
|
||||
modifiedBy: SPECIAL_PAINT_RADIUS_KEY,
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -2318,6 +2318,11 @@
|
|||
"High": 1.1,
|
||||
"Low": 1,
|
||||
"Mid": 1.05
|
||||
},
|
||||
"PaintRadius": {
|
||||
"High": 10.8,
|
||||
"Low": 9,
|
||||
"Mid": 9.9
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
|
|||
|
|
@ -475,6 +475,12 @@ function parametersToSpecialWeaponResult(params: any) {
|
|||
}
|
||||
}
|
||||
|
||||
// for Ultra Splashdown
|
||||
if (params["BlastParamDokanWarp"]) {
|
||||
result["SubSpecialSpecUpList"] =
|
||||
params["BlastParamDokanWarp"]["SubSpecialSpecUpList"];
|
||||
}
|
||||
|
||||
const resultUnwrapped = unwrapSubSpecialSpecUpList(result);
|
||||
|
||||
const specialDurationFrameKeyAlises = [
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user