In the tutorial,
Here is code example for combos :
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",
},
],
},
}
Someone can explain me how to find "
15 >>
10" and "
20 >->
30" values ?