UNPKG

@plokkke/sw-rune

Version:

Library defining all utils for summoners war rune handling

9 lines 442 B
import { RuneSet } from './index'; export declare const WEIGHTS_BY_SET: Record<RuneSet, number>; export declare const PROBABILITY_BY_SET: Record<RuneSet, number>; export declare const SET_DENSITY: number[]; export declare const GRADE_DENSITY: number[]; export declare const QUALITY_DENSITY: number[]; export declare const ANCIENT_PROBABILITY = 0; export declare const INNATE_STAT_PROBABILITY = 0.5; //# sourceMappingURL=probalilities.d.ts.map