Import from compendium
import-from-compendiumCopy compendium documents into the world with fresh IDs, preventing overwrites. Import actors, scenes, journals, items, and more into chosen folders.
Instructions
Copy a document out of a compendium into the world: playlists, scenes, journals, actors, roll tables, items, macros, cards. Always assigns a FRESH id, so it can never overwrite an existing world document. That is the difference to dragging an entry out by hand, which keeps the id and silently replaces whatever carries it. Names are matched as a whole; an ambiguous name is refused with the ids.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| packId | Yes | Id of the compendium to copy from, for instance my-module.music | |
| entryId | No | Id of the entry, instead of entryName | |
| newName | No | Name the copy gets in the world | |
| entryName | No | Whole name of the entry, case does not matter; a name shared by several entries is refused with their ids | |
| folderPath | No | World folder for the copy, levels separated by slashes such as "Places/Harbour"; missing levels are created |