Advertisement
Guest User

ExampleRandomSpawns

a guest
Jul 27th, 2016
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.63 KB | None | 0 0
  1. #
  2. # These example files show you how to inject Mythic Mobs
  3. # you've created into your world. The name of each block
  4. # can be whatever you'd like but must be unique.
  5. RandomZubat:
  6. MobType: Zubat
  7. Worlds: City
  8. Chance: 100
  9. Priority: 100
  10. Action: REPLACE
  11. Conditions:
  12. - outside true
  13. RandomBlaziken:
  14. MobType: Blaziken
  15. Worlds: City
  16. Chance: 100
  17. Priority: 100
  18. Action: REPLACE
  19. Conditions:
  20. - outside true
  21. RandomSpinarak:
  22. MobType: Spinarak
  23. Worlds: City
  24. Chance: 100
  25. Priority: 100
  26. Action: REPLACE
  27. Conditions:
  28. - outside true
  29. RandomHoppip:
  30. MobType: Hoppip
  31. Worlds: City
  32. Chance: 100
  33. Priority: 100
  34. Action: REPLACE
  35. Conditions:
  36. - outside true
  37. RandomTauros:
  38. MobType: Tauros
  39. Worlds: City
  40. Chance: 100
  41. Priority: 100
  42. Action: REPLACE
  43. Conditions:
  44. - outside true
  45. RandomCarnivine:
  46. MobType: Carnivine
  47. Worlds: City
  48. Chance: 100
  49. Priority: 100
  50. Action: REPLACE
  51. Conditions:
  52. - outside true
  53. RandomBeheeyem:
  54. MobType: Beheeyem
  55. Worlds: City
  56. Chance: 100
  57. Priority: 100
  58. Action: REPLACE
  59. Conditions:
  60. - outside true
  61. RandomShieldon:
  62. MobType: Shieldon
  63. Worlds: City
  64. Chance: 100
  65. Priority: 100
  66. Action: REPLACE
  67. Conditions:
  68. - outside true
  69. RandomGastly:
  70. MobType: Gastly
  71. Worlds: City
  72. Chance: 100
  73. Priority: 100
  74. Action: REPLACE
  75. Conditions:
  76. - outside true
  77. RandomPhonie:
  78. MobType: Phonie
  79. Worlds: City
  80. Chance: 100
  81. Priority: 100
  82. Action: REPLACE
  83. Conditions:
  84. - outside true
  85. RandomZebstrika:
  86. MobType: Zebstrika
  87. Worlds: City
  88. Chance: 100
  89. Priority: 100
  90. Action: REPLACE
  91. Conditions:
  92. - outside true
  93. RandomMagby:
  94. MobType: Magby
  95. Worlds: City
  96. Chance: 100
  97. Priority: 100
  98. Action: REPLACE
  99. Conditions:
  100. - outside true
  101. RandomEntei:
  102. MobType: Entei
  103. Worlds: City
  104. Chance: 100
  105. Priority: 100
  106. Action: REPLACE
  107. Conditions:
  108. - outside true
  109. RandomMeowth:
  110. MobType: Meowth
  111. Worlds: City
  112. Chance: 100
  113. Priority: 100
  114. Action: REPLACE
  115. Conditions:
  116. - outside true
  117. RandomTepig:
  118. MobType: Tepig
  119. Worlds: City
  120. Chance: 100
  121. Priority: 100
  122. Action: REPLACE
  123. Conditions:
  124. - outside true
  125. RandomLopunny:
  126. MobType: Lopunny
  127. Worlds: City
  128. Chance: 100
  129. Priority: 100
  130. Action: REPLACE
  131. Conditions:
  132. - outside true
  133. RandomMareep:
  134. MobType: Mareep
  135. Worlds: City
  136. Chance: 100
  137. Priority: 100
  138. Action: REPLACE
  139. Conditions:
  140. - outside true
  141. RandomSilicoon:
  142. MobType: Silicoon
  143. Worlds: City
  144. Chance: 100
  145. Priority: 100
  146. Action: REPLACE
  147. Conditions:
  148. - outside true
  149. RandomTogetic:
  150. MobType: Togetic
  151. Worlds: City
  152. Chance: 100
  153. Priority: 100
  154. Action: REPLACE
  155. Conditions:
  156. - outside true
  157. RandomDuosion:
  158. MobType: Duosion
  159. Worlds: City
  160. Chance: 100
  161. Priority: 100
  162. Action: REPLACE
  163. Conditions:
  164. - outside true
  165. RandomAriodos:
  166. MobType: Ariodos
  167. Worlds: City
  168. Chance: 100
  169. Priority: 100
  170. Action: REPLACE
  171. Conditions:
  172. - outside true
  173. RandomTentacool:
  174. MobType: Tentacool
  175. Worlds: City
  176. Chance: 100
  177. Priority: 100
  178. Action: REPLACE
  179. Conditions:
  180. - outside true
  181. RandomGothitelle:
  182. MobType: Gothitelle
  183. Worlds: City
  184. Chance: 100
  185. Priority: 100
  186. Action: REPLACE
  187. Conditions:
  188. - outside true
  189. RandomGrandbull:
  190. MobType: Grandbull
  191. Worlds: City
  192. Chance: 100
  193. Priority: 100
  194. Action: REPLACE
  195. Conditions:
  196. - outside true
  197. RandomTepigMid:
  198. MobType: TepigMid
  199. Worlds: City
  200. Chance: 100
  201. Priority: 100
  202. Action: REPLACE
  203. Conditions:
  204. - outside true
  205. RandomSudoWoodo:
  206. MobType: SudoWoodo
  207. Worlds: City
  208. Chance: 100
  209. Priority: 100
  210. Action: REPLACE
  211. Conditions:
  212. - outside true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement