Skip to main content
Module

x/fortuna/mod.ts>GachaChoice

Weighted gacha system
Go to Latest
interface GachaChoice
import { type GachaChoice } from "https://deno.land/x/fortuna@v2.0.2/mod.ts";

Raw data fed to the linear search function. The result property holds the result that will be returned after rolling. chance is the weight of the result.

Properties

result: ItemType
chance: number