User:Kachelofen: Difference between revisions

From Path of Exile 2 Wiki
Jump to navigation Jump to search
No edit summary
 
(17 intermediate revisions by the same user not shown)
Line 1: Line 1:
Searching through PoE Data:
https://snosme.github.io/poe-dat-viewer/
loading screens: art -> textures -> interface -> loadingimages
Quest Items: art -> 2ditems -> questitems
== Things that I'd like to have ready to paste more often ==
== Things that I'd like to have ready to paste more often ==
* {{il|Uncut Support Gem}}
* {{il|Uncut Support Gem}}
Line 18: Line 8:
** {{c|quest|{{il|page=Runed Skull Cap}}}}
** {{c|quest|{{il|page=Runed Skull Cap}}}}
* {{ql|Secrets in the Dark}}
* {{ql|Secrets in the Dark}}
* <nowiki> {{il|Uncut Support Gem}}</nowiki>
* <nowiki>{{il|page=Uncut Skill Gem}}</nowiki>
* <nowiki>{{c|unique|unique}}</nowiki>
** <nowiki>{{c|unique|[[The Rust King]]}}</nowiki>
* <nowiki>{{c|rare|rare}}</nowiki>
* <nowiki>{{c|quest|quest}}</nowiki>
** <nowiki>{{c|quest|{{il|page=Runed Skull Cap}}}}</nowiki>
* <nowiki>{{ql|Secrets in the Dark}}</nowiki>
* <nowiki>[[Category: Unique monster screenshots]]</nowiki>
* <nowiki>[[Category: Quest item icons]]</nowiki>
* <nowiki>[[Category: Quest icons]]</nowiki>
* <nowiki>{{about|this page content|other page content|Sitename}}</nowiki>
== Questions I've asked ==
* How do we get PoE Data and offical ingame art?
** https://snosme.github.io/poe-dat-viewer/
* If items have the same icon, can we crossreference them?
** Yes, use <code> inventory_icon = <other page name> </code>
* If quests have the same icon, can we crossreference them?
** Yes, but we don't use ''icon'' for this, we put a file redirect. Otherwise the embedded icon won't properly be linked and shown.
** Example: https://www.poe2wiki.net/index.php?title=File:Utopia_quest_icon.png&redirect=no (Quest is {{ql|Utopia}})
== Other information ==
* Where are loading screens in poe-dat-viewer?
** art -> textures -> interface -> loadingimages
* Where are Quest Item Icons in poe-dat-viewer?
** art -> 2ditems -> questitems
* Where are Quest Icons in poe-dat-viewer?
** art -> 2dart -> questicons -> four
== Fluff Wiki Doing ==
=== Quests ===
( See: https://www.poe2wiki.net/wiki/Abandoned_Prison_(Quest) )
* Introduction
* Walkthrough
* Rewards
* Related Quest Items
* Related Areas
* Related NPCs
=== Areas ===
* Area Card
** Flavour Text, Loading Screen, Screen Shots in Advnturer Outfit
* Area
** Points of Interest
* Related Quests
* Related NPCs
* Monsters
* Trivia
=== Quest Items ===
( see https://www.poe2wiki.net/wiki/Chapel_Key )
* Introduction
* Usage
* Related Quests
* Related Areas
* Item Acquisition
=== Unique bosses ===
* Screenshot
* Loot
* Infobox: Related Quests, Location
** [[Template:Resistance_icon]]
** [[Template:Monster category icon]]
* Introduction ( A is a unique monster located in B. Upon defeat drops C, which does D)
** Description of what we fight and how the fight is
** Subarea / Arena Name
== Test ==
=== Act 4 Areas ===
{{#cargo_query:
tables=areas
|fields=id=ID,CONCAT('[[',name,']]')=NamePage,_pageName=AreaPage,act=Act,is_town_area=Town?,has_waypoint=Waypoint?,connection_ids=ConnectionIDs,area_level=AreaLevel,loading_screen=LoadingScreen,flavour_text=FlavourText
|where=id LIKE "G4%"
|format=table
|headers=show
}}
=== Interlude 1 Areas ===
{{#cargo_query:
tables=areas
|fields=id=ID,CONCAT('[[',name,']]')=NamePage,_pageName=AreaPage,act=Act,is_town_area=Town?,has_waypoint=Waypoint?,connection_ids=ConnectionIDs,area_level=AreaLevel,loading_screen=LoadingScreen,flavour_text=FlavourText
|where=id LIKE "P1%"
|format=table
|headers=show
}}
=== Interlude 2 Areas ===
{{#cargo_query:
tables=areas
|fields=id=ID,CONCAT('[[',name,']]')=NamePage,_pageName=AreaPage,act=Act,is_town_area=Town?,has_waypoint=Waypoint?,connection_ids=ConnectionIDs,area_level=AreaLevel,loading_screen=LoadingScreen,flavour_text=FlavourText
|where=id LIKE "P2%"
|format=table
|headers=show
}}
=== Interlude 3 Areas ===
{{#cargo_query:
tables=areas
|fields=id=ID,CONCAT('[[',name,']]')=NamePage,_pageName=AreaPage,act=Act,is_town_area=Town?,has_waypoint=Waypoint?,connection_ids=ConnectionIDs,area_level=AreaLevel,loading_screen=LoadingScreen,flavour_text=FlavourText
|where=id LIKE "P3%"
|format=table
|headers=show
}}

Latest revision as of 07:37, 4 September 2025

Things that I'd like to have ready to paste more often

  • {{il|Uncut Support Gem}}
  • {{il|page=Uncut Skill Gem}}
  • {{c|unique|unique}}
    • {{c|unique|[[The Rust King]]}}
  • {{c|rare|rare}}
  • {{c|quest|quest}}
    • {{c|quest|{{il|page=Runed Skull Cap}}}}
  • {{ql|Secrets in the Dark}}
  • [[Category: Unique monster screenshots]]
  • [[Category: Quest item icons]]
  • [[Category: Quest icons]]
  • {{about|this page content|other page content|Sitename}}

Questions I've asked

  • If items have the same icon, can we crossreference them?
    • Yes, use inventory_icon = <other page name>

Other information

  • Where are loading screens in poe-dat-viewer?
    • art -> textures -> interface -> loadingimages
  • Where are Quest Item Icons in poe-dat-viewer?
    • art -> 2ditems -> questitems
  • Where are Quest Icons in poe-dat-viewer?
    • art -> 2dart -> questicons -> four

Fluff Wiki Doing

Quests

( See: https://www.poe2wiki.net/wiki/Abandoned_Prison_(Quest) )

  • Introduction
  • Walkthrough
  • Rewards
  • Related Quest Items
  • Related Areas
  • Related NPCs

Areas

  • Area Card
    • Flavour Text, Loading Screen, Screen Shots in Advnturer Outfit
  • Area
    • Points of Interest
  • Related Quests
  • Related NPCs
  • Monsters
  • Trivia

Quest Items

( see https://www.poe2wiki.net/wiki/Chapel_Key )

  • Introduction
  • Usage
  • Related Quests
  • Related Areas
  • Item Acquisition

Unique bosses

Test

Act 4 Areas

ID NamePage AreaPage Act Town? Waypoint? ConnectionIDs AreaLevel LoadingScreen FlavourText
G4_10 The Excavation Area:G4~10 4 No Yes G4_8b 52 Act4Sailing loading screen.png Ruins from a time before Time...
G4_11_1b Ngakanu Area:G4~11~1b 4 No Yes G4_Town G4_11_2 53 Act4Sailing loading screen.png Home of the Tukohama tribe. &lt;br&gt; The horizon burns red.
G4_11_2 Heart of the Tribe Area:G4~11~2 4 No Yes G4_11_1b 53 Act4Sailing loading screen.png Blood fever rages in the flame-cast night.
G4_13 Plunder's Point Area:G4~13 4 No Yes G4_Town 53 Act4Trade loading screen.png Finders... keepers.
G4_1_1 Isle of Kin Area:G4~1~1 4 No Yes G4_Town G4_1_2 46 Act4trade loading screen.png They work frantically to feed the angry mountain...
G4_1_2 Volcanic Warrens Area:G4~1~2 4 No Yes G4_1_1 47 Act4trade loading screen.png The roar within the mountain is no earthly fire.
G4_2_1 Kedge Bay Area:G4~2~1 4 No Yes G4_Town G4_2_2 46 Act4trade loading screen.png The fog hides dangers both real and imagined.
G4_2_2 Journey's End Area:G4~2~2 4 No Yes G4_2_1 47 Act4trade loading screen.png They sailed far, but here, found rest.
G4_3_1 Whakapanu Island Area:G4~3~1 4 No Yes G4_Town G4_3_2 46 Act4trade loading screen.png By all appearances, a paradise.
G4_3_2 Singing Caverns Area:G4~3~2 4 No Yes G4_3_1 47 Act4trade loading screen.png A song so exquisite it can only be heard once.
G4_4_1 Eye of Hinekora Area:G4~4~1 4 No Yes G4_Town G4_4_2 53 Act4Sailing loading screen.png Where the worthy may earn passage to the Halls of the Dead.
G4_4_2 Halls of the Dead Area:G4~4~2 4 No Yes G4_4_1 G4_4_3 54 Act4Sailing loading screen.png The greatest warriors in history challenge one another eternal.
G4_4_3 Trial of the Ancestors Area:G4~4~3 4 No Yes G4_4_2 55 Act4Sailing loading screen.png Prove yourself before Hinekora.
G4_5_1 Abandoned Prison Area:G4~5~1 4 No Yes G4_Town G4_5_2 46 Act4trade loading screen.png They still clatter at the bars, desperate for release...
G4_5_2 Solitary Confinement Area:G4~5~2 4 No Yes G4_5_1 47 Act4trade loading screen.png Chains clank in the waveswept darkness...
G4_7 Shrike Island Area:G4~7 4 No Yes G4_Town 46 Act4trade loading screen.png Corruption has made the test deadlier with each passing year.
G4_8b Arastas Area:G4~8b 4 No Yes G4_Town G4_10 52 Act4Sailing loading screen.png A peaceful enclave of the twilight order. &lt;br&gt; An island claimed by the Twilight Order.
G4_Town Kingsmarch Area:G4~Town 4 Yes Yes G4_1_1 G4_2_1 G4_3_1 G4_4_1 G4_5_1 G4_7 G4_8b G4_11_1b G4_13 Act4trade loading screen.png A rare jewel on the sea.

Interlude 1 Areas

ID NamePage AreaPage Act Town? Waypoint? ConnectionIDs AreaLevel LoadingScreen FlavourText
P1_1 Scorched Farmlands Area:P1~1 6 No Yes P1_Town P1_2 P1_3 54 Village loading screen.png TBD
P1_2 Stones of Serle Area:P1~2 6 No Yes P1_1 54 OldForest loading screen.png TBD
P1_3 The Blackwood Area:P1~3 6 No Yes P1_1 P1_4 55 OldForest loading screen.png TBD
P1_4 Holten Area:P1~4 6 No Yes P1_3 P1_5 P1_6 55 Graveyard loading screen.png TBD
P1_5 Wolvenhold Area:P1~5 6 No Yes P1_4 56 Village loading screen.png TBD
P1_6 Holten Estate Area:P1~6 6 No Yes P1_4 56 Village loading screen.png TBD
P1_Town The Refuge Area:P1~Town 6 Yes Yes P1_1 64 Village loading screen.png TBD


Interlude 2 Areas

ID NamePage AreaPage Act Town? Waypoint? ConnectionIDs AreaLevel LoadingScreen FlavourText
P2_1 The Khari Crossing Area:P2~1 6 No No P2_Town P2_2 P2_5 54 CaravanLandscape loading screen.png TBD
P2_2 Pools of Khatal Area:P2~2 6 No Yes P2_1 P2_3 55 CaravanLandscape loading screen.png TBD
P2_3 Sel Khari Sanctuary Area:P2~3 6 No Yes P2_2 55 CaravanLandscape loading screen.png TBD
P2_5 The Galai Gates Area:P2~5 6 No Yes P2_1 P2_6 56 CaravanLandscape loading screen.png TBD
P2_6 Qimah Area:P2~6 6 No Yes P2_5 P2_7 56 CaravanLandscape loading screen.png TBD
P2_7 Qimah Reservoir Area:P2~7 6 No Yes P2_6 56 Trialofsekhemas loading screen.png TBD
P2_Town The Khari Bazaar Area:P2~Town 6 Yes Yes P2_1 64 Caravan loading screen.png TBD


Interlude 3 Areas

ID NamePage AreaPage Act Town? Waypoint? ConnectionIDs AreaLevel LoadingScreen FlavourText
P3_1 Ashen Forest Area:P3~1 6 No No P3_Town P3_2 54 Act3sacrifice loading screen.png TBD
P3_2 Kriar Village Area:P3~2 6 No Yes P3_1 P3_3 54 Act3sacrifice loading screen.png TBD
P3_3 Glacial Tarn Area:P3~3 6 No Yes P3_2 P3_4 P3_5 55 Act3sacrifice loading screen.png TBD
P3_4 Howling Caves Area:P3~4 6 No Yes P3_3 55 Act3sacrifice loading screen.png TBD
P3_5 Kriar Peaks Area:P3~5 6 No Yes P3_3 P3_6 56 Act3sacrifice loading screen.png TBD
P3_6 Etched Ravine Area:P3~6 6 No Yes P3_5 P3_7 56 Act3sacrifice loading screen.png TBD
P3_7 The Cuachic Vault Area:P3~7 6 No Yes P3_6 56 Act3sacrifice loading screen.png TBD
P3_Town The Glade Area:P3~Town 6 Yes Yes P3_1 64 Act3sacrifice loading screen.png TBD