Files
tarot-deck/_template/deck.json

54 lines
1010 B
JSON
Raw Normal View History

2026-03-07 00:55:49 -08:00
{
"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"
}
}