Advertisement
Dabomstew

land of canaan paths

Oct 6th, 2015
176
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.96 KB | None | 0 0
  1. uses the path numbers from the guide (there might be a faster way to do some of them?)
  2. once you reach a PATTERN, ignore all other checks and use the maps/paths to complete Canaan
  3.  
  4. check 2 (up) first
  5. if it isn't solid -> goto right check
  6. if it is, check the right quickly
  7. if that's also solid: PATTERN 5
  8. otherwise -> goto up check
  9.  
  10. right check:
  11. go right, turn left to begin with
  12. take the path left and check 3
  13. if not filled in -> PATTERN 2
  14. (other two are both filled in)
  15. go back a tiny bit, take the right and check 6
  16. filled in: PATTERN 1
  17. not filled in: PATTERN 6
  18.  
  19. up check:
  20. go along the forward path until you can go left, check 4
  21. filled in: PATTERN 3
  22. not filled in: PATTERN 4
  23.  
  24. map correspondence from eclipse's notes:
  25. right first:
  26. PATTERN 1 = top middle (map does not use the fastest path!) (itoshira's favorite pattern?)
  27. PATTERN 2 = top right
  28. PATTERN 6 = top left
  29.  
  30. up first:
  31. PATTERN 3 = bottom middle
  32. PATTERN 4 = bottom right
  33. PATTERN 5 = bottom left
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement