Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/fortuna/history/v1.ts>Fortuna#choose

Weighted gacha system
Go to Latest
method Fortuna.prototype.choose
import { Fortuna } 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