dcrgamer

Randovania Test Node (Used in Agon Map Station for testing)

Aug 28th, 2020 (edited)
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.97 KB | None | 0 0
  1. {
  2. "name": "Test Node",
  3. "heal": true,
  4. "node_type": "generic",
  5. "connections": {
  6. "Morph Ball Door to Mining Plaza": {
  7. "type": "or",
  8. "data": [
  9. {
  10. "type": "and",
  11. "data": [
  12. {
  13. "type": "resource",
  14. "data": {
  15. "type": 0,
  16. "index": 0,
  17. "amount": 1,
  18. "negate": false
  19. }
  20. },
  21. {
  22. "type": "or",
  23. "data": [
  24. {
  25. "type": "resource",
  26. "data": {
  27. "type": 0,
  28. "index": 0,
  29. "amount": 1,
  30. "negate": false
  31. }
  32. },
  33. {
  34. "type": "or",
  35. "data": [
  36. {
  37. "type": "resource",
  38. "data": {
  39. "type": 0,
  40. "index": 0,
  41. "amount": 1,
  42. "negate": false
  43. }
  44. }
  45. ]
  46. }
  47. ]
  48. }
  49. ]
  50. },
  51. {
  52. "type": "and",
  53. "data": [
  54. {
  55. "type": "resource",
  56. "data": {
  57. "type": 0,
  58. "index": 0,
  59. "amount": 1,
  60. "negate": false
  61. }
  62. },
  63. {
  64. "type": "or",
  65. "data": [
  66. {
  67. "type": "resource",
  68. "data": {
  69. "type": 0,
  70. "index": 0,
  71. "amount": 1,
  72. "negate": false
  73. }
  74. },
  75. {
  76. "type": "or",
  77. "data": [
  78. {
  79. "type": "resource",
  80. "data": {
  81. "type": 0,
  82. "index": 0,
  83. "amount": 1,
  84. "negate": false
  85. }
  86. }
  87. ]
  88. }
  89. ]
  90. }
  91. ]
  92. }
  93. ]
  94. }
  95. }
  96. }
Add Comment
Please, Sign In to add comment