Files

41 lines
671 B
JSON
Raw Permalink Normal View History

2026-03-06 23:23:35 -08:00
{
"id": "thoth",
"label": "Thoth Tarot",
"majorNameOverridesByTrump": {
"8": "Adjustment",
"VIII": "Adjustment"
},
"majors": {
"mode": "trump-template",
"template": "{number}.png",
"numberPad": 2
},
"minors": {
"mode": "suit-base-and-rank-order",
"template": "{number}.png",
"numberPad": 2,
"suitBase": {
"wands": 22,
"cups": 36,
"swords": 50,
"disks": 64
},
"rankOrder": [
"Ace",
"Two",
"Three",
"Four",
"Five",
"Six",
"Seven",
"Eight",
"Nine",
"Ten",
"Princess",
"Prince",
"Queen",
"Knight"
]
}
}