Initial commit
This commit is contained in:
54
data/kabbalah/kerubim.json
Normal file
54
data/kabbalah/kerubim.json
Normal file
@@ -0,0 +1,54 @@
|
||||
{
|
||||
"earth": {
|
||||
"id": "earth",
|
||||
"title": {
|
||||
"en": "Kerub of Earth"
|
||||
},
|
||||
"face": {
|
||||
"en": "Bull",
|
||||
"he": "שור",
|
||||
"roman": "Shor"
|
||||
},
|
||||
"zodiacId": "taurus",
|
||||
"elementId": "earth"
|
||||
},
|
||||
"air": {
|
||||
"id": "air",
|
||||
"title": {
|
||||
"en": "Kerub of Air"
|
||||
},
|
||||
"face": {
|
||||
"en": "Man",
|
||||
"he": "אדם",
|
||||
"roman": "Adam"
|
||||
},
|
||||
"zodiacId": "aquarius",
|
||||
"elementId": "air"
|
||||
},
|
||||
"water": {
|
||||
"id": "water",
|
||||
"title": {
|
||||
"en": "Kerub of Water"
|
||||
},
|
||||
"face": {
|
||||
"en": "Eagle",
|
||||
"he": "נשר",
|
||||
"roman": "Nesher"
|
||||
},
|
||||
"zodiacId": "scorpio",
|
||||
"elementId": "water"
|
||||
},
|
||||
"fire": {
|
||||
"id": "fire",
|
||||
"title": {
|
||||
"en": "Kerub of Fire"
|
||||
},
|
||||
"face": {
|
||||
"en": "Lion",
|
||||
"he": "אריה",
|
||||
"roman": "Aryeh"
|
||||
},
|
||||
"zodiacId": "leo",
|
||||
"elementId": "fire"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user