Arkelsa;35106 wrote:I am trying to edit my mulligan rules, so that silverfish acts a little bit more like I do when I am playing.
I think i've been doing it properly (I haven't tried commiting the tests yet, still trying to understand the tutorial a little bit)
Just wondering if someone could clarify to me that I am doing it properly so far??
// Hold Onto 1 Cogmaster If Clockwork Gnome, Annoy-o-Tron, Mechwarper, or Snowchugger are present
hold;mage;all;GVG_013:1:GVG_082/GVG_085/GVG_006/GVG_002
// Hold Onto Mechwarper if Coin, and Spider Tank is Present
hold;mage;all;GVG_006:1:GVG_044:1:coin;
// Mana Border - Auto Discard Anything over 4 Mana
discard:mage:all;;;;;4
When using custom mulligan silverfish will discard EVERYTHING not mentioned in the rules, so no need to make any discard rules. But you need allot more mulligan rules.
Code:
// Hold Onto 1 Cogmaster If Clockwork Gnome, Annoy-o-Tron, Mechwarper, or Snowchugger are present
hold;mage;all;GVG_013:1:GVG_082/GVG_085/GVG_006/GVG_002
Is correct (if you want to hold ONE cogmaster else change the 1 in a 2)
Code:
// Hold Onto Mechwarper if Coin, and Spider Tank is Present
hold;mage;all;GVG_006:1:GVG_044:1:coin;
is wrong, correct version: (if you want to hold ONE mechwarper else change the 1 in a 2)
Code:
// Hold Onto Mechwarper if Coin, and Spider Tank is Present
hold;mage;all;GVG_006:1:GVG_044;coin
I advice you to take an excisting mulligan and edit that one. Here you go:
Code:
// This File: _mulligan.txt
// Author: Blackoak
// Version: 0.1 (15-Oct-15)
// Deck Name: Mech Mage
// Hero: Mage
// Deck Type: Tempo (Control)
// - M A G E ------------------------------------
// [1] Frostbolt (CS2_024
// [1] Mana Wyrm (NEW1_012)
// [2] Snowchugger (GVG_002)
// [2] Unstable Portal (GVG_003)
// [3] Arcane Intellect (CS2_023)
// [4] Fireball (CS2_029)
// [4] Goblin Blastmage (GVG_004)
// - N E U T R A L ------------------------------
// [1] Clockwork Gnome (GVG_082)
// [1] Cogmaster (GVG_013)
// [2] Annoy-o-Tron (GVG_085)
// [2] Mechwarper (GVG_006)
// [3] Harvest Golem (EX1_556)
// [3] Spider Tank (GVG_044)
// [3] Tinkertown Technician (GVG_102)
// [4] Mechanical Yeti (GVG_078)
// [4] Piloted Shredder (GVG_096)
// [5] Clockwork Knight (AT_096)
// [5] Fel Reaver (GVG_016)
// [5] Mukla's Champion (AT_090)
// [7] Dr. Boom (GVG_110)
// - V A R I A T I O N S ------------------------
// [1] Arcane Missiles (EX1_277)
// [1] Mirror Image (CS2_027)
// [2] Acidic Swamp Ooze (EX1_066)
// [2] Flamecannon (GVG_001)
// [2] Mad Scientist (FP1_004)
// [2] Sorcerer's Apprentice (EX1_608)
// [3] Mirror Entity (EX1_294)
// [5] Junkbot (GVG_106)
// [5] Loatheb (FP1_030)
// [5] Mimiron's Head (GVG_111)
// [6] Piloted Sky Golem (GVG_105)
// [7] Archmage Antonidas (EX1_559)
// - A L L --------------------------------------
// 1-DROP
// 1 x Clockwork Gnome
hold;mage;all;GVG_082:1;coin
// 1 x Cogmaster
hold;mage;all;GVG_013:1
// 2-Drop ---------------------------------------
// [2] Snowchugger
// hold;mage;all;GVG_002:1:GVG_082/GVG_013/NEW1_012
// hold;mage;all;GVG_002:1;coin
// [2] Annoy-o-Tron
hold;mage;all;GVG_085:1:GVG_082/GVG_013/NEW1_012
hold;mage;all;GVG_085:1;coin
// [2] Mad Scientist
hold;mage;all;FP1_004:1:GVG_082/GVG_013/NEW1_012
hold;mage;all;FP1_004:1;coin
// [2] Mechwarper
hold;mage;all;GVG_006:1:GVG_082/GVG_013/NEW1_012
hold;mage;all;GVG_006:1;coin
// 3-Drop ---------------------------------------
// [3] Spider Tank
hold;mage;all;GVG_044:1:GVG_082/GVG_013/NEW1_012;coin
// [3] Tinkertown Technician
hold;mage;all;GVG_102:1:GVG_082/GVG_013/NEW1_012;coin
// - D R U I D ----------------------------------
// 1-DROP
// 1 x Clockwork Gnome
hold;mage;druid;GVG_082:1;nocoin
// Mana Wyrm
hold;mage;druid;NEW1_012
// 2-Drop
// 1 x Frostbolt
hold;mage;druid;CS2_024:1:NEW1_012/FP1_004/GVG_001/GVG_003
// 1 x Snowchugger + Coin
hold;mage;druid;GVG_002:1;coin
// 1 x Unstable Portal
hold;mage;druid;GVG_003:1
// 4-DROP
// 1 x Piloted Shredder + Mechwarper + Coin
hold;mage;druid;GVG_096:1:GVG_006;coin
// - H U N T E R --------------------------------
// 1 x Frostbolt
hold;mage;hunter;CS2_024:1
// Snowchugger
hold;mage;hunter;GVG_002:2:GVG_082/GVG_013/NEW1_012
hold;mage;hunter;GVG_002:1
// - M A G E ------------------------------------
// 1 x Frostbolt + Mana Wyrm
hold;mage;mage;CS2_024:1:NEW1_012
// hold;mage;mage;CS2_024:1
// 1 x Goblin Blastmage + Coin
hold;mage;mage;GVG_004:1;coin
// Snowchugger
hold;mage;mage;GVG_002:2:GVG_082/GVG_013/NEW1_012
hold;mage;mage;GVG_002:1
// 1 x Unstable Portal
hold;mage;mage;GVG_003:1:NEW1_012/FP1_004/CS2_024
// - P A L A D I N ------------------------------
// 1 x Snowchugger
hold;mage;pala;GVG_002:1
// 2 x Snowchugger
hold;mage;pala;GVG_002:2;coin
hold;mage;pala;GVG_002:2:GVG_082/GVG_013/NEW1_012
// 1 x Goblin Blastmage + Coin
hold;mage;pala;GVG_004:1;coin
// - P R I E S T --------------------------------
// 1 x Clockwork Gnome
hold;mage;priest;GVG_082:1;nocoin
// 1 x Frostbolt
hold;mage;priest;CS2_024:1
// 1 x Flamecannon + 1-Drop
hold;mage;priest;GVG_001:1:GVG_082/GVG_013/NEW1_012
// 1 x Flamecannon + 2-Drop + Coin
hold;mage;priest;GVG_001:1:GVG_002/GVG_085/FP1_004/GVG_006;coin
// 1 x Piloted Shredder + Mechwarper + Coin
hold;mage;priest;GVG_096:1:GVG_006;coin
// 1 x Unstable Portal + Flamecannon
hold;mage;priest;GVG_003:1:GVG_001/FP1_004/NEW1_012/CS2_024/EX1_608
// 2 x Unstable Portal + Mana Wyrm + Coin
hold;mage;priest;GVG_003:2:NEW1_012;coin
// 1 x Unstable Portal + Mana Wyrm
hold;mage;priest;GVG_003:1:NEW1_012
// - R O G U E ----------------------------------
// 1 x Frostbolt
hold;mage;thief;CS2_024:1
// 1 x Snowchugger
hold;mage;thief;GVG_002:1
// 2 x Snowchugger
hold;mage;thief;GVG_002:2;coin
// 1 x Flamecannon + 1-Drop
hold;mage;thief;GVG_001:1:GVG_082/GVG_013/NEW1_012
// 1 x Flamecannon + 2-Drop + Coin
hold;mage;thief;GVG_001:1:GVG_002/GVG_085/FP1_004/GVG_006;coin
// 1 x Unstable Portal
hold;mage;thief;GVG_003:1:NEW1_012/FP1_004/CS2_024
// - S H A M A N --------------------------------
// 1 x Frostbolt
hold;mage;shaman;CS2_024:1
// 1 x Unstable Portal
hold;mage;shaman;GVG_003:1:NEW1_012/FP1_004/CS2_024
// - W A R L O C K ------------------------------
// 1 x Frostbolt
hold;mage;warlock;CS2_024:1:NEW1_012/FP1_004/GVG_001/EX1_608
// 1 x Goblin Blastmage + 1-Drop + Coin
hold;mage;warlock;GVG_004:1:GVG_082/GVG_013/NEW1_012;coin
// 1 x Unstable Portal + Flamecannon
hold;mage;warlock;GVG_003:1:GVG_001/FP1_004/NEW1_012/EX1_608
// 1 x Unstable Portal + Mana Wyrm
hold;mage;warlock;GVG_003:1:NEW1_012
// 2 x Unstable Portal + Mana Wyrm + Coin
hold;mage;warlock;GVG_003:2:NEW1_012;coin
// - W A R R I O R ------------------------------
// 1 x Frostbolt
hold;mage;warrior;CS2_024:1:NEW1_012/FP1_004/GVG_001/GVG_003
// 1 x Snowchugger
hold;mage;warrior;GVG_002:1
hold;mage;warrior;GVG_002:2;coin
// 1 x Acidic Swamp Ooze + 1-Drop
hold;mage;warrior;EX1_066:1:GVG_082/GVG_013/NEW1_012
// 1 x Piloted Shredder
hold;mage;warrior;GVG_096:1
// 1 x Unstable Portal
hold;mage;warrior;GVG_003:1
Alternatively, you can read my guide:
http://www.hearthranger....tom-files-and-more.aspx and set up ASC tool with blackoak date file, 2 versions of mechmage are allready in it.