kaabalah
Version:
The de-facto library for any esoteric calculations and tooling
1,969 lines (1,967 loc) • 202 kB
JavaScript
import { __export } from './chunk-NPQZ2DOY.mjs';
// src/core/constants.ts
var FOUR_WORLDS = {
ATZILUTH: "Atziluth",
BRIAH: "Briah",
YETZIRAH: "Yetzirah",
ASSIAH: "Assiah"
};
var FOUR_WORLDS_DATA = {
ATZILUTH: { englishName: "World of Emanation" },
BRIAH: { englishName: "World of Creation" },
YETZIRAH: { englishName: "World of Formation" },
ASSIAH: { englishName: "World of Action" }
};
var SPHERES = {
KETHER: "Kether",
CHOKHMAH: "Chokhmah",
BINAH: "Binah",
DAATH: "Daath",
CHESED: "Chesed",
GEBURAH: "Geburah",
TIPHARETH: "Tiphareth",
NETZACH: "Netzach",
HOD: "Hod",
YESOD: "Yesod",
MALKUTH: "Malkuth"
};
var SPHERES_DATA = {
KETHER: { hebrewSpelling: "\u05DB\u05EA\u05E8", englishName: "Crown" },
CHOKHMAH: { hebrewSpelling: "\u05D7\u05DB\u05DE\u05D4", englishName: "Wisdom" },
BINAH: { hebrewSpelling: "\u05D1\u05D9\u05E0\u05D4", englishName: "Understanding" },
CHESED: { hebrewSpelling: "\u05D7\u05E1\u05D3", englishName: "Mercy" },
GEBURAH: { hebrewSpelling: "\u05D2\u05D1\u05D5\u05E8\u05D4", englishName: "Severity" },
TIPHARETH: { hebrewSpelling: "\u05EA\u05E4\u05D0\u05E8\u05EA", englishName: "Beauty" },
NETZACH: { hebrewSpelling: "\u05E0\u05E6\u05D7", englishName: "Victory" },
HOD: { hebrewSpelling: "\u05D4\u05D5\u05D3", englishName: "Splendor" },
YESOD: { hebrewSpelling: "\u05D9\u05E1\u05D5\u05D3", englishName: "Foundation" },
MALKUTH: { hebrewSpelling: "\u05DE\u05DC\u05DB\u05D5\u05EA", englishName: "Kingdom" },
DAATH: { hebrewSpelling: "\u05D3\u05E2\u05EA", englishName: "Knowledge" }
};
var PLANETS = {
EARTH: "Earth",
MOON: "Moon",
SUN: "Sun",
MERCURY: "Mercury",
VENUS: "Venus",
MARS: "Mars",
JUPITER: "Jupiter",
SATURN: "Saturn",
URANUS: "Uranus",
NEPTUNE: "Neptune",
PLUTO: "Pluto"
};
var MODALITIES = {
CARDINAL: "Cardinal",
FIXED: "Fixed",
MUTABLE: "Mutable"
};
var WESTERN_ZODIAC_SIGNS = {
ARIES: "Aries",
TAURUS: "Taurus",
GEMINI: "Gemini",
CANCER: "Cancer",
LEO: "Leo",
VIRGO: "Virgo",
LIBRA: "Libra",
SCORPIO: "Scorpio",
SAGITTARIUS: "Sagittarius",
CAPRICORN: "Capricorn",
AQUARIUS: "Aquarius",
PISCES: "Pisces"
};
var WESTERN_ELEMENTS = {
FIRE: "Fire",
AIR: "Air",
WATER: "Water",
EARTH: "Earth",
ETHER: "Ether"
};
var WESTERN_HOUSES = {
ASCENDANT: "ascendant",
SECOND_HOUSE: "second house",
THIRD_HOUSE: "third house",
IMUM_COELI: "imum coeli",
FIFTH_HOUSE: "fifth house",
SIXTH_HOUSE: "sixth house",
DESCENDANT: "descendant",
EIGHTH_HOUSE: "eighth house",
NINTH_HOUSE: "ninth house",
MEDIUM_COELI: "medium coeli",
ELEVENTH_HOUSE: "eleventh house",
TWELFTH_HOUSE: "twelfth house"
};
var WESTERN_ASPECTS = {
CONJUNCTION: "conjunction",
DUODECILE: "duodecile",
OCTILE: "octile",
SEXTILE: "sextile",
SQUARE: "square",
TRINE: "trine",
TRIOCTILE: "trioctile",
QUINCUNX: "quincunx",
OPPOSITION: "opposition"
};
var MELKITZEDEKI_PATHS = {
KETHER_CHOKHMAH: 1,
KETHER_BINAH: 2,
KETHER_TIPHARETH: 3,
CHOKHMAH_BINAH: 4,
CHOKHMAH_TIPHARETH: 5,
CHOKHMAH_CHESED: 6,
BINAH_TIPHARETH: 7,
BINAH_GEBURAH: 8,
CHESED_GEBURAH: 9,
CHESED_TIPHARETH: 10,
CHESED_NETZACH: 11,
GEBURAH_TIPHARETH: 12,
GEBURAH_HOD: 13,
TIPHARETH_NETZACH: 14,
TIPHARETH_YESOD: 15,
TIPHARETH_HOD: 16,
NETZACH_HOD: 17,
NETZACH_YESOD: 18,
NETZACH_MALKUTH: 19,
HOD_YESOD: 20,
HOD_MALKUTH: 21,
YESOD_MALKUTH: 22
};
var LURIANIC_PATHS = {
KETHER_CHOKHMAH: 1,
KETHER_BINAH: 2,
KETHER_TIPHARETH: 3,
CHOKHMAH_BINAH: 4,
CHOKHMAH_GEBURAH: 5,
CHOKHMAH_TIPHARETH: 6,
CHOKHMAH_CHESED: 7,
BINAH_CHESED: 8,
BINAH_TIPHARETH: 9,
BINAH_GEBURAH: 10,
CHESED_GEBURAH: 11,
CHESED_TIPHARETH: 12,
CHESED_NETZACH: 13,
GEBURAH_TIPHARETH: 14,
GEBURAH_HOD: 15,
TIPHARETH_NETZACH: 16,
TIPHARETH_YESOD: 17,
TIPHARETH_HOD: 18,
NETZACH_HOD: 19,
NETZACH_YESOD: 20,
HOD_YESOD: 21,
YESOD_MALKUTH: 22
};
var LATIN_LETTERS = {
A: "A",
B: "B",
C: "C",
D: "D",
E: "E",
F: "F",
G: "G",
H: "H",
I: "I",
J: "J",
K: "K",
L: "L",
M: "M",
N: "N",
O: "O",
P: "P",
Q: "Q",
R: "R",
S: "S",
T: "T",
U: "U",
V: "V",
W: "W",
X: "X",
Y: "Y",
Z: "Z",
PH: "Ph",
TS: "Ts",
TZ: "Tz",
TH: "Th",
CH: "Ch",
SH: "Sh",
KH: "Kh",
\u00C7: "\xC7",
\u00C3: "\xC3"
};
var LATIN_LETTERS_DATA = {
A: { isVowel: true },
B: { isVowel: false },
C: { isVowel: false },
D: { isVowel: false },
E: { isVowel: true },
F: { isVowel: false },
G: { isVowel: false },
H: { isVowel: false },
I: { isVowel: true },
J: { isVowel: false },
K: { isVowel: false },
L: { isVowel: false },
M: { isVowel: false },
N: { isVowel: false },
O: { isVowel: true },
P: { isVowel: false },
Q: { isVowel: false },
R: { isVowel: false },
S: { isVowel: false },
T: { isVowel: false },
U: { isVowel: true },
V: { isVowel: false },
W: { isVowel: true },
X: { isVowel: false },
Y: { isVowel: true },
Z: { isVowel: false },
PH: { isVowel: false },
TS: { isVowel: false },
TZ: { isVowel: false },
TH: { isVowel: false },
CH: { isVowel: false },
SH: { isVowel: false },
KH: { isVowel: false },
\u00C7: { isVowel: false },
\u00C3: { isVowel: true }
};
var HEBREW_LETTERS = {
ALEPH: "Aleph",
BETH: "Beth",
GIMEL: "Gimel",
DALET: "Dalet",
HE: "He",
VAV: "Vav",
ZAYIN: "Zayin",
HET: "Het",
TET: "Tet",
YOD: "Yod",
KAPH: "Kaph",
LAMED: "Lamed",
MEM: "Mem",
NUN: "Nun",
SAMEKH: "Samekh",
AYIN: "Ayin",
PE: "Pe",
TSADI: "Tsadi",
QOPH: "Qoph",
RESH: "Resh",
SHIN: "Shin",
TAV: "Tav"
};
var HEBREW_LETTERS_DATA = {
ALEPH: {
gematriaValue: 1,
type: "mother",
symbol: "Man",
hieroglyph: "Unity, central point, abstract principle",
yvritMeaning: "Universal man and the human gender",
character: "\u05D0"
},
BETH: {
gematriaValue: 2,
type: "double",
symbol: "Mouth",
hieroglyph: "Woman's duality",
yvritMeaning: "Man's mouth, habitation, interior",
character: "\u05D1"
},
GIMEL: {
gematriaValue: 3,
type: "double",
symbol: "Grasping hand",
hieroglyph: "Expansion and growth",
yvritMeaning: "Man's throat, channel",
character: "\u05D2"
},
DALET: {
gematriaValue: 4,
type: "double",
symbol: "Breast",
hieroglyph: "Universal quaternary, source of physical existence",
yvritMeaning: "Abundance and nourishment",
character: "\u05D3"
},
HE: {
gematriaValue: 5,
type: "simple",
symbol: "Breath",
hieroglyph: "Universal life, men's breath, the breath, everything that animates and vivifies",
yvritMeaning: "Window",
character: "\u05D4"
},
VAV: {
gematriaValue: 6,
type: "simple",
symbol: "Eye, ear",
hieroglyph: "A point connection that separates being and non-being",
yvritMeaning: "Construction nail",
character: "\u05D5"
},
ZAYIN: {
gematriaValue: 7,
type: "simple",
symbol: "Arrow",
hieroglyph: "Goal, objective to achieve",
yvritMeaning: "Dart, sword",
character: "\u05D6"
},
HET: {
gematriaValue: 8,
type: "simple",
symbol: "Field",
hieroglyph: "Elemental existence",
yvritMeaning: "Fence",
character: "\u05D7"
},
TET: {
gematriaValue: 9,
type: "simple",
symbol: "A house covering",
hieroglyph: "Men's shelter, roof, shield, protection, resistance",
yvritMeaning: "Serpent",
character: "\u05D8"
},
YOD: {
gematriaValue: 10,
type: "simple",
symbol: "Index finger",
hieroglyph: "Potential manifestation, eternal worship",
yvritMeaning: "Hand, index finger",
character: "\u05D9"
},
KAPH: {
gematriaValue: 20,
type: "double",
gematriaValueWhenEnding: 500,
symbol: "Closing hand",
hieroglyph: "Reflective and fleeting life",
yvritMeaning: "Palm closing in the act of grasping something",
character: "\u05DB",
characterWhenEnding: "\u05DA"
},
LAMED: {
gematriaValue: 30,
type: "simple",
symbol: "Extending arm",
hieroglyph: "Extension, elevation",
yvritMeaning: "Sting rod, human arm representing extension, elevation",
character: "\u05DC"
},
MEM: {
gematriaValue: 40,
type: "mother",
gematriaValueWhenEnding: 600,
symbol: "Woman",
hieroglyph: "External passive action, all formative and plastic principle when starting a word, collectiveness when ending one",
yvritMeaning: "Waters, woman, mother, man's companion",
character: "\u05DE",
characterWhenEnding: "\u05DD"
},
NUN: {
gematriaValue: 50,
type: "simple",
gematriaValueWhenEnding: 700,
symbol: "Fruit",
hieroglyph: "Novelty, youth, grace, beauty",
yvritMeaning: "Fish",
character: "\u05E0",
characterWhenEnding: "\u05DF"
},
SAMEKH: {
gematriaValue: 60,
type: "simple",
symbol: "Serpent",
hieroglyph: "Cyclical circular movement",
yvritMeaning: "Support, brace, crutch",
character: "\u05E1"
},
AYIN: {
gematriaValue: 70,
type: "simple",
symbol: "Binding",
hieroglyph: "Material side of things, emptiness, nothingness, all evil",
yvritMeaning: "Eye",
character: "\u05E2"
},
PE: {
gematriaValue: 80,
type: "double",
gematriaValueWhenEnding: 800,
symbol: "Mouth, tongue",
hieroglyph: "Power of the verb, spoken word",
yvritMeaning: "Mouth releasing",
character: "\u05E4",
characterWhenEnding: "\u05E3"
},
TSADI: {
gematriaValue: 90,
type: "simple",
gematriaValueWhenEnding: 900,
symbol: "Roof",
hieroglyph: "Fixed thought upon a purpose",
yvritMeaning: "Fishhook",
character: "\u05E6",
characterWhenEnding: "\u05E5"
},
QOPH: {
gematriaValue: 100,
type: "simple",
symbol: "Axe",
hieroglyph: "Repressive pressure",
yvritMeaning: "Back of the head",
character: "\u05E7"
},
RESH: {
gematriaValue: 200,
type: "double",
symbol: "Head",
hieroglyph: "Feeling, wanting, thinking, movement, reflection, origin, repetition",
yvritMeaning: "Illuminated head",
character: "\u05E8"
},
SHIN: {
gematriaValue: 300,
type: "mother",
symbol: "Crown",
hieroglyph: "Relative duration, existence",
yvritMeaning: "Part of the bow from which the arrow is released",
character: "\u05E9"
},
TAV: {
gematriaValue: 400,
type: "double",
symbol: "Thorax",
hieroglyph: "Universal soul, reciprocity, protection, perfection, abundance",
yvritMeaning: "Ankh Cross",
character: "\u05EA"
}
};
var TAROT_SUITS = {
WANDS: "Wands",
CUPS: "Cups",
SWORDS: "Swords",
PENTACLES: "Pentacles"
};
var TAROT_ARKANNUS = {
THE_MAGICIAN: "The Magician",
THE_HIGH_PRIESTESS: "The High Priestess",
THE_EMPRESS: "The Empress",
THE_EMPEROR: "The Emperor",
THE_HIEROPHANT: "The Hierophant",
THE_LOVER: "The Lover",
THE_CHARIOT: "The Chariot",
JUSTICE: "Justice",
THE_HERMIT: "The Hermit",
THE_WHEEL_OF_FORTUNE: "The Wheel of Fortune",
STRENGTH: "Strength",
THE_HANGED_MAN: "The Hanged Man",
DEATH: "Death",
TEMPERANCE: "Temperance",
THE_DEVIL: "The Devil",
THE_TOWER: "The Tower",
THE_STAR: "The Star",
THE_MOON: "The Moon",
THE_SUN: "The Sun",
JUDGMENT: "Judgment",
THE_FOOL: "The Fool",
THE_WORLD: "The World",
KING_OF_WANDS: "King of Wands",
QUEEN_OF_WANDS: "Queen of Wands",
KNIGHT_OF_WANDS: "Knight of Wands",
PAGE_OF_WANDS: "Page of Wands",
TEN_OF_WANDS: "Ten of Wands",
NINE_OF_WANDS: "Nine of Wands",
EIGHT_OF_WANDS: "Eight of Wands",
SEVEN_OF_WANDS: "Seven of Wands",
SIX_OF_WANDS: "Six of Wands",
FIVE_OF_WANDS: "Five of Wands",
FOUR_OF_WANDS: "Four of Wands",
THREE_OF_WANDS: "Three of Wands",
TWO_OF_WANDS: "Two of Wands",
ACE_OF_WANDS: "Ace of Wands",
KING_OF_CUPS: "King of Cups",
QUEEN_OF_CUPS: "Queen of Cups",
KNIGHT_OF_CUPS: "Knight of Cups",
PAGE_OF_CUPS: "Page of Cups",
TEN_OF_CUPS: "Ten of Cups",
NINE_OF_CUPS: "Nine of Cups",
EIGHT_OF_CUPS: "Eight of Cups",
SEVEN_OF_CUPS: "Seven of Cups",
SIX_OF_CUPS: "Six of Cups",
FIVE_OF_CUPS: "Five of Cups",
FOUR_OF_CUPS: "Four of Cups",
THREE_OF_CUPS: "Three of Cups",
TWO_OF_CUPS: "Two of Cups",
ACE_OF_CUPS: "Ace of Cups",
KING_OF_SWORDS: "King of Swords",
QUEEN_OF_SWORDS: "Queen of Swords",
KNIGHT_OF_SWORDS: "Knight of Swords",
PAGE_OF_SWORDS: "Page of Swords",
TEN_OF_SWORDS: "Ten of Swords",
NINE_OF_SWORDS: "Nine of Swords",
EIGHT_OF_SWORDS: "Eight of Swords",
SEVEN_OF_SWORDS: "Seven of Swords",
SIX_OF_SWORDS: "Six of Swords",
FIVE_OF_SWORDS: "Five of Swords",
FOUR_OF_SWORDS: "Four of Swords",
THREE_OF_SWORDS: "Three of Swords",
TWO_OF_SWORDS: "Two of Swords",
ACE_OF_SWORDS: "Ace of Swords",
KING_OF_PENTACLES: "King of Pentacles",
QUEEN_OF_PENTACLES: "Queen of Pentacles",
KNIGHT_OF_PENTACLES: "Knight of Pentacles",
PAGE_OF_PENTACLES: "Page of Pentacles",
TEN_OF_PENTACLES: "Ten of Pentacles",
NINE_OF_PENTACLES: "Nine of Pentacles",
EIGHT_OF_PENTACLES: "Eight of Pentacles",
SEVEN_OF_PENTACLES: "Seven of Pentacles",
SIX_OF_PENTACLES: "Six of Pentacles",
FIVE_OF_PENTACLES: "Five of Pentacles",
FOUR_OF_PENTACLES: "Four of Pentacles",
THREE_OF_PENTACLES: "Three of Pentacles",
TWO_OF_PENTACLES: "Two of Pentacles",
ACE_OF_PENTACLES: "Ace of Pentacles"
};
var TAROT_DECKS = {
PAPUS_KAABALISTIC: "Papus Kaabalistic",
PAPUS_DIVINATORY: "Papus Divinatory",
KIER_EGYPTIAN: "Kier Egyptian"
};
var TAROT_MAJOR_ARKANNUS_ALIASES = {
THE_MAGICIAN: ["O Mago"],
THE_HIGH_PRIESTESS: ["A Sacerdotisa", "Papisa"],
THE_EMPRESS: ["A Imperatriz"],
THE_EMPEROR: ["O Imperador"],
THE_HIEROPHANT: ["O Hierofante", "Papa"],
THE_LOVER: ["Os Enamorados", "The Lovers"],
THE_CHARIOT: ["O Carro", "Merkaabah"],
JUSTICE: ["A Justi\xE7a"],
THE_HERMIT: ["O Eremita"],
THE_WHEEL_OF_FORTUNE: ["A Roda da Fortuna"],
STRENGTH: ["A For\xE7a"],
THE_HANGED_MAN: ["O Enforcado", "Sacro Of\xEDcio"],
DEATH: ["A Morte"],
TEMPERANCE: ["A Temperan\xE7a"],
THE_DEVIL: ["O Diabo"],
THE_TOWER: ["A Torre", "The House of God"],
THE_STAR: ["A Estrela"],
THE_MOON: ["A Lua"],
THE_SUN: ["O Sol"],
JUDGMENT: ["O Julgamento", "Judgement"],
THE_FOOL: ["O Louco"],
THE_WORLD: ["O Mundo"]
};
var TAROT_MAJOR_ARKANNUS_KEYWORDS = {
THE_MAGICIAN: [
"co-creation",
"molecular waves",
"first act of will",
"Hermes",
"knowledge",
"will"
],
THE_HIGH_PRIESTESS: [
"veiled feminine principle",
"intuition",
"Isis",
"mysteries",
"feminine principle",
"memory rewriting",
"history rewriting"
],
THE_EMPRESS: [
"manifestation",
"fecundity",
"adaptation",
"generative power",
"fertility",
"nurturing",
"creative manifestation"
],
THE_EMPEROR: [
"dominion of will",
"four elements",
"authority",
"territory marking",
"divine authority",
"sovereignty",
"sacred fire"
],
THE_HIEROPHANT: [
"ritualization",
"fifth essences",
"spiritual communion",
"ritual science",
"magnetism",
"bridge between worlds",
"Agnus Dei"
],
THE_LOVER: [
"sexual alchemy",
"ascension of energy",
"union of opposites",
"choice",
"balance of Eva and Lilith",
"sacred sexuality",
"decision"
],
THE_CHARIOT: [
"mastery of duality",
"chariot of consciousness",
"solar energy",
"willpower",
"transmutation",
"interdimensional vehicles",
"Merkabah"
],
JUSTICE: [
"cosmic law",
"mercy and severity",
"impartial divine judgment",
"divine balance",
"karma enforcement",
"Uriel"
],
THE_HERMIT: [
"solitary quest",
"self-knowledge",
"inner illumination",
"inner light",
"wisdom",
"disciplined introspection",
"Lamp of Hermes"
],
THE_WHEEL_OF_FORTUNE: [
"cycle of reincarnation",
"evolution",
"108 existences",
"metempsychosis",
"destiny",
"karma",
"turning wheel of souls"
],
STRENGTH: [
"subtle persuasion",
"mastery of instinct",
"spiritual force",
"control of raw power",
"kindness",
"lion taming"
],
THE_HANGED_MAN: [
"sacrifice",
"transmutation",
"voluntary suspension",
"surrender",
"apostolate",
"sacred duty",
"death of ego",
"Christ on cross"
],
DEATH: [
"transformation",
"immortality",
"dissolution of the personality",
"resurrection",
"sickle of Anubis",
"cycle change"
],
TEMPERANCE: [
"alchemical transmutation",
"elixir of long life",
"balance",
"harmony",
"blending of opposites",
"alchemist's work",
"divine balance"
],
THE_DEVIL: [
"involution",
"materiality",
"shadow self",
"transmutation",
"testing",
"shadow work",
"sexual force",
"Pan"
],
THE_TOWER: [
"destruction of false foundations",
"karmic correction",
"cosmic justice",
"collapse of illusions",
"divine lightning",
"Babel confusion"
],
THE_STAR: [
"hope",
"inner light",
"guiding the path",
"innocence recovered",
"faith",
"renewal",
"Venusian initiation",
"cosmic seeding",
"divine hope"
],
THE_MOON: [
"illusion",
"confusion",
"subconscious waters",
"deception",
"dreams",
"psychic dangers",
"Hecate"
],
THE_SUN: [
"philosophical gold",
"enlightenment",
"victory",
"child-like innocence reborn",
"divine truth",
"triumph",
"golden philosophical stone",
"soulmate",
"Apollo"
],
JUDGMENT: [
"resurrection",
"retrospectives",
"karmic accounting",
"second birth of consciousness",
"rebirth",
"awakening",
"trumpet call",
"transformation of ages"
],
THE_FOOL: [
"chaos",
"bridges of knowledge",
"fall before ascension",
"divinity",
"wandering",
"innocence before knowledge",
"dark night of soul"
],
THE_WORLD: [
"completion",
"mastery of all four elements",
"Hermaphroditic unity",
"perfection",
"wholeness",
"Ouroboros",
"Isis unveiled",
"Great Work"
]
};
var TAROT_ARKANNUS_DATA = {
THE_MAGICIAN: {
type: "major",
aliases: TAROT_MAJOR_ARKANNUS_ALIASES.THE_MAGICIAN,
keywords: TAROT_MAJOR_ARKANNUS_KEYWORDS.THE_MAGICIAN,
descriptiveData: {
PAPUS_KAABALISTIC: {
name: "The Magician",
meaning: "Abracadabra, the power to create reality through voice"
},
PAPUS_DIVINATORY: {
name: "The Magician",
meaning: "Male inquirer."
},
KIER_EGYPTIAN: {
name: "The Magician"
}
}
},
THE_HIGH_PRIESTESS: {
type: "major",
aliases: TAROT_MAJOR_ARKANNUS_ALIASES.THE_HIGH_PRIESTESS,
keywords: TAROT_MAJOR_ARKANNUS_KEYWORDS.THE_HIGH_PRIESTESS,
descriptiveData: {
PAPUS_KAABALISTIC: {
name: "The High Priestess",
meaning: "Intuition, the power to rewrite your book of life improving your life every instant"
},
PAPUS_DIVINATORY: {
name: "The High Priestess",
meaning: "Female inquirer."
},
KIER_EGYPTIAN: {
name: "The Priestess"
}
}
},
THE_EMPRESS: {
type: "major",
aliases: TAROT_MAJOR_ARKANNUS_ALIASES.THE_EMPRESS,
keywords: TAROT_MAJOR_ARKANNUS_KEYWORDS.THE_EMPRESS,
descriptiveData: {
PAPUS_KAABALISTIC: {
name: "The Empress",
meaning: "Adaptation, the power to geometrize through emotions"
},
PAPUS_DIVINATORY: {
name: "The Empress",
meaning: "Action. Initiative."
},
KIER_EGYPTIAN: {
name: "The Empress"
}
}
},
THE_EMPEROR: {
type: "major",
aliases: TAROT_MAJOR_ARKANNUS_ALIASES.THE_EMPEROR,
keywords: TAROT_MAJOR_ARKANNUS_KEYWORDS.THE_EMPEROR,
descriptiveData: {
PAPUS_KAABALISTIC: {
name: "The Emperor",
meaning: "Authority, the power to mark your territory with the sacred fire"
},
PAPUS_DIVINATORY: {
name: "The Emperor",
meaning: "Will."
},
KIER_EGYPTIAN: {
name: "The Emperor"
}
}
},
THE_HIEROPHANT: {
type: "major",
aliases: TAROT_MAJOR_ARKANNUS_ALIASES.THE_HIEROPHANT,
keywords: TAROT_MAJOR_ARKANNUS_KEYWORDS.THE_HIEROPHANT,
descriptiveData: {
PAPUS_KAABALISTIC: {
name: "The Hierophant",
meaning: "Magnetism, the power to ritualize life and circulate the quintessence"
},
PAPUS_DIVINATORY: {
name: "The Hierophant",
meaning: "Inspiration."
},
KIER_EGYPTIAN: {
name: "The Hierarch"
}
}
},
THE_LOVER: {
type: "major",
aliases: TAROT_MAJOR_ARKANNUS_ALIASES.THE_LOVER,
keywords: TAROT_MAJOR_ARKANNUS_KEYWORDS.THE_LOVER,
descriptiveData: {
PAPUS_KAABALISTIC: {
name: "The Lover",
meaning: "Dichotomy, stay on the middle path by being neither a victim nor a villain"
},
PAPUS_DIVINATORY: {
name: "The Lover",
meaning: "Love."
},
KIER_EGYPTIAN: {
name: "Indecision"
}
}
},
THE_CHARIOT: {
type: "major",
aliases: TAROT_MAJOR_ARKANNUS_ALIASES.THE_CHARIOT,
keywords: TAROT_MAJOR_ARKANNUS_KEYWORDS.THE_CHARIOT,
descriptiveData: {
PAPUS_KAABALISTIC: {
name: "The Chariot",
meaning: "Merkaabah, take control and build your merkaabah (mind vehicle)"
},
PAPUS_DIVINATORY: {
name: "The Chariot",
meaning: "Triumph. Providential protection."
},
KIER_EGYPTIAN: {
name: "Triumph"
}
}
},
JUSTICE: {
type: "major",
aliases: TAROT_MAJOR_ARKANNUS_ALIASES.JUSTICE,
keywords: TAROT_MAJOR_ARKANNUS_KEYWORDS.JUSTICE,
descriptiveData: {
PAPUS_KAABALISTIC: {
name: "Justice",
meaning: "Justice, be just with yourself to be just with others"
},
PAPUS_DIVINATORY: {
name: "Justice",
meaning: "Justice."
},
KIER_EGYPTIAN: {
name: "Justice"
}
}
},
THE_HERMIT: {
type: "major",
aliases: TAROT_MAJOR_ARKANNUS_ALIASES.THE_HERMIT,
keywords: TAROT_MAJOR_ARKANNUS_KEYWORDS.THE_HERMIT,
descriptiveData: {
PAPUS_KAABALISTIC: {
name: "The Hermit",
meaning: "Introspection, seek within, retreat"
},
PAPUS_DIVINATORY: {
name: "The Hermit",
meaning: "Prudence."
},
KIER_EGYPTIAN: {
name: "The Hermit"
}
}
},
THE_WHEEL_OF_FORTUNE: {
type: "major",
aliases: TAROT_MAJOR_ARKANNUS_ALIASES.THE_WHEEL_OF_FORTUNE,
keywords: TAROT_MAJOR_ARKANNUS_KEYWORDS.THE_WHEEL_OF_FORTUNE,
descriptiveData: {
PAPUS_KAABALISTIC: {
name: "The Wheel of Fortune",
meaning: "Loops, extroversion, break the great wheel and ascend, seek externally"
},
PAPUS_DIVINATORY: {
name: "The Wheel of Fortune",
meaning: "Fortune. Destiny."
},
KIER_EGYPTIAN: {
name: "Retribution"
}
}
},
STRENGTH: {
type: "major",
aliases: TAROT_MAJOR_ARKANNUS_ALIASES.STRENGTH,
keywords: TAROT_MAJOR_ARKANNUS_KEYWORDS.STRENGTH,
descriptiveData: {
PAPUS_KAABALISTIC: {
name: "Strength",
meaning: "The strength of your subconscious, unity brings strength"
},
PAPUS_DIVINATORY: {
name: "Strength",
meaning: "Strength. Fortitude."
},
KIER_EGYPTIAN: {
name: "Persuasion"
}
}
},
THE_HANGED_MAN: {
type: "major",
aliases: TAROT_MAJOR_ARKANNUS_ALIASES.THE_HANGED_MAN,
keywords: TAROT_MAJOR_ARKANNUS_KEYWORDS.THE_HANGED_MAN,
descriptiveData: {
PAPUS_KAABALISTIC: {
name: "The Hanged Man",
meaning: "Make valid sacrifices, adopt a new perspective"
},
PAPUS_DIVINATORY: {
name: "The Hanged Man",
meaning: "Trials. Sacrifice."
},
KIER_EGYPTIAN: {
name: "The Apostolate"
}
}
},
DEATH: {
type: "major",
aliases: TAROT_MAJOR_ARKANNUS_ALIASES.DEATH,
keywords: TAROT_MAJOR_ARKANNUS_KEYWORDS.DEATH,
descriptiveData: {
PAPUS_KAABALISTIC: {
name: "Death",
meaning: "Death, renovation, kill that which kills your soul"
},
PAPUS_DIVINATORY: {
name: "Death",
meaning: "Death."
},
KIER_EGYPTIAN: {
name: "Immortality"
}
}
},
TEMPERANCE: {
type: "major",
aliases: TAROT_MAJOR_ARKANNUS_ALIASES.TEMPERANCE,
keywords: TAROT_MAJOR_ARKANNUS_KEYWORDS.TEMPERANCE,
descriptiveData: {
PAPUS_KAABALISTIC: {
name: "Temperance",
meaning: "Balance, harmonize differences"
},
PAPUS_DIVINATORY: {
name: "Temperance",
meaning: "Temperance. Economy."
},
KIER_EGYPTIAN: {
name: "Temperance"
}
}
},
THE_DEVIL: {
type: "major",
aliases: TAROT_MAJOR_ARKANNUS_ALIASES.THE_DEVIL,
keywords: TAROT_MAJOR_ARKANNUS_KEYWORDS.THE_DEVIL,
descriptiveData: {
PAPUS_KAABALISTIC: {
name: "The Devil",
meaning: "Indecision between vice and virtue, transmute weakness and passions into strengths"
},
PAPUS_DIVINATORY: {
name: "The Devil",
meaning: "Immense force. Illness."
},
KIER_EGYPTIAN: {
name: "Passion"
}
}
},
THE_TOWER: {
type: "major",
aliases: TAROT_MAJOR_ARKANNUS_ALIASES.THE_TOWER,
keywords: TAROT_MAJOR_ARKANNUS_KEYWORDS.THE_TOWER,
descriptiveData: {
PAPUS_KAABALISTIC: {
name: "The House of God",
meaning: "Separation, destruction, separate from what's harmful and connect with what's helpful, make room for the new"
},
PAPUS_DIVINATORY: {
name: "The House of God",
meaning: "Ruin. Deception."
},
KIER_EGYPTIAN: {
name: "Fragility"
}
}
},
THE_STAR: {
type: "major",
aliases: TAROT_MAJOR_ARKANNUS_ALIASES.THE_STAR,
keywords: TAROT_MAJOR_ARKANNUS_KEYWORDS.THE_STAR,
descriptiveData: {
PAPUS_KAABALISTIC: {
name: "The Star",
meaning: "Fecundation, ecology, ecstasy, hope, renew yourself to maintain health, act according to your spiritual purpose"
},
PAPUS_DIVINATORY: {
name: "The Star",
meaning: "Hope."
},
KIER_EGYPTIAN: {
name: "Hope"
}
}
},
THE_MOON: {
type: "major",
aliases: TAROT_MAJOR_ARKANNUS_ALIASES.THE_MOON,
keywords: TAROT_MAJOR_ARKANNUS_KEYWORDS.THE_MOON,
descriptiveData: {
PAPUS_KAABALISTIC: {
name: "The Moon",
meaning: "Hidden enemies, be vigilant, recognize where you're self sabotaging"
},
PAPUS_DIVINATORY: {
name: "The Moon",
meaning: "Hidden enemies. Danger."
},
KIER_EGYPTIAN: {
name: "Twilight"
}
}
},
THE_SUN: {
type: "major",
aliases: TAROT_MAJOR_ARKANNUS_ALIASES.THE_SUN,
keywords: TAROT_MAJOR_ARKANNUS_KEYWORDS.THE_SUN,
descriptiveData: {
PAPUS_KAABALISTIC: {
name: "The Sun",
meaning: "Be conscious of your alchemical band, transmute money into knowledge and vice versa"
},
PAPUS_DIVINATORY: {
name: "The Sun",
meaning: "Material happiness. Lucky marriage."
},
KIER_EGYPTIAN: {
name: "Inspiration"
}
}
},
JUDGMENT: {
type: "major",
aliases: TAROT_MAJOR_ARKANNUS_ALIASES.JUDGMENT,
keywords: TAROT_MAJOR_ARKANNUS_KEYWORDS.JUDGMENT,
descriptiveData: {
PAPUS_KAABALISTIC: {
name: "Judgement",
meaning: "Make retrospectives and learn from mistakes and successes"
},
PAPUS_DIVINATORY: {
name: "Judgement",
meaning: "Change of position."
},
KIER_EGYPTIAN: {
name: "Resurrection"
}
}
},
THE_FOOL: {
type: "major",
aliases: TAROT_MAJOR_ARKANNUS_ALIASES.THE_FOOL,
keywords: TAROT_MAJOR_ARKANNUS_KEYWORDS.THE_FOOL,
descriptiveData: {
PAPUS_KAABALISTIC: {
name: "The Fool",
meaning: "Stop walking in circles, create connections of knowledge"
},
PAPUS_DIVINATORY: {
name: "The Fool",
meaning: "Inconsiderate actions. Madness."
},
KIER_EGYPTIAN: {
name: "Return"
}
}
},
THE_WORLD: {
type: "major",
aliases: TAROT_MAJOR_ARKANNUS_ALIASES.THE_WORLD,
keywords: TAROT_MAJOR_ARKANNUS_KEYWORDS.THE_WORLD,
descriptiveData: {
PAPUS_KAABALISTIC: {
name: "The World",
meaning: "Win the world, start acting on the world of causes"
},
PAPUS_DIVINATORY: {
name: "The World",
meaning: "Assured success."
},
KIER_EGYPTIAN: {
name: "Transmutation"
}
}
},
KING_OF_WANDS: {
type: "court",
suit: TAROT_SUITS.WANDS,
descriptiveData: {
PAPUS_KAABALISTIC: {
name: "King of Wands",
meaning: "Get's the best out of every one, Idealism, Magnanimity"
},
PAPUS_DIVINATORY: {
name: "King of Wands",
meaning: "A dark man, a friend. He generally represents a married man, the father of a family."
},
KIER_EGYPTIAN: {
name: "The Laborer"
}
}
},
QUEEN_OF_WANDS: {
type: "court",
suit: TAROT_SUITS.WANDS,
descriptiveData: {
PAPUS_KAABALISTIC: {
name: "Queen of Wands",
meaning: "Hold the line while the king goes to work, Preserve what was conquered"
},
PAPUS_DIVINATORY: {
name: "Queen of Wands",
meaning: "A dark woman, a friend. Represents a serious woman, a very good counsellor, often the mother of a family."
},
KIER_EGYPTIAN: {
name: "The Weaver"
}
}
},
KNIGHT_OF_WANDS: {
type: "court",
suit: TAROT_SUITS.WANDS,
descriptiveData: {
PAPUS_KAABALISTIC: {
name: "Knight of Wands",
meaning: "Dreams that become reality"
},
PAPUS_DIVINATORY: {
name: "Knight of Wands",
meaning: "A dark young man, a friend."
},
KIER_EGYPTIAN: {
name: "The Argonaut"
}
}
},
PAGE_OF_WANDS: {
type: "court",
suit: TAROT_SUITS.WANDS,
descriptiveData: {
PAPUS_KAABALISTIC: {
name: "Page of Wands",
meaning: "Don't rush, the precipitations are the doors to failure"
},
PAPUS_DIVINATORY: {
name: "Page of Wands",
meaning: "A dark child, a friend. Also represents a message from a near relation."
},
KIER_EGYPTIAN: {
name: "The Prodigy"
}
}
},
ACE_OF_WANDS: {
type: "minor",
suit: TAROT_SUITS.WANDS,
descriptiveData: {
PAPUS_KAABALISTIC: {
name: "Ace of Wands",
meaning: "Ignite the flames of ideals, Trust in your inner divinity"
},
PAPUS_DIVINATORY: {
name: "Ace of Wands",
meaning: "Commencement of an enterprise."
},
KIER_EGYPTIAN: {
name: "Initiation"
}
}
},
TWO_OF_WANDS: {
type: "minor",
suit: TAROT_SUITS.WANDS,
descriptiveData: {
PAPUS_KAABALISTIC: {
name: "Two of Wands",
meaning: "Formulate a strategy to use your own talents"
},
PAPUS_DIVINATORY: {
name: "Two of Wands",
meaning: "Opposition to the commencement of the enterprise. The enterprise is commenced when an unexpected obstacle suddenly prevents its execution."
},
KIER_EGYPTIAN: {
name: "Desolation"
}
}
},
THREE_OF_WANDS: {
type: "minor",
suit: TAROT_SUITS.WANDS,
descriptiveData: {
PAPUS_KAABALISTIC: {
name: "Three of Wands",
meaning: "Keep going despite losing something apparently important"
},
PAPUS_DIVINATORY: {
name: "Three of Wands",
meaning: "Realization of the commencement of the enterprise. The basis of the work is now definitely established, and the undertaking can be fearlessly continued."
},
KIER_EGYPTIAN: {
name: "Innovation"
}
}
},
FOUR_OF_WANDS: {
type: "minor",
suit: TAROT_SUITS.WANDS,
descriptiveData: {
PAPUS_KAABALISTIC: {
name: "Four of Wands",
meaning: "Work in teams"
},
PAPUS_DIVINATORY: {
name: "Four of Wands",
meaning: "Obstacles to the enterprise."
},
KIER_EGYPTIAN: {
name: "Alliance"
}
}
},
FIVE_OF_WANDS: {
type: "minor",
suit: TAROT_SUITS.WANDS,
descriptiveData: {
PAPUS_KAABALISTIC: {
name: "Five of Wands",
meaning: "Strengthen the root chakra, overcome internal fears"
},
PAPUS_DIVINATORY: {
name: "Five of Wands",
meaning: "Opposition to the obstacles. Victory after surmounting them."
},
KIER_EGYPTIAN: {
name: "Magnificence"
}
}
},
SIX_OF_WANDS: {
type: "minor",
suit: TAROT_SUITS.WANDS,
descriptiveData: {
PAPUS_KAABALISTIC: {
name: "Six of Wands",
meaning: "External victory, internal lack of internal self realization"
},
PAPUS_DIVINATORY: {
name: "Six of Wands",
meaning: "Realization of the opposition. At last the obstacles succeed. Failure of the enterprise in the midst of its execution."
},
KIER_EGYPTIAN: {
name: "Impediment"
}
}
},
SEVEN_OF_WANDS: {
type: "minor",
suit: TAROT_SUITS.WANDS,
descriptiveData: {
PAPUS_KAABALISTIC: {
name: "Seven of Wands",
meaning: "Face competitors in an ethical and loyal way"
},
PAPUS_DIVINATORY: {
name: "Seven of Wands",
meaning: "Certain success to the enterprise."
},
KIER_EGYPTIAN: {
name: "Exchange"
}
}
},
EIGHT_OF_WANDS: {
type: "minor",
suit: TAROT_SUITS.WANDS,
descriptiveData: {
PAPUS_KAABALISTIC: {
name: "Eight of Wands",
meaning: "Travel to the center of peace and intelligence"
},
PAPUS_DIVINATORY: {
name: "Eight of Wands",
meaning: "Opposition to its success. The enterprise will only partially succeed."
},
KIER_EGYPTIAN: {
name: "Domesticity"
}
}
},
NINE_OF_WANDS: {
type: "minor",
suit: TAROT_SUITS.WANDS,
descriptiveData: {
PAPUS_KAABALISTIC: {
name: "Nine of Wands",
meaning: "Obstacle that precedes total victory, gather hidden forces"
},
PAPUS_DIVINATORY: {
name: "Nine of Wands",
meaning: "Realization of success. Success is continued."
},
KIER_EGYPTIAN: {
name: "Uncertainty"
}
}
},
TEN_OF_WANDS: {
type: "minor",
suit: TAROT_SUITS.WANDS,
descriptiveData: {
PAPUS_KAABALISTIC: {
name: "Ten of Wands",
meaning: "Get out of apathy, create a new tree of life using the Lightning Path"
},
PAPUS_DIVINATORY: {
name: "Ten of Wands",
meaning: "Uncertainty in the management of the enterprise."
},
KIER_EGYPTIAN: {
name: "The Unexpected"
}
}
},
KING_OF_CUPS: {
type: "court",
suit: TAROT_SUITS.CUPS,
descriptiveData: {
PAPUS_KAABALISTIC: {
name: "King of Cups",
meaning: "Stop hurting yourself (related to The Lover), heals everyone and forgets about yourself, balm for your own wound"
},
PAPUS_DIVINATORY: {
name: "King of Cups",
meaning: "A fair man, a friend. This card also represents a barrister, judge, or ecclesiastic. It symbolizes a bachelor."
},
KIER_EGYPTIAN: {
name: "Art and Science"
}
}
},
QUEEN_OF_CUPS: {
type: "court",
suit: TAROT_SUITS.CUPS,
descriptiveData: {
PAPUS_KAABALISTIC: {
name: "Queen of Cups",
meaning: "Work with subtlety, positive challenges"
},
PAPUS_DIVINATORY: {
name: "Queen of Cups",
meaning: "A fair woman, a friend. The woman loved. The mistress."
},
KIER_EGYPTIAN: {
name: "Duplicity"
}
}
},
KNIGHT_OF_CUPS: {
type: "court",
suit: TAROT_SUITS.CUPS,
descriptiveData: {
PAPUS_KAABALISTIC: {
name: "Knight of Cups",
meaning: "Alternative healing"
},
PAPUS_DIVINATORY: {
name: "Knight of Cups",
meaning: "A young fair man, a friend. The young man loved. The lover."
},
KIER_EGYPTIAN: {
name: "Testimony"
}
}
},
PAGE_OF_CUPS: {
type: "court",
suit: TAROT_SUITS.CUPS,
descriptiveData: {
PAPUS_KAABALISTIC: {
name: "Page of Cups",
meaning: "Increase of self-esteem, emotional courage"
},
PAPUS_DIVINATORY: {
name: "Page of Cups",
meaning: "A fair child. A messenger. Birth."
},
KIER_EGYPTIAN: {
name: "Premonition"
}
}
},
ACE_OF_CUPS: {
type: "minor",
suit: TAROT_SUITS.CUPS,
descriptiveData: {
PAPUS_KAABALISTIC: {
name: "Ace of Cups",
meaning: "Renewal or new affection, alternative treatment for health"
},
PAPUS_DIVINATORY: {
name: "Ace of Cups",
meaning: "Commencement of a love affair."
},
KIER_EGYPTIAN: {
name: "Attraction"
}
}
},
TWO_OF_CUPS: {
type: "minor",
suit: TAROT_SUITS.CUPS,
descriptiveData: {
PAPUS_KAABALISTIC: {
name: "Two of Cups",
meaning: "Do not poison yourself or the other person"
},
PAPUS_DIVINATORY: {
name: "Two of Cups",
meaning: "Opposition to this commencement. Unimportant obstacles raised by one of the lovers."
},
KIER_EGYPTIAN: {
name: "Versatility"
}
}
},
THREE_OF_CUPS: {
type: "minor",
suit: TAROT_SUITS.CUPS,
descriptiveData: {
PAPUS_KAABALISTIC: {
name: "Three of Cups",
meaning: "Harmony between instinct and emotion, Be discreet"
},
PAPUS_DIVINATORY: {
name: "Three of Cups",
meaning: "Realization of this commencement. The love is mutual."
},
KIER_EGYPTIAN: {
name: "Consummation"
}
}
},
FOUR_OF_CUPS: {
type: "minor",
suit: TAROT_SUITS.CUPS,
descriptiveData: {
PAPUS_KAABALISTIC: {
name: "Four of Cups",
meaning: "Abundance in emotional life, do not listen to slander"
},
PAPUS_DIVINATORY: {
name: "Four of Cups",
meaning: "Serious obstacles to the love. They arise from other persons, not from the lovers."
},
KIER_EGYPTIAN: {
name: "Conjecture"
}
}
},
FIVE_OF_CUPS: {
type: "minor",
suit: TAROT_SUITS.CUPS,
descriptiveData: {
PAPUS_KAABALISTIC: {
name: "Five of Cups",
meaning: "Do not break your spiritual commitment (your purpose)"
},
PAPUS_DIVINATORY: {
name: "Five of Cups",
meaning: "Opposition to the obstacles. Victory over the obstacles after a struggle."
},
KIER_EGYPTIAN: {
name: "Patrimony"
}
}
},
SIX_OF_CUPS: {
type: "minor",
suit: TAROT_SUITS.CUPS,
descriptiveData: {
PAPUS_KAABALISTIC: {
name: "Six of Cups",
meaning: "Do not have self-pity"
},
PAPUS_DIVINATORY: {
name: "Six of Cups",
meaning: "The obstacles triumph. Love destroyed in the midst of happiness. Widowhood."
},
KIER_EGYPTIAN: {
name: "Regeneration"
}
}
},
SEVEN_OF_CUPS: {
type: "minor",
suit: TAROT_SUITS.CUPS,
descriptiveData: {
PAPUS_KAABALISTIC: {
name: "Seven of Cups",
meaning: "Gestations, related to The Star"
},
PAPUS_DIVINATORY: {
name: "Seven of Cups",
meaning: "Success assured to the lovers."
},
KIER_EGYPTIAN: {
name: "Expressiveness"
}
}
},
EIGHT_OF_CUPS: {
type: "minor",
suit: TAROT_SUITS.CUPS,
descriptiveData: {
PAPUS_KAABALISTIC: {
name: "Eight of Cups",
meaning: "Reflect on your emotional life after 18 hours"
},
PAPUS_DIVINATORY: {
name: "Eight of Cups",
meaning: "Partial failure of love. Love only partially succeeds."
},
KIER_EGYPTIAN: {
name: "Delusion"
}
}
},
NINE_OF_CUPS: {
type: "minor",
suit: TAROT_SUITS.CUPS,
descriptiveData: {
PAPUS_KAABALISTIC: {
name: "Nine of Cups",
meaning: "Reconciliations and forgiveness"
},
PAPUS_DIVINATORY: {
name: "Nine of Cups",
meaning: "Motherhood."
},
KIER_EGYPTIAN: {
name: "Preeminence"
}
}
},
TEN_OF_CUPS: {
type: "minor",
suit: TAROT_SUITS.CUPS,
descriptiveData: {
PAPUS_KAABALISTIC: {
name: "Ten of Cups",
meaning: "Marriage of the spirit with the soul, Alchemical Weddings"
},
PAPUS_DIVINATORY: {
name: "Ten of Cups",
meaning: "Uncertainty in the management of the love affair."
},
KIER_EGYPTIAN: {
name: "Dissension"
}
}
},
KING_OF_SWORDS: {
type: "court",
suit: TAROT_SUITS.SWORDS,
descriptiveData: {
PAPUS_KAABALISTIC: {
name: "King of Swords",
meaning: "Actions of victorious strategies"
},
PAPUS_DIVINATORY: {
name: "King of Swords",
meaning: "A dark, bad man. He is a soldier, a powerful enemy, who must be distrusted."
},
KIER_EGYPTIAN: {
name: "Advice"
}
}
},
QUEEN_OF_SWORDS: {
type: "court",
suit: TAROT_SUITS.SWORDS,
descriptiveData: {
PAPUS_KAABALISTIC: {
name: "Queen of Swords",
meaning: "Supremacy of the feminine, related to Justice"
},
PAPUS_DIVINATORY: {
name: "Queen of Swords",
meaning: "A dark wicked woman. The card also indicates her actions, gossip and calumnies."
},
KIER_EGYPTIAN: {
name: "Premeditation"
}
}
},
KNIGHT_OF_SWORDS: {
type: "court",
suit: TAROT_SUITS.SWORDS,
descriptiveData: {
PAPUS_KAABALISTIC: {
name: "Knight of Swords",
meaning: "Joint victorious actions"
},
PAPUS_DIVINATORY: {
name: "Knight of Swords",
meaning: "A young, dark man, an enemy. He is also a spy."
},
KIER_EGYPTIAN: {
name: "Hostility"
}
}
},
PAGE_OF_SWORDS: {
type: "court",
suit: TAROT_SUITS.SWORDS,
descriptiveData: {
PAPUS_KAABALISTIC: {
name: "Page of Swords",
meaning: "Follow your intuition"
},
PAPUS_DIVINATORY: {
name: "Page of Swords",
meaning: "A child, an enemy. Bad news. Delay."
},
KIER_EGYPTIAN: {
name: "Examination"
}
}
},
ACE_OF_SWORDS: {
type: "minor",
suit: TAROT_SUITS.SWORDS,
descriptiveData: {
PAPUS_KAABALISTIC: {
name: "Ace of Swords",
meaning: "Conflicts before victory"
},
PAPUS_DIVINATORY: {
name: "Ace of Swords",
meaning: "Commencement of enmity."
},
KIER_EGYPTIAN: {
name: "Vehemence"
}
}
},
TWO_OF_SWORDS: {
type: "minor",
suit: TAROT_SUITS.SWORDS,
descriptiveData: {
PAPUS_KAABALISTIC: {
name: "Two of Swords",
meaning: "Traumas and conflicts to overcome"
},
PAPUS_DIVINATORY: {
name: "Two of Swords",
meaning: "Opposition to this commencement. The enmity does not last."
},
KIER_EGYPTIAN: {
name: "Communion"
}
}
},
THREE_OF_SWORDS: {
type: "minor",
suit: TAROT_SUITS.SWORDS,
descriptiveData: {
PAPUS_KAABALISTIC: {
name: "Three of Swords",
meaning: "Death of yang, Fire, tendencies to depression"
},
PAPUS_DIVINATORY: {
name: "Three of Swords",
meaning: "Realization of the enmity. Hatred."
},
KIER_EGYPTIAN: {
name: "Proscription"
}
}
},
FOUR_OF_SWORDS: {
type: "minor",
suit: TAROT_SUITS.SWORDS,
descriptiveData: {
PAPUS_KAABALISTIC: {
name: "Four of Swords",
meaning: "Reflection, related to The Hermit"
},
PAPUS_DIVINATORY: {
name: "Four of Swords",
meaning: "Opposition to the hatred. Success against the enemy."
},
KIER_EGYPTIAN: {
name: "Solitude"
}
}
},
FIVE_OF_SWORDS: {
type: "minor",
suit: TAROT_SUITS.SWORDS,
descriptiveData: {
PAPUS_KAABALISTIC: {
name: "Five of Swords",
meaning: "Healthy self-challenge, Self-demands"
},
PAPUS_DIVINATORY: {
name: "Five of Swords",
meaning: "Opposition to this opposition. The enemy triumphs at the moment one fancies the victory is secured."
},
KIER_EGYPTIAN: {
name: "Evolution"
}
}
},
SIX_OF_SWORDS: {
type: "minor",
suit: TAROT_SUITS.SWORDS,
descriptiveData: {
PAPUS_KAABALISTIC: {
name: "Six of Swords",
meaning: "External daily strategies, Future perspectives"
},
PAPUS_DIVINATORY: {
name: "Six of Swords",
meaning: "Equilibrium of the opposition. The enemy is rendered powerless at last."
},
KIER_EGYPTIAN: {
name: "Revelation"
}
}
},
SEVEN_OF_SWORDS: {
type: "minor",
suit: TAROT_SUITS.SWORDS,
descriptiveData: {
PAPUS_KAABALISTIC: {
name: "Seven of Swords",
meaning: "Internal nocturnal strategies, related to The Hermit"
},
PAPUS_DIVINATORY: {
name: "Seven of Swords",
meaning: "Success assured to the enemy."
},
KIER_EGYPTIAN: {
name: "Meditation"
}
}
},
EIGHT_OF_SWORDS: {
type: "minor",
suit: TAROT_SUITS.SWORDS,
descriptiveData: {
PAPUS_KAABALISTIC: {
name: "Eight of Swords",
meaning: "Appeal to superior forces, Internal and external conflicts"
},
PAPUS_DIVINATORY: {
name: "Eight of Swords",
meaning: "Partial opposition to this success. The enemy only partially triumphs."
},
KIER_EGYPTIAN: {
name: "Rivalry"
}
}
},
NINE_OF_SWORDS: {
type: "minor",
suit: TAROT_SUITS.SWORDS,
descriptiveData: {
PAPUS_KAABALISTIC: {
name: "Nine of Swords",
meaning: "The problems being imagined will never happen"
},
PAPUS_DIVINATORY: {
name: "Nine of Swords",
meaning: "Certain duration of the hatred."
},
KIER_EGYPTIAN: {
name: "Pilgrimage"
}
}
},
TEN_OF_SWORDS: {
type: "minor",
suit: TAROT_SUITS.SWORDS,
descriptiveData: {
PAPUS_KAABALISTIC: {
name: "Ten of Swords",
meaning: "Death and rebirth, related to Death and The Tower"
},
PAPUS_DIVINATORY: {
name: "Ten of Swords",
meaning: "Uncertainty in the enmity."
},
KIER_EGYPTIAN: {
name: "Contrition"
}
}
},
KING_OF_PENTACLES: {
type: "court",
suit: TAROT_SUITS.PENTACLES,
descriptiveData: {
PAPUS_KAABALISTIC: {
name: "King of Pentacles",
meaning: "Turns everything into gold"
},
PAPUS_DIVINATORY: {
name: "King of Pentacles",
meaning: "A fair man, inimical or indifferent."
},
KIER_EGYPTIAN: {
name: "Apprenticeship"
}
}
},
QUEEN_OF_PENTACLES: {
type: "court",
suit: TAROT_SUITS.PENTACLES,
descriptiveData: {
PAPUS_KAABALISTIC: {
name: "Queen of Pentacles",
meaning: "Act with diplomacy"
},
PAPUS_DIVINATORY: {
name: "Queen of Pentacles",
meaning: "A fair woman, indifferent, or inimical."
},
KIER_EGYPTIAN: {
name: "Perplexity"
}
}
},
KNIGHT_OF_PENTACLES: {
type: "court",
suit: TAROT_SUITS.PENTACLES,
descriptiveData: {
PAPUS_KAABALISTIC: {
name: "Knight of Pentacles",
meaning: "Invest into new things"
},
PAPUS_DIVINATORY: {
name: "Knight of Pentacles",
meaning: "A young, fair man. A stranger. An arrival."
},
KIER_EGYPTIAN: {
name: "Veneration"
}
}
},
PAGE_OF_PENTACLES: {
type: "court",
suit: TAROT_SUITS.PENTACLES,
descriptiveData: {
PAPUS_KAABALISTIC: {
name: "Page of Pentacles",
meaning: "Prudence in the material life"
},
PAPUS_DIVINATORY: {
name: "Page of Pentacles",
meaning: "A fair child. A messenger. A letter."
},
KIER_EGYPTIAN: {
name: "Speculation"
}
}
},
ACE_OF_PENTACLES: {
type: "minor",
suit: TAROT_SUITS.PENTACLES,
descriptiveData: {
PAPUS_KAABALISTIC: {
name: "Ace of Pentacles",
meaning: "Rebirth through a single material goal, Form clear material goals"
},
PAPUS_DIVINATORY: {
name: "Ace of Pentacles",
meaning: "Commencement of fortune. Inheritance. Gifts. Economy."
},
KIER_EGYPTIAN: {
name: "Rebirth"
}
}
},
TWO_OF_PENTACLES: {
type: "minor",
suit: TAROT_SUITS.PENTACLES,
descriptiveData: {
PAPUS_KAABALISTIC: {
name: "Two of Pentacles",
meaning: "Light forming shadows, Duality asking for synthesis in the trinity, Don't put all the eggs in the same basket"
},
PAPUS_DIVINATORY: {
name: "Two of Pentacles",
meaning: "Opposition to this commencement. Difficulty in well establishing the first landmarks of good fortune."
},
KIER_EGYPTIAN: {
name: "Confusion"
}