Ultra Splashdown paint radius stat to analyzer

This commit is contained in:
Kalle 2023-12-03 13:53:49 +02:00
parent b583afaf97
commit 1dcef4adfa
3 changed files with 13 additions and 2 deletions

View File

@ -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,
};
}

View File

@ -2318,6 +2318,11 @@
"High": 1.1,
"Low": 1,
"Mid": 1.05
},
"PaintRadius": {
"High": 10.8,
"Low": 9,
"Mid": 9.9
}
}
},

View File

@ -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 = [