diff --git a/assets/rooms/room_servers.json b/assets/rooms/room_servers.json index 4e00d4d..0e962ca 100644 --- a/assets/rooms/room_servers.json +++ b/assets/rooms/room_servers.json @@ -158,7 +158,7 @@ "visible":true, "width":48, "x":236.666666666667, - "y":168.666666666667 + "y":190.666666666667 }, { "gid":242, @@ -170,7 +170,7 @@ "visible":true, "width":48, "x":230.666666666667, - "y":168.666666666667 + "y":190.666666666667 } ], "opacity":1, diff --git a/assets/scenarios/scenario1.json b/assets/scenarios/scenario1.json index d35f3ed..c2ce02e 100644 --- a/assets/scenarios/scenario1.json +++ b/assets/scenarios/scenario1.json @@ -59,7 +59,7 @@ "name": "Office Computer", "takeable": false, "hasFingerprint": true, - "fingerprintOwner": "Mr Moo", + "fingerprintOwner": "Mrs Moo", "fingerprintDifficulty": "easy", "observations": "A computer with a cybersecurity alert on screen. There might be pawprints on the keyboard." }, @@ -81,9 +81,11 @@ }, "office2": { - - "type": "room_office", - "connections": { + "locked": true, + "lockType": "biometric", + "requires": "Mrs Moo", + "biometricMatchThreshold": 0.5, + "connections": { "north": "ceo", "south": "office1" }, @@ -95,7 +97,7 @@ "takeable": true, "readable": true, "observations": "Deeper meaning into the image", - "text": "Professor Bark did not act alone, the hooveprint should be enough indication to who his alias is. To get the name, find the name hidden in the image using AES. The key is my favorite meal." + "text": "Professor Bark did not act alone, the hooveprint should be enough indication to who else is involved. To get the name, find the name hidden in the image using AES. The key is my favorite meal." }, { "type": "pc", diff --git a/assets/scenarios/scenario2.json b/assets/scenarios/scenario2.json index 3fb9832..9ed52bc 100644 --- a/assets/scenarios/scenario2.json +++ b/assets/scenarios/scenario2.json @@ -29,7 +29,7 @@ "name": "Clue Note", "takeable": true, "readable": true, - "observations": "Numbers are important, remember these to proceed:\n- Prime modulus (p): 23\n- Base (g): 5\n- Tim's private key (a): 3\n- Jullie's private key (b): 5\nCalculate Tim's public key, Jullie's public key, and the final shared secret key." + "observations": "Safe one, next to the left door is Tim's public key, safe two is Julies's private key and the briefcase is the shared key. \nRemember: Public keys are (g^age MOD p)" }, { "type": "pc", diff --git a/assets/scenarios/scenario3.json b/assets/scenarios/scenario3.json index 20c4987..77076bb 100644 --- a/assets/scenarios/scenario3.json +++ b/assets/scenarios/scenario3.json @@ -30,7 +30,6 @@ "name": "Fun facts about me - ordering from favorite to least favorite", "takeable": true, "readable": true, - "inInventory": true, "text": "Favorite scientists: \n-Albert Einstein \n-Frank Tipler \n-Igor Novikov \n-Stephen Hawking \n \nFavorite theories: \n-Relativity Theory \n-Gödel’s Rotating Universe \n-Tipler’s Rotating Cylinder \n-Darwin's Theory of Evolution \nFavorite movie: \n-Back to the future \nPhone number: \n-07123456789" }, { diff --git a/assets/scenarios/scenario4.json b/assets/scenarios/scenario4.json index 2231597..39954c6 100644 --- a/assets/scenarios/scenario4.json +++ b/assets/scenarios/scenario4.json @@ -28,7 +28,6 @@ "name": "Recipe Note", "takeable": true, "readable": true, - "inInventory": true, "text": "Cookies always start with the right ingredients! Step by step, you will gain an ingredient back from your recipe." } ]