flora-generator-data/calendar.json

47 lines
2.9 KiB
JSON

{
"months": [
{ "number": 1, "name": "Rath", "days": 31, "named-after": "rat" },
{ "number": 2, "name": "Oxoth", "days": 29, "named-after": "ox" },
{ "number": 3, "name": "Tigoth", "days": 31, "named-after": "tiger" },
{ "number": 4, "name": "Raboth", "days": 30, "named-after": "rabbit" },
{ "number": 5, "name": "Drath", "days": 31, "named-after": "dragon" },
{ "number": 6, "name": "Snakoth", "days": 30, "named-after": "snake" },
{ "number": 7, "name": "Horth", "days": 31, "named-after": "horse" },
{ "number": 8, "name": "Goath", "days": 31, "named-after": "goat" },
{ "number": 9, "name": "Monmonth", "days": 30, "named-after": "monkey" },
{ "number": 10, "name": "Roosoth", "days": 31, "named-after": "rooster" },
{ "number": 11, "name": "Doth", "days": 30, "named-after": "dog" },
{ "number": 12, "name": "Pigoth", "days": 31, "named-after": "pig" }
],
"astrological-signs": [
{ "name": "Pegasus", "symbol": "images/astrology/01-Pegasus.svg",
"from": { "month": 1, "day": 21 }, "to": { "month": 2, "day": 16 } },
{ "name": "Delphinus", "symbol": "images/astrology/02-Delphinus.svg",
"from": { "month": 2, "day": 17 }, "to": { "month": 3, "day": 11 } },
{ "name": "Volans", "symbol": "images/astrology/03-Volans.svg",
"from": { "month": 3, "day": 12 }, "to": { "month": 4, "day": 18 } },
{ "name": "Phoenix", "symbol": "images/astrology/04-Phoenix.svg",
"from": { "month": 4, "day": 19 }, "to": { "month": 5, "day": 13 } },
{ "name": "Cetus", "symbol": "images/astrology/05-Cetus.svg",
"from": { "month": 5, "day": 14 }, "to": { "month": 5, "day": 14 } },
{ "name": "Monoceros", "symbol": "images/astrology/06-Monoceros.svg",
"from": { "month": 5, "day": 15 }, "to": { "month": 6, "day": 21 } },
{ "name": "Corvus", "symbol": "images/astrology/07-Corvus.svg",
"from": { "month": 6, "day": 21 }, "to": { "month": 7, "day": 20 } },
{ "name": "Lepus", "symbol": "images/astrology/08-Lepus.svg",
"from": { "month": 7, "day": 21 }, "to": { "month": 8, "day": 10 } },
{ "name": "Lupus", "symbol": "images/astrology/09-Lupus.svg",
"from": { "month": 8, "day": 11 }, "to": { "month": 9, "day": 16 } },
{ "name": "Chamaeleo", "symbol": "images/astrology/10-Chamaeleo.svg",
"from": { "month": 9, "day": 17 }, "to": { "month": 10, "day": 30 } },
{ "name": "Hydra", "symbol": "images/astrology/11-Hydra.svg",
"from": { "month": 10, "day": 31 }, "to": { "month": 11, "day": 23 } },
{ "name": "Draco", "symbol": "images/astrology/12-Draco.svg",
"from": { "month": 11, "day": 24 }, "to": { "month": 11, "day": 29 } },
{ "name": "Ophiuchus", "symbol": "images/astrology/13-Ophiuchus.svg",
"from": { "month": 11, "day": 30 }, "to": { "month": 12, "day": 17 } },
{ "name": "Camelopardus", "symbol": "images/astrology/14-Camelopardus.svg",
"from": { "month": 12, "day": 18 }, "to": { "month": 1, "day": 20 } }
]
}