mage icon indicating copy to clipboard operation
mage copied to clipboard

[MKM] Murders at Karlov Manor Collation

Open tiera3 opened this issue 4 months ago • 2 comments

Original comment I believe there is more work needed for TheList and SpecialGuest cards.

generateBoosterMap

Cards needed are listed in: private final CardRun list = new CardRun(false, "XLN_91", "DKA_4", "MH2_191", "HOU_149", "RAV_277", "ARB_68", "DIS_173", "ISD_183", "DOM_130", "MH2_46", "RNA_182", "ONS_272", "SOM_96", "VOW_207", "MBS_10", "UMA_138", "DDU_50", "2X2_17", "KLD_221", "M14_213", "UMA_247", "CLB_85", "JOU_153", "APC_117", "STX_220", "SOI_262", "DIS_33", "DKA_143", "ELD_107", "C16_47"); private final CardRun listRare = new CardRun(false, "STX_64", "M20_167", "DST_40", "ONS_89", "WAR_54", "MRD_99", "SOM_98", "C21_19", "MH1_21", "RTR_140"); private final CardRun listGuest = new CardRun(false, "SPG_25", "SPG_27", "SPG_20", "SPG_28", "SPG_24", "SPG_19", "SPG_21", "SPG_26", "SPG_22", "SPG_23" );

I have made an attempt at generateBoosterMap, so hopefully this PR is now complete.

tiera3 avatar Oct 06 '24 11:10 tiera3