Welcome Guest! To enable all features please Login or Register.

Notification

Icon
Error

Actual decks
dotalove
#1 Posted : Friday, December 24, 2021 5:16:01 AM(UTC)
dotalove

Rank: Newbie

Groups: Registered
Posts: 8
Man
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 configuration
There is no way to add decks yet, there is a problem with the program, sorry.
7 users thanked dotalove for this useful post.
dotalove13 on 12/24/2021(UTC), pjh773 on 12/30/2021(UTC), empafox on 12/31/2021(UTC), Zulubyte on 1/6/2022(UTC), cyzndb on 1/12/2022(UTC), Rimg1984 on 1/16/2023(UTC), ikkarus on 1/17/2023(UTC)
Rimg1984
#2 Posted : Monday, January 16, 2023 11:26:09 PM(UTC)
Rank: Member

Groups: Registered
Posts: 13

Thanks: 4 times
Was thanked: 10 time(s) in 4 post(s)
Thanks for the custom config. Any chance you have a deck and config for demon hunter?
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.

Powered by YAF | YAF © 2003-2011, Yet Another Forum.NET
This page was generated in 0.054 seconds.