mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-07-16 00:14:21 -05:00
Build Analyzer: Big ink tank to CJR
This commit is contained in:
parent
938a208698
commit
0affb028a0
|
|
@ -138,8 +138,11 @@ export function buildStats({
|
|||
}
|
||||
|
||||
const SPLATTERSHOT_JR_ID = 10;
|
||||
const CUSTOM_SPLATTERSHOT_JR_ID = 11;
|
||||
function inkTankSize(weaponSplId: StatFunctionInput["weaponSplId"]) {
|
||||
if (weaponSplId === SPLATTERSHOT_JR_ID) return 1.1;
|
||||
if ([SPLATTERSHOT_JR_ID, CUSTOM_SPLATTERSHOT_JR_ID].includes(weaponSplId)) {
|
||||
return 1.1;
|
||||
}
|
||||
|
||||
return 1;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user