Orbs

Orbs are items that can alter the player's appearance, origin, identity, or any form of customization. They are very powerful and are often only single use. 
 
 
 
 
 Orb 
 Usage 
 
 
 Orb of Origin 
 Allows the player to change their race to any of the Base Origins 
 
 
 Orb of Evolution 
 Allows the player to change their race to ANY origin, including base origins, exclusive origins, and evolved origins. 
 
 
 
 
 Item 
 
 
 
 
 
 
 
 .tables-container {
 display: flex;
 gap: 20px; /* Adjust spacing between tables */
 }

 table {
 font-family: Georgia, sans-serif;
 width: 500px;
 border-collapse: collapse;
 }

 table a {
 font-family: Impact, sans-serif;
 }

 .header_font {
 font-family: Impact, sans-serif;
 }

 p {
 font-family: Georgia, sans-serif;
 }

 table td {
 text-align: center;
 vertical-align: middle;
 padding: 1em;
 border: 1px solid black;
 }