Add auto-computed tables

This commit is contained in:
2020-07-04 21:48:40 +02:00
parent e9504f7e3b
commit 46330eed61
4 changed files with 69 additions and 5 deletions

View File

@ -178,7 +178,7 @@ Hooks.once('init', () => {
lang: 'fr',
dir: 'compendium'
});
Babele.get().registerConverters({
"career_skills": (skills_list) => {
var compendium = game.packs.find(p => p.collection === compmod+'.skills');