@@ -236,6 +236,7 @@ Calculated points:
236236* ` chart.SYZYGY `
237237* ` chart.PART_OF_FORTUNE `
238238* ` chart.PART_OF_SPIRIT `
239+ * ` chart.PART_OF_EROS `
239240
240241Pre & post-natal eclipses:
241242
@@ -374,6 +375,7 @@ Default:
374375 chart.SYZYGY : self .point_aspect_rule,
375376 chart.PART_OF_FORTUNE : self .point_aspect_rule,
376377 chart.PART_OF_SPIRIT : self .point_aspect_rule,
378+ chart.PART_OF_EROS : self .point_aspect_rule,
377379 chart.VERTEX : self .point_aspect_rule,
378380 chart.LILITH : self .point_aspect_rule,
379381 chart.TRUE_LILITH : self .point_aspect_rule,
@@ -475,6 +477,7 @@ Default:
475477 chart.SYZYGY : self .point_orbs,
476478 chart.PART_OF_FORTUNE : self .point_orbs,
477479 chart.PART_OF_SPIRIT : self .point_orbs,
480+ chart.PART_OF_EROS : self .point_orbs,
478481 chart.VERTEX : self .point_orbs,
479482 chart.LILITH : self .point_orbs,
480483 chart.TRUE_LILITH : self .point_orbs,
@@ -500,7 +503,7 @@ Default `calc.NAIBOD`.
500503
501504### ` part_formula `
502505
503- Which formula to use when calculating the Part of Fortune or Spirit.
506+ Which formula to use when calculating the Part of Fortune / Spirit / Eros .
504507
505508| Option | Description |
506509| --- | --- |
0 commit comments