Lavaeolous / PF1-StatBlock-Converter-Module

FoundryVTT Module to convert PF1 Statblocks into Foundry Actors (PC or NPC).
MIT License
14 stars 12 forks source link

Implement system-specific "findInCompendia()" #469

Closed Lavaeolous closed 3 years ago

Lavaeolous commented 3 years ago

Use the new system-specific function game.pf1.utils.findInCompendia("short sword") to search for documents in compendia, as this is a) fuzzy b) very very very very very very much faster than my solution.

Thanks @JustNoon for implementing this function in the system.

This also should resolve #389 .

Lavaeolous commented 3 years ago

Implemented in 3.3.1, but the function currently does not support prioritizing custom compendia over system compendia.

Lavaeolous commented 3 years ago

Fixed in PF1 0.78.14