Items
Custom items in Descent that grant a bunch of things!

Information
Items are powerful items that can do a variety of things. Items are seperated into categories, and have different functions. 
 Item Categories 
 
 table a {
 font-family: Impact, sans-serif;
 width: 500px;
 white-space: collapse;
 }
 table {
 font-family: Georgia, sans-serif;
 }
 .header_font{
 font-family: Impact, sans-serif;
 }
 p {
 font-family: Georgia, sans-serif;
 }

 
 
 
 Materials 
 Raw crafting materials used in the crafting of other recipes. 
 
 
 Orbs 
 Orbs that can alter the player. 
 
 
 Stones 
 Magical stones embedded with abilities and magic. 
 
 
 Weapons 
 Weapons that can be wielded. 
 
 
 Armor 
 Armor that can be worn. 
 
 
 Utility 
 Standard use utility that helps out the player in some way.

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;
 }