Advertisement
Guest User

Wild Even Shaman Mulligan.json

a guest
Jul 5th, 2018
235
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.17 KB | None | 0 0
  1. {
  2. "GameCardId":"Mulligan",
  3. "ConfigComment":"These are the Mulligan rules.",
  4.  
  5. "Mulligan":
  6. {
  7. "values":
  8. [
  9. {
  10. "comment": "Murkspark Eel (GIL_530), Totem Golem (AT_052), Jade Claws (CFM_717), Haunted Creeper (FP1_002).",
  11. "mulligan":"GIL_530, AT_052, CFM_717, FP1_002",
  12. "condition": "*",
  13. "value":"hold",
  14. },
  15.  
  16. {
  17. "comment": "Dire Wolf Alpha (EX1_162) without cards above.",
  18. "mulligan":"EX1_162",
  19. "condition": "my_hand(count(), cardid = GIL_530 | AT_052 | CFM_717 | FP1_002) < 1",
  20. "value":"hold",
  21. },
  22.  
  23. {
  24. "comment": "Flametongue Totem (EX1_565) without cards above.",
  25. "mulligan":"EX1_565",
  26. "condition": "my_hand(count(), cardid = GIL_530 | AT_052 | CFM_717 | FP1_002 | EX1_162) < 1",
  27. "value":"hold",
  28. },
  29.  
  30. {
  31. "comment": "Hold Maelstrom Portal (KAR_073) when against classes with low health minions.",
  32. "mulligan":"KAR_073",
  33. "condition": "opp_hero(count(), hero_class = warrior | paladin | rogue) > 0",
  34. "value":"hold",
  35. },
  36.  
  37. {
  38. "comment": "Discard all cards not listed as hold",
  39. "mulligan":"*",
  40. "condition": "*",
  41. "value":"discard",
  42. }
  43. ],
  44. },
  45. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement