sampaiodias / epoch-open-filter

Typescript library for Last Epoch's loot filters

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Epoch Open Filter

A Typescript library made for developers that want to build their own loot filter apps for Last Epoch.

  • Latest version: 0.1.0 (Compatible with Last Epoch version: 1.0.x)

For code examples, take a look at this file.

Features

  • Abstractions for Affix, Item Types, etc.
  • Import/export loot filters (XML)
  • Up-to-date data for Item Types, Subtypes and Affixes

For the future (need time/help)

  • Localized strings (when EHG releases an API or something like that)
  • Robust unit testing integrated with CI/CD

Installation

For NPM

npm install --save epoch-open-filter

For Yarn

yarn add epoch-open-filter

License

MIT License

This project is not affiliated with Eleventh Hour Games. Last Epoch is a registered trademark of Eleventh Hour Games in the U.S. and/or other countries.

About

Typescript library for Last Epoch's loot filters

License:MIT License


Languages

Language:TypeScript 100.0%