* 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": "Avonturen",
|
|
"text_icon": "Av"
|
|
},
|
|
"adventures extras": {
|
|
"set_name": "Avonturen Extras",
|
|
"text_icon": "Av"
|
|
},
|
|
"alchemy": {
|
|
"set_name": "Alchemisten",
|
|
"text_icon": "A"
|
|
},
|
|
"animals": {
|
|
"set_name": "Animals",
|
|
"text_icon": "An"
|
|
},
|
|
"base": {
|
|
"set_name": "Basis",
|
|
"text_icon": "B"
|
|
},
|
|
"cornucopia": {
|
|
"set_name": "Overvloed",
|
|
"text_icon": "O"
|
|
},
|
|
"cornucopia extras": {
|
|
"set_name": "Overvloed Extras",
|
|
"text_icon": "O"
|
|
},
|
|
"dark ages": {
|
|
"set_name": "De Donkere Middeleeuwen",
|
|
"text_icon": "DM"
|
|
},
|
|
"dark ages extras": {
|
|
"set_name": "De Donkere Middeleeuwen Extras",
|
|
"text_icon": "DM"
|
|
},
|
|
"dominion1stEdition": {
|
|
"set_name": "Dominion 1st Edition",
|
|
"short_name": "Dominion",
|
|
"text_icon": "D1"
|
|
},
|
|
"dominion2ndEdition": {
|
|
"set_name": "Dominion 2nd Edition",
|
|
"short_name": "Dominion",
|
|
"text_icon": "D2"
|
|
},
|
|
"dominion2ndEditionUpgrade": {
|
|
"set_name": "Dominion 2nd Edition Upgrade",
|
|
"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": "Extras",
|
|
"text_icon": "X"
|
|
},
|
|
"guilds": {
|
|
"set_name": "Gilden",
|
|
"text_icon": "G"
|
|
},
|
|
"hinterlands": {
|
|
"set_name": "Achterland",
|
|
"text_icon": "Ac"
|
|
},
|
|
"intrigue1stEdition": {
|
|
"set_name": "Intrige 1st Edition",
|
|
"short_name": "Intrige",
|
|
"text_icon": "I1"
|
|
},
|
|
"intrigue2ndEdition": {
|
|
"set_name": "Intrige 2nd Edition",
|
|
"short_name": "Intrige",
|
|
"text_icon": "I2"
|
|
},
|
|
"intrigue2ndEditionUpgrade": {
|
|
"set_name": "Intrige 2nd Edition Upgrade",
|
|
"short_name": "Intrige",
|
|
"text_icon": "I2"
|
|
},
|
|
"promo": {
|
|
"set_name": "Promo",
|
|
"text_icon": "Pm"
|
|
},
|
|
"prosperity": {
|
|
"set_name": "Welvaart",
|
|
"text_icon": "W"
|
|
},
|
|
"seaside": {
|
|
"set_name": "Hijs De Zeilen",
|
|
"text_icon": "HZ"
|
|
}
|
|
}
|