added festivals, chronokrators and PGM modules to kemetic.js

This commit is contained in:
Sublunar Space 2022-09-22 22:19:40 +02:00
parent 28da27167b
commit 349c4f4cc3
3 changed files with 19404 additions and 5008 deletions

View file

@ -53,7 +53,7 @@
<script type="text/javascript" src="js/modules/decans.js"></script>
<script type="text/javascript" src="js/modules/hygromanteia.js"></script>
<script type="text/javascript" src="js/modules/keyofsolomon.js"></script>
<script type="text/javascript" src="js/modules/pgm.js"></script>
<script type="text/javascript" src="js/modules/kemetic.js"></script>
<script type="text/javascript" src="js/modules/fixedstars.js"></script>
<script type="text/javascript" src="js/modules/fruitmachines.js"></script>
<script type="text/javascript" src="js/modules/psi.js"></script>
@ -313,7 +313,12 @@
'ascendant', 'aspects', 'motion',
'lunarmansion',
'decans_solar', 'decans_rising', 'decans_fulldegrees', 'decans_fulldegrees_rising',
'pgm_lsign', 'pgm_civildate',
'kemet_lsign',
'kemet_civildate_pharaonic', 'kemet_civildate_alexandrian',
'kemet_chronokrators_pharaonic', 'kemet_chronokrators_alexandrian',
'kemet_festivals_pharaonic', 'kemet_festivals_alexandrian',
'kemet_cc_pharaonic', 'kemet_cc_alexandrian',
'kemet_unlucky_pharaonic', 'kemet_unlucky_alexandrian',
'hygromanteia_hours',
'hygromanteia_lunarday',
'hygromanteia_lunarsign',

19397
js/modules/kemetic.js Normal file

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff