* animals user expansion from BBG user rillaith * Added fan attribute to animals set * animals.png - This is not the best image. But it is the best I could get from the original files. I *think* it is 3 penguins. * updated main.py for fan based expansions This includes two items: 1) adds --fan for specifying fan expansions to include 2) adds wild cards in specifying both --expansion as well as --fan. This also fixes issue #149 * Updated all language files for animals * Normalize all line endings and add gitattributes file to make git do so in the future * print the possible expansions when non-matching ones are provided * Allow for no official expansions to be included Kept the default behavior. Not specifying '--expansions' will have the same outcome as '--expansions *' (i.e., will print all of them.) Specifying '--expansions ' (without any named expansions) or '--expansions none ' will result in no cards from any Official expansion. For Fan expansions, the absence of '--fan', '--fan ' (without any named fan expansion), and '--fan none ' will all prevent any Fan expansions from printing. * Cleaned up expansion/fan lists
101 lines
2.3 KiB
JSON
101 lines
2.3 KiB
JSON
{
|
|
"adventures": {
|
|
"set_name": "Aventures",
|
|
"text_icon": "Ad"
|
|
},
|
|
"adventures extras": {
|
|
"set_name": "Adventures Extras",
|
|
"text_icon": "Ad"
|
|
},
|
|
"alchemy": {
|
|
"set_name": "Alchimie",
|
|
"text_icon": "Al"
|
|
},
|
|
"animals": {
|
|
"set_name": "Animals",
|
|
"text_icon": "An"
|
|
},
|
|
"base": {
|
|
"set_name": "Base",
|
|
"text_icon": "B"
|
|
},
|
|
"cornucopia": {
|
|
"set_name": "Abondance",
|
|
"text_icon": "Ab"
|
|
},
|
|
"cornucopia extras": {
|
|
"set_name": "Cornucopia Extras",
|
|
"text_icon": "C"
|
|
},
|
|
"dark ages": {
|
|
"set_name": "Age Des Ténèbres",
|
|
"text_icon": "AT"
|
|
},
|
|
"dark ages extras": {
|
|
"set_name": "Dark Ages Extras",
|
|
"text_icon": "DA"
|
|
},
|
|
"dominion1stEdition": {
|
|
"set_name": "Dominion 1er Édition",
|
|
"short_name": "Dominion",
|
|
"text_icon": "D1"
|
|
},
|
|
"dominion2ndEdition": {
|
|
"set_name": "Dominion 2e Édition",
|
|
"short_name": "Dominion",
|
|
"text_icon": "D2"
|
|
},
|
|
"dominion2ndEditionUpgrade": {
|
|
"set_name": "Dominion 2e Édition Surclassement",
|
|
"short_name": "Dominion",
|
|
"text_icon": "D2"
|
|
},
|
|
"empires": {
|
|
"set_name": "Empires",
|
|
"text_icon": "E"
|
|
},
|
|
"empires extras": {
|
|
"set_name": "Empires Extras",
|
|
"text_icon": "E"
|
|
},
|
|
"extras": {
|
|
"set_name": "Supplémentaire",
|
|
"text_icon": "S"
|
|
},
|
|
"guilds": {
|
|
"set_name": "Guildes",
|
|
"text_icon": "G"
|
|
},
|
|
"hinterlands": {
|
|
"set_name": "L'Arrière-pays",
|
|
"text_icon": "Ar"
|
|
},
|
|
"intrigue1stEdition": {
|
|
"set_name": "L'Intrigue 1er Édition",
|
|
"short_name": "L'Intrigue",
|
|
"text_icon": "I1"
|
|
},
|
|
"intrigue2ndEdition": {
|
|
"set_name": "L'Intrigue 2e Édition",
|
|
"short_name": "L'Intrigue",
|
|
"text_icon": "I2"
|
|
},
|
|
"intrigue2ndEditionUpgrade": {
|
|
"set_name": "L'Intrigue 2e Édition Surclassement",
|
|
"short_name": "L'Intrigue",
|
|
"text_icon": "I2"
|
|
},
|
|
"promo": {
|
|
"set_name": "Promo",
|
|
"text_icon": "Pm"
|
|
},
|
|
"prosperity": {
|
|
"set_name": "Prosperité",
|
|
"text_icon": "P"
|
|
},
|
|
"seaside": {
|
|
"set_name": "Rivages",
|
|
"text_icon": "R"
|
|
}
|
|
}
|