WARFRAME Wiki
WARFRAME Wiki
No edit summary
No edit summary
Line 96: Line 96:
 
{Item = "HELIOS", Part = "CEREBRUM", Rarity = "Rare"}},
 
{Item = "HELIOS", Part = "CEREBRUM", Rarity = "Rare"}},
 
IsVaulted = 1},
 
IsVaulted = 1},
  +
{ Tier = "Lith", Name = "H2",
  +
Drops = { {Item = "ZEPHYR", Part = "NEUROPTICS BLUEPRINT", Rarity = "Common"},
  +
{Item = "FORMA", Part = "BLUEPRINT", Rarity = "Common"},
  +
{Item = "LEX", Part = "BARREL", Rarity = "Common"},
  +
{Item = "ORTHOS", Part = "BLUEPRINT", Rarity = "Uncommon"},
  +
{Item = "OBERON", Part = "BLUEPRINT", Rarity = "Uncommon"},
  +
{Item = "HELIOS", Part = "CEREBRUM", Rarity = "Rare"}},
  +
IsVaulted = 0},
 
{ Tier = "Lith", Name = "K1",
 
{ Tier = "Lith", Name = "K1",
 
Drops = { {Item = "FANG", Part = "BLUEPRINT", Rarity = "Common"},
 
Drops = { {Item = "FANG", Part = "BLUEPRINT", Rarity = "Common"},
Line 232: Line 240:
 
{Item = "VAUBAN", Part = "CHASSIS BLUEPRINT", Rarity = "Rare"}},
 
{Item = "VAUBAN", Part = "CHASSIS BLUEPRINT", Rarity = "Rare"}},
 
IsVaulted = 1},
 
IsVaulted = 1},
  +
{ Tier = "Lith", Name = "Z1",
  +
Drops = { {Item = "FANG", Part = "HANDLE", Rarity = "Common"},
  +
{Item = "AKBRONCO", Part = "BLUEPRINT", Rarity = "Common"},
  +
{Item = "MIRAGE", Part = "NEUROPTICS BLUEPRINT", Rarity = "Common"},
  +
{Item = "FORMA", Part = "BLUEPRINT", Rarity = "Uncommon"},
  +
{Item = "CERNOS", Part = "BLUEPRINT", Rarity = "Uncommon"},
  +
{Item = "ZEPHYR", Part = "SYSTEMS BLUEPRINT", Rarity = "Rare"}},
  +
IsVaulted = 0},
 
{ Tier = "Meso", Name = "B1",
 
{ Tier = "Meso", Name = "B1",
 
Drops = { {Item = "DAKRA", Part = "HANDLE", Rarity = "Common"},
 
Drops = { {Item = "DAKRA", Part = "HANDLE", Rarity = "Common"},
Line 535: Line 551:
 
{Item = "TIGRIS", Part = "BARREL", Rarity = "Uncommon"},
 
{Item = "TIGRIS", Part = "BARREL", Rarity = "Uncommon"},
 
{Item = "HYDROID", Part = "SYSTEMS BLUEPRINT", Rarity = "Rare"}},
 
{Item = "HYDROID", Part = "SYSTEMS BLUEPRINT", Rarity = "Rare"}},
  +
IsVaulted = 1},
  +
{ Tier = "Neo", Name = "K1",
  +
Drops = { {Item = "ODONATA", Part = "HARNESS BLUEPRINT", Rarity = "Common"},
  +
{Item = "BURSTON", Part = "STOCK", Rarity = "Common"},
  +
{Item = "FANG", Part = "BLUEPRINT", Rarity = "Common"},
  +
{Item = "TRINITY", Part = "BLUEPRINT", Rarity = "Uncommon"},
  +
{Item = "TIGRIS", Part = "BARREL", Rarity = "Uncommon"},
  +
{Item = "KAVASA", Part = "BLADE", Rarity = "Rare"}},
 
IsVaulted = 0},
 
IsVaulted = 0},
 
{ Tier = "Neo", Name = "M1",
 
{ Tier = "Neo", Name = "M1",

Revision as of 19:40, 20 March 2018

Photo-4
“It's taking longer than I calculated.”
This page is actively being worked on and may not be completely correct. Please assist in making this page accurate. See WARFRAME Wiki:Research on ways to perform research on this game. Click here to add more info.
Missing new Baruuk Prime relics since release of Hildryn Prime vaulted Gara which old Baruuk Prime relics coincidentally contained them

Contains the data for Void Relic drop tables. Does not have to be in alphabetical order. For the drop tables that Void Relics can be rewarded from, see Module:DropTables/data.

Note that no drop chances are stored here since all relics of the same refinement share the same drop chances. Drop chances will be calculated by Module:Void/page for output onto articles.

Also the place to update if a Prime part's OrokinDucats Orokin Ducats trade-in value is an anomaly for their rarity. See DUCAT_EXCEPTIONS table.

  • Rare parts are worth 100 Ducats
  • Uncommon parts are worth 45 Ducats
  • Common parts are worth 15 Ducats
  • If an item part is a uncommon and rare drop in different relics, it is worth 65 Ducats instead[1]
  • If an item part is a common and uncommon drop in different relics, it is worth 25 Ducats instead
  • If an item part is a common and rare drop in different relics, it is worth 25 Ducats instead
Last updated: Tue, 20 Mar 2018 19:40:23 +0000 (UTC) by User:Jeloxale

Relic Entry Schema

	["Neo D3"] = {
		Drops = {
			{ Item = "Paris Prime", Part = "Lower Limb", Rarity = "Common" },
			{ Item = "Akbronco Prime", Part = "Blueprint", Rarity = "Common" },
			{ Item = "Nezha Prime", Part = "Systems Blueprint", Rarity = "Common" },
			{ Item = "Forma", Part = "Blueprint", Rarity = "Uncommon" },
			{ Item = "Zakti Prime", Part = "Barrel", Rarity = "Uncommon" },
			{ Item = "Dethcube Prime", Part = "Blueprint", Rarity = "Rare" } 
		},
		Introduced = "30.3",
        IsBaro = false,
		Name = "Neo D3",
		Tier = "Neo",
        Vaulted = "30.3" 
	},
Key/Column Name Data Type Required? Explanation/Description Example(s)
Drops Table ✔️ Drop table of relic; each table entry inside the Drops table represent a drop, each with a Item (a string representing item's full name), Part (a string representing the item's part name), and Rarity (a string representing the rarity of drop; "Common", "Uncommon", or "Rare")
{
	{ Item = "Paris Prime", Part = "Lower Limb", Rarity = "Common" },
	{ Item = "Akbronco Prime", Part = "Blueprint", Rarity = "Common" },
	{ Item = "Nezha Prime", Part = "Systems Blueprint", Rarity = "Common" },
	{ Item = "Forma", Part = "Blueprint", Rarity = "Uncommon" },
	{ Item = "Zakti Prime", Part = "Barrel", Rarity = "Uncommon" },
	{ Item = "Dethcube Prime", Part = "Blueprint", Rarity = "Rare" } 
}
Introduced String ✔️ Shorthand name for the version in which relic was first introduced in the global build of WARFRAME "30.5"
IsBaro Boolean Denotes whether or not relic is exclusively bought from Baro Ki'Teer; default is false if not present false
Name String ✔️ The relic name "Neo D3"
Tier String ✔️ Relic tier ("Lith", "Meso", "Neo", or "Axi") "Neo"
Vaulted String Shorthand name for the version in which relic was last removed from mission Drop Tables "30.5"

Prime Item Entry Schema

Any entry added to RelicData will have its contents automatically inserted into in another subtable under PrimeData with the schema:

	Aklex Prime = {  -- Item name
		Parts = {
			Blueprint =  -- Part name
				Drops = {  
					["Axi A2"] = "Uncommon",  -- {string} Relic name and rarity of drop for that part
					["Neo O1"] = "Uncommon",
				},
                DucatValue = 45  -- {number} Ducat value when exchanged in Baro kiosk on relays
            },
			Link = 
            	Drops = {
					["Axi A2"] = "Rare",
				},
				DucatValue = 100
			}
		},
		Vaulted = false  -- {boolean} Vaulted status of item
	},

Viewing Contents via API Call

CephalonSimaris
“Hunter, I have temporarily disabled that ability.”
This article contains JavaScript scripts that users can run locally in their browser's console or machine. As a warning, which goes for any scripts you copy/run from the Internet, MAKE SURE YOU UNDERSTAND THE CODE BEFORE RUNNING IT LOCALLY FOR YOUR OWN SECURITY! Contact an admin if you have any concerns or questions about a script.

For debugging purposes in browser console:

let origin = "https://warframe.fandom.com";
let path = "/api.php";
let params = {
	action: "scribunto-console",
	format: "json",
	title: "Module:Void/data",
	content: "",
	question: `
local VoidData = require('Module:Void/data').PrimeData
local json = require('Module:JSON')
print(json.stringify(VoidData))`,
	clear: 1
};

// [ ["action", "scribunto-console"], ["format","json"], ... ] to "action=scribunto-console&format=json&..."
let queryString = new URLSearchParams([ ...Object.entries(params) ]).toString();

let url = new URL(`${origin}${path}?${queryString}`);

fetch(url)
	.then((data) => data.json())
	.then((json) => {
		if (json.print !== undefined) {
			console.log(JSON.parse(json.print));
		} else {
			throw json.html;	// Lua script error has occured
		}
	})
	.catch((error) => console.log(error));

Updating Notes

Every Prime Access (once every ~3 months or financial quarter), DE will release new Void Relics that will contain at least one component/blueprint of the new Primes released. In addition, the oldest available Primes' relics will be removed from the game's Drop Tables to make room for the new relics and to not dilute the drop tables further. In some cases, newer/recent Prime items' parts would be unavailable to farm when DE removes these old relics, so they will add additional relics (separate from the newly released Primes) to make these items farmable.

It takes about 1-3 hours of manually editing to fully update Module:Void/data and Module:DropTables/data with the latest Prime content.

Updating the vaulted status of relics here will automatically tag the appropriate item articles with Template:ItemVault.

Creating New Void Relic Pages

Use Template:VoidRelicArticle as reference for creating new Void Relic articles. See WARFRAME Wiki:Creating New Pages#Create New Void Relic Article for a sample text input to article wizard.

Module:DropTables/data

A simple find & replace should be enough to keep relic drops in Module:DropTables/data up-to-date with the latest Prime Access/Prime Resurgence. This is especially true if the number of relics introduced is equal to the number of relics removed from drop tables. However, there had been times where there is an unequal number of removed/added relics (mainly because some Prime weapons have varying numbers of parts associated with its crafting recipe; Prime parts are distributed across relics so that only one part from a unique weapon may be present in any given relic) which requires editors to manually go through each relevant mission drop table to audit for accuracy.

Good drop tables to check for what has changed:

  • Tier 1 Survival for Lith relics like Mercury/Apollodorus (Survival)
  • Tier 1 Defense (rotation B and C) for Meso relics like Mercury/Lares (Defense)
  • Tier 3 Excavation (rotation B) for Neo relics like Pluto/Hieracon (Excavation)
  • Tier 3 Excavation (rotation C) for Axi relics like Pluto/Hieracon (Excavation)

Notable patterns in relic drop distribution:

  • Relics that are replaced are usually the same tier as the relic that replaces them (Lith, Meso, Neo, Axi)
  • Bounties usually only drop relics that have been recently unvaulted with the latest Prime Vault With Prime Resurgence being a permanent feature in the game since Hotfix 32.0.3 (2022-09-14), editors will most likely won't need to update bounty drop tables on a frequent basis. Vaulted relics that once existed in bounty drop tables are now replaced by an intermediary currency Aya Aya.

Examples

U31.7 - Khora Prime

Update 31.7 (2022-07-16) relic drop locations update for KhoraPrimeIcon272 Khora Prime/HystrixPrime Hystrix Prime/DualKeresPrime Dual Keres Prime relics (InarosPrimeIcon272 Inaros Prime/PantheraPrime Panthera Prime/KarystPrime Karyst Prime vaulted):

  • Old -> New
InarosPrimeIcon272 Inaros Prime -> KhoraPrimeIcon272 Khora Prime/HystrixPrime Hystrix Prime/DualKeresPrime Dual Keres Prime
  • "Lith H4" wasn't found in Module:Void/data -> "Lith K9" wasn't found in Module:Void/data
  • "Meso I2" wasn't found in Module:Void/data -> "Meso H2" wasn't found in Module:Void/data (needed for NezhaPrimeIcon272 Nezha Prime BP, otherwise it's unobtainable)
  • "Meso N12" wasn't found in Module:Void/data -> "Meso O5" wasn't found in Module:Void/data (needed for OctaviaPrimeIcon64 Octavia Prime BP, otherwise it's unobtainable)
  • "Neo K4" wasn't found in Module:Void/data -> "Neo N21" wasn't found in Module:Void/data
  • "Neo V10" wasn't found in Module:Void/data -> "Neo D5" wasn't found in Module:Void/data
  • "Axi G7" wasn't found in Module:Void/data -> "Axi N8" wasn't found in Module:Void/data (needed for NezhaPrimeIcon272 Nezha Prime Neuroptics BP, otherwise it's unobtainable)
  • "Axi K6" wasn't found in Module:Void/data -> "Axi K8" wasn't found in Module:Void/data
  • "Axi O5" wasn't found in Module:Void/data -> "Axi K9" wasn't found in Module:Void/data
PantheraPrime Panthera Prime -> KhoraPrimeIcon272 Khora Prime/HystrixPrime Hystrix Prime/DualKeresPrime Dual Keres Prime
  • "Meso G3" wasn't found in Module:Void/data -> "Meso P8" wasn't found in Module:Void/data
  • "Meso P5" wasn't found in Module:Void/data -> "Meso H3" wasn't found in Module:Void/data
  • "Meso P7" wasn't found in Module:Void/data -> "Meso V7" wasn't found in Module:Void/data
  • "Axi S10" wasn't found in Module:Void/data -> "Axi G8" wasn't found in Module:Void/data
  • "Axi S11" wasn't found in Module:Void/data -> "Axi K10" wasn't found in Module:Void/data (is an additional relic for some Prime parts; not essential for a particular part to be farmable)
KarystPrime Karyst Prime -> HystrixPrime Hystrix Prime/DualKeresPrime Dual Keres Prime
  • "Neo N20" wasn't found in Module:Void/data -> "Neo G4" wasn't found in Module:Void/data
  • "Neo P4" wasn't found in Module:Void/data -> "Neo S15" wasn't found in Module:Void/data (needed for BroncoPrime Bronco Prime Barrel, otherwise it's unobtainable)
  • "Axi K6" wasn't found in Module:Void/data -> "Axi K8" wasn't found in Module:Void/data
  • "Axi K7" wasn't found in Module:Void/data -> "Axi S12" wasn't found in Module:Void/data (needed for TenoraPrime Tenora Prime Stock, otherwise it's unobtainable)
U31.3 - Garuda Prime

Update 31.3 (2022-03-28) relic drop locations update for GarudaPrimeIcon Garuda Prime/NagantakaPrime Nagantaka Prime/CorvasPrime Corvas Prime relics (TitaniaPrimeIcon272 Titania Prime/CorinthPrime Corinth Prime/PangolinPrime Pangolin Prime vaulted):

  • Old -> New
  • "Axi S9" wasn't found in Module:Void/data -> "Axi G7" wasn't found in Module:Void/data
  • "Axi M2" wasn't found in Module:Void/data -> "Axi K7" wasn't found in Module:Void/data
  • "Axi P4" wasn't found in Module:Void/data -> "Axi S10" wasn't found in Module:Void/data
  • "Axi C7" wasn't found in Module:Void/data -> "Axi S11" wasn't found in Module:Void/data
  • "Neo P3" wasn't found in Module:Void/data -> "Neo C2" wasn't found in Module:Void/data
  • "Neo N17" wasn't found in Module:Void/data -> "Neo M4" wasn't found in Module:Void/data
  • "Neo N18" wasn't found in Module:Void/data -> "Neo N20" wasn't found in Module:Void/data
  • "Meso P4" wasn't found in Module:Void/data -> "Meso G4" wasn't found in Module:Void/data
  • "Meso Z4" wasn't found in Module:Void/data -> "Meso N12" wasn't found in Module:Void/data
  • "Meso S11" wasn't found in Module:Void/data -> "Meso P7" wasn't found in Module:Void/data
  • "Lith G4" wasn't found in Module:Void/data -> "Lith G5" wasn't found in Module:Void/data
  • "Lith T8" wasn't found in Module:Void/data -> "Lith H4" wasn't found in Module:Void/data
  • "Lith C9" wasn't found in Module:Void/data -> "Lith N11" wasn't found in Module:Void/data
  • "Lith S11" wasn't found in Module:Void/data -> "Lith S12" wasn't found in Module:Void/data
  • "Lith H3" wasn't found in Module:Void/data -> "Lith Z3" wasn't found in Module:Void/data
  • "Lith N10" wasn't found in Module:Void/data -> "Lith N12" wasn't found in Module:Void/data
U31.0 - Harrow Prime

Update 31.0 (2021-12-15) relic drop locations update for HarrowPrimeIcon Harrow Prime/ScourgePrime Scourge Prime/KnellPrime Knell Prime relics (Ivara PrimeIcon272 Ivara Prime/BazaPrime Baza Prime/AksomatiPrime Aksomati Prime vaulted):

  • Old -> New
  • "Lith A4" wasn't found in Module:Void/data -> "Lith T9" wasn't found in Module:Void/data
  • "Lith I1" wasn't found in Module:Void/data -> "Lith S11" wasn't found in Module:Void/data
  • "Lith K7" wasn't found in Module:Void/data -> "Lith H3" wasn't found in Module:Void/data
  • "Lith N7" wasn't found in Module:Void/data -> "Lith C9" wasn't found in Module:Void/data
  • "Lith N8" wasn't found in Module:Void/data -> "Lith N9" wasn't found in Module:Void/data
  • "Lith T7" wasn't found in Module:Void/data -> "Lith T8" wasn't found in Module:Void/data
  • "Meso B5" wasn't found in Module:Void/data -> "Meso I2" wasn't found in Module:Void/data
  • "Meso B6" wasn't found in Module:Void/data -> "Meso G3" wasn't found in Module:Void/data
  • "Meso C6" wasn't found in Module:Void/data -> "Meso A3" wasn't found in Module:Void/data
  • "Meso S10" wasn't found in Module:Void/data -> "Meso S11" wasn't found in Module:Void/data
  • "Neo P2" wasn't found in Module:Void/data -> "Neo P2" wasn't found in Module:Void/data (mistake by the devs for still being in the game at the time, fixed in Hotfix 31.0.11 (2022-01-25) by replacing with "Neo P4" wasn't found in Module:Void/data)
  • "Neo T4" wasn't found in Module:Void/data -> "Neo K4" wasn't found in Module:Void/data
  • "Neo T5" wasn't found in Module:Void/data -> "Neo N18" wasn't found in Module:Void/data
  • "Axi A13" wasn't found in Module:Void/data -> "Axi T8" wasn't found in Module:Void/data
  • "Axi A14" wasn't found in Module:Void/data -> "Axi K6" wasn't found in Module:Void/data
  • "Axi C6" wasn't found in Module:Void/data -> "Axi P4" wasn't found in Module:Void/data
  • "Axi G6" wasn't found in Module:Void/data -> "Axi C7" wasn't found in Module:Void/data
  • "Axi I2" wasn't found in Module:Void/data -> "Axi S9" wasn't found in Module:Void/data

References

  1. [DE]Momaw (2022, December 20). PSA: Future change in Ducat value for Baza Prime Blueprint. Warframe Forums. Accessed 2022-12-20. Archived from the original on 2022-12-20.

Void Relic Data


--See disclaimer in Template:VoidLock.
--Feel free to use the Talk page for any issues.
--'IsVaulted = 1' denotes relics that have been Vaulted, duh.
--Replace it with 'IsBaro = 1' for relics being brought by our favourite Void merchant.

--Last update: 09.03.2018

local VoidData = {
["Relics"] = {
    { Tier = "Lith", Name = "A1", 
        Drops = { {Item = "BRATON", Part = "BARREL", Rarity = "Common"}, 
                  {Item = "FORMA", Part = "BLUEPRINT", Rarity = "Common"}, 
                  {Item = "VASTO", Part = "RECEIVER", Rarity = "Common"}, 
                  {Item = "SARYN", Part = "NEUROPTICS BLUEPRINT", Rarity = "Uncommon"}, 
                  {Item = "VECTIS", Part = "BLUEPRINT", Rarity = "Uncommon"}, 
                  {Item = "AKSTILETTO", Part = "BLUEPRINT", Rarity = "Rare"}},
        IsVaulted = 1},
    { Tier = "Lith", Name = "A2", 
        Drops = { {Item = "LEX", Part = "BARREL", Rarity = "Common"}, 
                  {Item = "FORMA", Part = "BLUEPRINT", Rarity = "Common"}, 
                  {Item = "VALKYR", Part = "BLUEPRINT", Rarity = "Common"}, 
                  {Item = "AKBRONCO", Part = "LINK", Rarity = "Uncommon"}, 
                  {Item = "CERNOS", Part = "BLUEPRINT", Rarity = "Uncommon"}, 
                  {Item = "AKSTILETTO", Part = "BLUEPRINT", Rarity = "Rare"}},
        IsVaulted = 0},
    { Tier = "Lith", Name = "B1", 
        Drops = { {Item = "MAG", Part = "NEUROPTICS BLUEPRINT", Rarity = "Common"}, 
                  {Item = "ANKYROS", Part = "BLUEPRINT", Rarity = "Common"}, 
                  {Item = "FORMA", Part = "BLUEPRINT", Rarity = "Common"}, 
                  {Item = "RHINO", Part = "NEUROPTICS BLUEPRINT", Rarity = "Uncommon"}, 
                  {Item = "BOLTOR", Part = "RECEIVER", Rarity = "Uncommon"}, 
                  {Item = "BOAR", Part = "STOCK", Rarity = "Rare"}},
        IsVaulted = 1},
    { Tier = "Lith", Name = "B2", 
        Drops = { {Item = "FORMA", Part = "BLUEPRINT", Rarity = "Common"}, 
                  {Item = "PARIS", Part = "LOWER LIMB", Rarity = "Common"}, 
                  {Item = "TIGRIS", Part = "STOCK", Rarity = "Common"}, 
                  {Item = "BRATON", Part = "RECEIVER", Rarity = "Uncommon"}, 
                  {Item = "ORTHOS", Part = "BLADE", Rarity = "Uncommon"}, 
                  {Item = "BALLISTICA", Part = "BLUEPRINT", Rarity = "Rare"}},
        IsVaulted = 0},
    { Tier = "Lith", Name = "C1", 
        Drops = { {Item = "FANG", Part = "BLADE", Rarity = "Common"}, 
                  {Item = "NOVA", Part = "NEUROPTICS BLUEPRINT", Rarity = "Common"}, 
                  {Item = "NOVA", Part = "SYSTEMS BLUEPRINT", Rarity = "Common"}, 
                  {Item = "KAVASA", Part = "BAND", Rarity = "Uncommon"}, 
                  {Item = "FORMA", Part = "BLUEPRINT", Rarity = "Uncommon"}, 
                  {Item = "CARRIER", Part = "CEREBRUM", Rarity = "Rare"}},
        IsVaulted = 1},
    { Tier = "Lith", Name = "C2", 
        Drops = { {Item = "BRONCO", Part = "RECEIVER", Rarity = "Common"}, 
                  {Item = "PARIS", Part = "UPPER LIMB", Rarity = "Common"}, 
                  {Item = "VENKA", Part = "BLADE", Rarity = "Common"}, 
                  {Item = "AKBOLTO", Part = "BARREL", Rarity = "Uncommon"}, 
                  {Item = "NAMI SKYLA", Part = "HANDLE", Rarity = "Uncommon"}, 
                  {Item = "CERNOS", Part = "LOWER LIMB", Rarity = "Rare"}},
        IsVaulted = 0},
    { Tier = "Lith", Name = "F1", 
        Drops = { {Item = "FORMA", Part = "BLUEPRINT", Rarity = "Common"}, 
                  {Item = "PARIS", Part = "BLUEPRINT", Rarity = "Common"}, 
                  {Item = "FANG", Part = "BLADE", Rarity = "Common"}, 
                  {Item = "SCINDO", Part = "BLUEPRINT", Rarity = "Uncommon"}, 
                  {Item = "ODONATA", Part = "BLUEPRINT", Rarity = "Uncommon"}, 
                  {Item = "FRAGOR", Part = "BLUEPRINT", Rarity = "Rare"}},
        IsVaulted = 1},
    { Tier = "Lith", Name = "F2", 
        Drops = { {Item = "ODONATA", Part = "SYSTEMS BLUEPRINT", Rarity = "Common"}, 
                  {Item = "HIKOU", Part = "STARS", Rarity = "Common"}, 
                  {Item = "PARIS", Part = "UPPER LIMB", Rarity = "Common"}, 
                  {Item = "BURSTON", Part = "BARREL", Rarity = "Uncommon"}, 
                  {Item = "FANG", Part = "HANDLE", Rarity = "Uncommon"}, 
                  {Item = "VAUBAN", Part = "BLUEPRINT", Rarity = "Rare"}},
        IsVaulted = 1},
    { Tier = "Lith", Name = "G1", 
        Drops = { {Item = "LATRON", Part = "BLUEPRINT", Rarity = "Common"}, 
                  {Item = "FROST", Part = "CHASSIS BLUEPRINT", Rarity = "Common"}, 
                  {Item = "REAPER", Part = "HANDLE", Rarity = "Common"}, 
                  {Item = "EMBER", Part = "SYSTEMS BLUEPRINT", Rarity = "Uncommon"}, 
                  {Item = "FORMA", Part = "BLUEPRINT", Rarity = "Uncommon"}, 
                  {Item = "GLAIVE", Part = "BLUEPRINT", Rarity = "Rare"}},
        IsVaulted = 1},
    { Tier = "Lith", Name = "G2", 
        Drops = { {Item = "BO", Part = "BLUEPRINT", Rarity = "Common"}, 
                  {Item = "LATRON", Part = "STOCK", Rarity = "Common"}, 
                  {Item = "WYRM", Part = "CEREBRUM", Rarity = "Common"}, 
                  {Item = "FROST", Part = "SYSTEMS BLUEPRINT", Rarity = "Uncommon"}, 
                  {Item = "LOKI", Part = "CHASSIS BLUEPRINT", Rarity = "Uncommon"}, 
                  {Item = "GLAIVE", Part = "BLUEPRINT", Rarity = "Rare"}},
        IsVaulted = 0},
    { Tier = "Lith", Name = "H1", 
        Drops = { {Item = "BRONCO", Part = "BLUEPRINT", Rarity = "Common"}, 
                  {Item = "PARIS", Part = "BLUEPRINT", Rarity = "Common"}, 
                  {Item = "SARYN", Part = "SYSTEMS BLUEPRINT", Rarity = "Common"}, 
                  {Item = "AKSTILETTO", Part = "BARREL", Rarity = "Uncommon"}, 
                  {Item = "NAMI SKYLA", Part = "HANDLE", Rarity = "Uncommon"}, 
                  {Item = "HELIOS", Part = "CEREBRUM", Rarity = "Rare"}},
        IsVaulted = 1},
    { Tier = "Lith", Name = "H2", 
        Drops = { {Item = "ZEPHYR", Part = "NEUROPTICS BLUEPRINT", Rarity = "Common"}, 
                  {Item = "FORMA", Part = "BLUEPRINT", Rarity = "Common"}, 
                  {Item = "LEX", Part = "BARREL", Rarity = "Common"}, 
                  {Item = "ORTHOS", Part = "BLUEPRINT", Rarity = "Uncommon"}, 
                  {Item = "OBERON", Part = "BLUEPRINT", Rarity = "Uncommon"}, 
                  {Item = "HELIOS", Part = "CEREBRUM", Rarity = "Rare"}},
        IsVaulted = 0},
    { Tier = "Lith", Name = "K1", 
        Drops = { {Item = "FANG", Part = "BLUEPRINT", Rarity = "Common"}, 
                  {Item = "BURSTON", Part = "STOCK", Rarity = "Common"}, 
                  {Item = "ODONATA", Part = "HARNESS BLUEPRINT", Rarity = "Common"}, 
                  {Item = "TIGRIS", Part = "BARREL", Rarity = "Uncommon"}, 
                  {Item = "TRINITY", Part = "BLUEPRINT", Rarity = "Uncommon"}, 
                  {Item = "KAVASA", Part = "BUCKLE", Rarity = "Rare"}},
        IsVaulted = 1},
    { Tier = "Lith", Name = "M1", 
        Drops = { {Item = "LEX", Part = "RECEIVER", Rarity = "Common"}, 
                  {Item = "BOAR", Part = "RECEIVER", Rarity = "Common"}, 
                  {Item = "FORMA", Part = "BLUEPRINT", Rarity = "Common"}, 
                  {Item = "SOMA", Part = "BLUEPRINT", Rarity = "Uncommon"}, 
                  {Item = "DAKRA", Part = "BLUEPRINT", Rarity = "Uncommon"}, 
                  {Item = "MAG", Part = "BLUEPRINT", Rarity = "Rare"}},
        IsVaulted = 1},
    { Tier = "Lith", Name = "N1", 
        Drops = { {Item = "NEKROS", Part = "CHASSIS BLUEPRINT", Rarity = "Common"}, 
                  {Item = "BRONCO", Part = "BLUEPRINT", Rarity = "Common"}, 
                  {Item = "FANG", Part = "BLADE", Rarity = "Common"}, 
                  {Item = "AKBRONCO", Part = "LINK", Rarity = "Uncommon"}, 
                  {Item = "FORMA", Part = "BLUEPRINT", Rarity = "Uncommon"}, 
                  {Item = "NOVA", Part = "CHASSIS BLUEPRINT", Rarity = "Rare"}},
        IsVaulted = 1},
    { Tier = "Lith", Name = "N2", 
        Drops = { {Item = "PARIS", Part = "UPPER LIMB", Rarity = "Common"}, 
                  {Item = "SPIRA", Part = "BLUEPRINT", Rarity = "Common"}, 
                  {Item = "CARRIER", Part = "SYSTEMS", Rarity = "Common"}, 
                  {Item = "HELIOS", Part = "BLUEPRINT", Rarity = "Uncommon"}, 
                  {Item = "KAVASA", Part = "BAND", Rarity = "Uncommon"}, 
                  {Item = "NEKROS", Part = "SYSTEMS BLUEPRINT", Rarity = "Rare"}},
        IsVaulted = 1},
    { Tier = "Lith", Name = "N3", 
        Drops = { {Item = "SYBARIS", Part = "STOCK", Rarity = "Common"}, 
                  {Item = "BURSTON", Part = "RECEIVER", Rarity = "Common"}, 
                  {Item = "VALKYR", Part = "BLUEPRINT", Rarity = "Common"}, 
                  {Item = "BRATON", Part = "BLUEPRINT", Rarity = "Uncommon"}, 
                  {Item = "FORMA", Part = "BLUEPRINT", Rarity = "Uncommon"}, 
                  {Item = "NEKROS", Part = "BLUEPRINT", Rarity = "Rare"}},
        IsVaulted = 0},
    { Tier = "Lith", Name = "S1", 
        Drops = { {Item = "PARIS", Part = "STRING", Rarity = "Common"}, 
                  {Item = "HIKOU", Part = "BLUEPRINT", Rarity = "Common"}, 
                  {Item = "BRONCO", Part = "BLUEPRINT", Rarity = "Common"}, 
                  {Item = "PARIS", Part = "GRIP", Rarity = "Uncommon"}, 
                  {Item = "FORMA", Part = "BLUEPRINT", Rarity = "Uncommon"}, 
                  {Item = "SPIRA", Part = "POUCH", Rarity = "Rare"}},
        IsVaulted = 1},
    { Tier = "Lith", Name = "S2", 
        Drops = { {Item = "CARRIER", Part = "SYSTEMS", Rarity = "Common"}, 
                  {Item = "AKBRONCO", Part = "BLUEPRINT", Rarity = "Common"}, 
                  {Item = "NYX", Part = "BLUEPRINT", Rarity = "Common"}, 
                  {Item = "FORMA", Part = "BLUEPRINT", Rarity = "Uncommon"}, 
                  {Item = "KAVASA", Part = "BAND", Rarity = "Uncommon"}, 
                  {Item = "SOMA", Part = "STOCK", Rarity = "Rare"}},
        IsVaulted = 1},
    { Tier = "Lith", Name = "S3", 
        Drops = { {Item = "CARRIER", Part = "SYSTEMS", Rarity = "Common"}, 
                  {Item = "AKBRONCO", Part = "BLUEPRINT", Rarity = "Common"}, 
                  {Item = "PARIS", Part = "STRING", Rarity = "Common"}, 
                  {Item = "ASH", Part = "BLUEPRINT", Rarity = "Uncommon"}, 
                  {Item = "SOMA", Part = "RECEIVER", Rarity = "Uncommon"}, 
                  {Item = "SPIRA", Part = "POUCH", Rarity = "Rare"}},
        IsVaulted = 1},
    { Tier = "Lith", Name = "S4", 
        Drops = { {Item = "LEX", Part = "BLUEPRINT", Rarity = "Common"}, 
                  {Item = "FORMA", Part = "BLUEPRINT", Rarity = "Common"}, 
                  {Item = "PARIS", Part = "BLUEPRINT", Rarity = "Common"}, 
                  {Item = "TRINITY", Part = "CHASSIS BLUEPRINT", Rarity = "Uncommon"}, 
                  {Item = "KAVASA", Part = "COLLAR BLUEPRINT", Rarity = "Uncommon"}, 
                  {Item = "SARYN", Part = "BLUEPRINT", Rarity = "Rare"}},
        IsVaulted = 1},
    { Tier = "Lith", Name = "S5", 
        Drops = { {Item = "CARRIER", Part = "CARAPACE", Rarity = "Common"}, 
                  {Item = "BURSTON", Part = "RECEIVER", Rarity = "Common"}, 
                  {Item = "FANG", Part = "BLADE", Rarity = "Common"}, 
                  {Item = "AKBRONCO", Part = "LINK", Rarity = "Uncommon"}, 
                  {Item = "GALATINE", Part = "HANDLE", Rarity = "Uncommon"}, 
                  {Item = "SPIRA", Part = "BLADE", Rarity = "Rare"}},
        IsVaulted = 1},
    { Tier = "Lith", Name = "S6", 
        Drops = { {Item = "FORMA", Part = "BLUEPRINT", Rarity = "Common"}, 
                  {Item = "FANG", Part = "BLADE", Rarity = "Common"}, 
                  {Item = "DUAL KAMAS", Part = "BLUEPRINT", Rarity = "Common"}, 
                  {Item = "KAVASA", Part = "BAND", Rarity = "Uncommon"}, 
                  {Item = "VALKYR", Part = "NEUROPTICS BLUEPRINT", Rarity = "Uncommon"}, 
                  {Item = "SPIRA", Part = "POUCH", Rarity = "Rare"}},
        IsVaulted = 1},
    { Tier = "Lith", Name = "S7", 
        Drops = { {Item = "GALATINE", Part = "BLADE", Rarity = "Common"}, 
                  {Item = "LEX", Part = "BLUEPRINT", Rarity = "Common"}, 
                  {Item = "MIRAGE", Part = "CHASSIS BLUEPRINT", Rarity = "Common"}, 
                  {Item = "AKBOLTO", Part = "LINK", Rarity = "Uncommon"}, 
                  {Item = "PARIS", Part = "GRIP", Rarity = "Uncommon"}, 
                  {Item = "SYBARIS", Part = "BARREL", Rarity = "Rare"}},
        IsVaulted = 0},
    { Tier = "Lith", Name = "T1", 
        Drops = { {Item = "AKBRONCO", Part = "BLUEPRINT", Rarity = "Common"}, 
                  {Item = "BURSTON", Part = "BLUEPRINT", Rarity = "Common"}, 
                  {Item = "FORMA", Part = "BLUEPRINT", Rarity = "Common"}, 
                  {Item = "BALLISTICA", Part = "UPPER LIMB", Rarity = "Uncommon"}, 
                  {Item = "VALKYR", Part = "NEUROPTICS BLUEPRINT", Rarity = "Uncommon"}, 
                  {Item = "TIGRIS", Part = "BLUEPRINT", Rarity = "Rare"}},
        IsVaulted = 0},
    { Tier = "Lith", Name = "V1", 
        Drops = { {Item = "PARIS", Part = "UPPER LIMB", Rarity = "Common"}, 
                  {Item = "PARIS", Part = "LOWER LIMB", Rarity = "Common"}, 
                  {Item = "BURSTON", Part = "STOCK", Rarity = "Common"}, 
                  {Item = "VOLT", Part = "SYSTEMS BLUEPRINT", Rarity = "Uncommon"}, 
                  {Item = "FORMA", Part = "BLUEPRINT", Rarity = "Uncommon"}, 
                  {Item = "FRAGOR", Part = "HANDLE", Rarity = "Rare"}},
        IsVaulted = 1},
    { Tier = "Lith", Name = "V2", 
        Drops = { {Item = "FANG", Part = "BLUEPRINT", Rarity = "Common"}, 
                  {Item = "LEX", Part = "BARREL", Rarity = "Common"}, 
                  {Item = "PARIS", Part = "LOWER LIMB", Rarity = "Common"}, 
                  {Item = "FORMA", Part = "BLUEPRINT", Rarity = "Uncommon"}, 
                  {Item = "PARIS", Part = "UPPER LIMB", Rarity = "Uncommon"}, 
                  {Item = "VAUBAN", Part = "SYSTEMS BLUEPRINT", Rarity = "Rare"}},
        IsVaulted = 0},
    { Tier = "Lith", Name = "V3", 
        Drops = { {Item = "PARIS", Part = "LOWER LIMB", Rarity = "Common"}, 
                  {Item = "CERNOS", Part = "UPPER LIMB", Rarity = "Common"}, 
                  {Item = "BRATON", Part = "BLUEPRINT", Rarity = "Common"}, 
                  {Item = "TIGRIS", Part = "BARREL", Rarity = "Uncommon"}, 
                  {Item = "HELIOS", Part = "SYSTEMS", Rarity = "Uncommon"}, 
                  {Item = "VALKYR", Part = "SYSTEMS BLUEPRINT", Rarity = "Rare"}},
        IsVaulted = 0},
    { Tier = "Lith", Name = "V4", 
        Drops = { {Item = "SPIRA", Part = "BLUEPRINT", Rarity = "Common"}, 
                  {Item = "NEKROS", Part = "CHASSIS BLUEPRINT", Rarity = "Common"}, 
                  {Item = "VENKA", Part = "BLADE", Rarity = "Common"}, 
                  {Item = "TIGRIS", Part = "BARREL", Rarity = "Uncommon"}, 
                  {Item = "HELIOS", Part = "BLUEPRINT", Rarity = "Uncommon"}, 
                  {Item = "VAUBAN", Part = "CHASSIS BLUEPRINT", Rarity = "Rare"}},
        IsVaulted = 1},
    { Tier = "Lith", Name = "Z1", 
        Drops = { {Item = "FANG", Part = "HANDLE", Rarity = "Common"}, 
                  {Item = "AKBRONCO", Part = "BLUEPRINT", Rarity = "Common"}, 
                  {Item = "MIRAGE", Part = "NEUROPTICS BLUEPRINT", Rarity = "Common"}, 
                  {Item = "FORMA", Part = "BLUEPRINT", Rarity = "Uncommon"}, 
                  {Item = "CERNOS", Part = "BLUEPRINT", Rarity = "Uncommon"}, 
                  {Item = "ZEPHYR", Part = "SYSTEMS BLUEPRINT", Rarity = "Rare"}},
        IsVaulted = 0},
    { Tier = "Meso", Name = "B1", 
        Drops = { {Item = "DAKRA", Part = "HANDLE", Rarity = "Common"}, 
                  {Item = "ORTHOS", Part = "HANDLE", Rarity = "Common"}, 
                  {Item = "FORMA", Part = "BLUEPRINT", Rarity = "Common"}, 
                  {Item = "MAG", Part = "CHASSIS BLUEPRINT", Rarity = "Uncommon"}, 
                  {Item = "ORTHOS", Part = "BLUEPRINT", Rarity = "Uncommon"}, 
                  {Item = "BOAR", Part = "STOCK", Rarity = "Rare"}},
        IsVaulted = 1},
    { Tier = "Meso", Name = "C1", 
        Drops = { {Item = "NOVA", Part = "NEUROPTICS BLUEPRINT", Rarity = "Common"}, 
                  {Item = "FORMA", Part = "BLUEPRINT", Rarity = "Common"}, 
                  {Item = "SARYN", Part = "SYSTEMS BLUEPRINT", Rarity = "Common"}, 
                  {Item = "SCINDO", Part = "HANDLE", Rarity = "Uncommon"}, 
                  {Item = "ASH", Part = "BLUEPRINT", Rarity = "Uncommon"}, 
                  {Item = "CARRIER", Part = "CEREBRUM", Rarity = "Rare"}},
        IsVaulted = 1},
    { Tier = "Meso", Name = "C2", 
        Drops = { {Item = "CERNOS", Part = "UPPER LIMB", Rarity = "Common"}, 
                  {Item = "BRONCO", Part = "BLUEPRINT", Rarity = "Common"}, 
                  {Item = "GALATINE", Part = "BLADE", Rarity = "Common"}, 
                  {Item = "VALKYR", Part = "NEUROPTICS BLUEPRINT", Rarity = "Uncommon"}, 
                  {Item = "ODONATA", Part = "BLUEPRINT", Rarity = "Uncommon"}, 
                  {Item = "CARRIER", Part = "CEREBRUM", Rarity = "Rare"}},
        IsVaulted = 1},
    { Tier = "Meso", Name = "C3", 
        Drops = { {Item = "BURSTON", Part = "STOCK", Rarity = "Common"}, 
                  {Item = "LEX", Part = "BLUEPRINT", Rarity = "Common"}, 
                  {Item = "NAMI SKYLA", Part = "BLUEPRINT", Rarity = "Common"}, 
                  {Item = "HELIOS", Part = "BLUEPRINT", Rarity = "Uncommon"}, 
                  {Item = "SARYN", Part = "BLUEPRINT", Rarity = "Uncommon"}, 
                  {Item = "CERNOS", Part = "LOWER LIMB", Rarity = "Rare"}},
        IsVaulted = 1},
    { Tier = "Meso", Name = "D1", 
        Drops = { {Item = "ORTHOS", Part = "HANDLE", Rarity = "Common"}, 
                  {Item = "LEX", Part = "BLUEPRINT", Rarity = "Common"}, 
                  {Item = "FORMA", Part = "BLUEPRINT", Rarity = "Common"}, 
                  {Item = "FORMA", Part = "BLUEPRINT", Rarity = "Uncommon"}, 
                  {Item = "ORTHOS", Part = "BLADE", Rarity = "Uncommon"}, 
                  {Item = "DUAL KAMAS", Part = "BLADE", Rarity = "Rare"}},
        IsVaulted = 1},
    { Tier = "Meso", Name = "E1", 
        Drops = { {Item = "BO", Part = "ORNAMENT", Rarity = "Common"}, 
                  {Item = "FROST", Part = "CHASSIS BLUEPRINT", Rarity = "Common"}, 
                  {Item = "LATRON", Part = "BARREL", Rarity = "Common"}, 
                  {Item = "FORMA", Part = "BLUEPRINT", Rarity = "Uncommon"}, 
                  {Item = "WYRM", Part = "SYSTEMS", Rarity = "Uncommon"}, 
                  {Item = "EMBER", Part = "BLUEPRINT", Rarity = "Rare"}},
        IsVaulted = 0},
    { Tier = "Meso", Name = "F1", 
        Drops = { {Item = "BRONCO", Part = "RECEIVER", Rarity = "Common"}, 
                  {Item = "PARIS", Part = "LOWER LIMB", Rarity = "Common"}, 
                  {Item = "SARYN", Part = "SYSTEMS BLUEPRINT", Rarity = "Common"}, 
                  {Item = "NEKROS", Part = "NEUROPTICS BLUEPRINT", Rarity = "Uncommon"}, 
                  {Item = "DUAL KAMAS", Part = "HANDLE", Rarity = "Uncommon"}, 
                  {Item = "FRAGOR", Part = "BLUEPRINT", Rarity = "Rare"}},
        IsVaulted = 1},
    { Tier = "Meso", Name = "F2", 
        Drops = { {Item = "LATRON", Part = "STOCK", Rarity = "Common"}, 
                  {Item = "EMBER", Part = "CHASSIS BLUEPRINT", Rarity = "Common"}, 
                  {Item = "SICARUS", Part = "BARREL", Rarity = "Common"}, 
                  {Item = "REAPER", Part = "BLADE", Rarity = "Uncommon"}, 
                  {Item = "FORMA", Part = "BLUEPRINT", Rarity = "Uncommon"}, 
                  {Item = "FROST", Part = "BLUEPRINT", Rarity = "Rare"}},
        IsVaulted = 1},
    { Tier = "Meso", Name = "F3", 
        Drops = { {Item = "EMBER", Part = "NEUROPTICS BLUEPRINT", Rarity = "Common"}, 
                  {Item = "LOKI", Part = "BLUEPRINT", Rarity = "Common"}, 
                  {Item = "REAPER", Part = "HANDLE", Rarity = "Common"}, 
                  {Item = "FORMA", Part = "BLUEPRINT", Rarity = "Uncommon"}, 
                  {Item = "GLAIVE", Part = "DISC", Rarity = "Uncommon"}, 
                  {Item = "FROST", Part = "BLUEPRINT", Rarity = "Rare"}},
        IsVaulted = 0},
    { Tier = "Meso", Name = "G1", 
        Drops = { {Item = "BRATON", Part = "BARREL", Rarity = "Common"}, 
                  {Item = "FORMA", Part = "BLUEPRINT", Rarity = "Common"}, 
                  {Item = "VENKA", Part = "BLADE", Rarity = "Common"}, 
                  {Item = "BALLISTICA", Part = "STRING", Rarity = "Uncommon"}, 
                  {Item = "SILVA & AEGIS", Part = "BLADE", Rarity = "Uncommon"}, 
                  {Item = "GALATINE", Part = "BLUEPRINT", Rarity = "Rare"}},
        IsVaulted = 0},
    { Tier = "Meso", Name = "H1", 
        Drops = { {Item = "HYDROID", Part = "CHASSIS BLUEPRINT", Rarity = "Common"}, 
                  {Item = "MIRAGE", Part = "NEUROPTICS BLUEPRINT", Rarity = "Common"}, 
                  {Item = "PARIS", Part = "BLUEPRINT", Rarity = "Common"}, 
                  {Item = "FRAGOR", Part = "BLUEPRINT", Rarity = "Uncommon"}, 
                  {Item = "OBERON", Part = "BLUEPRINT", Rarity = "Uncommon"}, 
                  {Item = "HELIOS", Part = "CEREBRUM", Rarity = "Rare"}},
        IsVaulted = 0},
    { Tier = "Meso", Name = "K1", 
        Drops = { {Item = "CERNOS", Part = "UPPER LIMB", Rarity = "Common"}, 
                  {Item = "NEKROS", Part = "CHASSIS BLUEPRINT", Rarity = "Common"}, 
                  {Item = "ORTHOS", Part = "HANDLE", Rarity = "Common"}, 
                  {Item = "AKSTILETTO", Part = "BARREL", Rarity = "Uncommon"}, 
                  {Item = "TIGRIS", Part = "RECEIVER", Rarity = "Uncommon"}, 
                  {Item = "KOGAKE", Part = "GAUNTLET", Rarity = "Rare"}},
        IsVaulted = 0},
    { Tier = "Meso", Name = "M1", 
        Drops = { {Item = "DAKRA", Part = "HANDLE", Rarity = "Common"}, 
                  {Item = "BOLTOR", Part = "BARREL", Rarity = "Common"}, 
                  {Item = "ANKYROS", Part = "GAUNTLET", Rarity = "Common"}, 
                  {Item = "BOAR", Part = "BARREL", Rarity = "Uncommon"}, 
                  {Item = "RHINO", Part = "CHASSIS BLUEPRINT", Rarity = "Uncommon"}, 
                  {Item = "MAG", Part = "BLUEPRINT", Rarity = "Rare"}},
        IsVaulted = 1},
    { Tier = "Meso", Name = "N1", 
        Drops = { {Item = "FANG", Part = "HANDLE", Rarity = "Common"}, 
                  {Item = "BRATON", Part = "STOCK", Rarity = "Common"}, 
                  {Item = "FANG", Part = "BLUEPRINT", Rarity = "Common"}, 
                  {Item = "FORMA", Part = "BLUEPRINT", Rarity = "Uncommon"}, 
                  {Item = "DUAL KAMAS", Part = "HANDLE", Rarity = "Uncommon"}, 
                  {Item = "NYX", Part = "NEUROPTICS BLUEPRINT", Rarity = "Rare"}},
        IsVaulted = 1},
    { Tier = "Meso", Name = "N2", 
        Drops = { {Item = "HIKOU", Part = "BLUEPRINT", Rarity = "Common"}, 
                  {Item = "BRONCO", Part = "BLUEPRINT", Rarity = "Common"}, 
                  {Item = "FANG", Part = "HANDLE", Rarity = "Common"}, 
                  {Item = "ASH", Part = "NEUROPTICS BLUEPRINT", Rarity = "Uncommon"}, 
                  {Item = "FORMA", Part = "BLUEPRINT", Rarity = "Uncommon"}, 
                  {Item = "VAUBAN", Part = "NEUROPTICS BLUEPRINT", Rarity = "Rare"}},
        IsVaulted = 1},
    { Tier = "Meso", Name = "N3", 
        Drops = { {Item = "BURSTON", Part = "STOCK", Rarity = "Common"}, 
                  {Item = "BRONCO", Part = "BLUEPRINT", Rarity = "Common"}, 
                  {Item = "BRATON", Part = "BARREL", Rarity = "Common"}, 
                  {Item = "EUPHONA", Part = "BARREL", Rarity = "Uncommon"}, 
                  {Item = "CARRIER", Part = "CEREBRUM", Rarity = "Uncommon"}, 
                  {Item = "NEKROS", Part = "BLUEPRINT", Rarity = "Rare"}},
        IsVaulted = 1},
    { Tier = "Meso", Name = "N4", 
        Drops = { {Item = "PARIS", Part = "UPPER LIMB", Rarity = "Common"}, 
                  {Item = "SARYN", Part = "SYSTEMS BLUEPRINT", Rarity = "Common"}, 
                  {Item = "ORTHOS", Part = "HANDLE", Rarity = "Common"}, 
                  {Item = "FORMA", Part = "BLUEPRINT", Rarity = "Uncommon"}, 
                  {Item = "OBERON", Part = "BLUEPRINT", Rarity = "Uncommon"}, 
                  {Item = "NIKANA", Part = "BLADE", Rarity = "Rare"}},
        IsVaulted = 1},
    { Tier = "Meso", Name = "N5", 
        Drops = { {Item = "BRATON", Part = "STOCK", Rarity = "Common"}, 
                  {Item = "FORMA", Part = "BLUEPRINT", Rarity = "Common"}, 
                  {Item = "LEX", Part = "RECEIVER", Rarity = "Common"}, 
                  {Item = "HYDROID", Part = "BLUEPRINT", Rarity = "Uncommon"}, 
                  {Item = "TIGRIS", Part = "RECEIVER", Rarity = "Uncommon"}, 
                  {Item = "NEKROS", Part = "SYSTEMS BLUEPRINT", Rarity = "Rare"}},
        IsVaulted = 0},
    { Tier = "Meso", Name = "O1", 
        Drops = { {Item = "FORMA", Part = "BLUEPRINT", Rarity = "Common"}, 
                  {Item = "AKBRONCO", Part = "BLUEPRINT", Rarity = "Common"}, 
                  {Item = "PARIS", Part = "LOWER LIMB", Rarity = "Common"}, 
                  {Item = "AKSTILETTO", Part = "LINK", Rarity = "Uncommon"}, 
                  {Item = "CERNOS", Part = "STRING", Rarity = "Uncommon"}, 
                  {Item = "OBERON", Part = "NEUROPTICS BLUEPRINT", Rarity = "Rare"}},
        IsVaulted = 0},
    { Tier = "Meso", Name = "S1", 
        Drops = { {Item = "NOVA", Part = "SYSTEMS BLUEPRINT", Rarity = "Common"}, 
                  {Item = "PARIS", Part = "BLUEPRINT", Rarity = "Common"}, 
                  {Item = "TIGRIS", Part = "STOCK", Rarity = "Common"}, 
                  {Item = "PARIS", Part = "UPPER LIMB", Rarity = "Uncommon"}, 
                  {Item = "ODONATA", Part = "BLUEPRINT", Rarity = "Uncommon"}, 
                  {Item = "SOMA", Part = "STOCK", Rarity = "Rare"}},
        IsVaulted = 1},
    { Tier = "Meso", Name = "S2", 
        Drops = { {Item = "PARIS", Part = "STRING", Rarity = "Common"}, 
                  {Item = "BRONCO", Part = "BLUEPRINT", Rarity = "Common"}, 
                  {Item = "GALATINE", Part = "BLADE", Rarity = "Common"}, 
                  {Item = "PARIS", Part = "GRIP", Rarity = "Uncommon"}, 
                  {Item = "FORMA", Part = "BLUEPRINT", Rarity = "Uncommon"}, 
                  {Item = "SARYN", Part = "CHASSIS BLUEPRINT", Rarity = "Rare"}},
        IsVaulted = 1},
    { Tier = "Meso", Name = "S3", 
        Drops = { {Item = "VALKYR", Part = "BLUEPRINT", Rarity = "Common"}, 
                  {Item = "NEKROS", Part = "CHASSIS BLUEPRINT", Rarity = "Common"}, 
                  {Item = "AKBRONCO", Part = "BLUEPRINT", Rarity = "Common"}, 
                  {Item = "ASH", Part = "BLUEPRINT", Rarity = "Uncommon"}, 
                  {Item = "FORMA", Part = "BLUEPRINT", Rarity = "Uncommon"}, 
                  {Item = "SPIRA", Part = "POUCH", Rarity = "Rare"}},
        IsVaulted = 1},
    { Tier = "Meso", Name = "S4", 
        Drops = { {Item = "FANG", Part = "BLUEPRINT", Rarity = "Common"}, 
                  {Item = "BANSHEE", Part = "NEUROPTICS BLUEPRINT", Rarity = "Common"}, 
                  {Item = "GALATINE", Part = "BLADE", Rarity = "Common"}, 
                  {Item = "FANG", Part = "HANDLE", Rarity = "Uncommon"}, 
                  {Item = "TRINITY", Part = "BLUEPRINT", Rarity = "Uncommon"}, 
                  {Item = "SARYN", Part = "BLUEPRINT", Rarity = "Rare"}},
        IsVaulted = 1},
    { Tier = "Meso", Name = "S5", 
        Drops = { {Item = "BURSTON", Part = "STOCK", Rarity = "Common"}, 
                  {Item = "BRATON", Part = "BARREL", Rarity = "Common"}, 
                  {Item = "LEX", Part = "BARREL", Rarity = "Common"}, 
                  {Item = "FORMA", Part = "BLUEPRINT", Rarity = "Uncommon"}, 
                  {Item = "SARYN", Part = "NEUROPTICS BLUEPRINT", Rarity = "Uncommon"}, 
                  {Item = "SYBARIS", Part = "BARREL", Rarity = "Rare"}},
        IsVaulted = 1},
    { Tier = "Meso", Name = "S6", 
        Drops = { {Item = "GALATINE", Part = "BLADE", Rarity = "Common"}, 
                  {Item = "HELIOS", Part = "CARAPACE", Rarity = "Common"}, 
                  {Item = "VALKYR", Part = "BLUEPRINT", Rarity = "Common"}, 
                  {Item = "CERNOS", Part = "STRING", Rarity = "Uncommon"}, 
                  {Item = "TIGRIS", Part = "RECEIVER", Rarity = "Uncommon"}, 
                  {Item = "SPIRA", Part = "BLADE", Rarity = "Rare"}},
        IsVaulted = 1},
    { Tier = "Meso", Name = "V1", 
        Drops = { {Item = "BURSTON", Part = "BLUEPRINT", Rarity = "Common"}, 
                  {Item = "SPIRA", Part = "BLUEPRINT", Rarity = "Common"}, 
                  {Item = "CARRIER", Part = "BLUEPRINT", Rarity = "Common"}, 
                  {Item = "BRATON", Part = "BLUEPRINT", Rarity = "Uncommon"}, 
                  {Item = "FORMA", Part = "BLUEPRINT", Rarity = "Uncommon"}, 
                  {Item = "VECTIS", Part = "RECEIVER", Rarity = "Rare"}},
        IsVaulted = 1},
    { Tier = "Meso", Name = "V2", 
        Drops = { {Item = "VASTO", Part = "RECEIVER", Rarity = "Common"}, 
                  {Item = "PARIS", Part = "BLUEPRINT", Rarity = "Common"}, 
                  {Item = "ASH", Part = "CHASSIS BLUEPRINT", Rarity = "Common"}, 
                  {Item = "FORMA", Part = "BLUEPRINT", Rarity = "Uncommon"}, 
                  {Item = "VOLT", Part = "CHASSIS BLUEPRINT", Rarity = "Uncommon"}, 
                  {Item = "NIKANA", Part = "BLADE", Rarity = "Rare"}},
        IsVaulted = 1},
    { Tier = "Meso", Name = "V3", 
        Drops = { {Item = "CARRIER", Part = "BLUEPRINT", Rarity = "Common"}, 
                  {Item = "FORMA", Part = "BLUEPRINT", Rarity = "Common"}, 
                  {Item = "SPIRA", Part = "BLUEPRINT", Rarity = "Common"}, 
                  {Item = "KAVASA", Part = "BAND", Rarity = "Uncommon"}, 
                  {Item = "VOLT", Part = "CHASSIS BLUEPRINT", Rarity = "Uncommon"}, 
                  {Item = "VALKYR", Part = "SYSTEMS BLUEPRINT", Rarity = "Rare"}},
        IsVaulted = 1},
    { Tier = "Meso", Name = "V4", 
        Drops = { {Item = "CARRIER", Part = "BLUEPRINT", Rarity = "Common"}, 
                  {Item = "LEX", Part = "BARREL", Rarity = "Common"}, 
                  {Item = "FORMA", Part = "BLUEPRINT", Rarity = "Common"}, 
                  {Item = "VALKYR", Part = "NEUROPTICS BLUEPRINT", Rarity = "Uncommon"}, 
                  {Item = "ASH", Part = "NEUROPTICS BLUEPRINT", Rarity = "Uncommon"}, 
                  {Item = "VAUBAN", Part = "CHASSIS BLUEPRINT", Rarity = "Rare"}},
        IsVaulted = 1},
    { Tier = "Meso", Name = "V5", 
        Drops = { {Item = "BRONCO", Part = "BLUEPRINT", Rarity = "Common"}, 
                  {Item = "CERNOS", Part = "GRIP", Rarity = "Common"}, 
                  {Item = "SPIRA", Part = "BLUEPRINT", Rarity = "Common"}, 
                  {Item = "EUPHONA", Part = "BARREL", Rarity = "Uncommon"}, 
                  {Item = "SILVA & AEGIS", Part = "BLUEPRINT", Rarity = "Uncommon"}, 
                  {Item = "VENKA", Part = "GAUNTLET", Rarity = "Rare"}},
        IsVaulted = 1},
    { Tier = "Neo", Name = "A1", 
        Drops = { {Item = "CARRIER", Part = "SYSTEMS", Rarity = "Common"}, 
                  {Item = "BRATON", Part = "BARREL", Rarity = "Common"}, 
                  {Item = "FORMA", Part = "BLUEPRINT", Rarity = "Common"}, 
                  {Item = "CERNOS", Part = "STRING", Rarity = "Uncommon"}, 
                  {Item = "VECTIS", Part = "BLUEPRINT", Rarity = "Uncommon"}, 
                  {Item = "AKSTILETTO", Part = "BLUEPRINT", Rarity = "Rare"}},
        IsVaulted = 1},
    { Tier = "Neo", Name = "B1", 
        Drops = { {Item = "PARIS", Part = "STRING", Rarity = "Common"}, 
                  {Item = "TRINITY", Part = "SYSTEMS BLUEPRINT", Rarity = "Common"}, 
                  {Item = "BRONCO", Part = "RECEIVER", Rarity = "Common"}, 
                  {Item = "VECTIS", Part = "STOCK", Rarity = "Uncommon"}, 
                  {Item = "BURSTON", Part = "BARREL", Rarity = "Uncommon"}, 
                  {Item = "BANSHEE", Part = "CHASSIS BLUEPRINT", Rarity = "Rare"}},
        IsVaulted = 1},
    { Tier = "Neo", Name = "B2", 
        Drops = { {Item = "TIGRIS", Part = "STOCK", Rarity = "Common"}, 
                  {Item = "BRATON", Part = "STOCK", Rarity = "Common"}, 
                  {Item = "FANG", Part = "BLUEPRINT", Rarity = "Common"}, 
                  {Item = "VENKA", Part = "BLUEPRINT", Rarity = "Uncommon"}, 
                  {Item = "FORMA", Part = "BLUEPRINT", Rarity = "Uncommon"}, 
                  {Item = "BANSHEE", Part = "CHASSIS BLUEPRINT", Rarity = "Rare"}},
        IsVaulted = 0},
    { Tier = "Neo", Name = "B3", 
        Drops = { {Item = "BOAR", Part = "BLUEPRINT", Rarity = "Common"}, 
                  {Item = "FORMA", Part = "BLUEPRINT", Rarity = "Common"}, 
                  {Item = "RHINO", Part = "SYSTEMS BLUEPRINT", Rarity = "Common"}, 
                  {Item = "MAG", Part = "CHASSIS BLUEPRINT", Rarity = "Uncommon"}, 
                  {Item = "DAKRA", Part = "BLADE", Rarity = "Uncommon"}, 
                  {Item = "BOLTOR", Part = "BLUEPRINT", Rarity = "Rare"}},
        IsVaulted = 1},
    { Tier = "Neo", Name = "D1", 
        Drops = { {Item = "MAG", Part = "SYSTEMS BLUEPRINT", Rarity = "Common"}, 
                  {Item = "VASTO", Part = "BARREL", Rarity = "Common"}, 
                  {Item = "BOAR", Part = "BLUEPRINT", Rarity = "Common"}, 
                  {Item = "TRINITY", Part = "NEUROPTICS BLUEPRINT", Rarity = "Uncommon"}, 
                  {Item = "FORMA", Part = "BLUEPRINT", Rarity = "Uncommon"}, 
                  {Item = "DAKRA", Part = "BLADE", Rarity = "Rare"}},
        IsVaulted = 1},
    { Tier = "Neo", Name = "E1", 
        Drops = { {Item = "FROST", Part = "NEUROPTICS BLUEPRINT", Rarity = "Common"}, 
                  {Item = "LOKI", Part = "NEUROPTICS BLUEPRINT", Rarity = "Common"}, 
                  {Item = "WYRM", Part = "BLUEPRINT", Rarity = "Common"}, 
                  {Item = "FORMA", Part = "BLUEPRINT", Rarity = "Uncommon"}, 
                  {Item = "REAPER", Part = "BLADE", Rarity = "Uncommon"}, 
                  {Item = "EMBER", Part = "BLUEPRINT", Rarity = "Rare"}},
        IsVaulted = 0},
    { Tier = "Neo", Name = "F1", 
        Drops = { {Item = "EMBER", Part = "CHASSIS BLUEPRINT", Rarity = "Common"}, 
                  {Item = "SICARUS", Part = "BARREL", Rarity = "Common"}, 
                  {Item = "SICARUS", Part = "BLUEPRINT", Rarity = "Common"}, 
                  {Item = "BO", Part = "HANDLE", Rarity = "Uncommon"}, 
                  {Item = "FORMA", Part = "BLUEPRINT", Rarity = "Uncommon"}, 
                  {Item = "FROST", Part = "BLUEPRINT", Rarity = "Rare"}},
        IsVaulted = 0},
    { Tier = "Neo", Name = "H1", 
        Drops = { {Item = "BURSTON", Part = "RECEIVER", Rarity = "Common"}, 
                  {Item = "FRAGOR", Part = "HEAD", Rarity = "Common"}, 
                  {Item = "ORTHOS", Part = "HANDLE", Rarity = "Common"}, 
                  {Item = "BANSHEE", Part = "BLUEPRINT", Rarity = "Uncommon"}, 
                  {Item = "TIGRIS", Part = "BARREL", Rarity = "Uncommon"}, 
                  {Item = "HYDROID", Part = "SYSTEMS BLUEPRINT", Rarity = "Rare"}},
        IsVaulted = 1},
    { Tier = "Neo", Name = "K1", 
        Drops = { {Item = "ODONATA", Part = "HARNESS BLUEPRINT", Rarity = "Common"}, 
                  {Item = "BURSTON", Part = "STOCK", Rarity = "Common"}, 
                  {Item = "FANG", Part = "BLUEPRINT", Rarity = "Common"}, 
                  {Item = "TRINITY", Part = "BLUEPRINT", Rarity = "Uncommon"}, 
                  {Item = "TIGRIS", Part = "BARREL", Rarity = "Uncommon"}, 
                  {Item = "KAVASA", Part = "BLADE", Rarity = "Rare"}},
        IsVaulted = 0},
    { Tier = "Neo", Name = "M1", 
        Drops = { {Item = "AKBOLTO", Part = "BLUEPRINT", Rarity = "Common"}, 
                  {Item = "BRONCO", Part = "BLUEPRINT", Rarity = "Common"}, 
                  {Item = "PARIS", Part = "STRING", Rarity = "Common"}, 
                  {Item = "EUPHONA", Part = "BARREL", Rarity = "Uncommon"}, 
                  {Item = "HELIOS", Part = "BLUEPRINT", Rarity = "Uncommon"}, 
                  {Item = "MIRAGE", Part = "BLUEPRINT", Rarity = "Rare"}},
        IsVaulted = 0},
    { Tier = "Neo", Name = "N1", 
        Drops = { {Item = "HIKOU", Part = "STARS", Rarity = "Common"}, 
                  {Item = "VECTIS", Part = "BARREL", Rarity = "Common"}, 
                  {Item = "FORMA", Part = "BLUEPRINT", Rarity = "Common"}, 
                  {Item = "SOMA", Part = "RECEIVER", Rarity = "Uncommon"}, 
                  {Item = "KAVASA", Part = "COLLAR BLUEPRINT", Rarity = "Uncommon"}, 
                  {Item = "NYX", Part = "CHASSIS BLUEPRINT", Rarity = "Rare"}},
        IsVaulted = 1},
    { Tier = "Neo", Name = "N2", 
        Drops = { {Item = "LEX", Part = "BLUEPRINT", Rarity = "Common"}, 
                  {Item = "FANG", Part = "BLUEPRINT", Rarity = "Common"}, 
                  {Item = "VASTO", Part = "BARREL", Rarity = "Common"}, 
                  {Item = "FORMA", Part = "BLUEPRINT", Rarity = "Uncommon"}, 
                  {Item = "NOVA", Part = "BLUEPRINT", Rarity = "Uncommon"}, 
                  {Item = "VAUBAN", Part = "SYSTEMS BLUEPRINT", Rarity = "Rare"}},
        IsVaulted = 1},
    { Tier = "Neo", Name = "N3", 
        Drops = { {Item = "LEX", Part = "BARREL", Rarity = "Common"}, 
                  {Item = "ODONATA", Part = "SYSTEMS BLUEPRINT", Rarity = "Common"}, 
                  {Item = "PARIS", Part = "STRING", Rarity = "Common"}, 
                  {Item = "FANG", Part = "HANDLE", Rarity = "Uncommon"}, 
                  {Item = "ASH", Part = "NEUROPTICS BLUEPRINT", Rarity = "Uncommon"}, 
                  {Item = "NEKROS", Part = "SYSTEMS BLUEPRINT", Rarity = "Rare"}},
        IsVaulted = 1},
    { Tier = "Neo", Name = "N4", 
        Drops = { {Item = "PARIS", Part = "STRING", Rarity = "Common"}, 
                  {Item = "ASH", Part = "CHASSIS BLUEPRINT", Rarity = "Common"}, 
                  {Item = "BRATON", Part = "STOCK", Rarity = "Common"}, 
                  {Item = "FORMA", Part = "BLUEPRINT", Rarity = "Uncommon"}, 
                  {Item = "VENKA", Part = "BLUEPRINT", Rarity = "Uncommon"}, 
                  {Item = "NIKANA", Part = "BLADE", Rarity = "Rare"}},
        IsVaulted = 1},
    { Tier = "Neo", Name = "N5", 
        Drops = { {Item = "SARYN", Part = "SYSTEMS BLUEPRINT", Rarity = "Common"}, 
                  {Item = "FORMA", Part = "BLUEPRINT", Rarity = "Common"}, 
                  {Item = "HELIOS", Part = "CARAPACE", Rarity = "Common"}, 
                  {Item = "ASH", Part = "SYSTEMS BLUEPRINT", Rarity = "Uncommon"}, 
                  {Item = "AKSTILETTO", Part = "LINK", Rarity = "Uncommon"}, 
                  {Item = "NIKANA", Part = "BLUEPRINT", Rarity = "Rare"}},
        IsVaulted = 1},
    { Tier = "Neo", Name = "N6", 
        Drops = { {Item = "BRONCO", Part = "RECEIVER", Rarity = "Common"}, 
                  {Item = "GALATINE", Part = "BLADE", Rarity = "Common"}, 
                  {Item = "CERNOS", Part = "UPPER LIMB", Rarity = "Common"}, 
                  {Item = "SYBARIS", Part = "RECEIVER", Rarity = "Uncommon"}, 
                  {Item = "TRINITY", Part = "BLUEPRINT", Rarity = "Uncommon"}, 
                  {Item = "NIKANA", Part = "HILT", Rarity = "Rare"}},
        IsVaulted = 1},
    { Tier = "Neo", Name = "N7", 
        Drops = { {Item = "TRINITY", Part = "NEUROPTICS BLUEPRINT", Rarity = "Common"}, 
                  {Item = "EUPHONA", Part = "BLUEPRINT", Rarity = "Common"}, 
                  {Item = "VENKA", Part = "BLADE", Rarity = "Common"}, 
                  {Item = "BANSHEE", Part = "BLUEPRINT", Rarity = "Uncommon"}, 
                  {Item = "VALKYR", Part = "NEUROPTICS BLUEPRINT", Rarity = "Uncommon"}, 
                  {Item = "NEKROS", Part = "SYSTEMS BLUEPRINT", Rarity = "Rare"}},
        IsVaulted = 1},
    { Tier = "Neo", Name = "O1", 
        Drops = { {Item = "FORMA", Part = "BLUEPRINT", Rarity = "Common"}, 
                  {Item = "ODONATA", Part = "HARNESS BLUEPRINT", Rarity = "Common"}, 
                  {Item = "VOLT", Part = "BLUEPRINT", Rarity = "Common"}, 
                  {Item = "AKLEX", Part = "BLUEPRINT", Rarity = "Uncommon"}, 
                  {Item = "VOLT", Part = "SYSTEMS BLUEPRINT", Rarity = "Uncommon"}, 
                  {Item = "ODONATA", Part = "WINGS BLUEPRINT", Rarity = "Rare"}},
        IsBaro = 1},
    { Tier = "Neo", Name = "S1", 
        Drops = { {Item = "CARRIER", Part = "CARAPACE", Rarity = "Common"}, 
                  {Item = "LEX", Part = "BARREL", Rarity = "Common"}, 
                  {Item = "SOMA", Part = "BLUEPRINT", Rarity = "Common"}, 
                  {Item = "TRINITY", Part = "CHASSIS BLUEPRINT", Rarity = "Uncommon"}, 
                  {Item = "FORMA", Part = "BLUEPRINT", Rarity = "Uncommon"}, 
                  {Item = "SARYN", Part = "BLUEPRINT", Rarity = "Rare"}},
        IsVaulted = 1},
    { Tier = "Neo", Name = "S2", 
        Drops = { {Item = "BURSTON", Part = "STOCK", Rarity = "Common"}, 
                  {Item = "PARIS", Part = "LOWER LIMB", Rarity = "Common"}, 
                  {Item = "NOVA", Part = "SYSTEMS BLUEPRINT", Rarity = "Common"}, 
                  {Item = "NYX", Part = "SYSTEMS BLUEPRINT", Rarity = "Uncommon"}, 
                  {Item = "PARIS", Part = "UPPER LIMB", Rarity = "Uncommon"}, 
                  {Item = "SARYN", Part = "CHASSIS BLUEPRINT", Rarity = "Rare"}},
        IsVaulted = 1},
    { Tier = "Neo", Name = "S3", 
        Drops = { {Item = "SOMA", Part = "BARREL", Rarity = "Common"}, 
                  {Item = "CARRIER", Part = "BLUEPRINT", Rarity = "Common"}, 
                  {Item = "BURSTON", Part = "RECEIVER", Rarity = "Common"}, 
                  {Item = "FORMA", Part = "BLUEPRINT", Rarity = "Uncommon"}, 
                  {Item = "VASTO", Part = "BLUEPRINT", Rarity = "Uncommon"}, 
                  {Item = "SPIRA", Part = "BLADE", Rarity = "Rare"}},
        IsVaulted = 1},
    { Tier = "Neo", Name = "S5", 
        Drops = { {Item = "LATRON", Part = "RECEIVER", Rarity = "Common"}, 
                  {Item = "EMBER", Part = "NEUROPTICS BLUEPRINT", Rarity = "Common"}, 
                  {Item = "REAPER", Part = "BLUEPRINT", Rarity = "Common"}, 
                  {Item = "GLAIVE", Part = "DISC", Rarity = "Uncommon"}, 
                  {Item = "FROST", Part = "SYSTEMS BLUEPRINT", Rarity = "Uncommon"}, 
                  {Item = "SICARUS", Part = "RECEIVER", Rarity = "Rare"}},
        IsVaulted = 1},
    { Tier = "Neo", Name = "S6", 
        Drops = { {Item = "BURSTON", Part = "BLUEPRINT", Rarity = "Common"}, 
                  {Item = "FORMA", Part = "BLUEPRINT", Rarity = "Common"}, 
                  {Item = "TRINITY", Part = "NEUROPTICS BLUEPRINT", Rarity = "Common"}, 
                  {Item = "TIGRIS", Part = "RECEIVER", Rarity = "Uncommon"}, 
                  {Item = "KAVASA", Part = "BUCKLE", Rarity = "Uncommon"}, 
                  {Item = "SILVA & AEGIS", Part = "GUARD", Rarity = "Rare"}},
        IsVaulted = 1},
    { Tier = "Neo", Name = "S7", 
        Drops = { {Item = "BANSHEE", Part = "NEUROPTICS BLUEPRINT", Rarity = "Common"}, 
                  {Item = "FANG", Part = "BLADE", Rarity = "Common"}, 
                  {Item = "HELIOS", Part = "CARAPACE", Rarity = "Common"}, 
                  {Item = "BALLISTICA", Part = "RECEIVER", Rarity = "Uncommon"}, 
                  {Item = "SYBARIS", Part = "RECEIVER", Rarity = "Uncommon"}, 
                  {Item = "SILVA & AEGIS", Part = "GUARD", Rarity = "Rare"}},
        IsVaulted = 0},
    { Tier = "Neo", Name = "S8", 
        Drops = { {Item = "BRONCO", Part = "RECEIVER", Rarity = "Common"}, 
                  {Item = "FORMA", Part = "BLUEPRINT", Rarity = "Common"}, 
                  {Item = "HYDROID", Part = "CHASSIS BLUEPRINT", Rarity = "Common"}, 
                  {Item = "FRAGOR", Part = "BLUEPRINT", Rarity = "Uncommon"}, 
                  {Item = "NIKANA", Part = "BLUEPRINT", Rarity = "Uncommon"}, 
                  {Item = "SPIRA", Part = "POUCH", Rarity = "Rare"}},
        IsVaulted = 1},
    { Tier = "Neo", Name = "T1", 
        Drops = { {Item = "FORMA", Part = "BLUEPRINT", Rarity = "Common"}, 
                  {Item = "DUAL KAMAS", Part = "BLUEPRINT", Rarity = "Common"}, 
                  {Item = "BURSTON", Part = "BLUEPRINT", Rarity = "Common"}, 
                  {Item = "BANSHEE", Part = "BLUEPRINT", Rarity = "Uncommon"}, 
                  {Item = "FRAGOR", Part = "HANDLE", Rarity = "Uncommon"}, 
                  {Item = "TIGRIS", Part = "BLUEPRINT", Rarity = "Rare"}},
        IsVaulted = 1},
    { Tier = "Neo", Name = "V1", 
        Drops = { {Item = "NYX", Part = "BLUEPRINT", Rarity = "Common"}, 
                  {Item = "FORMA", Part = "BLUEPRINT", Rarity = "Common"}, 
                  {Item = "DUAL KAMAS", Part = "BLUEPRINT", Rarity = "Common"}, 
                  {Item = "BRONCO", Part = "BARREL", Rarity = "Uncommon"}, 
                  {Item = "VOLT", Part = "BLUEPRINT", Rarity = "Uncommon"}, 
                  {Item = "NOVA", Part = "CHASSIS BLUEPRINT", Rarity = "Rare"}},
        IsVaulted = 1},
    { Tier = "Neo", Name = "V2", 
        Drops = { {Item = "FANG", Part = "HANDLE", Rarity = "Common"}, 
                  {Item = "BRATON", Part = "STOCK", Rarity = "Common"}, 
                  {Item = "GALATINE", Part = "BLADE", Rarity = "Common"}, 
                  {Item = "GALATINE", Part = "HANDLE", Rarity = "Uncommon"}, 
                  {Item = "FORMA", Part = "BLUEPRINT", Rarity = "Uncommon"}, 
                  {Item = "VAUBAN", Part = "BLUEPRINT", Rarity = "Rare"}},
        IsVaulted = 0},
    { Tier = "Neo", Name = "V3", 
        Drops = { {Item = "GALATINE", Part = "BLADE", Rarity = "Common"}, 
                  {Item = "PARIS", Part = "STRING", Rarity = "Common"}, 
                  {Item = "CARRIER", Part = "SYSTEMS", Rarity = "Common"}, 
                  {Item = "TIGRIS", Part = "RECEIVER", Rarity = "Uncommon"}, 
                  {Item = "FORMA", Part = "BLUEPRINT", Rarity = "Uncommon"}, 
                  {Item = "VAUBAN", Part = "NEUROPTICS BLUEPRINT", Rarity = "Rare"}},
        IsVaulted = 1},
    { Tier = "Neo", Name = "V4", 
        Drops = { {Item = "CERNOS", Part = "GRIP", Rarity = "Common"}, 
                  {Item = "TIGRIS", Part = "STOCK", Rarity = "Common"}, 
                  {Item = "BRONCO", Part = "RECEIVER", Rarity = "Common"}, 
                  {Item = "SARYN", Part = "NEUROPTICS BLUEPRINT", Rarity = "Uncommon"}, 
                  {Item = "ASH", Part = "NEUROPTICS BLUEPRINT", Rarity = "Uncommon"}, 
                  {Item = "VENKA", Part = "GAUNTLET", Rarity = "Rare"}},
        IsVaulted = 1},
    { Tier = "Neo", Name = "V5", 
        Drops = { {Item = "HELIOS", Part = "CARAPACE", Rarity = "Common"}, 
                  {Item = "PARIS", Part = "STRING", Rarity = "Common"}, 
                  {Item = "SILVA & AEGIS", Part = "HILT", Rarity = "Common"}, 
                  {Item = "FORMA", Part = "BLUEPRINT", Rarity = "Uncommon"}, 
                  {Item = "BURSTON", Part = "BARREL", Rarity = "Uncommon"}, 
                  {Item = "VAUBAN", Part = "NEUROPTICS BLUEPRINT", Rarity = "Rare"}},
        IsVaulted = 0},
    { Tier = "Neo", Name = "V6", 
        Drops = { {Item = "BURSTON", Part = "STOCK", Rarity = "Common"}, 
                  {Item = "CERNOS", Part = "GRIP", Rarity = "Common"}, 
                  {Item = "FORMA", Part = "BLUEPRINT", Rarity = "Common"}, 
                  {Item = "FRAGOR", Part = "HANDLE", Rarity = "Uncommon"}, 
                  {Item = "MIRAGE", Part = "SYSTEMS BLUEPRINT", Rarity = "Uncommon"}, 
                  {Item = "VAUBAN", Part = "CHASSIS BLUEPRINT", Rarity = "Rare"}},
        IsVaulted = 0},
    { Tier = "Neo", Name = "Z1", 
        Drops = { {Item = "ORTHOS", Part = "HANDLE", Rarity = "Common"}, 
                  {Item = "NEKROS", Part = "CHASSIS", Rarity = "Common"}, 
                  {Item = "PARIS", Part = "BLUEPRINT", Rarity = "Common"}, 
                  {Item = "FORMA", Part = "BLUEPRINT", Rarity = "Uncommon"}, 
                  {Item = "GALATINE", Part = "HANDLE", Rarity = "Uncommon"}, 
                  {Item = "ZEPHYR", Part = "BLUEPRINT", Rarity = "Rare"}},
        IsVaulted = 0},
    { Tier = "Axi", Name = "A1", 
        Drops = { {Item = "TRINITY", Part = "SYSTEMS BLUEPRINT", Rarity = "Common"}, 
                  {Item = "FRAGOR", Part = "HEAD", Rarity = "Common"}, 
                  {Item = "BRATON", Part = "STOCK", Rarity = "Common"}, 
                  {Item = "AKSTILETTO", Part = "BARREL", Rarity = "Uncommon"}, 
                  {Item = "DUAL KAMAS", Part = "HANDLE", Rarity = "Uncommon"}, 
                  {Item = "NIKANA", Part = "BLUEPRINT", Rarity = "Rare"}},
        IsVaulted = 1},
    { Tier = "Axi", Name = "A2", 
        Drops = { {Item = "LEX", Part = "RECEIVER", Rarity = "Common"}, 
                  {Item = "FORMA", Part = "BLUEPRINT", Rarity = "Common"}, 
                  {Item = "LEX", Part = "BARREL", Rarity = "Common"}, 
                  {Item = "AKLEX", Part = "BLUEPRINT", Rarity = "Uncommon"}, 
                  {Item = "LEX", Part = "BLUEPRINT", Rarity = "Uncommon"}, 
                  {Item = "AKLEX", Part = "LINK", Rarity = "Rare"}},
        IsBaro = 1},
    { Tier = "Axi", Name = "A3", 
        Drops = { {Item = "BRATON", Part = "BARREL", Rarity = "Common"}, 
                  {Item = "HELIOS", Part = "CARAPACE", Rarity = "Common"}, 
                  {Item = "KOGAKE", Part = "BOOT", Rarity = "Common"}, 
                  {Item = "CERNOS", Part = "STRING", Rarity = "Uncommon"}, 
                  {Item = "HYDROID", Part = "NEUROPTICS BLUEPRINT", Rarity = "Uncommon"}, 
                  {Item = "AKBOLTO", Part = "RECEIVER", Rarity = "Rare"}},
        IsVaulted = 0},
    { Tier = "Axi", Name = "B1", 
        Drops = { {Item = "EUPHONA", Part = "BLUEPRINT", Rarity = "Common"}, 
                  {Item = "ASH", Part = "CHASSIS BLUEPRINT", Rarity = "Common"}, 
                  {Item = "FANG", Part = "BLADE", Rarity = "Common"}, 
                  {Item = "CERNOS", Part = "BLUEPRINT", Rarity = "Uncommon"}, 
                  {Item = "KAVASA", Part = "BUCKLE", Rarity = "Uncommon"}, 
                  {Item = "BANSHEE", Part = "SYSTEMS BLUEPRINT", Rarity = "Rare"}},
        IsVaulted = 1},
    { Tier = "Axi", Name = "B2", 
        Drops = { {Item = "FRAGOR", Part = "HEAD", Rarity = "Common"}, 
                  {Item = "SYBARIS", Part = "BLUEPRINT", Rarity = "Common"}, 
                  {Item = "FANG", Part = "BLADE", Rarity = "Common"}, 
                  {Item = "FORMA", Part = "BLUEPRINT", Rarity = "Uncommon"}, 
                  {Item = "ORTHOS", Part = "BLUEPRINT", Rarity = "Uncommon"}, 
                  {Item = "BANSHEE", Part = "SYSTEMS BLUEPRINT", Rarity = "Rare"}},
        IsVaulted = 0},
    { Tier = "Axi", Name = "C1", 
        Drops = { {Item = "TRINITY", Part = "NEUROPTICS BLUEPRINT", Rarity = "Common"}, 
                  {Item = "VECTIS", Part = "BARREL", Rarity = "Common"}, 
                  {Item = "LEX", Part = "RECEIVER", Rarity = "Common"}, 
                  {Item = "ORTHOS", Part = "BLUEPRINT", Rarity = "Uncommon"}, 
                  {Item = "FORMA", Part = "BLUEPRINT", Rarity = "Uncommon"}, 
                  {Item = "CERNOS", Part = "LOWER LIMB", Rarity = "Rare"}},
        IsVaulted = 1},
    { Tier = "Axi", Name = "C2", 
        Drops = { {Item = "FORMA", Part = "BLUEPRINT", Rarity = "Common"}, 
                  {Item = "TRINITY", Part = "SYSTEMS BLUEPRINT", Rarity = "Common"}, 
                  {Item = "BRATON", Part = "BLUEPRINT", Rarity = "Common"}, 
                  {Item = "SILVA & AEGIS", Part = "BLADE", Rarity = "Uncommon"}, 
                  {Item = "FRAGOR", Part = "HANDLE", Rarity = "Uncommon"}, 
                  {Item = "CERNOS", Part = "LOWER LIMB", Rarity = "Rare"}},
        IsVaulted = 1},
    { Tier = "Axi", Name = "E1", 
        Drops = { {Item = "LATRON", Part = "BARREL", Rarity = "Common"}, 
                  {Item = "SICARUS", Part = "BLUEPRINT", Rarity = "Common"}, 
                  {Item = "FROST", Part = "NEUROPTICS BLUEPRINT", Rarity = "Common"}, 
                  {Item = "GLAIVE", Part = "BLADE", Rarity = "Uncommon"}, 
                  {Item = "FORMA", Part = "BLUEPRINT", Rarity = "Uncommon"}, 
                  {Item = "EMBER", Part = "BLUEPRINT", Rarity = "Rare"}},
        IsVaulted = 1},
    { Tier = "Axi", Name = "E2", 
        Drops = { {Item = "PARIS", Part = "BLUEPRINT", Rarity = "Common"}, 
                  {Item = "LEX", Part = "RECEIVER", Rarity = "Common"}, 
                  {Item = "BRATON", Part = "STOCK", Rarity = "Common"}, 
                  {Item = "BRONCO", Part = "BARREL", Rarity = "Uncommon"}, 
                  {Item = "FORMA", Part = "BLUEPRINT", Rarity = "Uncommon"}, 
                  {Item = "EUPHONA", Part = "RECEIVER", Rarity = "Rare"}},
        IsVaulted = 0},
    { Tier = "Axi", Name = "G1", 
        Drops = { {Item = "NEKROS", Part = "CHASSIS BLUEPRINT", Rarity = "Common"}, 
                  {Item = "SARYN", Part = "SYSTEMS BLUEPRINT", Rarity = "Common"}, 
                  {Item = "PARIS", Part = "BLUEPRINT", Rarity = "Common"}, 
                  {Item = "KAVASA", Part = "COLLAR BLUEPRINT", Rarity = "Uncommon"}, 
                  {Item = "FORMA", Part = "BLUEPRINT", Rarity = "Uncommon"}, 
                  {Item = "GALATINE", Part = "BLUEPRINT", Rarity = "Rare"}},
        IsVaulted = 1},
    { Tier = "Axi", Name = "H1", 
        Drops = { {Item = "FORMA", Part = "BLUEPRINT", Rarity = "Common"}, 
                  {Item = "FRAGOR", Part = "HEAD", Rarity = "Common"}, 
                  {Item = "VECTIS", Part = "BARREL", Rarity = "Common"}, 
                  {Item = "AKSTILETTO", Part = "RECEIVER", Rarity = "Uncommon"}, 
                  {Item = "TRINITY", Part = "CHASSIS BLUEPRINT", Rarity = "Uncommon"}, 
                  {Item = "HELIOS", Part = "CEREBRUM", Rarity = "Rare"}},
        IsVaulted = 1},
    { Tier = "Axi", Name = "H2", 
        Drops = { {Item = "OBERON", Part = "CHASSIS BLUEPRINT", Rarity = "Common"}, 
                  {Item = "LEX", Part = "RECEIVER", Rarity = "Common"}, 
                  {Item = "FANG", Part = "HANDLE", Rarity = "Common"}, 
                  {Item = "TRINITY", Part = "CHASSIS BLUEPRINT", Rarity = "Uncommon"}, 
                  {Item = "AKSTILETTO", Part = "BARREL", Rarity = "Uncommon"}, 
                  {Item = "HELIOS", Part = "CEREBRUM", Rarity = "Rare"}},
        IsVaulted = 1},
    { Tier = "Axi", Name = "K1", 
        Drops = { {Item = "ODONATA", Part = "HARNESS BLUEPRINT", Rarity = "Common"}, 
                  {Item = "HIKOU", Part = "POUCH", Rarity = "Common"}, 
                  {Item = "LEX", Part = "BARREL", Rarity = "Common"}, 
                  {Item = "FORMA", Part = "BLUEPRINT", Rarity = "Uncommon"}, 
                  {Item = "AKSTILETTO", Part = "RECEIVER", Rarity = "Uncommon"}, 
                  {Item = "KAVASA", Part = "BUCKLE", Rarity = "Rare"}},
        IsVaulted = 1},
    { Tier = "Axi", Name = "L1", 
        Drops = { {Item = "LATRON", Part = "BLUEPRINT", Rarity = "Common"}, 
                  {Item = "REAPER", Part = "BLUEPRINT", Rarity = "Common"}, 
                  {Item = "WYRM", Part = "CARAPACE", Rarity = "Common"}, 
                  {Item = "FORMA", Part = "BLUEPRINT", Rarity = "Uncommon"}, 
                  {Item = "GLAIVE", Part = "BLADE", Rarity = "Uncommon"}, 
                  {Item = "LOKI", Part = "SYSTEMS BLUEPRINT", Rarity = "Rare"}},
        IsVaulted = 0},
    { Tier = "Axi", Name = "N1", 
        Drops = { {Item = "BRATON", Part = "BLUEPRINT", Rarity = "Common"}, 
                  {Item = "FORMA", Part = "BLUEPRINT", Rarity = "Common"}, 
                  {Item = "FANG", Part = "BLADE", Rarity = "Common"}, 
                  {Item = "AKSTILETTO", Part = "LINK", Rarity = "Uncommon"}, 
                  {Item = "ODONATA", Part = "WINGS BLUEPRINT", Rarity = "Uncommon"}, 
                  {Item = "ASH", Part = "SYSTEMS BLUEPRINT", Rarity = "Rare"}},
        IsVaulted = 1},
    { Tier = "Axi", Name = "N2", 
        Drops = { {Item = "CARRIER", Part = "CARAPACE", Rarity = "Common"}, 
                  {Item = "LEX", Part = "RECEIVER", Rarity = "Common"}, 
                  {Item = "BRONCO", Part = "BLUEPRINT", Rarity = "Common"}, 
                  {Item = "FORMA", Part = "BLUEPRINT", Rarity = "Uncommon"}, 
                  {Item = "ASH", Part = "NEUROPTICS BLUEPRINT", Rarity = "Uncommon"}, 
                  {Item = "NIKANA", Part = "HILT", Rarity = "Rare"}},
        IsVaulted = 1},
    { Tier = "Axi", Name = "N3", 
        Drops = { {Item = "PARIS", Part = "UPPER LIMB", Rarity = "Common"}, 
                  {Item = "DUAL KAMAS", Part = "BLUEPRINT", Rarity = "Common"}, 
                  {Item = "FORMA", Part = "BLUEPRINT", Rarity = "Common"}, 
                  {Item = "VOLT", Part = "BLUEPRINT", Rarity = "Uncommon"}, 
                  {Item = "BRONCO", Part = "BARREL", Rarity = "Uncommon"}, 
                  {Item = "NEKROS", Part = "BLUEPRINT", Rarity = "Rare"}},
        IsVaulted = 1},
    { Tier = "Axi", Name = "N4", 
        Drops = { {Item = "CERNOS", Part = "UPPER LIMB", Rarity = "Common"}, 
                  {Item = "GALATINE", Part = "BLADE", Rarity = "Common"}, 
                  {Item = "NEKROS", Part = "CHASSIS BLUEPRINT", Rarity = "Common"}, 
                  {Item = "FRAGOR", Part = "HANDLE", Rarity = "Uncommon"}, 
                  {Item = "HYDROID", Part = "NEUROPTICS BLUEPRINT", Rarity = "Uncommon"}, 
                  {Item = "NIKANA", Part = "HILT", Rarity = "Rare"}},
        IsVaulted = 1},
    { Tier = "Axi", Name = "N5", 
        Drops = { {Item = "EUPHONA", Part = "BLUEPRINT", Rarity = "Common"}, 
                  {Item = "LEX", Part = "BARREL", Rarity = "Common"}, 
                  {Item = "OBERON", Part = "CHASSIS BLUEPRINT", Rarity = "Common"}, 
                  {Item = "HELIOS", Part = "SYSTEMS", Rarity = "Uncommon"}, 
                  {Item = "NEKROS", Part = "NEUROPTICS BLUEPRINT", Rarity = "Uncommon"}, 
                  {Item = "NAMI SKYLA", Part = "BLADE", Rarity = "Rare"}},
        IsVaulted = 0},
    { Tier = "Axi", Name = "O1", 
        Drops = { {Item = "EUPHONA", Part = "BLUEPRINT", Rarity = "Common"}, 
                  {Item = "PARIS", Part = "BLUEPRINT", Rarity = "Common"}, 
                  {Item = "FORMA", Part = "BLUEPRINT", Rarity = "Common"}, 
                  {Item = "AKSTILETTO", Part = "RECEIVER", Rarity = "Uncommon"}, 
                  {Item = "GALATINE", Part = "HANDLE", Rarity = "Uncommon"}, 
                  {Item = "OBERON", Part = "SYSTEMS BLUEPRINT", Rarity = "Rare"}},
        IsVaulted = 0},
    { Tier = "Axi", Name = "R1", 
        Drops = { {Item = "BOLTOR", Part = "STOCK", Rarity = "Common"}, 
                  {Item = "MAG", Part = "SYSTEMS BLUEPRINT", Rarity = "Common"}, 
                  {Item = "BOAR", Part = "RECEIVER", Rarity = "Common"}, 
                  {Item = "DAKRA", Part = "BLUEPRINT", Rarity = "Uncommon"}, 
                  {Item = "ANKYROS", Part = "BLADE", Rarity = "Uncommon"}, 
                  {Item = "RHINO", Part = "BLUEPRINT", Rarity = "Rare"}},
        IsVaulted = 1},
    { Tier = "Axi", Name = "S1", 
        Drops = { {Item = "FORMA", Part = "BLUEPRINT", Rarity = "Common"}, 
                  {Item = "BRONCO", Part = "RECEIVER", Rarity = "Common"}, 
                  {Item = "BRONCO", Part = "BLUEPRINT", Rarity = "Common"}, 
                  {Item = "AKBRONCO", Part = "LINK", Rarity = "Uncommon"}, 
                  {Item = "TRINITY", Part = "BLUEPRINT", Rarity = "Uncommon"}, 
                  {Item = "SCINDO", Part = "BLADE", Rarity = "Rare"}},
        IsVaulted = 1},
    { Tier = "Axi", Name = "S2", 
        Drops = { {Item = "LATRON", Part = "RECEIVER", Rarity = "Common"}, 
                  {Item = "LOKI", Part = "BLUEPRINT", Rarity = "Common"}, 
                  {Item = "WYRM", Part = "BLUEPRINT", Rarity = "Common"}, 
                  {Item = "EMBER", Part = "SYSTEMS BLUEPRINT", Rarity = "Uncommon"}, 
                  {Item = "FORMA", Part = "BLUEPRINT", Rarity = "Uncommon"}, 
                  {Item = "SICARUS", Part = "RECEIVER", Rarity = "Rare"}},
        IsVaulted = 0},
    { Tier = "Axi", Name = "T1", 
        Drops = { {Item = "VECTIS", Part = "BARREL", Rarity = "Common"}, 
                  {Item = "ODONATA", Part = "HARNESS BLUEPRINT", Rarity = "Common"}, 
                  {Item = "SARYN", Part = "SYSTEMS BLUEPRINT", Rarity = "Common"}, 
                  {Item = "AKSTILETTO", Part = "RECEIVER", Rarity = "Uncommon"}, 
                  {Item = "BURSTON", Part = "BARREL", Rarity = "Uncommon"}, 
                  {Item = "TIGRIS", Part = "BLUEPRINT", Rarity = "Rare"}},
        IsVaulted = 1},
    { Tier = "Axi", Name = "V1", 
        Drops = { {Item = "ODONATA", Part = "SYSTEMS BLUEPRINT", Rarity = "Common"}, 
                  {Item = "CARRIER", Part = "SYSTEMS", Rarity = "Common"}, 
                  {Item = "DUAL KAMAS", Part = "BLUEPRINT", Rarity = "Common"}, 
                  {Item = "VOLT", Part = "NEUROPTICS BLUEPRINT", Rarity = "Uncommon"}, 
                  {Item = "FORMA", Part = "BLUEPRINT", Rarity = "Uncommon"}, 
                  {Item = "VAUBAN", Part = "CHASSIS BLUEPRINT", Rarity = "Rare"}},
        IsVaulted = 1},
    { Tier = "Axi", Name = "V2", 
        Drops = { {Item = "HIKOU", Part = "POUCH", Rarity = "Common"}, 
                  {Item = "TRINITY", Part = "SYSTEMS BLUEPRINT", Rarity = "Common"}, 
                  {Item = "MAG", Part = "NEUROPTICS BLUEPRINT", Rarity = "Common"}, 
                  {Item = "BRATON", Part = "RECEIVER", Rarity = "Uncommon"}, 
                  {Item = "BOAR", Part = "BARREL", Rarity = "Uncommon"}, 
                  {Item = "VECTIS", Part = "STOCK", Rarity = "Rare"}},
        IsVaulted = 1},
    { Tier = "Axi", Name = "V3", 
        Drops = { {Item = "TRINITY", Part = "NEUROPTICS BLUEPRINT", Rarity = "Common"}, 
                  {Item = "VASTO", Part = "BARREL", Rarity = "Common"}, 
                  {Item = "TRINITY", Part = "SYSTEMS BLUEPRINT", Rarity = "Common"}, 
                  {Item = "ORTHOS", Part = "BLUEPRINT", Rarity = "Uncommon"}, 
                  {Item = "BRATON", Part = "RECEIVER", Rarity = "Uncommon"}, 
                  {Item = "VECTIS", Part = "STOCK", Rarity = "Rare"}},
        IsVaulted = 1},
    { Tier = "Axi", Name = "V4", 
        Drops = { {Item = "PARIS", Part = "BLUEPRINT", Rarity = "Common"}, 
                  {Item = "TRINITY", Part = "SYSTEMS BLUEPRINT", Rarity = "Common"}, 
                  {Item = "ODONATA", Part = "HARNESS BLUEPRINT", Rarity = "Common"}, 
                  {Item = "CERNOS", Part = "BLUEPRINT", Rarity = "Uncommon"}, 
                  {Item = "FORMA", Part = "BLUEPRINT", Rarity = "Uncommon"}, 
                  {Item = "VECTIS", Part = "STOCK", Rarity = "Rare"}},
        IsVaulted = 1},
    { Tier = "Axi", Name = "V5", 
        Drops = { {Item = "VENKA", Part = "BLADE", Rarity = "Common"}, 
                  {Item = "DUAL KAMAS", Part = "BLUEPRINT", Rarity = "Common"}, 
                  {Item = "FORMA", Part = "BLUEPRINT", Rarity = "Common"}, 
                  {Item = "BRATON", Part = "RECEIVER", Rarity = "Uncommon"}, 
                  {Item = "TIGRIS", Part = "RECEIVER", Rarity = "Uncommon"}, 
                  {Item = "VALKYR", Part = "CHASSIS BLUEPRINT", Rarity = "Rare"}},
        IsVaulted = 1},
    { Tier = "Axi", Name = "V6", 
        Drops = { {Item = "BALLISTICA", Part = "LOWER LIMB", Rarity = "Common"}, 
                  {Item = "BRATON", Part = "BLUEPRINT", Rarity = "Common"}, 
                  {Item = "FORMA", Part = "BLUEPRINT", Rarity = "Common"}, 
                  {Item = "FANG", Part = "HANDLE", Rarity = "Uncommon"}, 
                  {Item = "GALATINE", Part = "HANDLE", Rarity = "Uncommon"}, 
                  {Item = "VALKYR", Part = "CHASSIS BLUEPRINT", Rarity = "Rare"}},
        IsVaulted = 0},
    { Tier = "Axi", Name = "V7", 
        Drops = { {Item = "LEX", Part = "BARREL", Rarity = "Common"}, 
                  {Item = "NAMI SKYLA", Part = "BLUEPRINT", Rarity = "Common"}, 
                  {Item = "VALKYR", Part = "BLUEPRINT", Rarity = "Common"}, 
                  {Item = "KOGAKE", Part = "BLUEPRINT", Rarity = "Uncommon"}, 
                  {Item = "SILVA & AEGIS", Part = "BLUEPRINT", Rarity = "Uncommon"}, 
                  {Item = "VENKA", Part = "GAUNTLET", Rarity = "Rare"}},
        IsVaulted = 0},
    { Tier = "Axi", Name = "V8", 
        Drops = { {Item = "FORMA", Part = "BLUEPRINT", Rarity = "Common"}, 
                  {Item = "LEX", Part = "RECEIVER", Rarity = "Common"}, 
                  {Item = "ODONATA", Part = "SYSTEMS BLUEPRINT", Rarity = "Common"}, 
                  {Item = "VOLT", Part = "CHASSIS BLUEPRINT", Rarity = "Uncommon"}, 
                  {Item = "ODONATA", Part = "BLUEPRINT", Rarity = "Uncommon"}, 
                  {Item = "VOLT", Part = "NEUROPTICS BLUEPRINT", Rarity = "Rare"}},
        IsBaro = 1}
    }
}
return VoidData