mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-08-12 12:31:42 -05:00
Ultra Splashdown paint radius stat to analyzer
This commit is contained in:
@@ -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 = [
|
||||
|
||||
Reference in New Issue
Block a user