Ink Storm SPU effect

This commit is contained in:
Kalle
2022-09-18 21:14:28 +03:00
parent cabdbd1da4
commit 2be14cda3b
6 changed files with 62 additions and 6 deletions

View File

@@ -276,6 +276,11 @@ function parametersToSpecialWeaponResult(params: any) {
}
}
if (result["RainyFrame"]) {
result["SpecialDurationFrame"] = result["RainyFrame"];
result["RainyFrame"] = undefined;
}
return { overwrites: unwrapSubSpecialSpecUpList(result) };
}