Advertisement
zaq_hack

Shield Pulse v1

Mar 14th, 2019
160
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.21 KB | None | 0 0
  1. [
  2. {
  3. "pos": {
  4. "x": 0,
  5. "y": 0
  6. },
  7. "opcode": {
  8. "id": "ev_message",
  9. "primary": "R",
  10. "parameters": [
  11. {
  12. "type": "string",
  13. "value": {
  14. "v": "Shield Pulse"
  15. }
  16. },
  17. {
  18. "type": "boolean",
  19. "value": {
  20. "null": true
  21. }
  22. }
  23. ]
  24. }
  25. },
  26. {
  27. "pos": {
  28. "x": 1,
  29. "y": 1
  30. },
  31. "opcode": {
  32. "id": "ev_signal",
  33. "primary": "U",
  34. "parameters": [
  35. {
  36. "type": "string",
  37. "value": {
  38. "v": "Shield Pulse"
  39. }
  40. },
  41. {
  42. "type": "boolean",
  43. "value": {
  44. "null": true
  45. }
  46. }
  47. ]
  48. }
  49. },
  50. {
  51. "pos": {
  52. "x": 5,
  53. "y": 0
  54. },
  55. "opcode": {
  56. "id": "do_stop",
  57. "parameters": []
  58. }
  59. },
  60. {
  61. "pos": {
  62. "x": 4,
  63. "y": 0
  64. },
  65. "opcode": {
  66. "id": "do_log",
  67. "primary": "R",
  68. "parameters": [
  69. {
  70. "type": "string",
  71. "value": {
  72. "v": "Shield Pulse End"
  73. }
  74. }
  75. ]
  76. }
  77. },
  78. {
  79. "pos": {
  80. "x": 3,
  81. "y": 0
  82. },
  83. "opcode": {
  84. "id": "do_rs",
  85. "primary": "R",
  86. "parameters": [
  87. {
  88. "type": "side",
  89. "value": {
  90. "side": "up"
  91. }
  92. },
  93. {
  94. "type": "integer",
  95. "value": {
  96. "v": 0
  97. }
  98. }
  99. ]
  100. }
  101. },
  102. {
  103. "pos": {
  104. "x": 2,
  105. "y": 0
  106. },
  107. "opcode": {
  108. "id": "do_delay",
  109. "primary": "R",
  110. "parameters": [
  111. {
  112. "type": "integer",
  113. "value": {
  114. "v": 90
  115. }
  116. }
  117. ]
  118. }
  119. },
  120. {
  121. "pos": {
  122. "x": 1,
  123. "y": 0
  124. },
  125. "opcode": {
  126. "id": "do_rs",
  127. "primary": "R",
  128. "parameters": [
  129. {
  130. "type": "side",
  131. "value": {
  132. "side": "up"
  133. }
  134. },
  135. {
  136. "type": "integer",
  137. "value": {
  138. "v": 15
  139. }
  140. }
  141. ]
  142. }
  143. }
  144. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement