Advertisement
SteveKitten

Untitled

Jan 2nd, 2018
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.04 KB | None | 0 0
  1. {
  2. "gyms": [
  3. {
  4. "id": "grassgym",
  5. "filename": "grassgym.snapshot",
  6. "npcdata": "grassgym.json",
  7. "depth": 8
  8. },
  9. {
  10. "id": "grassbuggym",
  11. "filename": "grassbuggym.snapshot",
  12. "npcdata": "grassbuggym.json",
  13. "depth": 2
  14. },
  15. {
  16. "id": "groundgym",
  17. "filename": "groundgym.snapshot",
  18. "npcdata": "groundgym.json",
  19. "depth": 2
  20. },
  21. {
  22. "id": "icegym",
  23. "filename": "icegym.snapshot",
  24. "npcdata": "icegym.json",
  25. "depth": 3
  26. },
  27. {
  28. "id": "icegym2",
  29. "filename": "icegym2.snapshot",
  30. "npcdata": "icegym2.json",
  31. "depth": 4
  32. },
  33. {
  34. "id": "psychicgym",
  35. "filename": "psychicgym.snapshot",
  36. "npcdata": "psychicgym.json",
  37. "depth": 2
  38. },
  39. {
  40. "id": "rockgym",
  41. "filename": "rockgym.snapshot",
  42. "npcdata": "rockgym.json",
  43. "depth": 2
  44. },
  45. {
  46. "id": "steelgym",
  47. "filename": "steelgym.snapshot",
  48. "npcdata": "steelgym.json",
  49. "depth": 2
  50. },
  51. {
  52. "id": "watergym",
  53. "filename": "watergym.snapshot",
  54. "npcdata": "watergym.json",
  55. "depth": 3
  56. },
  57. {
  58. "id": "watergym2",
  59. "filename": "watergym2.snapshot",
  60. "npcdata": "watergym2.json",
  61. "depth": 3
  62. },
  63. {
  64. "id": "electricgym",
  65. "filename": "electricgym.snapshot",
  66. "npcdata": "electricgym.json",
  67. "depth": 2
  68. },
  69. {
  70. "id": "firegym",
  71. "filename": "firegym.snapshot",
  72. "npcdata": "firegym.json",
  73. "depth": 7
  74. },
  75. {
  76. "id": "firegym2",
  77. "filename": "firegym2.snapshot",
  78. "npcdata": "firegym2.json",
  79. "depth": 2
  80. },
  81. {
  82. "id": "flyinggym",
  83. "filename": "flyinggym.snapshot",
  84. "npcdata": "flyinggym.json",
  85. "depth": 2
  86. }
  87. ],
  88. "towns": [
  89. {
  90. "id": "towncenter1",
  91. "filename": "pokecenter1.snapshot",
  92. "weighting": 20,
  93. "depth": 2,
  94. "maxnum": 1,
  95. "npcs": [
  96. {
  97. "type": "NurseJoy",
  98. "x": 9,
  99. "y": 3,
  100. "z": 7
  101. }
  102. ]
  103. },
  104. {
  105. "id": "townmart1",
  106. "filename": "pokemart1.snapshot",
  107. "weighting": 20,
  108. "maxnum": 1,
  109. "depth": 1,
  110. "npcs": [
  111. {
  112. "type": "Shopkeeper",
  113. "data": "Main",
  114. "x": 10,
  115. "y": 3,
  116. "z": 5
  117. },
  118. {
  119. "type": "Shopkeeper",
  120. "data": "Secondary",
  121. "x": 10,
  122. "y": 3,
  123. "z": 4
  124. }
  125. ]
  126. }
  127. ],
  128. "standalone":[
  129. {
  130. "id": "center1",
  131. "filename": "pokecenter1.snapshot",
  132. "biomes": [ "Plains", "Forest", "Taiga", "Birch Forest", "Roofed Forest", "Mega Taiga", "Savanna" ],
  133. "rarity": 20,
  134. "depth": 2
  135. },
  136. {
  137. "id": "center2",
  138. "filename": "pokecenter2.snapshot",
  139. "biomes": [ "Ice Plains", "Cold Taiga", "Ice Plains Spikes" ],
  140. "rarity": 20,
  141. "depth": 1
  142. },
  143. {
  144. "id": "center3",
  145. "filename": "pokecenter3.snapshot",
  146. "biomes": [ "Forest", "Taiga", "Birch Forest", "Roofed Forest", "Mega Taiga" ],
  147. "rarity": 20,
  148. "depth": 1
  149. },
  150. {
  151. "id": "iceshrine",
  152. "filename": "shrine1.snapshot",
  153. "biomes": [ "Ice Plains Spikes", "Ice Plains", "Ice Mountains", "Cold Taiga M" ],
  154. "rarity": 20,
  155. "depth": 0
  156. },
  157. {
  158. "id": "lightningshrine",
  159. "filename": "shrine2.snapshot",
  160. "biomes": [ "Savanna Plateau", "Savanna M", "Savanna Plateau M" ],
  161. "rarity": 20,
  162. "depth": 0
  163. },
  164. {
  165. "id": "fireshrine",
  166. "filename": "shrine3.snapshot",
  167. "biomes": [ "Mesa Plateau M", "Mesa Plateau F M", "Mesa Plateau F", "Mesa Plateau" ],
  168. "rarity": 20,
  169. "depth": 0
  170. },
  171. {
  172. "id": "hauntedtower",
  173. "filename": "hauntedtower.snapshot",
  174. "biomes": [ "Forest", "Birch Forest", "Roofed Forest", "Swampland" ],
  175. "rarity": 20,
  176. "depth": 1
  177. }
  178. ]
  179. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement