Advertisement
Guest User

Untitled

a guest
Mar 20th, 2014
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.79 KB | None | 0 0
  1. {
  2.  
  3.  
  4. "info":
  5. {
  6. "name": "Encounter",
  7. "author": "MKo"
  8. },
  9.  
  10.  
  11. "switches": {
  12. "35,23": {
  13. "toggle": [
  14. { "pos": { "x": 33, "y": 21 } },
  15. { "pos": { "x": 34, "y": 21 } },
  16. { "pos": { "x": 35, "y": 21 } },
  17. { "pos": { "x": 36, "y": 21 } },
  18. { "pos": { "x": 37, "y": 21 } }
  19. ]
  20. },
  21. "5,26": {
  22. "toggle": [
  23. { "pos": { "x": 4, "y": 26 } }
  24. ]
  25. },
  26. "6,27": {
  27. "toggle": [
  28. { "pos": { "x": 5, "y": 27 } }
  29. ]
  30. },
  31. "37,10": {
  32. "toggle": [
  33. { "pos": { "x": 38, "y": 10 } }
  34. ]
  35. },
  36. "38,11": {
  37. "toggle": [
  38. { "pos": { "x": 39, "y": 11 } }
  39. ]
  40. },
  41. "8,14": {
  42. "toggle": [
  43. { "pos": { "x": 6, "y": 16 } },
  44. { "pos": { "x": 7, "y": 16 } },
  45. { "pos": { "x": 8, "y": 16 } },
  46. { "pos": { "x": 9, "y": 16 } },
  47. { "pos": { "x": 10, "y": 16 } }
  48. ]
  49. }
  50. },
  51.  
  52.  
  53. "fields":
  54. {
  55. "31,31" : { "defaultState": "blue" },
  56. "31,33" : { "defaultState": "blue" },
  57. "21,32" : { "defaultState": "blue" },
  58.  
  59. "35,31" : { "defaultState": "red" },
  60. "35,33" : { "defaultState": "red" },
  61. "36,32" : { "defaultState": "red" }
  62.  
  63. },
  64.  
  65. "portals": {
  66. "15,32": { "destination": { "x": 27, "y": 5 }, "cooldown": 0 },
  67. "16,32": { "destination": { "x": 27, "y": 5 }, "cooldown": 0 },
  68. "27,5": { "destination": { "x": 16, "y": 32 }, "cooldown": 0 },
  69. "28,5": { "destination": { "x": 16, "y": 32 }, "cooldown": 0 }
  70. }
  71.  
  72. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement