2.0.0 • Published 7 months ago

big-oil v2.0.0

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

big-oil

Fusion engine picker for PAYDAY 2's Big Oil heist.

Example

const bigOil = require('big-oil');

bigOil('nitrogen', 1, false);
// => [1]

Installation

$ npm install big-oil

API

const bigOil = require('big-oil');

bigOil([element, ][tubes, ][psiGreaterThan5800])

Returns an Array of possibly correct fusion engines based on the information that you managed to find in the lab. Each parameter is optional, but the more you pass the smaller the returned Array will be. String element is the element that is written down on the spiral notebook. Number tubes is written down on the clipboard. Finally, Boolean psiGreaterThan5800 should be true if the psi recorded on the computer is greater than ~5800, otherwise it should be false.