We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09e1941 commit 9ecc599Copy full SHA for 9ecc599
src/wzrdbrain/wzrdbrain.js
@@ -10,7 +10,8 @@ const MOVES = [
10
"predator", "predator one", "parallel", "tree", "gazelle", "gazelle s",
11
"lion", "lion s", "toe press", "heel press", "toe roll", "heel roll",
12
"360", "180", "540", "parallel slide", "soul slide", "acid slide",
13
- "mizu slide", "star slide", "fast slide", "back slide", "tsunami"
+ "mizu slide", "star slide", "fast slide", "back slide", "stunami",
14
+ "ufo swivel", "toe pivot", "heel pivot"
15
];
16
17
// Rules converted to Set for efficient lookups, mirroring Python's set usage
@@ -21,7 +22,7 @@ const useFakie = new Set([
21
22
"fast slide", "back slide"
23
]);
24
const excludeStanceBase = new Set(["predator", "predator one"]);
-const rotatingMoves = new Set(["gazelle", "lion", "180", "540"]);
25
+const rotatingMoves = new Set(["gazelle", "lion", "180", "540", "stunami", "ufo swivel"]);
26
27
// Derived rules, mirroring Python's `exclude_stance` and `SUBSEQUENT_MOVES`
28
/**
0 commit comments