UNPKG

@half-elf/bard

Version:

Repository for game mechanics from various d20 systems.

14 lines (13 loc) 262 B
export declare interface PathfinderClass { name: string; system: System; type: string; subtype: string; data: { base_attack_bonus: string; hit_die: string; skill_ranks: number; class_skills: string[]; primary_saves: string[]; } }