# The Network Unlocker

## <mark style="color:yellow;">Pristine Resources</mark>

When playing, players will rarely earn a Pristine resource that correlates to the faction of the ship they are playing. For Starbright ships, we will revert to the base earned currency where a player could earn 1 Pristine Pallasite. All other ships will earn a Pristine version of their corporation specific resource. These Pristine resources are required to craft a given Faction based Network Unlocker.

## <mark style="color:yellow;">How these resources are earned:</mark>

At the end of a match, when resources are determined for a player, logic will be completed as follows in order to :

<figure><img src="/files/iouJfX709SHXumvWtO56" alt=""><figcaption></figcaption></figure>

### <mark style="color:yellow;">Notes on Pristine Resources:</mark>

* Pristine resources can be converted to their base resource if the player does not wish to save them for an Indie ship.
* Players are also able to craft Pristine resources when they reach crafting level 6 and unlock the associated blueprints.

<figure><img src="/files/o8ccKmKkGC2ZOjK26Xgl" alt=""><figcaption></figcaption></figure>

<table><thead><tr><th width="181">Resource</th><th width="164">Conversion Ratio</th><th width="144">Base Resource</th><th>Drop Chance</th></tr></thead><tbody><tr><td>Pristine Pallasite</td><td>1:1000</td><td>Scrip</td><td>.1% of Scrip earned in match</td></tr><tr><td>Pristine Neo-Gold</td><td>1:100</td><td>Neo-Gold</td><td>1% of Neo-Gold earned in match</td></tr><tr><td>Pristine Niferite</td><td>1:100</td><td>Niferite</td><td>1% of Niferite earned in match</td></tr><tr><td>Pristine Deuterium</td><td>1:100</td><td>Deuterium</td><td>1% of Deuterium earned in match</td></tr></tbody></table>

### <mark style="color:yellow;">Create the Network Unlocker</mark>

Once the crafting blueprint for a faction specific Network Unlocker is acquired, and the player has all needed recipe materials, they are able to craft the item as long as the current amount of crafted SBFC Unlockers has not reached the maximum supply.

### <mark style="color:yellow;">Recipe example for the SBFC Network Unlocker</mark>&#x20;

(*Please note this is for reference only and not the final recipe*):

* 10x \[Pristine Pallasite]
* 150x \[Electrical Scrap]
* 5 \[T1 Metal Plating]
* 5 \[T1 Electrical Conduit]
* 1000 \[Ore]


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://little-orbit.gitbook.io/stfu/web-2.5/indie-ships/the-network-unlocker.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
