0.0.0-alpha.9 • Published 7 months ago

r6data v0.0.0-alpha.9

Weekly downloads
-
License
MIT
Repository
github
Last release
7 months ago

💾 Installation

yarn add r6data

or

npm install r6data

👀 Usage

Table of operators which are going to drop in price:

import { OPERATORS } from 'r6data';

console.table(
  OPERATORS.filter(({ isRecruit }) => !isRecruit)
    .filter(({ nextPriceDropSeasons }) => nextPriceDropSeasons)
    .map(({ name, price, nextPriceDropSeasons }) => ({
      name,
      price: price?.renown,
      priceDrop: nextPriceDropSeasons ?? 0
    }))
);

💌 Acknowledgments

Operator icons from r6operators.marcopixel.eu