update to frame and tarot times

This commit is contained in:
2026-04-02 22:06:19 -07:00
parent e5d041101f
commit cac243f2cf
9 changed files with 394 additions and 44 deletions

View File

@@ -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,