Project-Path-of-Exile-Wiki / PyPoE

Collection of Python Tools for Path of Exile
GNU General Public License v3.0
24 stars 21 forks source link

Adding script to parse additional timeless jewel passives #76

Open Wires77 opened 2 years ago

Wires77 commented 2 years ago

Abstract

Script to keep https://www.poewiki.net/wiki/Timeless_Jewel up-to-date with ggpk data

Action Taken

Basically uses the same logic as the passive script. Some things can be combined with it, but there is a lot of work to be done on the template side to support the AlternateTreeVersionsKey as a column to replicate how the table looks currently.

Caveats

This PR is based on https://github.com/Project-Path-of-Exile-Wiki/PyPoE/pull/75 as they had necessary spec updates to run the scripts. This PR doesn't yet cover passive skill additions. This is definitely a WIP PR, as it doesn't really do anything until the templates are updated to include the extra information. However, the passives were added to the wiki, and images moved to the canonical location. See https://www.poewiki.net/wiki/Passive_Skill:Eternal~keystone~1 for an example.

Wires77 commented 2 years ago

Not sure why this is showing a ton of unrelated changes even after merging from patches, but I'll cherry-pick the important commit and force-push

pm5k commented 1 year ago

@Wires77 can you confirm this is still supposed to be merged into our branch? Or too out of date by 3.20?