Compare commits
2 Commits
d089e8ebb6
...
4dfa65b8c8
Author | SHA1 | Date | |
---|---|---|---|
4dfa65b8c8 | |||
8952ba71e3 |
@ -2,10 +2,17 @@
|
|||||||
|
|
||||||
tarot cards in a recfile
|
tarot cards in a recfile
|
||||||
|
|
||||||
data from ekelen/tarot-api:
|
## about
|
||||||
|
|
||||||
|
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,6 +6,7 @@
|
|||||||
%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
|
||||||
@ -1443,7 +1444,7 @@ name_short: cu05
|
|||||||
name: Five of Cups
|
name: Five of Cups
|
||||||
value: five
|
value: five
|
||||||
value_int: 5
|
value_int: 5
|
||||||
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_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_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