foundryvtt / dnd5e

An implementation of the 5th Edition game system for Foundry Virtual Tabletop (http://foundryvtt.com).
MIT License
333 stars 222 forks source link

Cartographer's Tools missing from Tools List #3864

Closed ctbritt closed 3 months ago

ctbritt commented 3 months ago

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";
});
krbz999 commented 3 months ago

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.