Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- moon ascii art credit to https://www.asciiart.eu/space/moons / jgs
- moon = moon or {}
- moon.phase = nil
- moon.moon_color = "<white:black>"
- function moon.display(phase)
- cecho("\n"..moon.phases[gmcp.IRE.Time.List.moonphase].."\n\n")
- send("\n")
- end
- moon.phases =
- {
- ["New Moon"] =
- [[ _..._
- .:::::::.
- ::::::::::: NEW MOON
- :::::::::::
- `:::::::::'
- `':::'' ]],
- ["Waxing Crescent"] =
- [[ _..._
- .::::. `.
- :::::::. : WAXING CRESCENT
- :::::::: :
- `::::::' .'
- `'::'-' ]],
- ["First Quarter"] =
- [[ _..._
- .:::: `.
- :::::: : FIRST QUARTER
- :::::: :
- `::::: .'
- `'::.-' ]],
- ["Waxing Gibbous"] =
- [[ _..._
- .::' `.
- ::: : WAXING GIBBOUS
- ::: :
- `::. .'
- `':..-']],
- ["Full Moon"] =
- [[ _..._
- .' `.
- : : FULL MOON
- : :
- `. .'
- `-...-' ]],
- ["Waning Gibbous"] =
- [[ _..._
- .' `::.
- : ::: WANING GIBBOUS
- : :::
- `. .::'
- `-..:'' ]],
- ["Last Quarter"] =
- [[ _..._
- .' ::::.
- : :::::: LAST QUARTER
- : ::::::
- `. :::::'
- `-.::'' ]],
- ["Waning Crescent"] =
- [[ _..._
- .' .::::.
- : :::::::: WANING CRESCENT
- : ::::::::
- `. '::::::'
- `-.::'' ]],
- ["New Moon"] =
- [[ _..._
- .:::::::.
- ::::::::::: NEW MOON
- :::::::::::
- `:::::::::'
- `':::'']],
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement