

I had a look at the Smite roster, and yeah it’s cool to see some Celtic and Polynesian representation there.
I would personally love to see indigenous Australian mythology represented much at all in media. It would be challenging because you’re dealing with hundreds of individual nations, most of which had their culture taken from them before it could be well documented, but there are a few recurring themes to draw from.
The closest thing to a god entity would be the rainbow serpent, which you could argue is related to common global themes of flying serpents. Similarly, the yowie has almost spiritual status in some places, but is similar to yetis and sasquatch. I recently learned about the Seven Sisters myth being another one.
At my last job we had a lot of old code, and our supposedly smartest framework people couldn’t be bothered learning front end properly. So there was a mix of methods for passing values to the front end, but nobody seemed to think of just passing JSON and parsing it into a single source of truth. There was so much digging for data in hidden columns of nested HTML tables, and you never knew if booleans would be “true”, “TRUE”, “1”, or “Y” strings.
Never mind having to unformat currency strings to check the value then format them back to strings after updating values.
I fixed this stuff when I could, but it was half baked into the custom framework.