moved files to Decks/ directory
This commit is contained in:
53
_template/deck.json
Normal file
53
_template/deck.json
Normal file
@@ -0,0 +1,53 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user