* Fixed wrong mythic ratio of some sets leading sometimes to missing rare card for booster creation.

This commit is contained in:
LevelX2 2013-08-03 13:33:58 +02:00
parent d2ab0b6bff
commit 41467c09cf
15 changed files with 15 additions and 15 deletions

View file

@ -23,6 +23,6 @@ public class Apocalypse extends ExpansionSet {
this.numBoosterCommon = 11;
this.numBoosterUncommon = 3;
this.numBoosterRare = 1;
this.ratioBoosterMythic = 8;
this.ratioBoosterMythic = 0;
}
}

View file

@ -53,6 +53,6 @@ public class BetrayersOfKamigawa extends ExpansionSet {
this.numBoosterCommon = 11;
this.numBoosterUncommon = 3;
this.numBoosterRare = 1;
this.ratioBoosterMythic = 8;
this.ratioBoosterMythic = 0;
}
}

View file

@ -20,7 +20,7 @@ public class ChampionsOfKamigawa extends ExpansionSet {
this.numBoosterCommon = 10;
this.numBoosterUncommon = 3;
this.numBoosterRare = 1;
this.ratioBoosterMythic = 8;
this.ratioBoosterMythic = 0;
}
}

View file

@ -52,7 +52,7 @@ public class Coldsnap extends ExpansionSet {
this.numBoosterCommon = 11;
this.numBoosterUncommon = 3;
this.numBoosterRare = 1;
this.ratioBoosterMythic = 8;
this.ratioBoosterMythic = 0;
this.parentSet = IceAge.getInstance();
this.hasBasicLands = false;
}

View file

@ -54,6 +54,6 @@ public class Exodus extends ExpansionSet {
this.numBoosterCommon = 11;
this.numBoosterUncommon = 3;
this.numBoosterRare = 1;
this.ratioBoosterMythic = 8;
this.ratioBoosterMythic = 0;
}
}

View file

@ -53,6 +53,6 @@ public class FifthDawn extends ExpansionSet {
this.numBoosterCommon = 11;
this.numBoosterUncommon = 3;
this.numBoosterRare = 1;
this.ratioBoosterMythic = 8;
this.ratioBoosterMythic = 0;
}
}

View file

@ -50,6 +50,6 @@ public class Invasion extends ExpansionSet {
this.numBoosterCommon = 10;
this.numBoosterUncommon = 3;
this.numBoosterRare = 1;
this.ratioBoosterMythic = 8;
this.ratioBoosterMythic = 0;
}
}

View file

@ -54,6 +54,6 @@ public class Nemesis extends ExpansionSet {
this.numBoosterCommon = 11;
this.numBoosterUncommon = 3;
this.numBoosterRare = 1;
this.ratioBoosterMythic = 8;
this.ratioBoosterMythic = 0;
}
}

View file

@ -53,6 +53,6 @@ public class Planeshift extends ExpansionSet {
this.numBoosterCommon = 11;
this.numBoosterUncommon = 3;
this.numBoosterRare = 1;
this.ratioBoosterMythic = 8;
this.ratioBoosterMythic = 0;
}
}

View file

@ -54,6 +54,6 @@ public class Prophecy extends ExpansionSet {
this.numBoosterCommon = 11;
this.numBoosterUncommon = 3;
this.numBoosterRare = 1;
this.ratioBoosterMythic = 8;
this.ratioBoosterMythic = 0;
}
}

View file

@ -53,6 +53,6 @@ public class SaviorsOfKamigawa extends ExpansionSet {
this.numBoosterCommon = 11;
this.numBoosterUncommon = 3;
this.numBoosterRare = 1;
this.ratioBoosterMythic = 8;
this.ratioBoosterMythic = 0;
}
}

View file

@ -54,6 +54,6 @@ public class Scourge extends ExpansionSet {
this.numBoosterCommon = 11;
this.numBoosterUncommon = 3;
this.numBoosterRare = 1;
this.ratioBoosterMythic = 8;
this.ratioBoosterMythic = 0;
}
}

View file

@ -54,6 +54,6 @@ public class Stronghold extends ExpansionSet {
this.numBoosterCommon = 11;
this.numBoosterUncommon = 3;
this.numBoosterRare = 1;
this.ratioBoosterMythic = 8;
this.ratioBoosterMythic = 0;
}
}

View file

@ -54,6 +54,6 @@ public class Torment extends ExpansionSet {
this.numBoosterCommon = 11;
this.numBoosterUncommon = 3;
this.numBoosterRare = 1;
this.ratioBoosterMythic = 8;
this.ratioBoosterMythic = 0;
}
}

View file

@ -54,6 +54,6 @@ public class Visions extends ExpansionSet {
this.numBoosterCommon = 11;
this.numBoosterUncommon = 3;
this.numBoosterRare = 1;
this.ratioBoosterMythic = 8;
this.ratioBoosterMythic = 0;
}
}