Dungeon Sub Template (Asset): Difference between revisions

From FetishQuest Wiki
Jump to navigation Jump to search
JasX (talk | contribs)
Created page with "Used to set conditions for what rooms can go where in a procedrual dungeon. {| class="wikitable" |+ !Field !Type !Default !Description |- |Room |Room | |Room to modify. |- |Conditions |Condition | |Conditions needed to validate to add the room. Often Z position conditions. |}"
 
JasX (talk | contribs)
No edit summary
 
Line 1: Line 1:
Used to set conditions for what rooms can go where in a procedrual dungeon.
Used to set conditions for rooms and encounters attached to a procedural dungeon.
{| class="wikitable"
{| class="wikitable"
|+
|+
Line 7: Line 7:
!Description
!Description
|-
|-
|Room
|Room/Encounter
|[[Room (Asset)|Room]]
|[[Room (Asset)|Room]] / [[Encounter (Asset)|Encounter]]
|
|
|Room to modify.
|Asset to add conditions to.
|-
|-
|Conditions
|Conditions

Latest revision as of 12:35, 20 February 2025

Used to set conditions for rooms and encounters attached to a procedural dungeon.

Field Type Default Description
Room/Encounter Room / Encounter Asset to add conditions to.
Conditions Condition Conditions needed to validate to add the room. Often Z position conditions.