JoyAdmin;50622 wrote:By default [Abusive Sergeant] will be hold in hand if there is no other friendly minion on board can attack enemies.
[Dire Wolf Alpha] will be hold in hand if there is on other friendly minions on board to protect it.
You can change all default behaviors with your own .json file.
{
"GameCardId":"CS2_188",
"ConfigComment":"Battlecry: Give a minion +2 Attack this turn.",
"BeforePlayCardBonus":
{
"values":
[
{
"comment":"场面有随从的时候优先打出叫嚣",
"condition":"my_minions(count(), minioncard=true)>0)",
"value":"20",
}
,
],
},
}
{
"GameCardId":"EX1_162",
"ConfigComment":"+1 Attack from Dire Wolf Alpha.",
"BeforePlayCardBonus":
{
"values":
[
{
"comment":"场面有2个随从的时候优先打出恐狼",
"condition":"my_minions(count(), minioncard=true)>1)",
"value":"20",
}
,
],
},
}
QQ 80705472 wechat 80705472 discord jasonzh_