API Reference / dignities · function

Function: dignities()

function dignities(body, sign): string[];

Essential dignities a body holds in a sign: any of "domicile", "exaltation", "detriment", "fall" (the last two are the signs opposite domicile and exaltation). Empty when the body is peregrine there or has no classical rulership (the outer planets, Chiron, the nodes).

Parameters

ParameterTypeDescription
bodystringBody id, e.g. "mars".
signstring | numberA sign index 011 (Aries = 0) or its name, e.g. "Aries".

Returns

string[]

The dignities held, in the order above; empty if none.

Example

dignities("mars", "Aries"); // ["domicile"]
dignities("sun", "Libra");  // ["fall"]

Start building

Quickstart →