Advertisement
Guest User

design2

a guest
Feb 7th, 2014
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. {
  2.  
  3.  
  4. "info":
  5. {
  6. "name": "Design 2",
  7. "author": "MKo"
  8. },
  9.  
  10.  
  11. "switches": {
  12. "17,28": {
  13. "toggle": [
  14. { "pos": { "x": 19, "y": 30 } },
  15. { "pos": { "x": 20, "y": 30 } },
  16. { "pos": { "x": 21, "y": 30 } },
  17. { "pos": { "x": 22, "y": 30 } },
  18. { "pos": { "x": 23, "y": 30 } },
  19. { "pos": { "x": 24, "y": 30 } }
  20. ]
  21. },
  22. "17,15": {
  23. "toggle": [
  24. { "pos": { "x": 11, "y": 17 } },
  25. { "pos": { "x": 12, "y": 16 } },
  26. { "pos": { "x": 13, "y": 15 } },
  27. { "pos": { "x": 15, "y": 19 } }
  28. ]
  29. }
  30. },
  31.  
  32.  
  33. "fields":
  34. {
  35. "31,31" : { "defaultState": "blue" },
  36. "31,33" : { "defaultState": "blue" },
  37. "30,32" : { "defaultState": "blue" },
  38.  
  39. "35,31" : { "defaultState": "red" },
  40. "35,33" : { "defaultState": "red" },
  41. "36,32" : { "defaultState": "red" }
  42.  
  43. },
  44.  
  45. "portals": {
  46. "29,30": { "destination": { "x": 3, "y": 16 } },
  47. "35,32": { "destination": { "x": 59, "y": 16}, "cooldown": 0 },
  48. "85,11": { "destination": { "x": 1, "y": 11 } },
  49. "31,32": { "destination": { "x": 6, "y": 16 }, "cooldown": 0 }
  50. }
  51.  
  52. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement