Guest User

Fungalmancer settings

a guest
Apr 15th, 2018
171
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.85 KB | None | 0 0
  1. {
  2. "GameCardId":"LOOT_167",
  3. "ConfigComment":"Fungalmancer settings.",
  4.  
  5. "BeforePlayCardBonus":
  6. {
  7. "values":
  8. [
  9. {
  10. "comment":"have two minions can attack",
  11. "condition": "my_minions(count(), tired = false) > 1",
  12. "value":"20",
  13. },
  14. {
  15. "comment":"",
  16. "condition": "my_minions(count()) > 1",
  17. "value":"15",
  18. },
  19. {
  20. "comment":"",
  21. "condition": "my_minions(count()) < 1",
  22. "value":"-100",
  23. },
  24. {
  25. "comment":"can attack face with two minions",
  26. "condition": "my_minions(count(), tired = false) > 1 AND my_target(count(), hero = true) > 0 AND opp_minions(count(), taunt) < 1",
  27. "value":"50",
  28. },
  29. ],
  30. },
  31.  
  32. "InHandBonus":
  33. {
  34. "values":
  35. [
  36. {
  37. "comment":"keep it if i dont have minions",
  38. "condition": "my_minions(count()) < 1",
  39. "value":"50",
  40. }
  41. ],
  42. },
  43. }
Advertisement
Add Comment
Please, Sign In to add comment