Advertisement
Guest User

Untitled

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