Some keys that were manually added or no longer available in the data files have been ignored by the import
when creating item links, if there is an item class with the same name as an item base, a regular link will be generated instead of an item link (fixes Hubris card)
quest heist contracts are no longer exported as the exporter cannot pull the data already on those pages
a command line option to only export skills with names has been added. this will allow us to export relevant skills, such as the new ancestral triggered skills, without including 10000 other unnamed skills
Pages that would contain '[DNT]' anywhere in the text will not be created by the exporter
Forbidden-jewel-specific ascendancy passives are now associated with a class instead of a random ascendancy of that class
a couple of options for clearing caches have been added:
'all' will update all pages seen by the exporter, intended for standalone use along with --dry-run to null edit and purge cache every page of a type
'edit' will update all pages edited during a run. this will happen at the end of the run, after all other pages have been edited
Match wiki naming convention for pantheon souls
Convert weapon range from units to metres
miscellaneous other fixes
Caveats
This PR contains a lot of changes. l have tested each one as well as l could, by performing dry runs and outputting the diffs that would have been applied to the wiki, but there could well be issues l have missed
It's not clear if the recache functionality will actually help prevent module errors after an upload
Abstract
Update for patch 3.22
Action Taken
Added tattoo data to the export, and fixed some existing issues with the exporter.
This PR includes https://github.com/Project-Path-of-Exile-Wiki/PyPoE/pull/122, https://github.com/Project-Path-of-Exile-Wiki/PyPoE/pull/120, https://github.com/Project-Path-of-Exile-Wiki/PyPoE/pull/119, https://github.com/Project-Path-of-Exile-Wiki/PyPoE/pull/118, and https://github.com/Project-Path-of-Exile-Wiki/PyPoE/pull/117.
Other changes:
Caveats
FAO
@pm5k