Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/fortuna/src/roll.ts>GachaChoice

A TypeScript module for random events and gacha.
Latest
type alias GachaChoice
import { type GachaChoice } from "https://deno.land/x/fortuna@v4.1.4/src/roll.ts";

One item from a gacha pool

definition: { result: ItemType; chance: number; }