mirror of
https://github.com/shlomif/PySolFC.git
synced 2025-04-05 00:02:29 -04:00
Alternate names.
This commit is contained in:
parent
1753f63034
commit
fc259817aa
5 changed files with 10 additions and 6 deletions
|
@ -247,7 +247,7 @@ registerGame(GameInfo(606, Strata, "Strata",
|
|||
GI.GT_BAKERS_DOZEN | GI.GT_OPEN | GI.GT_STRIPPED, 2, 2,
|
||||
GI.SL_MOSTLY_SKILL,
|
||||
ranks=(0, 6, 7, 8, 9, 10, 11, 12),
|
||||
altnames=('Persian Patience',)))
|
||||
altnames=('Persian Patience', "Bezique")))
|
||||
registerGame(GameInfo(673, Fifteen, "Fifteen",
|
||||
GI.GT_BAKERS_DOZEN | GI.GT_OPEN, 2, 0,
|
||||
GI.SL_MOSTLY_SKILL))
|
||||
|
|
|
@ -1136,7 +1136,8 @@ registerGame(GameInfo(56, FanGame, "Fan",
|
|||
registerGame(GameInfo(87, ScotchPatience, "Scotch Patience",
|
||||
GI.GT_FAN_TYPE | GI.GT_OPEN, 1, 0, GI.SL_MOSTLY_SKILL))
|
||||
registerGame(GameInfo(57, Shamrocks, "Shamrocks",
|
||||
GI.GT_FAN_TYPE | GI.GT_OPEN, 1, 0, GI.SL_MOSTLY_SKILL))
|
||||
GI.GT_FAN_TYPE | GI.GT_OPEN, 1, 0, GI.SL_MOSTLY_SKILL,
|
||||
altnames=("Three Card Fan",)))
|
||||
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",
|
||||
|
|
|
@ -1488,7 +1488,8 @@ registerGame(GameInfo(198, NapoleonsExile, "Napoleon's Exile",
|
|||
registerGame(GameInfo(131, DoubleRail, "Double Rail",
|
||||
GI.GT_FORTY_THIEVES, 2, 0, GI.SL_BALANCED))
|
||||
registerGame(GameInfo(199, SingleRail, "Single Rail",
|
||||
GI.GT_FORTY_THIEVES, 1, 0, GI.SL_MOSTLY_LUCK))
|
||||
GI.GT_FORTY_THIEVES, 1, 0, GI.SL_MOSTLY_LUCK,
|
||||
altnames=("Auxiliary Sequences")))
|
||||
registerGame(GameInfo(295, NapoleonsSquare, "Napoleon's Square",
|
||||
GI.GT_FORTY_THIEVES, 2, 0, GI.SL_BALANCED))
|
||||
registerGame(GameInfo(310, Emperor, "Emperor",
|
||||
|
|
|
@ -1080,7 +1080,8 @@ registerGame(GameInfo(721, Thirty, "Thirty",
|
|||
registerGame(GameInfo(725, TopsyTurvyQueens, "Topsy-Turvy Queens",
|
||||
GI.GT_2DECK_TYPE, 2, 2, GI.SL_BALANCED))
|
||||
registerGame(GameInfo(792, KingsSecrets, "King's Secrets",
|
||||
GI.GT_2DECK_TYPE, 2, 2, GI.SL_BALANCED))
|
||||
GI.GT_2DECK_TYPE, 2, 2, GI.SL_BALANCED,
|
||||
altnames=('Royal Secrets',)))
|
||||
registerGame(GameInfo(842, SwissPatience, "Swiss Patience",
|
||||
GI.GT_GYPSY, 1, 0, GI.SL_BALANCED))
|
||||
registerGame(GameInfo(890, YeastDough, "Yeast Dough",
|
||||
|
|
|
@ -1437,8 +1437,9 @@ registerGame(GameInfo(331, SultanPlus, "Sultan +",
|
|||
registerGame(GameInfo(354, Boudoir, "Boudoir",
|
||||
GI.GT_2DECK_TYPE, 2, 2, GI.SL_MOSTLY_LUCK))
|
||||
registerGame(GameInfo(410, CaptiveQueens, "Captive Queens",
|
||||
GI.GT_1DECK_TYPE, 1, 2, GI.SL_MOSTLY_LUCK,
|
||||
altnames=("Quadrille",)))
|
||||
GI.GT_1DECK_TYPE, 1, 2, GI.SL_LUCK,
|
||||
altnames=("Quadrille", "La Francaise",
|
||||
"Partners")))
|
||||
registerGame(GameInfo(418, Contradance, "Contradance",
|
||||
GI.GT_2DECK_TYPE, 2, 1, GI.SL_LUCK,
|
||||
altnames=("Cotillion",)))
|
||||
|
|
Loading…
Add table
Reference in a new issue