UNPKG
@half-elf/bard
Version:
latest (0.2.2)
0.2.2
0.2.1
0.2.0
0.1.0
Repository for game mechanics from various d20 systems.
@half-elf/bard
/
src
/
pathfinder
/
classes
/
index.d.ts
14 lines
(13 loc)
•
262 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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
[]; } }