-
Notifications
You must be signed in to change notification settings - Fork 105
QuestEditorGuidePuzzle
Quantumrunner edited this page May 20, 2021
·
2 revisions
This is the component selector, pressing this will allow you to select, create and delete components. See also QuestIniPuzzle.
This is the component name, pressing this will allow you to select and create puzzles.
This button is for renaming the component.
The type of puzzle. Options are "slide", "image", "code" and "Tower".
The skill icon to display.
Puzzle difficulty level:
- slide: Minimum moves required to solve puzzle
- image: Number of horizontal puzzle pieces
- code: Length of code
Secondary puzzle difficulty level:
- image: Number of vertical puzzle pieces
- code: Number of symbols
Pre-determined solution for a code puzzle (can only be used with code puzzles).
The input is a set of space-separated integers that specify the solution. For example, the input "1 3 4 1" specifies the solution as [1,3,4,1] for a code puzzle of level 4 with puzzlealtlevel>=4
Return to last selected component.