Guest User

Untitled

a guest
Jul 19th, 2018
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.74 KB | None | 0 0
  1. pokemon {
  2. generic {
  3. Common {
  4. list=[
  5. Abra,
  6. Altaria,
  7. Arbok,
  8. Bidoof,
  9. Bisharp,
  10. Carvanha,
  11. Caterpie,
  12. Chatot,
  13. Drifloon,
  14. Geodude,
  15. Gloom,
  16. Graveler,
  17. Growlithe,
  18. Hoothoot,
  19. Houndour,
  20. Koffing,
  21. Lillipup,
  22. Litwick,
  23. Meowth,
  24. Metapod,
  25. Nidoranmale,
  26. Nidorino,
  27. Pidgey,
  28. Ralts,
  29. Raticate,
  30. Rattata,
  31. Relicanth,
  32. Rufflet,
  33. Sandshrew,
  34. Sandslash,
  35. Seedot,
  36. Seviper,
  37. Spearow,
  38. Spinarak,
  39. Swablu,
  40. Tentacool,
  41. Tentacruel,
  42. Zangoose,
  43. Zubat
  44. ]
  45. particle=[
  46. ShadowForm
  47. ]
  48. rarity=8000
  49. spawnMessage="&b&lRare&f&lSpawn &7&l> &fA &d%text%&f has just spawned in a &c%biome%&f!"
  50. text="&5Shadow &f%pokemon%&r"
  51. texture=[
  52. shadow1
  53. ]
  54. }
  55. Uncommon {
  56. list=[
  57. Absol,
  58. Audino,
  59. Azumarill,
  60. Brellom,
  61. Butterfree,
  62. Clauncher,
  63. Delibird,
  64. Dustox,
  65. Golbat,
  66. Goomy,
  67. Sliggoo,
  68. Goodra,
  69. Furret,
  70. Sentret,
  71. Grimer,
  72. Herdier,
  73. Kadabra,
  74. Kirlia,
  75. Ledian,
  76. Liepard,
  77. Machop,
  78. Noctowl,
  79. Nuzleaf,
  80. Persian,
  81. Pidgeotto,
  82. Pinsir,
  83. Pumpkaboo,
  84. Sneasel,
  85. Stunfisk,
  86. Stunky,
  87. Taillow,
  88. Tangela,
  89. Togetic,
  90. Weezing
  91. ]
  92. particle=[
  93. ShadowForm
  94. ]
  95. rarity=4000
  96. spawnMessage="&b&lRare&f&lSpawn &7&l> &fA &d%text%&f has just spawned in a &c%biome%&f!"
  97. text="&5Shadow &f%pokemon%&r"
  98. texture=[
  99. shadow1
  100. ]
  101. }
  102. Uncommon {
  103. list=[
  104. Ariados,
  105. Bayleef,
  106. Beldum,
  107. Blastoise,
  108. Braviary,
  109. Bulbasaur,
  110. Charizard,
  111. Charmander,
  112. Charmeleon,
  113. Chikorita,
  114. Cloyster,
  115. Crobat,
  116. Croconaw,
  117. Cyndaquil,
  118. Ditto,
  119. Drifblim,
  120. Eevee,
  121. Fearow,
  122. Feraligatr,
  123. Furfrou,
  124. Gabite,
  125. Gardevoir,
  126. Gible,
  127. Golurk,
  128. Govyle,
  129. Hawlucha,
  130. Honedge,
  131. Houndoom,
  132. Ivysaur,
  133. Kangaskhan,
  134. Kecleon,
  135. Lampent,
  136. Larvitar,
  137. Machoke,
  138. Magnemite,
  139. Magneton,
  140. Marowak,
  141. Meganium,
  142. Metagross,
  143. Metang,
  144. MrMime,
  145. Muk,
  146. Pidgeot,
  147. Pupitar,
  148. Quilava,
  149. Scyther,
  150. Shellder,
  151. Shiftry,
  152. Skuntank,
  153. Snorlax,
  154. Spiritomb,
  155. Squirtle,
  156. Swellow,
  157. Tangrowth,
  158. Totodile,
  159. Treecko,
  160. Typhlosion,
  161. Tyranitar,
  162. Ursaring,
  163. Venusaur,
  164. Vivillon,
  165. Volcarona,
  166. Vulpix,
  167. Wartortle
  168. ]
  169. particle=[
  170. ShadowForm
  171. ]
  172. rarity=2000
  173. spawnMessage="&b&lRare&f&lSpawn &7&l> &fA &d%text%&f has just spawned in a &c%biome%&f!"
  174. text="&5Shadow &f%pokemon%&r"
  175. texture=[
  176. shadow1
  177. ]
  178. }
  179. }
  180. specific {
  181. Scyther {
  182. particle=[
  183. ShadowForm
  184. ]
  185. rarity=100000000
  186. spawnMessage="&6A %text% just spawned."
  187. text="&5Shadow &7%pokemon%"
  188. texture=[
  189. shadow1
  190. ]
  191. }
  192. }
  193. }
Add Comment
Please, Sign In to add comment