UNPKG

@randsum/root-rpg

Version:

A flexible, type-safe dice roller for the Root RPG system

7 lines (5 loc) 140 B
export type RootRpgResult = 'Strong Hit' | 'Weak Hit' | 'Miss' export interface RootRpgRollResult { hit: RootRpgResult total: number }