Welcome Guest! To enable all features please Login or Register.

Notification

Icon
Error

mulligan config help
stanford1337
#1 Posted : Friday, September 3, 2021 4:15:55 PM(UTC)
Rank: Newbie

Groups: Registered
Posts: 8

my mulligan isnt working, i made one previously for warlock that worked, this looks the same to me but is not working, can you see a mistake? thanks

{
"GameCardId":"Mulligan",
"ConfigComment":"This is mulligan rules file for demon hunter.",

"Mulligan":
{
"values":
[
{

"comment": "keep battlefiend (CORE_BT_351), ur'zul horror (BT_407), sightless watcher (CORE_BT_323), umberwing (BT_922) ",
"mulligan":"CORE_BT_351,BT_407,CORE_BT_323,BT_922",
"condition": "my_hero(count(),demon hunter) > 0",
"value":"hold",
},

{
"comment": "discard all cards not listed as hold",
"mulligan":"*",
"condition": "my_hero(count(),demon hunter) > 0",
"value":"discard",
}
],


},



}
JoyAdmin
#2 Posted : Sunday, September 5, 2021 12:16:47 PM(UTC)
Rank: Administration

Groups: Administrators
Posts: 4,845

Thanks: 805 times
Was thanked: 4538 time(s) in 1636 post(s)
condition should be:

"condition": "my_hero(count(),demonhunter=true) > 0",

Lollor
#3 Posted : Monday, September 6, 2021 12:05:48 AM(UTC)
Rank: Member

Groups: Registered
Posts: 13

Thanks: 11 times
Was thanked: 3 time(s) in 3 post(s)
whats the reason you are making this condition?
Doesnt really makes sense to me. Or do you put this in your default folders to be used for all DH decks?

Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.

Powered by YAF | YAF © 2003-2011, Yet Another Forum.NET
This page was generated in 0.058 seconds.