Advertisement
pokeminers

Gamemaster Update 10-01-20

Jan 10th, 2020
1,065
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.82 KB | None | 0 0
  1. template_id: "V0064_POKEMON_KADABRA"
  2. evolution_branch {
  3. evolution: ALAKAZAM
  4. candy_cost: 100
  5. form: ALAKAZAM_NORMAL
  6. + no_candy_cost_via_trade: true
  7. }
  8.  
  9. template_id: "V0067_POKEMON_MACHOKE"
  10.  
  11. evolution: MACHAMP
  12. candy_cost: 100
  13. + no_candy_cost_via_trade: true
  14. }
  15.  
  16. template_id: "V0075_POKEMON_GRAVELER"
  17. evolution_branch {
  18. evolution: GOLEM
  19. candy_cost: 100
  20. form: GOLEM_NORMAL
  21. + no_candy_cost_via_trade: true
  22. }
  23.  
  24. template_id: "V0075_POKEMON_GRAVELER_ALOLA"
  25. evolution_branch {
  26. evolution: GOLEM
  27. candy_cost: 100
  28. form: GOLEM_ALOLA
  29. + no_candy_cost_via_trade: true
  30. }
  31. template_id: "V0093_POKEMON_HAUNTER"
  32.  
  33. evolution_branch {
  34. evolution: GENGAR
  35. candy_cost: 100
  36. + no_candy_cost_via_trade: true
  37. }
  38.  
  39. template_id: "V0524_POKEMON_ROGGENROLA"
  40.  
  41. - cinematic_moves: POWER_GEM
  42. + cinematic_moves: BULLDOZE
  43. cinematic_moves: ROCK_BLAST
  44. cinematic_moves: STONE_EDGE
  45.  
  46. evolution_branch {
  47. evolution: BOLDORE
  48. - candy_cost: 25
  49. + candy_cost: 50
  50. }
  51.  
  52. template_id: "V0525_POKEMON_BOLDORE"
  53.  
  54. - cinematic_moves: SOLAR_BEAM
  55. + cinematic_moves: BULLDOZE
  56.  
  57. evolution_branch {
  58. evolution: GIGALITH
  59. - candy_cost: 100
  60. + candy_cost: 200
  61. + no_candy_cost_via_trade: true
  62. }
  63.  
  64. template_id: "V0531_POKEMON_AUDINO"
  65. + bonus_stardust_capture_reward: 2000
  66.  
  67. template_id: "V0532_POKEMON_TIMBURR"
  68. evolution_branch {
  69. evolution: GURDURR
  70. - candy_cost: 25
  71. + candy_cost: 50
  72. }
  73.  
  74. template_id: "V0533_POKEMON_GURDURR"
  75. evolution_branch {
  76. evolution: CONKELDURR
  77. - candy_cost: 100
  78. + candy_cost: 200
  79. + no_candy_cost_via_trade: true
  80. }
  81.  
  82. template_id: "V0588_POKEMON_KARRABLAST"
  83. evolution_branch {
  84. evolution: ESCAVALIER
  85. - candy_cost: 50
  86. + candy_cost: 200
  87. + no_candy_cost_via_trade: true
  88. }
  89.  
  90. template_id: "V0596_POKEMON_GALVANTULA"
  91.  
  92. - quick_moves: CHARGE_BEAM_FAST
  93. + quick_moves: VOLT_SWITCH_FAST
  94.  
  95. - cinematic_moves: THUNDER
  96. + cinematic_moves: DISCHARGE
  97.  
  98. template_id: "V0616_POKEMON_SHELMET"
  99.  
  100. evolution_branch {
  101. evolution: ACCELGOR
  102. - candy_cost: 50
  103. + candy_cost: 200
  104. + no_candy_cost_via_trade: true
  105. }
  106.  
  107. template_id: "V0646_POKEMON_KYUREM"
  108.  
  109. - buddy_group_number: 7
  110. + buddy_group_number: 3
  111.  
  112.  
  113. template_id: "V0646_POKEMON_KYUREM_BLACK"
  114.  
  115. is_transferable: true
  116. - buddy_group_number: 7
  117. + buddy_group_number: 3
  118.  
  119.  
  120. template_id: "V0646_POKEMON_KYUREM_NORMAL"
  121.  
  122. - buddy_group_number: 7
  123. + buddy_group_number: 3
  124.  
  125. template_id: "V0646_POKEMON_KYUREM_WHITE"
  126.  
  127. - buddy_group_number: 7
  128. + buddy_group_number: 3
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement