Rank: Member
Groups: Registered
Posts: 10
Thanks: 3 times Was thanked: 7 time(s) in 3 post(s)
|
Somewhere i saw post that bot read config from "Tactic.json" is it right? if it work, config for "Just Go Face" wiil be something like this: Code:
{
"GameCardId":"Tactic",
"ConfigComment":"This is the tactic config file.",
"AttackOppHeroBonus":
{
"values":
[
{
"comment":"bonus to attack opp hero anytime ",
"condition": "*",
"value":"1",
}
],
},
}
correct?
|