{
"GameCardId":"Combo",
"ConfigComment":"This is the combo config file.",
"ComboList":
{
"values":
[
{
"comment":"the amount of minions on the board is >1 ....",
"condition": "my_minions(count())>1",
"combo":"CARD_ID1 >> CARD_ID2",
"value":"15 >> 10", <----- or other suitable value, you need to test it in visual debugger.
}
],
},
}