Rank: Newbie
Groups: Registered
Posts: 8 Location: Russian Thanks: 1 times Was thanked: 11 time(s) in 5 post(s)
|
I will post proven decks from the forum and personally by me, as well as consolidate the proposed ones. Free: PIRATE WARIOR WINRATE 85% AAEBAQcEkbwC3q0DmPYDv4AEDdQF5Qf7D4KwAqC9At2tA+mwA/7nA5X2A8/7A5yBBKaKBK+gBAA= So far diamond 5, on diamond the winrate goes down Configs: HERO_01bp Code:
{
"GameCardId":"HERO_01bp",
"ConfigComment":"Armor Up! : Hero Power Gain 2 Armor.",
"BeforeUseHeroPowerBonus":
{
"values":
[
{
"comment":"Hero power low priority as this is an aggro deck",
"condition": "*",
"value":"-10",
}
],
},
}
Mulligan Code:
{
"GameCardId": "Mulligan",
"ConfigComment": "This is mulligan rules file.",
"Mulligan": {
"values": [
{
"comment": "Patches the Pirate should be discarded",
"mulligan": "CFM_637",
"condition": "my_hero(count(),warrior) > 0",
"value": "discard",
},
{
"comment": "Discard high cost cards",
"mulligan": "DED_006,DRG_025",
"condition": "my_hero(count(),warrior) > 0",
"value": "discard",
},
{
"comment": "Hold Raid the Docks (quest)",
"mulligan": "SW_028",
"condition": "my_hero(count(),warrior) > 0",
"value": "hold",
},
{
"comment": "Hold good, low cost cards",
"mulligan": "CS3_008,DRG_024,OG_312,GVG_075,SW_029,DRG_056",
"condition": "my_hero(count(),warrior) > 0",
"value": "hold",
},
{
"comment": "discard all cards not listed as hold",
"mulligan": "*",
"condition": "my_hero(count(),warrior) > 0",
"value": "discard",
}
],
},
}
OG_312 Code:
{
"GameCardId": "OG_312",
"ConfigComment": "N'Zoth's First Mate : Battlecry: Equip a 1/3 Rusty Hook.",
"BeforePlayCardBonus": {
"values": [
{
"comment": "Don't play this if you have the quest in hand",
"condition": "my_hand(count(), cardid= SW_028) > 0",
"value": "-1000",
}
],
},
}
SW_028 Code:
{
"GameCardId": "SW_028",
"ConfigComment": "Raid The Docks Quest Config",
"InHandPlayPriority": {
"values": [
{
"comment": "Play this quest ASAP",
"condition": "*",
"value": "1000",
}
],
},
"BeforePlayCardBonus": {
"values": [
{
"comment": "Always play this as soon as it is in hand",
"condition": "*",
"value": "1000",
}
],
},
"OnBoardBonus": {
"values": [
{
"comment": "Always play this as soon as it is in hand",
"condition": "*",
"value": "1000",
}
],
},
}
Classic:Standart:Will be supplemented, I apologize for poor English, I am writing through a translator IMPORTANT LINKS How to set custom configurationThere is no way to add decks yet, there is a problem with the program, sorry.
|
7 users thanked dotalove for this useful post.
|
|