warframe-worldstate-data

2.5.5 • Public • Published

Warframe Worldstate Data

Supported by the Warframe Community Developers

A repository of Warframe data for use with warframe-worldstate-parser

 npm version Crowdin Discord semantic-release: angular

Installation

Published version:

npm i -S warframe-worldstate-data@latest

Recommended version:

npm i -S git://github.com/wfcd/warframe-worldstate-data.git

Usage

import worldstateData from 'warframe-worldstate-data';
const nodes = worldstateData.solNodes;

const erpo = nodes['SolNode903'];
const { enemy, value, type } = erpo;

Utilities

import utilities from 'warframe-worldstate-data/utilities';
const { getLanguage } = utilities;

Available data and formatting

JSON Data Accessor Description
conclaveData.json conclave Stores conclave data for modes and categories
eventsData.json events Stores event strings. May be deprecated when languages.json is more complete.
factionsData.json factions Stores faction strings for identifying each faction
fissureModifiers.json fissureModifiers Fissure tier assignments corresponding to era names
languages.json languages General string storage for converting worldstate strings to display strings
missionTypes.json missionTypes Types of missions, ex.: MT_EXCAVATE corresponds to Excavation
operationTypes.json operationTypes Operation string conversions for global modifiers
persistentEnemyData.json persistentEnemy Persistent enemy data mappings. Currently only acolytes.
solNodes.json solNodes Data for each node in the solar system. Currently includes node name, base enemy type, and base mission type
syndicateData.json syndicates Mappings for worldstate syndicate names to displayable syndicate names.
upgradeTypes.json upgradeTypes Upgrade types for global modifiers.

Dependencies (0)

    Dev Dependencies (15)

    Package Sidebar

    Install

    npm i warframe-worldstate-data

    Weekly Downloads

    987

    Version

    2.5.5

    License

    MIT

    Unpacked Size

    13.1 MB

    Total Files

    251

    Last publish

    Collaborators

    • aliasfalse