Properties
config
config: {
abilityScore: {
new: number;
used: number;
get available(): number;
};
fcb: {
available: boolean;
choice: string;
unavailable: boolean;
};
feats: number;
health: {
manual: null;
type: null;
value: number;
};
visibility: null;
} = ...
Type declaration
abilityScore: {
new: number;
used: number;
get available(): number;
}
new: number
used: number
get available(): number
fcb: {
available: boolean;
choice: string;
unavailable: boolean;
}
available: boolean
choice: string
unavailable: boolean
feats: number
health: {
manual: null;
type: null;
value: number;
}
manual: null
type: null
value: number
visibility: null
newLevel
newLevel: undefined | {
bab: any;
feats: number;
fort: any;
hd: number;
hp: any;
mythicTier: number;
ref: any;
skills: {
bg: number;
value: number;
};
totalHD: any;
totalMythicTier: any;
will: any;
}
Type declaration
bab: any
feats: number
fort: any
hd: number
hp: any
mythicTier: number
ref: any
skills: {
bg: number;
value: number;
}
totalHD: any
totalMythicTier: any
will: any
Internal
token
token: TokenDocument
useBackgroundSkills
useBackgroundSkills: unknown = ...
Static
ICONS
ICONS: {
fcb: {
alt: string;
hp: string;
none: string;
skill: string;
};
health: {
auto: string;
manual: string;
roll: string;
};
} = ...
Type declaration
fcb: {
alt: string;
hp: string;
none: string;
skill: string;
}
alt: string
hp: string
none: string
skill: string
health: {
auto: string;
manual: string;
roll: string;
}
auto: string
manual: string
roll: string
Level-up and class addition handler.