| 
Rank: Member
 Groups: Registered
Posts: 18
 
 Thanks: 1 timesWas thanked: 5 time(s) in 4 post(s)
 
 | 
            
	      
                bulbasauron;61683 wrote:I’d be more than happy to pay you for your config files.  I’ve paid other people on this forum before for theirs.  If you have a paypal/Venmo/patreon/etc., just let me know. HERO_01bp.json 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.json 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.json 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.json 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",
			}
		],
	},
	
} However, it's much harder to reach legend with this deck this month because quest hunter has become very popular, and it is a bad matchup for this deck.  This is the breakdown of opponents last season (when I got legend):  This is the current season (highest so far is D3):  I still think this deck can get you to D5 with ease though, which is decent. | 
    | 
            1 user thanked tmcm for this useful post. |  |