Advertisement
Guest User

Untitled

a guest
Mar 6th, 2014
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.33 KB | None | 0 0
  1. {
  2.  
  3.  
  4. "info":
  5. {
  6. "name": "Battleground",
  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. "8,14": {
  22. "toggle": [
  23. { "pos": { "x": 6, "y": 16 } },
  24. { "pos": { "x": 7, "y": 16 } },
  25. { "pos": { "x": 8, "y": 16 } },
  26. { "pos": { "x": 9, "y": 16 } },
  27. { "pos": { "x": 10, "y": 16 } }
  28. ]
  29. }
  30. },
  31.  
  32.  
  33. "fields":
  34. {
  35. "31,31" : { "defaultState": "blue" },
  36. "31,33" : { "defaultState": "blue" },
  37. "21,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. "15,32": { "destination": { "x": 27, "y": 5 }, "cooldown": 0 },
  47. "16,32": { "destination": { "x": 27, "y": 5 }, "cooldown": 0 },
  48. "27,5": { "destination": { "x": 16, "y": 32 }, "cooldown": 0 },
  49. "28,5": { "destination": { "x": 16, "y": 32 }, "cooldown": 0 }
  50. }
  51.  
  52. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement