PyPoE 101: other mediawiki text exporting - Project-Path-of-Exile-Wiki/PyPoE GitHub Wiki
Area
In wiki, area data are stored in Area namespace, and use template to show in the main namespace
That data can be exported via
pypoe_exporter wiki area id MapWorldsGraveyard -p
The internal area id is unique , but the map since War for the Atlas (3.1) shares the same id apparently
You can also use
pypoe_exporter wiki area name "Heroic Tomb" -p
For mass exporting
pypoe_exporter wiki area rowid 1 10000 --write
(replace --write
with -w
if you have wiki bot, read prereading for details)
To be documented
pypoe_exporter wiki area filter
???
Incursion
Incursion uses this codes to export the infobox
pypoe_exporter wiki incursion rooms id SacrificeRoomIII -p
or
pypoe_exporter wiki incursion rooms name "Apex of Ascension" -p
or
pypoe_exporter wiki incursion rooms rowid 1 30 --write
Passive
pypoe_exporter wiki passive id "point_blank1182" -p
or
pypoe_exporter wiki passive name "Point Blank" -p
or
pypoe_exporter wiki passive rowid 1 30 --write
Mod
pypoe_exporter wiki mods mods name "Paragon's" -p
or
pypoe_exporter wiki mods mods id "LocalIncreaseSocketedGemLevel1" -p
or
pypoe_exporter wiki mods mods rowid 1 30 --write
To be doc
pypoe_exporter wiki mods mods filter
???
Tempest
to be documented (may be outdated as there is no tempest prefix / suffix now)
Skill
Item skill can be exported via this command. Skill gem should use item export command instead (Except hybrid gem that need to separate the active and support skills)
In theory it can also be used in monster skill, but the data may be not make any sense
pypoe_exporter wiki skill by_id MonsterRighteousFire --write
pypoe_exporter wiki skill by_row 1 1000 --write
For bot export, there is a file "somewhere" in the game to have a full list of skill granted by item
Monsters
pypoe_exporter wiki monster rowid 1 10000 --write
It can use other parameter other than rowid , but to cover all balance changes, use rowid
Warbands
to be documented
Unique item
to be documented . May not work
Credit @markliu06