This is the documentation page for Module:Vendors/data
Database of NPC vendor offerings. Items sold through the Market not included.
- Last updated: Thu, 17 Nov 2022 18:20:34 +0000 (UTC) by User:Cephalon Scientia
General Offerings Schema
{
{ "Synthesis Scanner", "Gear", { Credits = 5000 }, 25 },
{ "Kinetic Siphon Trap", "Gear", { Credits = 5000 }, 10 },
{ "Cephalon Simaris Sigil", "Sigil", 25000 },
{ "Madurai Transmute Core", "Mod", 5000 },
{ "Vazarin Transmute Core", "Mod", 5000 },
{ "Naramon Transmute Core", "Mod", 5000 },
{ "Exilus Adapter Blueprint", "Blueprint", 50000, 1, Prereq = "Natah (Quest)" },
{ "Color Key Scene", "Captura", 100000 },
{ "Orokin Derelict Scene", "Captura", 100000 },
{ "Sanctuary Conduit Scene", "Captura", 100000 },
{ "Orvius Blueprint", "Blueprint", 50000, 1, Prereq = "The War Within" },
}
- First element in each table element will be the item's name as a string (required)
- Second element in each table element will represent item type as a string (required)
- Possible values include
"Mod", "Blueprint", "Relic", "Endo", "Resource", "Arcane", "Item", "Sigil", "Cosmetic", "Captura", "Item", "Gear", and more
- Possible values include
- Third element in each table element will be the cost of item as an integer or a table of currencies mapped to its values (required)
- Fourth element in each table element will represent item quantity (optional)
- Optional named fields:
Timer- If item is time-locked after purchasing, type in number of seconds before item is restocked in vendorPrereq- Represents the numerical Syndicate rank it is locked behind or a string containing prerequisite content required to be completed
Vendor Entry Schema
| Key/Column Name | Data Type | Required? | Explanation/Description | Example(s) |
|---|---|---|---|---|
Currency |
String | ❌ | For vendors that only use one currency, the name of the currency used to purchase items | "Standing"
|
Link |
String | ✔️ | Page/article link to the vendor on the wiki | "Vox Solaris (Syndicate)"
|
Name |
String | ✔️ | Name of vendor | "Necraloid"
|
Offerings |
Table (of table entries) | ✔️ | A table of items that can be purchased from the vendor | See #General Offerings Schema |
Ranks |
Table (array-like, 0 indexed) | ❌ | An array of Syndicate rank names in the order of progression | { [0] = "Neutral", "Glinty", "Whozit", "Proper Felon", "Primo", "Logical" }
|
Type |
String | ✔️ | Type of vendor | "Syndicate"
|