mirror of
https://github.com/magefree/mage.git
synced 2025-12-27 22:12:03 -08:00
* Fixed wrong mythic ratio of some sets leading sometimes to missing rare card for booster creation.
This commit is contained in:
parent
d2ab0b6bff
commit
41467c09cf
15 changed files with 15 additions and 15 deletions
|
|
@ -54,6 +54,6 @@ public class Prophecy extends ExpansionSet {
|
|||
this.numBoosterCommon = 11;
|
||||
this.numBoosterUncommon = 3;
|
||||
this.numBoosterRare = 1;
|
||||
this.ratioBoosterMythic = 8;
|
||||
this.ratioBoosterMythic = 0;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue