Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Anointments_csv.txt #9

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Update Anointments_csv.txt #9

wants to merge 1 commit into from

Conversation

DrZed
Copy link

@DrZed DrZed commented Apr 25, 2024

After being annoyed that Winter's Embrace, Glacial Cage, Settling Ash, Concussive Force were missing...
I decided to update your csv with latest poewiki data.

I inspect element, edit as html, copied table, formatted table using html formatter online, Manual Cleaned, then cleaned with regex,

Replaced all TD Rows that contained X Oil with just X Oil

Replaced all <td data-sort-value="_ with nothing
Replaced all \" style\=\"text-align: center\;\"><a href\=.+ within nothing
Replaced all <td>.+</td> with nothing
and finally finished with below
Replaced
<tr>(?:\n|\r)\W+([a-zA-Z]+ Oil)(?:\n|\r)\W+([a-zA-Z]+ Oil)(?:\n|\r)\W+([a-zA-Z]+ Oil)(?:\n|\r)\W+([a-zA-Z ',]+)(?:\n|\r)\W+tr>
with $4;$1;$2;$3

All using notepad++, incase you want to ensure a quick update next time they edit the skill tree.

Added a few more missing anoints grabbed from poewiki
Winter's Embrace, Glacial Cage, Settling Ash, Concussive Force

and Removed ones that no longer exist, IE Aspect of Stone etc...
@Reneator
Copy link
Owner

Sorry, seems i completely overlooked this one, sorry, my bad

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants