mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-09-09 12:46:10 -05:00
@@ -141,10 +141,6 @@
|
||||
"ConsumeRt_Main": {
|
||||
"High": 0.5,
|
||||
"Mid": 0.7
|
||||
},
|
||||
"MoveVelRt_Shot": {
|
||||
"High": -1,
|
||||
"Mid": -1
|
||||
}
|
||||
},
|
||||
"MoveSpeed": 0.055,
|
||||
@@ -162,10 +158,6 @@
|
||||
"ConsumeRt_Main": {
|
||||
"High": 0.5,
|
||||
"Mid": 0.7
|
||||
},
|
||||
"MoveVelRt_Shot": {
|
||||
"High": -1,
|
||||
"Mid": -1
|
||||
}
|
||||
},
|
||||
"MoveSpeed": 0.055,
|
||||
@@ -422,10 +414,6 @@
|
||||
"ConsumeRt_Main": {
|
||||
"High": 0.5,
|
||||
"Mid": 0.7
|
||||
},
|
||||
"MoveVelRt_Shot": {
|
||||
"High": -1,
|
||||
"Mid": -1
|
||||
}
|
||||
},
|
||||
"TripleShotSpanFrame": 20,
|
||||
|
||||
@@ -463,6 +463,7 @@ function resolveOverwritesWithArbitraryKeys(
|
||||
paramsObj as Record<string, number>
|
||||
)) {
|
||||
if (!key.startsWith("Overwrite_")) continue;
|
||||
if (value === -1) continue;
|
||||
|
||||
let abilityKey = key.replace("Overwrite_", "");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user