update to frame and tarot times
This commit is contained in:
@@ -397,6 +397,13 @@
|
||||
"Prince of Cups": ["libra-3", "scorpio-1", "scorpio-2"]
|
||||
};
|
||||
|
||||
const COURT_SIGN_WINDOWS = {
|
||||
"Princess of Wands": ["cancer", "leo", "virgo"],
|
||||
"Princess of Cups": ["libra", "scorpio", "sagittarius"],
|
||||
"Princess of Swords": ["capricorn", "aquarius", "pisces"],
|
||||
"Princess of Disks": ["aries", "taurus", "gemini"]
|
||||
};
|
||||
|
||||
const MONTH_SHORT = ["Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov", "Dec"];
|
||||
|
||||
const MAJOR_HEBREW_LETTER_ID_BY_CARD = {
|
||||
@@ -474,6 +481,7 @@
|
||||
rankInfo: RANK_INFO,
|
||||
courtInfo: COURT_INFO,
|
||||
courtDecanWindows: COURT_DECAN_WINDOWS,
|
||||
courtSignWindows: COURT_SIGN_WINDOWS,
|
||||
majorAliases: MAJOR_ALIASES,
|
||||
minorNumeralAliases: MINOR_NUMERAL_ALIASES,
|
||||
monthNameByNumber: MONTH_NAME_BY_NUMBER,
|
||||
|
||||
Reference in New Issue
Block a user