mirror of
https://github.com/shlomif/PySolFC.git
synced 2025-04-05 00:02:29 -04:00
More alt names.
This commit is contained in:
parent
fbe29ce447
commit
a23a3deee2
6 changed files with 12 additions and 7 deletions
|
@ -499,8 +499,10 @@ registerGame(GameInfo(134, BetsyRoss, "Betsy Ross",
|
|||
registerGame(GameInfo(550, One234, "One234",
|
||||
GI.GT_1DECK_TYPE | GI.GT_OPEN, 1, 0, GI.SL_MOSTLY_SKILL))
|
||||
registerGame(GameInfo(653, SeniorWrangler, "Senior Wrangler",
|
||||
GI.GT_2DECK_TYPE, 2, 8, GI.SL_BALANCED))
|
||||
GI.GT_2DECK_TYPE, 2, 8, GI.SL_BALANCED,
|
||||
altnames=("Mathematics")))
|
||||
registerGame(GameInfo(704, SPatience, "S Patience",
|
||||
GI.GT_2DECK_TYPE, 2, 0, GI.SL_BALANCED))
|
||||
registerGame(GameInfo(863, ImaginaryThirteen, "Imaginary Thirteen",
|
||||
GI.GT_2DECK_TYPE, 2, 0, GI.SL_MOSTLY_SKILL))
|
||||
GI.GT_2DECK_TYPE, 2, 0, GI.SL_MOSTLY_SKILL,
|
||||
altnames=("Pythagor")))
|
||||
|
|
|
@ -1121,7 +1121,8 @@ registerGame(GameInfo(57, Shamrocks, "Shamrocks",
|
|||
GI.GT_FAN_TYPE | GI.GT_OPEN, 1, 0, GI.SL_MOSTLY_SKILL))
|
||||
registerGame(GameInfo(901, LaBelleLucie, "La Belle Lucie", # was: 32, 82
|
||||
GI.GT_FAN_TYPE | GI.GT_OPEN, 1, 2, GI.SL_MOSTLY_SKILL,
|
||||
altnames=("Fair Lucy", "Midnight Oil", "Lovely Lucy")))
|
||||
altnames=("Fair Lucy", "Midnight Oil", "Lovely Lucy",
|
||||
"Beautiful Lutecia")))
|
||||
registerGame(GameInfo(132, SuperFlowerGarden, "Super Flower Garden",
|
||||
GI.GT_FAN_TYPE | GI.GT_OPEN, 1, 2, GI.SL_MOSTLY_SKILL))
|
||||
registerGame(GameInfo(128, ThreeShufflesAndADraw, "Three Shuffles and a Draw",
|
||||
|
|
|
@ -1482,7 +1482,8 @@ registerGame(GameInfo(514, Carnation, "Carnation",
|
|||
registerGame(GameInfo(528, FinalBattle, "Final Battle",
|
||||
GI.GT_FORTY_THIEVES, 2, 0, GI.SL_BALANCED))
|
||||
registerGame(GameInfo(529, SanJuanHill, "San Juan Hill",
|
||||
GI.GT_FORTY_THIEVES, 2, 0, GI.SL_BALANCED))
|
||||
GI.GT_FORTY_THIEVES, 2, 0, GI.SL_BALANCED,
|
||||
altnames=("Kettle Hill")))
|
||||
registerGame(GameInfo(540, Waterloo, "Waterloo",
|
||||
GI.GT_FORTY_THIEVES, 2, 0, GI.SL_BALANCED))
|
||||
registerGame(GameInfo(556, Junction, "Junction",
|
||||
|
|
|
@ -730,7 +730,7 @@ registerGame(GameInfo(142, DieSchlange, "Snake",
|
|||
altnames=("Die Schlange",)))
|
||||
registerGame(GameInfo(279, Kings, "Kings",
|
||||
GI.GT_FREECELL | GI.GT_OPEN, 2, 0, GI.SL_MOSTLY_SKILL,
|
||||
altnames=("Retinue of Kings",)))
|
||||
altnames=("Retinue of Kings", "King's Plume")))
|
||||
registerGame(GameInfo(286, Retinue, "Retinue",
|
||||
GI.GT_FREECELL | GI.GT_OPEN | GI.GT_ORIGINAL, 2, 0,
|
||||
GI.SL_MOSTLY_SKILL))
|
||||
|
|
|
@ -1041,7 +1041,8 @@ registerGame(GameInfo(90, SimpleCarlo, "Simple Carlo",
|
|||
GI.GT_PAIRING_TYPE, 1, 0, GI.SL_MOSTLY_LUCK))
|
||||
registerGame(GameInfo(91, SimplePairs, "Simple Pairs",
|
||||
GI.GT_PAIRING_TYPE, 1, 0, GI.SL_LUCK,
|
||||
altnames=("Jamestown", "Pirate Gold", "Treasure Hunt")))
|
||||
altnames=("Jamestown", "Pirate Gold", "Treasure Hunt",
|
||||
"Hunter")))
|
||||
registerGame(GameInfo(92, Neighbour, "Neighbour",
|
||||
GI.GT_PAIRING_TYPE, 1, 0, GI.SL_MOSTLY_LUCK))
|
||||
registerGame(GameInfo(96, Fourteen, "Fourteen",
|
||||
|
|
|
@ -243,7 +243,7 @@ class TakeAway8(TakeAway):
|
|||
# register the game
|
||||
registerGame(GameInfo(334, TakeAway, "Take Away",
|
||||
GI.GT_1DECK_TYPE | GI.GT_OPEN, 1, 0, GI.SL_MOSTLY_SKILL,
|
||||
altnames=("Eliminator", "Wolfpack")))
|
||||
altnames=("Eliminator", "Wolfpack", "Strip")))
|
||||
registerGame(GameInfo(335, FourStacks, "Four Stacks",
|
||||
GI.GT_1DECK_TYPE | GI.GT_OPEN, 1, 0, GI.SL_MOSTLY_SKILL))
|
||||
registerGame(GameInfo(654, Striptease, "Striptease",
|
||||
|
|
Loading…
Add table
Reference in a new issue