A repository for a FoundryVTT plugin for Kingmaker homebrew.

Working on registering templates

+3 -1
+3 -1
src/preloadTemplates.ts
··· 1 + import templateMap from "./templateMap.json"; 2 + 1 3 export default function preloadTemplates() { 2 - return foundry.applications.handlebars.loadTemplates([]); 4 + return foundry.applications.handlebars.loadTemplates(templateMap as Record<string, string>); 3 5 }
src/templateMap.json

This is a binary file and will not be displayed.