GitHub - danielwerg/r6data: 📊 Operators, weapons, seasons, maps, gadgets and attachments data for Rainbow Six Siege

💾 Installation

or

👀 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