Advertisement
Guest User

Team Is Key

a guest
Feb 16th, 2014
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.10 KB | None | 0 0
  1. {
  2. "info": {
  3. "name": "Team Is Key",
  4. "author": "zack24635"
  5. },
  6. "switches":
  7. {
  8.  
  9. "3,8":
  10. {
  11. "toggle":
  12. [
  13. { "pos": { "x": 8, "y": 6 } },
  14. { "pos": { "x": 7, "y": 7 } },
  15. { "pos": { "x": 6, "y": 8 } }
  16. ]
  17. },
  18.  
  19. "17,14":
  20. {
  21. "toggle":
  22. [
  23. { "pos": { "x": 17, "y": 16 } },
  24. { "pos": { "x": 16, "y": 17 } }
  25. ]
  26. },
  27.  
  28. "31,34":
  29. {
  30. "toggle":
  31. [
  32. { "pos": { "x": 32, "y": 31 } },
  33. { "pos": { "x": 31, "y": 32 } }
  34. ]
  35. },
  36.  
  37. "45,40":
  38. {
  39. "toggle":
  40. [
  41. { "pos": { "x": 42, "y": 40 } },
  42. { "pos": { "x": 41, "y": 41 } },
  43. { "pos": { "x": 40, "y": 42 } }
  44. ]
  45. }
  46.  
  47. },
  48.  
  49.  
  50. "fields":
  51. {
  52. "8,6": { "defaultState": "off" },
  53. "7,7": { "defaultState": "off" },
  54. "6,8": { "defaultState": "off" },
  55. "17,16": { "defaultState": "on" },
  56. "16,17": { "defaultState": "on" },
  57. "32,31": { "defaultState": "on" },
  58. "31,32": { "defaultState": "on" },
  59. "42,40": { "defaultState": "off" },
  60. "41,41": { "defaultState": "off" },
  61. "40,42": { "defaultState": "off" }
  62. },
  63. "portals": {
  64. "7,28": {
  65. "destination": {
  66. "x": 41,
  67. "y": 20
  68. }
  69. },
  70. "41,20": {
  71. "destination": {
  72. "x": 7,
  73. "y": 28
  74. }
  75. },
  76. "11,11": {
  77. "destination": {
  78. "x": 37,
  79. "y": 37
  80. }
  81. },
  82. "37,37": {
  83. "destination": {
  84. "x": 11,
  85. "y": 11
  86. }
  87. }
  88.  
  89.  
  90. }
  91. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement