# Descent

Descent is a Vanilla+ server with Origins and new features to explore!

**Contributors:**

- Daxz
- Ghostly

# Origins

A plethora of origins for you to unlock and discover, what will you do when faced with so many choices?

# Information

### What are Origins?
Origins are selective classes that grants the player new abilities, but often with a tradeoff. Base origins can be selected or changed by using the [Orb of Origin]().

### Origin Masteries: [COMING SOON]
TBD

### Base Origins:
These are the base origins of the game, can be chosen by any player, and are the first origins granted to a player.

| Origins   | Description |
| --------- | ----------- |
| [Arachnid]() | Built with incredible climbing prowess and the ability to trap foes. |
| [Blazeborn]() | Descendants and rulers of the Nether. Extremely burny. |
| [Elytrian]()  | Fused with the shell of former creatures that soared with the Elytra. |
| [Enderian]()| A corrupted and warped being, flourishing in the End. |
| [Feline]()    | Equipped with paws and a tail, extremely sneaky. |
| [Human]()     | Resilience to anything. Adapt to anything. Indomitable willpower. |
| [Lich]()      | A bony husk of a creature. Nasty. |
| [Shulk]()     | A thick shell covering the body. Extremely tough. |


### Evolved Origins: [COMING SOON]
These origins are evolved from Base Origins via requirements and quests.

| Origins   | Description |
| --------- | ----------- |
| [Widow]() | Something truly terrifying, a stealthy predator that thrives for the hunt. |
| [Wildfire]() | A master of the flames with immense control over them. |
| [Angel]() | Evolved from the elytrian, its wings blessed from grace. |
| [Beast]() | A fierce fighter with primal instincts, claws sharp as blades. |
| [Superhuman]() | Through trials and time, developed abilities to survive even the toughest situations|
| [Reaper]() | Collector of the souls, and user of its own. |
| [Sentry]() | A fortress of defense. Extremely extremely super duper tough. |

### Exclusive Origins:
These origins are locked behind quests, events, or are simply exclusive.

| Origins   | Description |
| --------- | ----------- |
| [Creepling]() | NOT CURRENT AVAILABLE.  |
| [Dragonborn]() | NOT CURRENT AVAILABLE.  |

### Evolved Exclusive Origins:
These origins are evolved from Exclusive Origins and typically are harder to evolve.

| Origins   | Description |
| --------- | ----------- |
| [Charged]() | NOT CURRENT AVAILABLE.  |

# Items

Custom items in Descent that grant a bunch of things!

# Information

<p>Items are powerful items that can do a variety of things. Items are seperated into categories, and have different functions.</p>

<h3 class="header_font">Item Categories</h3>

<style>
  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;
  }

</style>
<table>
  <tr>
    <td><img src="https://wiki.valornet.work/uploads/images/gallery/2025-03/thumbs-150-150/cnp-27032025-164845.png" width="20" style="vertical-align: -5px;"> <a href="#">Materials</a></td>
    <td>Raw crafting materials used in the crafting of other recipes.</td>
  </tr>
  <tr>
    <td><img src="https://wiki.valornet.work/uploads/images/gallery/2025-03/thumbs-150-150/cnp-27032025-165049.png" width="20" style="vertical-align: -5px;"> <a href="#">Orbs</a></td>
    <td>Orbs that can alter the player.</td>
  </tr>
  <tr>
    <td><img src="https://wiki.valornet.work/uploads/images/gallery/2025-03/thumbs-150-150/cnp-28032025-101211.png" width="20" style="vertical-align: -5px;"> <a href="#">Stones</a></td>
    <td>Magical stones embedded with abilities and magic.</td>
  </tr>
  <tr>
    <td><img src="https://wiki.valornet.work/uploads/images/gallery/2025-03/thumbs-150-150/cnp-28032025-101251.png" width="20" style="vertical-align: -5px;"> <a href="#">Weapons</a></td>
    <td>Weapons that can be wielded.</td>
  </tr>
  <tr>
    <td><img src="https://wiki.valornet.work/uploads/images/gallery/2025-03/thumbs-150-150/cnp-28032025-101315.png" width="20" style="vertical-align: -5px;"> <a href="#">Armor</a></td>
    <td>Armor that can be worn.</td>
  </tr>
  <tr>
    <td><img src="https://wiki.valornet.work/uploads/images/gallery/2025-03/thumbs-150-150/cnp-28032025-101335.png" width="20" style="vertical-align: -5px;"> <a href="#">Utility</a></td>
    <td>Standard use utility that helps out the player in some way.</td>
  </tr>
</table>

# Orbs

<p>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.</p>

<div class="tables-container">
  
  <!-- First Table -->
  <table>
    <tr>
        <td>Orb</td>
        <td>Usage</td>
    </tr>
    <tr>
        <td align="center"><img src="https://wiki.valornet.work/uploads/images/gallery/2025-04/thumbs-150-150/green-orb-transparent.png" width="20" style="vertical-align: -5px;"> <a href="#">Orb of Origin</a></td>
        <td>Allows the player to change their race to any of the Base Origins</td>
    </tr>
    <tr>
        <td align="center"><img src="https://wiki.valornet.work/uploads/images/gallery/2025-04/thumbs-150-150/spirit-orb.png" width="20" style="vertical-align: -5px;"> <a href="#">Orb of Evolution</a></td>
        <td>Allows the player to change their race to ANY origin, including base origins, exclusive origins, and evolved origins.</td>
    </tr>
  </table>

  <table>
    <tr>
        <td >Item</td>
    </tr>
    <tr>
        <td align="center"><img src="" width="250" style="vertical-align: -5px;"></td>
    </tr>
  </table>

</div>

<style>
  .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;
  }

</style>