Room ID: 189
|
While that one walljump near the end is a bit precise, it does not require a delayed walljump. Requires: "Gravity"
{
"or": [
{
"and": [
"HiJump",
"canWalljump"
]
},
{
"and": [
"canPreciseWalljump",
"canConsecutiveWalljump"
]
},
{
"and": [
"Grapple",
"canCarefulJump"
]
}
]
} |