UNPKG

@swrpg-online/dice

Version:

A TypeScript library that creates dice rolls using the narrative dice system for the Star Wars Roleplaying Game by Fantasy Flight Games and Edge Studio.

4 lines (3 loc) 190 B
export { roll } from "./dice"; export type { DicePool, RollResult } from "./types"; export { createSkillCheck, createCombatCheck, createOpposedCheck, createDifficultyPool, } from "./pools";