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

WIP stuff for wiki item template #154

Merged
merged 2 commits into from
Dec 16, 2023

Conversation

acbeaumo
Copy link
Collaborator

Abstract

A couple of changes related to item exports for the wiki.

Action Taken

Added skill_icon and drop_rarities_ids to the list of parameters that PyPoE won't overwrite.

  • skill_icon is future stuff for transfigured skill gems that hasn't been implemented into the wiki yet
  • drop_rarities_ids is stored in a Cargo table, but it's not used for anything currently. This field is meant to hold the rarities that an item can be obtained at. This could be used in wiki templating, but in some cases editors need to be able to specify drop_rarities_ids without PyPoE overwriting.
  • is_relic is not used

Replaced the bogus parameter base_metadata_id with the correct parameter base_item_id.

  • Transfigured skill gems are derived from the base skill gem. base_item_id holds the metadata id of the base skill gem.

@acbeaumo acbeaumo merged commit 1dd68ab into Project-Path-of-Exile-Wiki:dev Dec 16, 2023
1 check passed
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.

1 participant