Skip to content

QuestEditorGuidePuzzle

Quantumrunner edited this page May 20, 2021 · 2 revisions

QuestEditorGuide

Puzzle Selection

Puzzle

This is the component selector, pressing this will allow you to select, create and delete components. See also QuestIniPuzzle.

Name (Entry)

This is the component name, pressing this will allow you to select and create puzzles.

E

This button is for renaming the component.

Class

The type of puzzle. Options are "slide", "image", "code" and "Tower".

Skill

The skill icon to display.

Level

Puzzle difficulty level:

  • slide: Minimum moves required to solve puzzle
  • image: Number of horizontal puzzle pieces
  • code: Length of code

AltLevel

Secondary puzzle difficulty level:

  • image: Number of vertical puzzle pieces
  • code: Number of symbols

Solution

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

Back

Return to last selected component.

Clone this wiki locally