Combat: { collection: typeof CombatEncounters; dataModels: Record<string, typeof TypeDataModel>; documentClass: typeof documents.Combat; fallbackTurnMarker: string; initiative: { decimals: number; formula: null }; initiativeIcon: { hover: string; icon: string }; settings: CombatConfiguration; sidebarIcon: string; sounds: { epic: { label: string; nextUp: string[]; startEncounter: string[]; yourTurn: string[]; }; mc: { label: string; nextUp: string[]; startEncounter: string[]; yourTurn: string[]; }; }; typeIcons: Record<string, string>; typeLabels: Record<string, string>;} = ... Type declaration
dataModels: Record<string, typeof TypeDataModel>
fallbackTurnMarker: string
initiative: { decimals: number; formula: null }
initiativeIcon: { hover: string; icon: string }
sidebarIcon: string
sounds: {
epic: {
label: string;
nextUp: string[];
startEncounter: string[];
yourTurn: string[];
};
mc: {
label: string;
nextUp: string[];
startEncounter: string[];
yourTurn: string[];
};
}
typeIcons: Record<string, string>
typeLabels: Record<string, string>
Configuration for the Combat document