Advertisement
SISTA

Spikealicious

Apr 9th, 2014
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.80 KB | None | 0 0
  1. {
  2.  
  3.  
  4. "info":
  5. {
  6. "name": "Larry David",
  7. "author": "SISTA"
  8. },
  9.  
  10.  
  11. "switches":
  12. {
  13.  
  14. "8,5":
  15. {
  16. "toggle":
  17. [
  18. { "pos": { "x": 6, "y": 2 } },
  19. { "pos": { "x": 6, "y": 3 } }
  20. ]
  21. },
  22.  
  23. "41,5":
  24. {
  25. "toggle":
  26. [
  27. { "pos": { "x": 43, "y": 2 } },
  28. { "pos": { "x": 43, "y": 3 } }
  29. ]
  30. },
  31.  
  32. "19,13":
  33. {
  34. "toggle":
  35. [
  36. { "pos": { "x": 21, "y": 10 } },
  37. { "pos": { "x": 22, "y": 10 } },
  38. { "pos": { "x": 21, "y": 11 } },
  39. { "pos": { "x": 21, "y": 12 } },
  40. { "pos": { "x": 21, "y": 13 } },
  41. { "pos": { "x": 21, "y": 14 } },
  42. { "pos": { "x": 21, "y": 15 } },
  43. { "pos": { "x": 21, "y": 16 } },
  44. { "pos": { "x": 22, "y": 16 } }
  45. ]
  46. },
  47.  
  48. "30,13":
  49. {
  50. "toggle":
  51. [
  52. { "pos": { "x": 27, "y": 10 } },
  53. { "pos": { "x": 28, "y": 10 } },
  54. { "pos": { "x": 28, "y": 11 } },
  55. { "pos": { "x": 28, "y": 12 } },
  56. { "pos": { "x": 28, "y": 13 } },
  57. { "pos": { "x": 28, "y": 14 } },
  58. { "pos": { "x": 28, "y": 15 } },
  59. { "pos": { "x": 27, "y": 16 } },
  60. { "pos": { "x": 28, "y": 16 } }
  61. ]
  62. },
  63.  
  64. "8,21":
  65. {
  66. "toggle":
  67. [
  68. { "pos": { "x": 6, "y": 23 } },
  69. { "pos": { "x": 6, "y": 24 } }
  70. ]
  71. },
  72.  
  73. "41,21":
  74. {
  75. "toggle":
  76. [
  77. { "pos": { "x": 43, "y": 23 } },
  78. { "pos": { "x": 43, "y": 24 } }
  79. ]
  80. }
  81.  
  82. },
  83.  
  84.  
  85. "fields":
  86. {
  87. "6,2": { "defaultState": "off" },
  88. "6,3": { "defaultState": "off" },
  89. "43,2": { "defaultState": "off" },
  90. "43,3": { "defaultState": "off" },
  91. "21,10": { "defaultState": "off" },
  92. "22,10": { "defaultState": "off" },
  93. "21,11": { "defaultState": "off" },
  94. "21,12": { "defaultState": "off" },
  95. "21,13": { "defaultState": "off" },
  96. "21,14": { "defaultState": "off" },
  97. "21,15": { "defaultState": "off" },
  98. "21,16": { "defaultState": "off" },
  99. "22,16": { "defaultState": "off" },
  100. "27,10": { "defaultState": "off" },
  101. "28,10": { "defaultState": "off" },
  102. "28,11": { "defaultState": "off" },
  103. "28,12": { "defaultState": "off" },
  104. "28,13": { "defaultState": "off" },
  105. "28,14": { "defaultState": "off" },
  106. "28,15": { "defaultState": "off" },
  107. "27,16": { "defaultState": "off" },
  108. "28,16": { "defaultState": "off" },
  109. "6,23": { "defaultState": "off" },
  110. "6,24": { "defaultState": "off" },
  111. "43,23": { "defaultState": "off" },
  112. "43,24": { "defaultState": "off" }
  113. }
  114.  
  115.  
  116. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement