Add new separate banners for each shelter
This commit is contained in:
parent
88c819b26a
commit
a964908ff7
@ -112,7 +112,7 @@ class DominionTabs:
|
||||
CardType(('Action', 'Looter'), 'action.png'),
|
||||
CardType(('Action', 'Prize'), 'action.png'),
|
||||
CardType(('Action', 'Ruins'), 'ruins.png', 0, 1),
|
||||
CardType(('Action', 'Shelter'), 'shelter.png', 0, 1),
|
||||
CardType(('Action', 'Shelter'), 'action-shelter.png'),
|
||||
CardType(('Action', 'Attack', 'Looter'), 'action.png'),
|
||||
CardType(('Action', 'Attack', 'Traveller'), 'action.png'),
|
||||
CardType(('Action', 'Reserve'), 'reserve.png'),
|
||||
@ -121,7 +121,7 @@ class DominionTabs:
|
||||
CardType(('Prize',), 'action.png'),
|
||||
CardType(('Event',), 'action.png'),
|
||||
CardType(('Reaction',), 'reaction.png'),
|
||||
CardType(('Reaction', 'Shelter'), 'shelter.png', 0, 1),
|
||||
CardType(('Reaction', 'Shelter'), 'reaction-shelter.png'),
|
||||
CardType(('Treasure',), 'treasure.png', 3, 0),
|
||||
CardType(('Treasure', 'Attack'), 'treasure.png'),
|
||||
CardType(('Treasure', 'Victory'), 'treasure-victory.png'),
|
||||
@ -130,7 +130,7 @@ class DominionTabs:
|
||||
CardType(('Treasure', 'Reserve'), 'reserve-treasure.png'),
|
||||
CardType(('Victory',), 'victory.png'),
|
||||
CardType(('Victory', 'Reaction'), 'victory-reaction.png', 0, 1),
|
||||
CardType(('Victory', 'Shelter'), 'shelter.png', 0, 1),
|
||||
CardType(('Victory', 'Shelter'), 'victory-shelter.png'),
|
||||
CardType(('Curse',), 'curse.png', 3),
|
||||
CardType(('Expansion',), 'expansion.png', 4),
|
||||
CardType(('Blank',), '')
|
||||
|
||||
BIN
images/action-shelter.png
Normal file
BIN
images/action-shelter.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 68 KiB |
BIN
images/action-shelter_nc.png
Normal file
BIN
images/action-shelter_nc.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 59 KiB |
BIN
images/reaction-shelter.png
Normal file
BIN
images/reaction-shelter.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 61 KiB |
BIN
images/reaction-shelter_nc.png
Normal file
BIN
images/reaction-shelter_nc.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 62 KiB |
BIN
images/victory-shelter.png
Normal file
BIN
images/victory-shelter.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 62 KiB |
BIN
images/victory-shelter_nc.png
Normal file
BIN
images/victory-shelter_nc.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 52 KiB |
Loading…
x
Reference in New Issue
Block a user