select card style

This commit is contained in:
Gavin McDonald
2025-04-18 14:16:31 -04:00
parent 40cc0f3ab8
commit e71aa5ad01
228 changed files with 143 additions and 65 deletions

View File

@@ -45,3 +45,76 @@ export const layout: Layout[] = [
text: 'Your enemy is a creature of darkness, whose powers are beyond mortality. This card will lead you to him!',
},
];
export const cardStyles = {
color: {
baseURL: '/img/color/',
extension: '.webp',
},
grayscale: {
baseURL: '/img/grayscale/',
extension: '.webp',
},
standard: {
baseURL: '/img/standard/',
extension: '.svg',
},
};
export const standardMap = {
abjurer: '4C',
anarchist: '6H',
artifact: '1J',
avenger: 'AS',
back: '1B',
beast: 'JD',
beggar: '6D',
berserker: '6S',
bishop: '8H',
'broken-one': 'KD',
charlatan: '7H',
conjurer: '9C',
darklord: 'KS',
dictator: '8S',
diviner: '2C',
donjon: 'KC',
druid: '5H',
elementalist: '5C',
enchanter: '3C',
evoker: '6C',
executioner: 'JS',
ghost: 'KH',
'guild-member': '5D',
healer: '3H',
'hooded-one': '7S',
horseman: '2J',
illusionist: '7C',
innocent: 'QH',
marionette: 'JH',
mercenary: '4S',
merchant: '4D',
miser: '9D',
missionary: '2H',
mists: 'QS',
monk: 'AH',
myrmidon: '5S',
necromancer: '8C',
paladin: '2S',
philanthropist: '2D',
priest: '10H',
raven: 'QC',
rogue: '10D',
seer: 'JC',
shepherd: '4H',
soldier: '3S',
swashbuckler: 'AD',
'tax-collector': '8D',
tempter: 'QD',
thief: '7D',
torturer: '9S',
trader: '3D',
traitor: '9H',
transmuter: 'AC',
warrior: '10S',
wizard: '10C',
};