Hearthranger - How to customize combo in vision a.i.?

 

Open the ini file :

 

CustomConfig\deck_config.ini

 

In [CONFIGS] section, setup your deck's custom configuration directory, you need to create the directory under [CustomConfig] by yourself.

 

[CONFIGS]

MyDeckName = My_Deck_Config_Dir_Name

 

In the directory of [My_Deck_Config_Dir_Name], create a json file named [Combo.json].

 

 

Combo.json

 

{

         "GameCardId":"Combo",      

         "ConfigComment":"This is the combo config file.",

        

                  "ComboList":

                   {

                                                       "values":

                                                       [

                                                                    {                                                  

                                                                      "comment":"Arcanite Reaper -->  Bloodsail Raider",                     

                                                                             "condition": "*",

                                                                             "combo":"CS2_112 >> NEW1_018",

                                                                             "value":"15 >> 10",

                                                                    },

                                                                      {

                                                                      "comment":" turn 1: Dark Wispers ,  turn 2: Savage Roar",                   

                                                                             "condition": "*",

                                                                             "combo":"GVG_041 >-> CS2_011",

                                                                             "value":"20 >-> 30",

                                                                    },

 

                                                       ],

                                                     },                                        

                 

}

 

 

"combo": card id number should match with value number, combo in one turn uses >>, between two turns uses >->

 

In debugger window:

 

Play Arcanite Reaper gets [-15] penality from COMBO settings, since Bloodsail Raider is not in hand and can not be played.