You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Simple AP Calculator that calculates time to Max AP and, if given a node cost via `-n` (or `--node`) time until each possible run can be done. Output is given as a table with time (24h notation) and delta until that point. Max AP is assumed to be `144`, but can be overriden with `-m` (or `--max`). Values for current ap and time until next AP are positional, with current timer being optional.
45
+
Simple AP Calculator that calculates time to Max AP and targets based on node cost or target AP. Output is given as a table with time (24h notation) and delta until that point.
46
+
47
+
-`-m`,`--max`: Override for Max AP (Default: `144`)
48
+
-`-n`,`--node`: Node Cost (shows all possible future runs; optional)
49
+
-`-t`,`--target`: Sets target AP (optional)
50
+
- Positional: Values for current ap (num; required) and time until next AP (either as `M:SS` or `MSS`; optional)
0 commit comments