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

Flag "is_in_game" was added to the wiki's item template #70

Closed acbeaumo closed 2 years ago

acbeaumo commented 2 years ago

Abstract

These changes should be patched in before the exports are done for version 3.17.0.

Action Taken

The item flag is_in_game was added to the wiki's item template. The PyPoE exporter will remove it from any items unless it is specified as one of the keys to copy.

PyPoE uses a text file containing custom descriptions for certain things that are evidently not exposed in the game data. An example of this is the description of the damage bonus granted by Rampage. I have updated it so that it reads correctly.

Caveats

None.

FAO

@pm5k @AlphSpirit