Advertisement
Guest User

Poyo! Lava Tumble

a guest
Feb 28th, 2020
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.37 KB | None | 0 0
  1. {
  2. "name": "Poyo!",
  3. "instructions": "Jump on all pixels",
  4. "awaitOutcome": "allBlocksTouched",
  5. "entry": [11, 1, 1],
  6. "blockPropertyOverrides": [{
  7. "blockPositions": [
  8. [6, 1, 6],
  9. [4, 1, 6]
  10. ],
  11. "overrides": {
  12. "BrickColor": "Institutional white"
  13. }
  14. }, {
  15. "blockPositions": [
  16. [10, 1, 5],
  17. [10, 1, 6],
  18. [9, 1, 4],
  19. [8, 1, 4],
  20. [7, 1, 4],
  21. [7, 1, 3],
  22. [6, 1, 3],
  23. [6, 1, 4],
  24. [5, 1, 4],
  25. [5, 1, 3],
  26. [4, 1, 4],
  27. [3, 1, 4],
  28. [3, 1, 5],
  29. [2, 1, 5],
  30. [8, 1, 5],
  31. [3, 1, 6],
  32. [3, 1, 7],
  33. [5, 1, 7],
  34. [4, 1, 7],
  35. [5, 1, 6],
  36. [5, 1, 5],
  37. [5, 1, 8],
  38. [4, 1, 8],
  39. [3, 1, 8],
  40. [5, 1, 9],
  41. [6, 1, 9],
  42. [6, 1, 8],
  43. [6, 1, 7],
  44. [7, 1, 5],
  45. [7, 1, 6],
  46. [7, 1, 7],
  47. [7, 1, 8],
  48. [7, 1, 9],
  49. [8, 1, 8],
  50. [9, 1, 8],
  51. [9, 1, 7],
  52. [8, 1, 7],
  53. [8, 1, 6],
  54. [2, 1, 6]
  55. ],
  56. "overrides": {
  57. "BrickColor": "Light reddish violet"
  58. }
  59. }, {
  60. "blockPositions": [
  61. [4, 1, 2],
  62. [3, 1, 2],
  63. [2, 1, 2],
  64. [8, 1, 2],
  65. [9, 1, 2],
  66. [10, 1, 2]
  67. ],
  68. "overrides": {
  69. "BrickColor": "Really red"
  70. }
  71. }, {
  72. "blockPositions": [
  73. [4, 1, 5],
  74. [6, 1, 5]
  75. ],
  76. "overrides": {
  77. "BrickColor": "Bright blue"
  78. }
  79. }, {
  80. "blockPositions": [
  81. [2, 1, 3],
  82. [9, 1, 1],
  83. [9, 1, 3],
  84. [5, 1, 2],
  85. [4, 1, 1],
  86. [3, 1, 1],
  87. [2, 1, 1],
  88. [1, 1, 1],
  89. [3, 1, 3],
  90. [4, 1, 3],
  91. [7, 1, 2],
  92. [8, 1, 3],
  93. [8, 1, 1],
  94. [1, 1, 2],
  95. [6, 1, 2],
  96. [10, 1, 4],
  97. [6, 1, 10],
  98. [7, 1, 10],
  99. [2, 1, 4],
  100. [11, 1, 5],
  101. [11, 1, 6],
  102. [2, 1, 7],
  103. [8, 1, 9],
  104. [9, 1, 9],
  105. [4, 1, 9],
  106. [10, 1, 7],
  107. [5, 1, 10],
  108. [1, 1, 5],
  109. [1, 1, 6],
  110. [9, 1, 6],
  111. [9, 1, 5],
  112. [10, 1, 8],
  113. [3, 1, 9],
  114. [2, 1, 8],
  115. [10, 1, 3],
  116. [11, 1, 2],
  117. [11, 1, 1],
  118. [10, 1, 1],
  119. [7, 1, 1],
  120. [5, 1, 1]
  121. ],
  122. "overrides": {
  123. "BrickColor": "Really black"
  124. }
  125. }],
  126. "map": [
  127. [
  128. [1, 1, 1, 1, 1, 0, 1, 1, 1, 1, 1],
  129. [1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1],
  130. [0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0],
  131. [0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0],
  132. [1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1],
  133. [1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1],
  134. [0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0],
  135. [0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0],
  136. [0, 0, 1, 1, 1, 1, 1, 1, 1, 0, 0],
  137. [0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0],
  138. [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
  139. ]
  140. ]
  141. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement