Skip to content
Draft
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update vault codes.
  • Loading branch information
nekitdev committed Jul 12, 2022
commit 52d2fb784a5bde4b422eebe5e596efaa008f7848
35 changes: 16 additions & 19 deletions docs/topics/vault_codes.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
# Vault Codes

In *Geometry Dash* there are three different vaults you can access: [The Vault][#the-vault],
[Vault of Secrets][#vault-of-secrets] and [Chamber of Time][#chamber-of-time].
In *Geometry Dash* there are three different vaults you can access: [The Vault](#the-vault),
[Vault of Secrets](#vault-of-secrets) and [Chamber of Time](#chamber-of-time).

Each vault has a number of codes that you can enter to unlock icons and colors.

## Encoding

[The Vault][#the-vault]: Codes are in plain text (not encoded).
[The Vault](#the-vault): Codes are in plain text (not encoded).

[Vault of Secrets][#vault-of-secrets] and [Chamber of Time][#chamber-of-time]: `ask2fpcaqCQ2`
[Vault of Secrets](#vault-of-secrets) and [Chamber of Time](#chamber-of-time): `ask2fpcaqCQ2`
is added to the code, then [robtop encoding][robtop_encoding] is applied.

## The Vault
Expand All @@ -28,19 +28,29 @@ is added to the code, then [robtop encoding][robtop_encoding] is applied.
| `gandalfpotter` | trail |
| `sparky` | coin |

\* `name` is the in-game name of the player.

\*\* Consecutively enter one code at a time.

## Vault of Secrets

| code | reward |
|----------------------|-----------------|
| `{stars}` | cube |
| `cod3breaker` | cube |
| `{stars}`\* | cube |
| `cod3breaker`\*\* | cube |
| `brainpower` | cube |
| `octocube` | cube |
| `seven` | cube |
| `thechickenisonfire` | secondary color |
| `gimmethecolor` | primary color |
| `glubflub` | coin |

\* `stars` is the in-game count of stars the player has.
\*\* You will be given a sequence of numbers. You need to find difference between each
overlapping pair of numbers, combining the results into the final code.
For example, for sequence `1, 2, 4, 8, 16, 32` the differences are `1, 2, 4, 8, 16`,
therefore the final code is `124816`.

## Chamber of Time

| code | reward |
Expand All @@ -51,17 +61,4 @@ is added to the code, then [robtop encoding][robtop_encoding] is applied.
| `volcano` | wave |
| `river` | secondary color |

## Notes

\* `name` is the in-game name of the player.

\*\* Consecutively enter one code at a time.

\*\*\* `stars` is the in-game count of stars the player has.

\*\*\*\* You will be given a sequence of numbers. You need to find difference between each
overlapping pair of numbers, combining the results into the final code.
For example, for sequence `1, 2, 4, 8, 16, 32` the differences are `1, 2, 4, 8, 16`,
therefore the final code is `124816`.

[robtop_encoding]: /topics/encoding/robtop.md