dnd5e icon indicating copy to clipboard operation
dnd5e copied to clipboard

Cartographer's Tools missing from Tools List

Open ctbritt opened this issue 1 year ago • 1 comments

in DnD5e 3.3.0, cartographer's tools are missing from tools list. I added it back with this worldscript:

// Adds new Tool Proficiency for Cartographer's Tools
Hooks.once("init", () => {
  CONFIG.DND5E.toolIds.cartographer = "compendium objest uuid here";
});

ctbritt avatar Jul 20 '24 23:07 ctbritt

Seems to still be there. Here's the config object with cartographer. https://github.com/foundryvtt/dnd5e/blob/3.3.x/module/config.mjs#L463

And the item with that id is definitely in the "Items" compendium.

krbz999 avatar Jul 21 '24 08:07 krbz999