Rank: Member
Groups: Registered
Posts: 11 Location: Malaysia
|
Hello, I have 1 question regarding of combo.json. Below is my combo.json. May I know what is the value mean? If play both card in 1 turn, the value calculated +25. What is the value 15 mean? Code:
{
"GameCardId":"Combo",
"ConfigComment":"This is the combo config file.",
"ComboList":
{
"values":
[
{
"comment":"Doppelgangster (CFM_668) >> Evolve (OG_027)",
"condition": "*",
"combo":"CFM_668 >> OG_027",
"value":"25 >> 15",
}
],
},
}
|