Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Go to Latest
method GachaMachine.prototype.choose
import { GachaMachine } from "https://deno.land/x/fortuna@v2.0.1/history/v1.ts";

Get one item from the machine.

Parameters

pool: number[]
  • Pool of tiers to roll from.
detailed: boolean
  • Whether to provide the "choice" parameter in the result.

Parameters

pool: number[]

Returns

ItemType