dominiontabs/domdiv/card_db/sets_db.json
Peter c5c876f8c5 animals user expansion from BBG user rillaith (#148)
* 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
2017-03-25 21:39:49 -07:00

217 lines
4.9 KiB
JSON

{
"adventures": {
"edition": [
"1",
"latest"
],
"image": "adventures_set.png",
"set_name": "*adventures*",
"text_icon": "*"
},
"adventures extras": {
"edition": [
"1",
"latest"
],
"image": "adventures_set.png",
"no_randomizer": true,
"set_name": "*adventures extras*",
"text_icon": "*"
},
"alchemy": {
"edition": [
"1",
"latest"
],
"image": "alchemy_set.png",
"set_name": "*alchemy*",
"text_icon": "*"
},
"animals": {
"edition": [
"1",
"latest"
],
"fan": true,
"image": "animals.png",
"set_name": "*animals*",
"text_icon": "*"
},
"base": {
"edition": [
"1",
"2",
"latest"
],
"image": "",
"set_name": "*base*",
"text_icon": "*"
},
"cornucopia": {
"edition": [
"1",
"latest"
],
"image": "cornucopia_set.png",
"set_name": "*cornucopia*",
"text_icon": "*"
},
"cornucopia extras": {
"edition": [
"1",
"latest"
],
"image": "cornucopia_set.png",
"no_randomizer": true,
"set_name": "*cornucopia extras*",
"text_icon": "*"
},
"dark ages": {
"edition": [
"1",
"latest"
],
"image": "dark_ages_set.png",
"set_name": "*dark ages*",
"text_icon": "*"
},
"dark ages extras": {
"edition": [
"1",
"latest"
],
"image": "dark_ages_set.png",
"no_randomizer": true,
"set_name": "*dark ages extras*",
"text_icon": "*"
},
"dominion1stEdition": {
"edition": [
"1"
],
"image": "dominion1stEdition_set.png",
"set_name": "*dominion1stEdition*",
"short_name": "Dominion",
"text_icon": "*"
},
"dominion2ndEdition": {
"edition": [
"2",
"latest"
],
"image": "dominion2ndEdition_set.png",
"set_name": "*dominion2ndEdition*",
"short_name": "Dominion",
"text_icon": "*"
},
"dominion2ndEditionUpgrade": {
"edition": [
"1"
],
"image": "dominion2ndEdition_set.png",
"set_name": "*dominion2ndEditionUpgrade*",
"text_icon": "*"
},
"empires": {
"edition": [
"1",
"latest"
],
"image": "empires_set.png",
"set_name": "*empires*",
"text_icon": "*"
},
"empires extras": {
"edition": [
"1",
"latest"
],
"image": "empires_set.png",
"no_randomizer": true,
"set_name": "*empires extras*",
"text_icon": "*"
},
"extras": {
"edition": [
"1",
"latest"
],
"image": "",
"no_randomizer": true,
"set_name": "*extras*",
"text_icon": "*"
},
"guilds": {
"edition": [
"1",
"latest"
],
"image": "guilds_set.png",
"set_name": "*guilds*",
"text_icon": "*"
},
"hinterlands": {
"edition": [
"1",
"latest"
],
"image": "hinterlands_set.png",
"set_name": "*hinterlands*",
"text_icon": "*"
},
"intrigue1stEdition": {
"edition": [
"1"
],
"image": "intrigue1stEdition_set.png",
"set_name": "*intrigue1stEdition*",
"short_name": "Intrigue",
"text_icon": "*"
},
"intrigue2ndEdition": {
"edition": [
"2",
"latest"
],
"image": "intrigue2ndEdition_set.png",
"set_name": "*intrigue2ndEdition*",
"short_name": "Intrigue",
"text_icon": "*"
},
"intrigue2ndEditionUpgrade": {
"edition": [
"1"
],
"image": "intrigue2ndEdition_set.png",
"set_name": "*intrigue2ndEditionUpgrade*",
"text_icon": "*"
},
"promo": {
"edition": [
"1",
"latest"
],
"image": "promo_set.png",
"set_name": "*promo*",
"text_icon": "*"
},
"prosperity": {
"edition": [
"1",
"latest"
],
"image": "prosperity_set.png",
"set_name": "*prosperity*",
"text_icon": "*"
},
"seaside": {
"edition": [
"1",
"latest"
],
"image": "seaside_set.png",
"set_name": "*seaside*",
"text_icon": "*"
}
}