Difference between revisions of "User:Rasikko"
Jump to navigation
Jump to search
m
→Moon info
imported>Rasikko m (→Moon info) |
imported>Rasikko m (→Moon info) |
||
Line 237: | Line 237: | ||
This will return a number between 0 and 7, which each presenting a phase. New Moon is 0, and Full Moon is 4 for example. As the phases last 3 days, the return value will reflect this as well. The value of 228 is the number of days from Morning Star 1, 201 to Last Seed 17. | This will return a number between 0 and 7, which each presenting a phase. New Moon is 0, and Full Moon is 4 for example. As the phases last 3 days, the return value will reflect this as well. The value of 228 is the number of days from Morning Star 1, 201 to Last Seed 17. | ||
<br> | <br> | ||
From 1/1/201 to 7/17/201, 9.513888875 New Moons have occurred. Knowing this, there is a total of 15.208333 New Moons for 4E 201. To get this information, take the number of days passed since the first known new moon(this being 1/1/201) and divide it by the length of the lunar cycle, which is 24. To find out how many days remaining until the next new moon, use the following equation: <source lang=papyrus> | From 1/1/201 to 7/17/201, 9.513888875 New Moons have occurred. Knowing this, there is a total of 15.208333 New Moons for 4E 201. To get this information, take the number of days passed since the first known new moon(this being 1/1/201) and divide it by the length of the lunar cycle, which is 24. To find out how many days remaining until the next new moon, use the following equation: <source lang=papyrus>DayPassedSinceFirstNewMoon % 24</source> | ||
== Lunar Functions == | == Lunar Functions == |