Vaal Architect: Difference between revisions

From Path of Exile Wiki
Jump to navigation Jump to search
(De-stubification, using format designed by Vinifera7)
(Merged into Incursion room)
Tag: New redirect
 
Line 1: Line 1:
'''Vaal Architects''' guide the construction of the [[Temple of Atzoatl]].
#REDIRECT [[Incursion room#Architects]]
 
Each Architect has a set of three possible [[incursion room]]s that the Architect would like to build. Killing an Architect during an [[incursion]] allows the surviving Architect in that room to modify the room to their liking after the incursion is complete. Normally, if the room was not previously one of the surviving Architect's three preferred incursion rooms, the room will become the most basic ("tier 1") incursion room in that Architect's preferred set. If the room was already one of the surviving Architect's preferred incursion rooms, it will be upgraded to a more powerful "tier 2" or "tier 3" incursion room in that set.
 
==List of Architects==
 
===[[Ahuana, Architect of Ceremonies]]===
 
During the present-day Temple run:
* The [[Sacrificial Chamber]] contains a [[Table of Sacrifice]] that allows the player to sacrifice a unique item and receive another.
* The [[Hall of Offerings]] contains a [[Table of Sacrifice]] that allows the player to sacrifice a unique item and receive another unique item of the same item class.
* The [[Apex of Ascension]] contains an [[Altar of Sacrifice]] that does the same, and also allows the player to use a [[vial]] to convert specific unique items into more powerful versions.
 
{{#cargo_query:
|tables = incursion_rooms
|where = architect_metadata_id="Metadata/Monsters/VaalArchitect/VaalArchitect2"
|fields = tier=Tier, CONCAT("[[", _pageName, "|", name, "]]")=Room, CONCAT(description)=Description, IF(stat_text, stat_text, "''None''")=Temple modifiers
|order by=tier
}}
 
===[[Atmohua, Architect of Iron]]===
 
{{#cargo_query:
|tables = incursion_rooms
|where = architect_metadata_id="Metadata/Monsters/VaalArchitect/VaalArchitect10"
|fields = tier=Tier, CONCAT("[[", _pageName, "|", name, "]]")=Room, CONCAT(description)=Description, IF(stat_text, stat_text, "''None''")=Temple modifiers
|order by=tier
}}
 
===[[Azcapa, Architect of the Guild]]===
 
{{#cargo_query:
|tables = incursion_rooms
|where = architect_metadata_id="Metadata/Monsters/VaalArchitect/VaalArchitect16_"
|fields = tier=Tier, CONCAT("[[", _pageName, "|", name, "]]")=Room, CONCAT(description)=Description, IF(stat_text, stat_text, "''None''")=Temple modifiers
|order by=tier
}}
 
===[[Cholotl, Architect of the War]]===
 
{{#cargo_query:
|tables = incursion_rooms
|where = architect_metadata_id="Metadata/Monsters/VaalArchitect/VaalArchitect12_"
|fields = tier=Tier, CONCAT("[[", _pageName, "|", name, "]]")=Room, CONCAT(description)=Description, IF(stat_text, stat_text, "''None''")=Temple modifiers
|order by=tier
}}
 
===[[Citaqualotl, Architect of the Swarm]]===
 
{{#cargo_query:
|tables = incursion_rooms
|where = architect_metadata_id="Metadata/Monsters/VaalArchitect/VaalArchitect20"
|fields = tier=Tier, CONCAT("[[", _pageName, "|", name, "]]")=Room, CONCAT(description)=Description, IF(stat_text, stat_text, "''None''")=Temple modifiers
|order by=tier
}}
 
===[[Estazunti, Architect of the Vault]]===
 
{{#cargo_query:
|tables = incursion_rooms
|where = architect_metadata_id="Metadata/Monsters/VaalArchitect/VaalArchitect15"
|fields = tier=Tier, CONCAT("[[", _pageName, "|", name, "]]")=Room, CONCAT(description)=Description, IF(stat_text, stat_text, "''None''")=Temple modifiers
|order by=tier
}}
 
===[[Guatelitzi, Architect of Flesh]]===
 
During the present-day Temple run:
* Guatelitzi's incursion rooms contain an item with a {{c|mod|Guatelitzi}} modifier, or {{il|Mask of the Spirit Drinker}}.
 
{{#cargo_query:
|tables = incursion_rooms
|where = architect_metadata_id="Metadata/Monsters/VaalArchitect/VaalArchitect19"
|fields = tier=Tier, CONCAT("[[", _pageName, "|", name, "]]")=Room, CONCAT(description)=Description, IF(stat_text, stat_text, "''None''")=Temple modifiers
|order by=tier
}}
 
===[[Hayoxi, Architect of Destruction]]===
 
During the present-day Temple run:
* Hayoxi's incursion rooms contain one or more Explosive Kegs. Each explosive keg will allow the player to open one passage that was not previously opened during incursions, or to open a Sealed Keg containing extra loot.
 
{{#cargo_query:
|tables = incursion_rooms
|where = architect_metadata_id="Metadata/Monsters/VaalArchitect/VaalArchitect9"
|fields = tier=Tier, CONCAT("[[", _pageName, "|", name, "]]")=Room, CONCAT(description)=Description, IF(stat_text, stat_text, "''None''")=Temple modifiers
|order by=tier
}}
 
===[[Jiquani, Architect of Industry]]===
 
{{#cargo_query:
|tables = incursion_rooms
|where = architect_metadata_id="Metadata/Monsters/VaalArchitect/VaalArchitect17"
|fields = tier=Tier, CONCAT("[[", _pageName, "|", name, "]]")=Room, CONCAT(description)=Description, IF(stat_text, stat_text, "''None''")=Temple modifiers
|order by=tier
}}
 
===[[Juatalotli, Architect of the Hoard]]===
 
During the present-day Temple run:
* Chests in the [[Museum of Artefacts]] can contain league-specific unique items.
 
{{#cargo_query:
|tables = incursion_rooms
|where = architect_metadata_id="Metadata/Monsters/VaalArchitect/VaalArchitect7_"
|fields = tier=Tier, CONCAT("[[", _pageName, "|", name, "]]")=Room, CONCAT(description)=Description, IF(stat_text, stat_text, "''None''")=Temple modifiers
|order by=tier
}}
 
===[[Matatl, Architect of Fortifications]]===
 
During the present-day Temple run:
* Tacati's incursion rooms cause the entire Temple to contain traps normally found in the [[Labyrinth]].
* The [[Defense Research Lab]] incursion room contains an item with a {{c|mod|Matatl}} modifier, or {{il|Architect's Hand}}.
 
{{#cargo_query:
|tables = incursion_rooms
|where = architect_metadata_id="Metadata/Monsters/VaalArchitect/VaalArchitect4"
|fields = tier=Tier, CONCAT("[[", _pageName, "|", name, "]]")=Room, CONCAT(description)=Description, IF(stat_text, stat_text, "''None''")=Temple modifiers
|order by=tier
}}
 
===[[Opiloti, Architect of Strife]]===
 
{{#cargo_query:
|tables = incursion_rooms
|where = architect_metadata_id="Metadata/Monsters/VaalArchitect/VaalArchitect25"
|fields = tier=Tier, CONCAT("[[", _pageName, "|", name, "]]")=Room, CONCAT(description)=Description, IF(stat_text, stat_text, "''None''")=Temple modifiers
|order by=tier
}}
 
===[[Paquate, Architect of Corruption]]===
 
During the present-day Temple run:
* The [[Locus of Corruption]] contains an [[Altar of Corruption]], allowing the player to corrupt an item in unusual ways.
 
{{#cargo_query:
|tables = incursion_rooms
|where = architect_metadata_id="Metadata/Monsters/VaalArchitect/VaalArchitect8"
|fields = tier=Tier, CONCAT("[[", _pageName, "|", name, "]]")=Room, CONCAT(description)=Description, IF(stat_text, stat_text, "''None''")=Temple modifiers
|order by=tier
}}
 
===[[Puhuarte, Architect of the Forge]]===
 
During the present-day Temple run:
* Puhuarte's incursion rooms contain an item with a {{c|mod|Puhuarte}} modifier, or {{il|Story of the Vaal}}.
 
{{#cargo_query:
|tables = incursion_rooms
|where = architect_metadata_id="Metadata/Monsters/VaalArchitect/VaalArchitect21"
|fields = tier=Tier, CONCAT("[[", _pageName, "|", name, "]]")=Room, CONCAT(description)=Description, IF(stat_text, stat_text, "''None''")=Temple modifiers
|order by=tier
}}
 
===[[Quipolatl, Architect of the Nexus]]===
 
{{#cargo_query:
|tables = incursion_rooms
|where = architect_metadata_id="Metadata/Monsters/VaalArchitect/VaalArchitect18"
|fields = tier=Tier, CONCAT("[[", _pageName, "|", name, "]]")=Room, CONCAT(description)=Description, IF(stat_text, stat_text, "''None''")=Temple modifiers
|order by=tier
}}
 
===[[Tacati, Architect of Toxins]]===
 
During the present-day Temple run:
* Tacati's incursion rooms cause the entire Temple to contain caustic plants. When walked over by a character, these plants will release a caustic cloud, but may also drop loot.
* Tacati's incursion rooms contain items with a {{c|mod|Tacati}} modifier.
* Tacati's incursion rooms may contain {{il|Apep's Slumber}}.
 
{{#cargo_query:
|tables = incursion_rooms
|where = architect_metadata_id="Metadata/Monsters/VaalArchitect/VaalArchitect1"
|fields = tier=Tier, CONCAT("[[", _pageName, "|", name, "]]")=Room, CONCAT(description)=Description, IF(stat_text, stat_text, "''None''")=Temple modifiers
|order by=tier
}}
 
===[[Ticaba, Architect of the Arena]]===
 
{{#cargo_query:
|tables = incursion_rooms
|where = architect_metadata_id="Metadata/Monsters/VaalArchitect/VaalArchitect11"
|fields = tier=Tier, CONCAT("[[", _pageName, "|", name, "]]")=Room, CONCAT(description)=Description, IF(stat_text, stat_text, "''None''")=Temple modifiers
|order by=tier
}}
 
===[[Topotante, Architect of Storms]]===
 
During the present-day Temple run:
* Topotante's incursion rooms cause [[Tempest]]s to appear in the Temple.
* Topotante's incursion rooms contain items with a {{c|mod|Topotante}} modifier.
{{#cargo_query:
|tables = incursion_rooms
|where = architect_metadata_id="Metadata/Monsters/VaalArchitect/VaalArchitect3"
|fields = tier=Tier, CONCAT("[[", _pageName, "|", name, "]]")=Room, CONCAT(description)=Description, IF(stat_text, stat_text, "''None''")=Temple modifiers
|order by=tier
}}
 
===[[Tzamoto, Architect of Torments]]===
 
During the present-day Temple run:
* If the [[Torture Cages]] or [[Sadist's Den]] is present, Architects and the [[Omnitect]] are possessed by a [[Tormented Spirit]].
 
{{#cargo_query:
|tables = incursion_rooms
|where = architect_metadata_id="Metadata/Monsters/VaalArchitect/VaalArchitect23"
|fields = tier=Tier, CONCAT("[[", _pageName, "|", name, "]]")=Room, CONCAT(description)=Description, IF(stat_text, stat_text, "''None''")=Temple modifiers
|order by=tier
}}
 
===[[Uromoti, Architect of Expansion]]===
 
During the present-day Temple run:
* The maps found in Uromoti's incursion rooms have a chance to drop with the {{ml|MapMonsterPacksVaalMapWorlds}} prefix.
* If the [[Atlas of Worlds]] incursion room is present, all Architects will drop extra map-related currency.
 
{{#cargo_query:
|tables = incursion_rooms
|where = architect_metadata_id="Metadata/Monsters/VaalArchitect/VaalArchitect5"
|fields = tier=Tier, CONCAT("[[", _pageName, "|", name, "]]")=Room, CONCAT(description)=Description, IF(stat_text, stat_text, "''None''")=Temple modifiers
|order by=tier
}}
 
===[[Xipocado, Royal Architect]]===
 
During the present-day Temple run:
* [[Throne of Atziri]] contains [[Atziri, Queen of the Vaal]].
 
{{#cargo_query:
|tables = incursion_rooms
|where = architect_metadata_id="Metadata/Monsters/VaalArchitect/VaalArchitect6"
|fields = tier=Tier, CONCAT("[[", _pageName, "|", name, "]]")=Room, CONCAT(description)=Description, IF(stat_text, stat_text, "''None''")=Temple modifiers
|order by=tier
}}
 
===[[Xopec, Architect of Power]]===
 
During the present-day Temple run:
* Xopec's incursion rooms contain an item with a {{c|mod|Xopec}} modifier, or {{il|Dance of the Offered}}.
 
{{#cargo_query:
|tables = incursion_rooms
|where = architect_metadata_id="Metadata/Monsters/VaalArchitect/VaalArchitect22"
|fields = tier=Tier, CONCAT("[[", _pageName, "|", name, "]]")=Room, CONCAT(description)=Description, IF(stat_text, stat_text, "''None''")=Temple modifiers
|order by=tier
}}
 
===[[Zalatl, Architect of Thaumaturgy]]===
 
During the present-day Temple run:
* The [[Doryani's Institute]] contains a [[Lapidary Lens]], allowing the player to double-[[corrupt]] a [[gem]].
 
{{#cargo_query:
|tables = incursion_rooms
|where = architect_metadata_id="Metadata/Monsters/VaalArchitect/VaalArchitect14"
|fields = tier=Tier, CONCAT("[[", _pageName, "|", name, "]]")=Room, CONCAT(description)=Description, IF(stat_text, stat_text, "''None''")=Temple modifiers
|order by=tier
}}
 
===[[Zantipi, Architect of Concealment]]===
 
{{#cargo_query:
|tables = incursion_rooms
|where = architect_metadata_id="Metadata/Monsters/VaalArchitect/VaalArchitect24"
|fields = tier=Tier, CONCAT("[[", _pageName, "|", name, "]]")=Room, CONCAT(description)=Description, IF(stat_text, stat_text, "''None''")=Temple modifiers
|order by=tier
}}
 
===[[Zilquapa, Architect of the Breach]]===
 
{{#cargo_query:
|tables = incursion_rooms
|where = architect_metadata_id="Metadata/Monsters/VaalArchitect/VaalArchitect13"
|fields = tier=Tier, CONCAT("[[", _pageName, "|", name, "]]")=Room, CONCAT(description)=Description, IF(stat_text, stat_text, "''None''")=Temple modifiers
|order by=tier
}}
 
==Version history==
{{Version history table header}}
{{Version history table row|3.3.0}}
* Introduced to the game.
|}

Latest revision as of 18:31, 21 November 2021