Skip to content

Commit

Permalink
Puzzle x17357 (#170)
Browse files Browse the repository at this point in the history
1. Adding part 2 and 3 of the puzzle

Co-authored-by: Michael Fuller <[email protected]>
  • Loading branch information
mgatelabs and Michael Fuller authored Mar 21, 2022
1 parent ebfe45f commit 19aa254
Show file tree
Hide file tree
Showing 3 changed files with 51 additions and 3 deletions.
Binary file added src/assets/backgrounds/x17357.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/backgrounds/x17358.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
54 changes: 51 additions & 3 deletions src/assets/location_cubes.json
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@
"type": "SPIN",
"camera": [-0.15, 3.15, 2],
"face": "N",
"description": "This part 1 of 3 of a puzzle. After solving it, teleport away and wait till the next day for for it to reset. If it doesn't reset, log out/in. This is a special puzzle it only wants you hit the designated piece the right number of times.",
"description": "This part 1 of 3 of a puzzle. After solving it, log out/in to start the next one. This is a special puzzle it only wants you hit the designated piece the right number of times.",
"connection": [[], [0, 2], [], [2, 4], [], [], [], [], []],
"direction": ["E", "W", "W", "E", "N", "S", "S", "W"],
"position": [
Expand All @@ -245,8 +245,56 @@
"solution": [1, 1, 1, 2, 2, 3, 3, 3, 5],
"island": "wata"
},
{ "id": "x17357", "x": 339.5, "y": 6233.5, "island": "wata" },
{ "id": "x17358", "x": 354.5, "y": 6232.5, "island": "wata" },
{
"id": "x17357",
"x": 339.5,
"y": 6233.5,
"count": "8",
"type": "SPIN",
"camera": [-0.15, 3.15, 2.56],
"face": "N",
"description": "This part 2 of 3 of a puzzle. After solving it, log out/in to start the next one. This is a special puzzle it only wants you hit the designated piece the right number of times.",
"connection": [[], [0, 2], [], [2, 4], [], [], [], [], []],
"direction": ["W", "S", "E", "S", "S", "E", "N", "E"],
"position": [
[-5.2, -2, 0.4],
[0.1, -1.5, 0.8],
[4.8, -2, 1.25],
[-5.5, -2.5, -5],
[0.5, -1.75, -5],
[5.8, -2, -5],
[-4.15, -3, -10],
[5.5, -1.4, -10]
],
"edit": [false, false, false, false, false, false, false],
"solution": [6, 6, 6, 5, 4, 4, 1, 1],
"island": "wata"
},
{
"id": "x17358",
"x": 354.5,
"y": 6232.5,
"count": "8",
"type": "SPIN",
"camera": [-0.15, 3.15, 2],
"face": "N",
"description": "This part 3 of 3 of a puzzle. This is a special puzzle it only wants you hit the designated piece the right number of times.",
"connection": [[], [0, 2], [], [2, 4], [], [], [], [], []],
"direction": ["N", "S", "S", "N", "N", "W", "S", "W"],
"position": [
[-4.8, -2, 0.8],
[-0, -2, 0.8],
[4.8, -2, 1.4],
[0.5, -2, -5],
[6.0, -2, -5],
[-4.15, -3, -10],
[0.5, -1.5, -10],
[5.5, -1.2, -10]
],
"edit": [false, false, false, false, false, false, false],
"solution": [5, 5, 7, 7, 2, 0, 0, 0],
"island": "wata"
},

{
"id": "x14197",
Expand Down

0 comments on commit 19aa254

Please sign in to comment.