Compare commits
No commits in common. "4dfa65b8c842cc0a4530d46df0ea143d654a5969" and "d089e8ebb6c9479b94fed96ed869ef4b80bb0de2" have entirely different histories.
4dfa65b8c8
...
d089e8ebb6
@ -2,17 +2,10 @@
|
|||||||
|
|
||||||
tarot cards in a recfile
|
tarot cards in a recfile
|
||||||
|
|
||||||
## about
|
data from ekelen/tarot-api:
|
||||||
|
|
||||||
descriptions from ekelen/tarot-api,
|
|
||||||
which in turn gets its descriptions
|
|
||||||
from AE White's 1911
|
|
||||||
*The Pictorial Key to the Tarot*:
|
|
||||||
|
|
||||||
https://github.com/ekelen/tarot-api
|
https://github.com/ekelen/tarot-api
|
||||||
|
|
||||||
https://sacred-texts.com/tarot/pkt/index.htm
|
|
||||||
|
|
||||||
ascii art from lawreka/ascii-tarot:
|
ascii art from lawreka/ascii-tarot:
|
||||||
|
|
||||||
https://github.com/lawreka/ascii-tarot
|
https://github.com/lawreka/ascii-tarot
|
||||||
|
@ -6,7 +6,6 @@
|
|||||||
%type: meaning_up,meaning_rev,suit,name,name_short,type,value line
|
%type: meaning_up,meaning_rev,suit,name,name_short,type,value line
|
||||||
%mandatory: id type name_short name value value_int meaning_up meaning_rev desc ascii
|
%mandatory: id type name_short name value value_int meaning_up meaning_rev desc ascii
|
||||||
%allowed: id type name_short name value value_int meaning_up meaning_rev desc ascii suit
|
%allowed: id type name_short name value value_int meaning_up meaning_rev desc ascii suit
|
||||||
%sort: id
|
|
||||||
|
|
||||||
id: 0
|
id: 0
|
||||||
type: major
|
type: major
|
||||||
@ -1444,7 +1443,7 @@ name_short: cu05
|
|||||||
name: Five of Cups
|
name: Five of Cups
|
||||||
value: five
|
value: five
|
||||||
value_int: 5
|
value_int: 5
|
||||||
meaning_up: A dark, cloaked figure, looking sideways at three prone cups two others stand upright behind him; a bridge is in the background, leading to a small keep or holding. Divanatory Meanings: It is a card of loss, but something remains over; three have been taken, but two are left; it is a card of inheritance, patrimony, transmission, but not corresponding to expectations; with some interpreters it is a card of marriage, but not without bitterness or frustration.
|
meaning_up: ure, looking sideways at three prone cups two others stand upright behind him; a bridge is in the background, leading to a small keep or holding. Divanatory Meanings: It is a card of loss, but something remains over; three have been taken, but two are left; it is a card of inheritance, patrimony, transmission, but not corresponding to expectations; with some interpreters it is a card of marriage, but not without bitterness or frustration.
|
||||||
meaning_rev: News, alliances, affinity, consanguinity, ancestry, return, false projects.
|
meaning_rev: News, alliances, affinity, consanguinity, ancestry, return, false projects.
|
||||||
desc: A dark, cloaked figure, looking sideways at three prone cups two others stand upright behind him; a bridge is in the background, leading to a small keep or holding. Divanatory Meanings: It is a card of loss, but something remains over; three have been taken, but two are left; it is a card of inheritance, patrimony, transmission, but not corresponding to expectations; with some interpreters it is a card of marriage, but not without bitterness or frustration. Reversed: News, alliances, affinity, consanguinity, ancestry, return, false projects
|
desc: A dark, cloaked figure, looking sideways at three prone cups two others stand upright behind him; a bridge is in the background, leading to a small keep or holding. Divanatory Meanings: It is a card of loss, but something remains over; three have been taken, but two are left; it is a card of inheritance, patrimony, transmission, but not corresponding to expectations; with some interpreters it is a card of marriage, but not without bitterness or frustration. Reversed: News, alliances, affinity, consanguinity, ancestry, return, false projects
|
||||||
suit: cups
|
suit: cups
|
||||||
|
Loading…
x
Reference in New Issue
Block a user