mirror of
https://github.com/correl/mage.git
synced 2024-11-14 19:19:32 +00:00
* Game: Canadian Highlander points list updated;
This commit is contained in:
parent
169d9bf761
commit
1ff3b40438
1 changed files with 6 additions and 3 deletions
|
@ -40,23 +40,26 @@ public class CanadianHighlander extends Constructed {
|
|||
pointMap.put("Mox Sapphire", 3);
|
||||
pointMap.put("Mystical Tutor", 2);
|
||||
pointMap.put("Natural Order", 4);
|
||||
pointMap.put("Price of Progress", 1);
|
||||
pointMap.put("Protean Hulk", 3);
|
||||
pointMap.put("Sol Ring", 4);
|
||||
pointMap.put("Spellseeker", 1);
|
||||
pointMap.put("Stoneforge Mystic", 1);
|
||||
pointMap.put("Stoneforge Mystic", 0);
|
||||
pointMap.put("Strip Mine", 3);
|
||||
pointMap.put("Summoner's Pact", 1);
|
||||
pointMap.put("Survival of the Fittest", 2);
|
||||
pointMap.put("Time Vault", 7);
|
||||
pointMap.put("Time Walk", 6);
|
||||
pointMap.put("Time Walk", 7);
|
||||
pointMap.put("Tinker", 3);
|
||||
pointMap.put("Tolarian Academy", 1);
|
||||
pointMap.put("Transmute Artifact", 1);
|
||||
pointMap.put("Treasure Cruise", 1);
|
||||
pointMap.put("True-Name Nemesis", 1);
|
||||
pointMap.put("Umezawa's Jitte", 2);
|
||||
pointMap.put("Underworld Breach", 1);
|
||||
pointMap.put("Vampiric Tutor", 2);
|
||||
pointMap.put("Yawgmoth's Will", 1);
|
||||
pointMap.put("Wishclaw Talisman", 1);
|
||||
pointMap.put("Yawgmoth's Will", 2);
|
||||
}
|
||||
|
||||
public CanadianHighlander() {
|
||||
|
|
Loading…
Reference in a new issue