54 lines
1010 B
JSON
54 lines
1010 B
JSON
|
|
{
|
||
|
|
"id": "my-custom-deck",
|
||
|
|
"label": "My Custom Deck",
|
||
|
|
"majors": {
|
||
|
|
"mode": "trump-template",
|
||
|
|
"template": "majors/{number}.png",
|
||
|
|
"numberPad": 2
|
||
|
|
},
|
||
|
|
"minors": {
|
||
|
|
"mode": "suit-prefix-and-rank-order",
|
||
|
|
"template": "minors/{suit}{index}.png",
|
||
|
|
"suitPrefix": {
|
||
|
|
"wands": "wands-",
|
||
|
|
"cups": "cups-",
|
||
|
|
"swords": "swords-",
|
||
|
|
"disks": "disks-"
|
||
|
|
},
|
||
|
|
"rankOrder": [
|
||
|
|
"Ace",
|
||
|
|
"Two",
|
||
|
|
"Three",
|
||
|
|
"Four",
|
||
|
|
"Five",
|
||
|
|
"Six",
|
||
|
|
"Seven",
|
||
|
|
"Eight",
|
||
|
|
"Nine",
|
||
|
|
"Ten",
|
||
|
|
"Princess",
|
||
|
|
"Prince",
|
||
|
|
"Queen",
|
||
|
|
"Knight"
|
||
|
|
],
|
||
|
|
"indexStart": 1,
|
||
|
|
"indexPad": 2
|
||
|
|
},
|
||
|
|
"nameOverrides": {
|
||
|
|
"judgement": "Aeon",
|
||
|
|
"justice": "Adjustment",
|
||
|
|
"temperance": "Art",
|
||
|
|
"strength": "Lust",
|
||
|
|
"world": "Universe",
|
||
|
|
"magician": "Magus"
|
||
|
|
},
|
||
|
|
"minorNameOverrides": {
|
||
|
|
"six of cups": "Pleasure",
|
||
|
|
"two of swords": "Peace"
|
||
|
|
},
|
||
|
|
"majorNameOverridesByTrump": {
|
||
|
|
"20": "Aeon",
|
||
|
|
"21": "Universe"
|
||
|
|
}
|
||
|
|
}
|