Advertisement
Phenite

Invisible Bridges (LT map)

Jun 26th, 2017
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.56 KB | None | 0 0
  1. {
  2. "name": "Invisible Bridges",
  3. "instructions": "Touch the green blocks",
  4. "awaitOutcome": "allSpecifiedBlocksTouched",
  5. "entry": [6, 1, 2],
  6. "blockPropertyOverrides": [{
  7. "blockPositions": [
  8. [6, 1, 10],
  9. [2, 1, 10],
  10. [10, 1, 6],
  11. [2, 1, 2],
  12. [10, 1, 2],
  13. [6, 1, 6],
  14. [10, 1, 10],
  15. [2, 1, 6]
  16. ],
  17. "overrides": {
  18. "BrickColor": "Bright green"
  19. }
  20. }, {
  21. "blockPositions": [
  22. [6, 1, 4],
  23. [6, 1, 5],
  24. [7, 1, 10],
  25. [6, 1, 7],
  26. [6, 1, 8],
  27. [6, 1, 3],
  28. [6, 1, 9],
  29. [5, 1, 10],
  30. [4, 1, 10],
  31. [3, 1, 10],
  32. [2, 1, 9],
  33. [2, 1, 8],
  34. [2, 1, 7],
  35. [2, 1, 5],
  36. [2, 1, 4],
  37. [2, 1, 3],
  38. [3, 1, 2],
  39. [4, 1, 2],
  40. [5, 1, 2],
  41. [7, 1, 2],
  42. [8, 1, 2],
  43. [9, 1, 2],
  44. [10, 1, 4],
  45. [10, 1, 3],
  46. [10, 1, 5],
  47. [10, 1, 7],
  48. [10, 1, 8],
  49. [10, 1, 9],
  50. [9, 1, 10],
  51. [8, 1, 10],
  52. [5, 1, 6],
  53. [4, 1, 6],
  54. [3, 1, 6],
  55. [7, 1, 6],
  56. [8, 1, 6],
  57. [9, 1, 6]
  58. ],
  59. "overrides": {
  60. "Transparency": 1
  61. }
  62. }],
  63. "gameplayOptions": {
  64. "blocksToRemove": {
  65. "property": "BrickColor",
  66. "value": "Bright green"
  67. }
  68. },
  69. "map": [
  70. [
  71. [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
  72. [0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0],
  73. [0, 1, 0, 0, 0, 1, 0, 0, 0, 1, 0],
  74. [0, 1, 0, 0, 0, 1, 0, 0, 0, 1, 0],
  75. [0, 1, 0, 0, 0, 1, 0, 0, 0, 1, 0],
  76. [0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0],
  77. [0, 1, 0, 0, 0, 1, 0, 0, 0, 1, 0],
  78. [0, 1, 0, 0, 0, 1, 0, 0, 0, 1, 0],
  79. [0, 1, 0, 0, 0, 1, 0, 0, 0, 1, 0],
  80. [0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0],
  81. [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
  82. ]
  83. ]
  84. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement