Guest User

Untitled

a guest
Aug 23rd, 2016
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.56 KB | None | 0 0
  1. // This File: _mulligan.txt
  2. // Author: Sepefeets
  3. // Credits: Blackoak, emilcoff, Dre, Per4mer
  4. // Version: 0.4 (11-Jan-16)
  5. // History: [fix] Massive overhaul for current meta https://tempostorm.com/hearthstone/decks/secret-paladin-meta-snapshot-43
  6. // : [fix] Improved All classes
  7. // : [add] Faerie Dragon
  8. // : [add] Gadgetzan Jouster thanks Per4mer
  9. // : [fix] Many!
  10. // Deck Name: SecretPaladin
  11. // Hero: Paladin
  12. // Deck Type: Mid-Range (Control)
  13.  
  14. // - P A L A D I N ------------------------------
  15. // [1] Avenge (FP1_020)
  16. // [1] Noble Sacrifice (EX1_130)
  17. // [1] Redemption (EX1_136)
  18. // [1] Competitive Spirit (AT_073)
  19. // [2] Shielded Minibot (GVG_058)
  20. // [3] Coghammer (GVG_059)
  21. // [3] Muster for Battle (GVG_061)
  22. // [4] Blessing of Kings (CS2_092)
  23. // [4] Consecration (CS2_093)
  24. // [4] Truesilver Champion (CS2_097)
  25. // [6] Mysterious Challenger (AT_079)
  26. // [8] Tirion Fordring (EX1_383)
  27. // - N E U T R A L ------------------------------
  28. // [1] Secretkeeper (EX1_080)
  29. // [2] Haunted Creeper (FP1_002)
  30. // [2] Knife Juggler (NEW1_019)
  31. // [4] Piloted Shredder (GVG_096)
  32. // [5] Loatheb (FP1_030)
  33. // [5] Sludge Belcher (FP1_012)
  34. // [7] Dr. Boom (GVG_110)
  35. // - V A R I A T I O N S ------------------------
  36. // [1] Repentance (EX1_379)
  37. // [1] Argent Squire (EX1_008)
  38. // [2] Ironbeak Owl (CS2_203)
  39. // [2] Equality (EX1_619)
  40. // [3] Divine Favor (EX1_349)
  41. // [8] Ragnaros the Firelord (EX1_298)
  42. // [4] Murloc Knight (AT_076)
  43.  
  44. // - A L L --------------------------------------
  45. // 1-DROP
  46. // Keep 1x Secretkeeper (and either 1x Noble Sacrifice or 1x Avenge if we have Secretkeeper)
  47. // 1x Secretkeeper
  48. hold;pala;all;EX1_080:1
  49. // 1x Avenge + Secretkeeper
  50. hold;pala;all;FP1_020:1:EX1_080
  51. // 1x Noble Sacrifice + Secretkeeper
  52. hold;pala;all;EX1_130:1:EX1_080
  53.  
  54. // 2-DROP
  55. // Haunted Creeper
  56. hold;pala;all;FP1_002:1
  57. // Shielded Minibot
  58. hold;pala;all;GVG_058:1
  59. hold;pala;all;GVG_058:2;coin
  60.  
  61. // 3-DROP
  62. // 1x Muster for Battle
  63. hold;pala;all;GVG_061:1
  64.  
  65. // 4-DROP
  66. // 1x Blessing of Kings + Argent Squire + Shielded Minibot
  67. // hold;pala;all;CS2_092:1:EX1_008+GVG_058;coin
  68.  
  69. // 6-DROP
  70. // 1x Mysterious Challenger + Coin
  71. hold;pala;all;AT_079:1;coin
  72.  
  73. // IDEAL HAND -----------------------------------
  74. // [1] Competitive Spirit + [3] Muster for Battle + Coin
  75. hold;pala;all;AT_073:1:GVG_061;coin
  76.  
  77.  
  78.  
  79. // - D R U I D ----------------------------------
  80. // 2-DROP
  81. // Knife Juggler
  82. hold;pala;druid;NEW1_019:1
  83. hold;pala;druid;NEW1_019:2;coin
  84.  
  85. // 3-DROP
  86. // 1x Coghammer
  87. //hold;pala;druid;GVG_059:1
  88.  
  89. // 4-DROP
  90. // 1x Piloted Shredder
  91. //hold;pala;druid;GVG_096:1
  92. // 1x Piloted Shredder + 1-Drop + 2-Drop + Coin
  93. // hold;pala;druid;GVG_096:1:EX1_080+FP1_002/EX1_080+NEW1_019/EX1_080+GVG_058;coin
  94.  
  95. // 6-DROP
  96. // 1x Mysterious Challenger
  97. //hold;pala;druid;AT_079:1
  98. // 1x Mysterious Challenger + Secretkeeper + Coin
  99. //hold;pala;druid;AT_079:1:EX1_080;coin
  100.  
  101.  
  102. // - H U N T E R --------------------------------
  103. // 1-DROP
  104. // 1x Noble Sacrifice
  105. hold;pala;hunter;EX1_130:1
  106.  
  107. // 2-DROP
  108. // 1x Ironbeak Owl
  109. //hold;pala;hunter;CS2_203:1
  110.  
  111. // 3-DROP
  112. // 1x Coghammer if no 1x Muster for Battle
  113. //hold;pala;hunter;GVG_059:1:-GVG_061
  114.  
  115. // 4-DROP
  116. // 1x Consecration
  117. // hold;pala;hunter;CS2_093:1
  118.  
  119.  
  120. // - M A G E ------------------------------------
  121. // 2-DROP
  122. // 1x Ironbeak Owl
  123. //hold;pala;mage;CS2_203:1
  124. // Knife Juggler
  125. hold;pala;mage;NEW1_019:1
  126. hold;pala;mage;NEW1_019:2;coin
  127.  
  128. // 6-DROP
  129. // 1x Mysterious Challenger
  130. //hold;pala;mage;AT_079:1
  131.  
  132.  
  133. // - P A L A D I N ------------------------------
  134. // 2-DROP
  135. // Knife Juggler
  136. hold;pala;pala;NEW1_019:1
  137. hold;pala;pala;NEW1_019:2;coin
  138.  
  139. // 3-DROP
  140. // 1x Coghammer + Coin
  141. // hold;pala;pala;GVG_059:1;coin
  142.  
  143. // 4-DROP
  144. // 1x Consecration
  145. hold;pala;pala;CS2_093:1
  146.  
  147. // 6-DROP
  148. // 1x Mysterious Challenger
  149. //hold;pala;pala;AT_079:1
  150.  
  151.  
  152. // - P R I E S T --------------------------------
  153. // 2-DROP
  154. // Knife Juggler
  155. hold;pala;priest;NEW1_019:1
  156. hold;pala;priest;NEW1_019:2;coin
  157.  
  158. // 3-DROP
  159. // 1x Coghammer
  160. //hold;pala;priest;GVG_059:1
  161.  
  162. // 4-DROP
  163. // 1x Piloted Shredder
  164. hold;pala;priest;GVG_096:1
  165.  
  166. // 6-DROP
  167. // 1x Mysterious Challenger
  168. hold;pala;priest;AT_079:1
  169.  
  170.  
  171. // - R O G U E ----------------------------------
  172. // 2-DROP
  173. // Knife Juggler
  174. hold;pala;thief;NEW1_019:1
  175. hold;pala;thief;NEW1_019:2;coin
  176.  
  177. // 3-DROP
  178. // 1x Coghammer if no 1x Truesilver Champion
  179. //hold;pala;thief;GVG_059:1:-CS2_097
  180.  
  181. // 4-DROP
  182. // 1x Piloted Shredder + 1-Drop + 2-Drop + Coin
  183. //hold;pala;thief;GVG_096:1:EX1_080+FP1_002/EX1_080+NEW1_019/EX1_080+GVG_058;coin
  184. // 1x Truesilver Champion
  185. hold;pala;thief;CS2_097:1
  186.  
  187. // 6-DROP
  188. // 1x Mysterious Challenger
  189. //hold;pala;thief;AT_079:1
  190.  
  191.  
  192. // - S H A M A N --------------------------------
  193. // 2-DROP
  194. // Knife Juggler
  195. hold;pala;shaman;NEW1_019:1
  196. hold;pala;shaman;NEW1_019:2;coin
  197.  
  198. // 6-DROP
  199. // 1x Mysterious Challenger
  200. //hold;pala;shaman;AT_079:1
  201.  
  202.  
  203. // - W A R L O C K ------------------------------
  204. // 2-DROP
  205. // 1x Ironbeak Owl
  206. //hold;pala;warlock;CS2_203:1
  207. // Knife Juggler
  208. hold;pala;warlock;NEW1_019:1
  209. hold;pala;warlock;NEW1_019:2;coin
  210.  
  211. // 3-DROP
  212. // 1x Coghammer + Coin
  213. // hold;pala;warlock;GVG_059:1;coin
  214.  
  215. // 4-DROP
  216. // 1x Consecration + Coin
  217. // hold;pala;warlock;CS2_093:1;coin
  218.  
  219. // 6-DROP
  220. // 1x Mysterious Challenger
  221. //hold;pala;warlock;AT_079:1
  222.  
  223.  
  224. // - W A R R I O R ------------------------------
  225. // 2-DROP
  226. // 1x Ironbeak Owl
  227. //hold;pala;warrior;CS2_203:1
  228. // Knife Juggler
  229. hold;pala;warrior;NEW1_019:1
  230. hold;pala;warrior;NEW1_019:2;coin
  231.  
  232. // 4-DROP
  233. // 1x Piloted Shredder
  234. //hold;pala;warrior;GVG_096:1
  235.  
  236. // 6-DROP
  237. // 1x Mysterious Challenger
  238. hold;pala;warrior;AT_079:1
Advertisement
Add Comment
Please, Sign In to add comment