Skip to content

Commit

Permalink
Menagerie changes (#304)
Browse files Browse the repository at this point in the history
* New menagerie images
* Added options to deal with the new Way cards
* Added Menagerie set and new card types
* Tool to help bring in a large number of new cards
  • Loading branch information
wvoigt committed Mar 24, 2020
1 parent 1bd7312 commit 5fcfcdb
Show file tree
Hide file tree
Showing 37 changed files with 5,053 additions and 7 deletions.
845 changes: 845 additions & 0 deletions card_db_src/cards_db.json

Large diffs are not rendered by default.

370 changes: 370 additions & 0 deletions card_db_src/en_us/cards_en_us.json

Large diffs are not rendered by default.

10 changes: 10 additions & 0 deletions card_db_src/en_us/sets_en_us.json
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,16 @@
"short_name": "Intrigue",
"text_icon": "I2"
},
"menagerie": {
"set_name": "Menagerie",
"set_text": "Dominion, that’s what you’re trying to achieve. This time with animals! They each have a lesson to teach, whether it’s how to spit really far, or what kind of grass tastes the best. It’s a lot to keep track of, but you’re like an elephant: you remember everything. And you’re afraid of mice. You’ve taken up riding. Horses are intimidating; they say you can lead a horse to water, but you haven’t managed it. So you’re working your way up, starting with dogs. So far so good; the dog hasn’t bucked you off yet. Your menagerie got off to a poor start, with just a goat, two rats, and the advisor who suggested starting a menagerie. You couldn’t get that fox you wanted, but it was probably bad anyway. Now you’ve got some camels, which are just as useless for sewing as you’d been warned, and a turtle that can hold its breath for longer than anyone can stay interested. Soon the animal kingdom will be yours.\nThis is the 13th expansion to <i>Dominion</i>. It has 400 cards, with 30 new Kingdom cards. There are Horses that save a draw for later, Exile mats that cards can be sent to and rescued from, and Ways that give Actions another option. Events return.",
"text_icon": "M"
},
"menagerie extras": {
"set_name": "Menagerie Extras",
"set_text": "",
"text_icon": "M"
},
"nocturne": {
"set_name": "Nocturne",
"set_text": "You've always been a night person; lately you've even considered becoming a vampire. There are a lot of advantages: you don't age; you don't have to see yourself in mirrors anymore; if someone asks you to do something, you can just turn into a bat, and then say, sorry, I'm a bat. There are probably some downsides though. You always think of the statue in the town square that came to life and now works as the tavern barmaid. The pedestal came to life too, so she has to hop around. The village blacksmith turns into a wolf whenever there's a full moon; when there's a crescent moon, he turns into a chihuahua. That's how this stuff goes sometimes. Still, when you breathe in the night air, you feel ready for anything.\n<i>Dominion: Nocturne</i>, the 11th expansion to <i>Dominion</i>, has 500 cards, with 33 new Kingdom cards. There are Night cards, which are played after the Buy phase; Heirlooms that replace starting Coppers; Fate and Doom cards that give out Boons and Hexes; and a variety of extra cards that other cards can provide.",
Expand Down
2 changes: 2 additions & 0 deletions card_db_src/en_us/types_en_us.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,7 @@
"Traveller": "Traveller",
"Treasure": "Treasure",
"Victory": "Victory",
"Way": "Way",
"Ways": "Ways",
"Zombie": "Zombie"
}
21 changes: 21 additions & 0 deletions card_db_src/sets_db.json
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,27 @@
"set_text": "",
"text_icon": "*"
},
"menagerie": {
"edition": [
"1",
"latest"
],
"image": "menagerie_set.png",
"set_name": "*menagerie*",
"set_text": "",
"text_icon": "*"
},
"menagerie extras": {
"edition": [
"1",
"latest"
],
"image": "menagerie_set.png",
"no_randomizer": true,
"set_name": "*menagerie extras*",
"set_text": "",
"text_icon": "*"
},
"nocturne": {
"edition": [
"1",
Expand Down
40 changes: 40 additions & 0 deletions card_db_src/types_db.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,17 @@
"tabCostHeightOffset": -1,
"tabTextHeightOffset": 0
},
{
"card_type": [
"Action",
"Attack",
"Reaction"
],
"card_type_image": "reaction.png",
"defaultCardCount": 10,
"tabCostHeightOffset": -1,
"tabTextHeightOffset": 0
},
{
"card_type": [
"Action",
Expand Down Expand Up @@ -105,6 +116,17 @@
"tabCostHeightOffset": -1,
"tabTextHeightOffset": 0
},
{
"card_type": [
"Action",
"Duration",
"Attack"
],
"card_type_image": "duration.png",
"defaultCardCount": 10,
"tabCostHeightOffset": -1,
"tabTextHeightOffset": 0
},
{
"card_type": [
"Action",
Expand Down Expand Up @@ -619,5 +641,23 @@
"defaultCardCount": 6,
"tabCostHeightOffset": -1,
"tabTextHeightOffset": 0
},
{
"card_type": [
"Way"
],
"card_type_image": "way.png",
"defaultCardCount": 1,
"tabCostHeightOffset": -1,
"tabTextHeightOffset": 0
},
{
"card_type": [
"Ways"
],
"card_type_image": "way.png",
"defaultCardCount": 0,
"tabCostHeightOffset": -1,
"tabTextHeightOffset": 0
}
]
Loading

0 comments on commit 5fcfcdb

Please sign in to comment.