moved files to Decks/ directory
This commit is contained in:
61
_template/deck.canonical-map.example.json
Normal file
61
_template/deck.canonical-map.example.json
Normal file
@@ -0,0 +1,61 @@
|
||||
{
|
||||
"id": "my-mapped-deck",
|
||||
"label": "My Mapped Deck",
|
||||
"majors": {
|
||||
"mode": "canonical-map",
|
||||
"cards": {
|
||||
"fool": "majors/fool.webp",
|
||||
"magician": "majors/magician.webp",
|
||||
"high priestess": "majors/high-priestess.webp",
|
||||
"empress": "majors/empress.webp",
|
||||
"emperor": "majors/emperor.webp",
|
||||
"hierophant": "majors/hierophant.webp",
|
||||
"lovers": "majors/lovers.webp",
|
||||
"chariot": "majors/chariot.webp",
|
||||
"strength": "majors/strength.webp",
|
||||
"hermit": "majors/hermit.webp",
|
||||
"wheel of fortune": "majors/wheel-of-fortune.webp",
|
||||
"justice": "majors/justice.webp",
|
||||
"hanged man": "majors/hanged-man.webp",
|
||||
"death": "majors/death.webp",
|
||||
"temperance": "majors/temperance.webp",
|
||||
"devil": "majors/devil.webp",
|
||||
"tower": "majors/tower.webp",
|
||||
"star": "majors/star.webp",
|
||||
"moon": "majors/moon.webp",
|
||||
"sun": "majors/sun.webp",
|
||||
"judgement": "majors/judgement.webp",
|
||||
"world": "majors/world.webp"
|
||||
}
|
||||
},
|
||||
"minors": {
|
||||
"mode": "suit-base-number-template",
|
||||
"template": "minors/{number}.webp",
|
||||
"suitBase": {
|
||||
"wands": 1,
|
||||
"cups": 15,
|
||||
"swords": 29,
|
||||
"disks": 43
|
||||
},
|
||||
"rankOrder": [
|
||||
"Ace",
|
||||
"Two",
|
||||
"Three",
|
||||
"Four",
|
||||
"Five",
|
||||
"Six",
|
||||
"Seven",
|
||||
"Eight",
|
||||
"Nine",
|
||||
"Ten",
|
||||
"Page",
|
||||
"Knight",
|
||||
"Queen",
|
||||
"King"
|
||||
],
|
||||
"numberPad": 2
|
||||
},
|
||||
"minorNameOverrides": {
|
||||
"six of cups": "Pleasure"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user