No Crystal element
it would be cool 🔮
What were you thinking ? property wise?
I'm not sure... Maybe something that can grow, like:

Ah, yes that would be a good idea.
Well, I didn't have enough time to do it in SpaceTode, but I was able to make a little demonstration in sandspiel studio. Here is the code:
Name = Crystal
Colours = 5D00FF > 6F00FF
in a random rotation {
if one in 100 chance {
if down is Air {
copy myself down
}
}
if down is Water {
change me into Bad Crystal
}
if down is Bad Crystal {
change me into Bad Crystal
}
}
The bad crystal has nothing but some colors and a title.
Name = Bad Crystal
Colours = 8F62F0 > 633C78
Is this okay? Is there an even better way? I made the crystals violet because if I made them white, then they wouldn't be visible.
Ooooo cool! I'll try to convert this into spacetode at some point!