Merge branch 'robertre2-master'

Icon for Adventures set.
Some fixes to card db.
This commit is contained in:
Sumpfork 2015-04-26 15:25:00 -07:00
commit c567c9fc07
3 changed files with 13 additions and 10 deletions

View File

@ -598,7 +598,7 @@ At the end of your Buy phase, if you have at least 2 Coins unspent, you may disc
+2 Actions +2 Actions
______________________ ______________________
When you buy this, gain another Port. When you buy this, gain another Port.
25 Coin of the Realm Adventures Treasure - Reserve $2 1 Coin 25 Coin of the Realm Adventures Treasure - Reserve $2 1 Coin
When you play this, put it on your Tavern mat. When you play this, put it on your Tavern mat.
______________________ ______________________
Directly after resolving an Action, you may call this for +2 Actions. Directly after resolving an Action, you may call this for +2 Actions.
@ -617,41 +617,41 @@ When you discard this from play, you may exchange it for a Treasure Hunter.
+1 Coin +1 Coin
______________________ ______________________
When you discard this from play, you may exchange it for a Soldier. When you discard this from play, you may exchange it for a Soldier.
31 Treasure Hunter Adventures Action - Traveller $3 +1 Action 31 Treasure Hunter Adventures Action - Traveller $3 +1 Action
+1 Coin +1 Coin
Gain a Silver per card the player to your right gained in his last turn. Gain a Silver per card the player to your right gained in his last turn.
______________________ ______________________
When you discard this from play, you may exchange it for a Warrior. When you discard this from play, you may exchange it for a Warrior.
(This is not in the Supply.) (This is not in the Supply.)
32 Warrior Adventures Action - Attack - Traveller $4 +2 Cards 32 Warrior Adventures Action - Attack - Traveller $4 +2 Cards
For each Traveller you have in play (including this), each other player discards the top card of his deck and trashes it if it costs 3 Coins or 4 Coins. For each Traveller you have in play (including this), each other player discards the top card of his deck and trashes it if it costs 3 Coins or 4 Coins.
______________________ ______________________
When you discard this from play, you may exchange it for a Hero. When you discard this from play, you may exchange it for a Hero.
(This is not in the Supply.) (This is not in the Supply.)
33 Hero Adventures Action - Traveller $5 +2 Coins 33 Hero Adventures Action - Traveller $5 +2 Coins
Gain a Treasure. Gain a Treasure.
______________________ ______________________
When you discard this from play, you may exchange it for a Champion. When you discard this from play, you may exchange it for a Champion.
(This is not in the Supply.) (This is not in the Supply.)
34 Champion Adventures Action - Duration $6 +1 Action 34 Champion Adventures Action - Duration $6 +1 Action
For the rest of the game, when another player plays an Attack, it doesn't affect you, and when you play an Action, +1 Action. For the rest of the game, when another player plays an Attack, it doesn't affect you, and when you play an Action, +1 Action.
(This stays in play. This is not in the Supply.) (This stays in play. This is not in the Supply.)
35 Soldier Adventures Action - Attack - Traveller $3 +2 Coins 35 Soldier Adventures Action - Attack - Traveller $3 +2 Coins
+1 Coin per other Attack you have in play. Each other player with 4 or more cards in hand discards a card. +1 Coin per other Attack you have in play. Each other player with 4 or more cards in hand discards a card.
______________________ ______________________
When you discard this from play, you may exchange it for a Fugitive. When you discard this from play, you may exchange it for a Fugitive.
(This is not in the Supply.) (This is not in the Supply.)
36 Fugitive Adventures Action - Traveller $4 +2 Cards 36 Fugitive Adventures Action - Traveller $4 +2 Cards
+1 Action +1 Action
Discard a card. Discard a card.
______________________ ______________________
When you discard this from play, you may exchange it for a Disciple. When you discard this from play, you may exchange it for a Disciple.
(This is not in the Supply.) (This is not in the Supply.)
37 Disciple Adventures Action - Traveller $5 You may play an Action card from your hand twice. Gain a copy of it. 37 Disciple Adventures Action - Traveller $5 You may play an Action card from your hand twice. Gain a copy of it.
______________________ ______________________
When you discard this from play, you may exchange it for a Teacher. When you discard this from play, you may exchange it for a Teacher.
(This is not in the Supply.) (This is not in the Supply.)
38 Teacher Adventures Action - Reserve $6 Put this on your Tavern mat. 38 Teacher Adventures Action - Reserve $6 Put this on your Tavern mat.
______________________ ______________________
At the start of your turn, you may call this, to move your +1 Card, +1 Action, +1 Buy, or +1 Coin token to an Action Supply pile you have no tokens on (when you play a card from that pile, you first get that bonus). At the start of your turn, you may call this, to move your +1 Card, +1 Action, +1 Buy, or +1 Coin token to an Action Supply pile you have no tokens on (when you play a card from that pile, you first get that bonus).
(This is not in the Supply.) (This is not in the Supply.)

View File

@ -107,6 +107,7 @@ class DominionTabs:
CardType(('Action', 'Ruins'), 'ruins.png', 0, 1), CardType(('Action', 'Ruins'), 'ruins.png', 0, 1),
CardType(('Action', 'Shelter'), 'shelter.png', 0, 1), CardType(('Action', 'Shelter'), 'shelter.png', 0, 1),
CardType(('Action', 'Attack', 'Looter'), 'action.png'), CardType(('Action', 'Attack', 'Looter'), 'action.png'),
CardType(('Action', 'Attack', 'Traveller'), 'action.png'),
CardType(('Action', 'Reserve'), 'action.png'), CardType(('Action', 'Reserve'), 'action.png'),
CardType(('Action', 'Reserve', 'Victory'), 'action.png'), CardType(('Action', 'Reserve', 'Victory'), 'action.png'),
CardType(('Action', 'Traveller'), 'action.png'), CardType(('Action', 'Traveller'), 'action.png'),
@ -118,6 +119,7 @@ class DominionTabs:
CardType(('Treasure', 'Victory'), 'treasure-victory.png'), CardType(('Treasure', 'Victory'), 'treasure-victory.png'),
CardType(('Treasure', 'Prize'), 'treasure.png', 3, 0), CardType(('Treasure', 'Prize'), 'treasure.png', 3, 0),
CardType(('Treasure', 'Reaction'), 'treasure-reaction.png', 0, 1), CardType(('Treasure', 'Reaction'), 'treasure-reaction.png', 0, 1),
CardType(('Treasure', 'Reserve'), 'treasure.png', 0, 1),
CardType(('Victory',), 'victory.png'), CardType(('Victory',), 'victory.png'),
CardType(('Victory', 'Reaction'), 'victory-reaction.png', 0, 1), CardType(('Victory', 'Reaction'), 'victory-reaction.png', 0, 1),
CardType(('Victory', 'Shelter'), 'shelter.png', 0, 1), CardType(('Victory', 'Shelter'), 'shelter.png', 0, 1),
@ -147,7 +149,8 @@ class DominionTabs:
'hinterlands': 'hinterlands_set.png', 'hinterlands': 'hinterlands_set.png',
'dark ages': 'dark_ages_set.png', 'dark ages': 'dark_ages_set.png',
'dark ages extras': 'dark_ages_set.png', 'dark ages extras': 'dark_ages_set.png',
'guilds': 'guilds_set.png' 'guilds': 'guilds_set.png',
'adventures': 'adventures_set.png'
} }
promoImages = { promoImages = {
'walled village': 'walled_village_set.png', 'walled village': 'walled_village_set.png',

BIN
images/adventures_set.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB