diff --git a/doc/source/basicgameplay/infiltration.rst b/doc/source/basicgameplay/infiltration.rst index 445a8cfc9..182f35b91 100644 --- a/doc/source/basicgameplay/infiltration.rst +++ b/doc/source/basicgameplay/infiltration.rst @@ -14,29 +14,46 @@ these for money or for faction reputation. To try and infiltrate a company, visit a company through the 'World' menu. There will be an option that says 'Infiltrate Company'. -When infiltrating a company, you must progress through clearance levels in -the facility. Every clearance level has some form of security that -you must get past. There are several forms of security, ranging from -high-tech security systems to armed guards. For each form of security, -there are a variety of options that you can choose to try and bypass -the security. Examples include hacking the security, engaging in combat, -assassination, or sneaking past the security. The chance to succeed for -each option is determined in part by your stats. So, for example, -trying to hack the security system relies on your hacking skill, -whereas trying to sneak past the security relies on your agility level. +When infiltrating a company you will be presented with short active challenges. +None of the challenges use the mouse. -The facility has a 'security level' that affects your chance of success -when trying to get past a clearance level. Every time you advance to the -next clearance level, the facility's security level will increase by a -fixed percentage. Furthermore the options you choose and whether you -succeed or fail will affect the security level as well. For example, -if you try to kill a security guard and fail, the security level will -increase by a lot. If you choose to sneak past security and succeed, -the security level will not increase at all. +The difficulty at the top lowers with better combat stats. It is not recommended +to attempt infiltrations above mid-normal. -Every 5 clearance levels, you will steal classified company secrets that -can be sold for money or faction reputation. However, in order to sell -these secrets you must successfully escape the facility using the -'Escape' option. Furthermore, companies have a max clearance level. -If you reach the max clearance level you will automatically escape the -facility with all of your stolen secrets. +* Most use spacebar as "action" +* Some use WASD or arrows interchangeably. +* A few others use the rest of the keyboard. + +** Slash when his guard is down! ** + +Press space when the guard is attacking you. + +** Close the brackets ** + +Enter all the matching brackets in reverse order. + +** Type it backward ** + +Type the words that are written backward. + +** Say something nice about the guard. ** + +Use the arrows to find a compliment for the guard. + +** Enter the Code! ** + +Match the arrows as they appears. + +** Match the symbols! ** + +Move the cursor to the matching symbol and press space to confirm. + +** Remember all the mines! ** + +At first the cursor cannot be moved, remember the positions of the X. +Then move the cursor and press space to mark the mines on the board. + +** Cut the wires ** + +Follow the instructions and press the numbers 1 through 9 to cut the appropriate +wires. \ No newline at end of file diff --git a/doc/source/netscript/basicfunctions/getGrowTime.rst b/doc/source/netscript/basicfunctions/getGrowTime.rst index 7b65c567b..2d29f16d0 100644 --- a/doc/source/netscript/basicfunctions/getGrowTime.rst +++ b/doc/source/netscript/basicfunctions/getGrowTime.rst @@ -6,8 +6,6 @@ getGrowTime() Netscript Function :RAM cost: 0.05 GB :param string hostname: Hostname of target server. - :param number hackLvl: Optional hacking level for the calculation. Defaults - to player's current hacking level. :returns: seconds it takes to execute :doc:`grow` on that server. The function takes in an optional ``hackLvl`` parameter that can be diff --git a/doc/source/netscript/basicfunctions/getHackTime.rst b/doc/source/netscript/basicfunctions/getHackTime.rst index 6c45c4e03..57d95ea3a 100644 --- a/doc/source/netscript/basicfunctions/getHackTime.rst +++ b/doc/source/netscript/basicfunctions/getHackTime.rst @@ -5,8 +5,6 @@ getHackTime() Netscript Function :RAM cost: 0.05 GB :param string hostname: Hostname of target server. - :param number hackLvl: Optional hacking level for the calculation. Defaults - to player's current hacking level. :returns: seconds it takes to execute :doc:`hack` on that server. The function takes in an optional ``hackLvl`` parameter that can be diff --git a/doc/source/netscript/basicfunctions/getWeakenTime.rst b/doc/source/netscript/basicfunctions/getWeakenTime.rst index 103895cbb..95ae7fd12 100644 --- a/doc/source/netscript/basicfunctions/getWeakenTime.rst +++ b/doc/source/netscript/basicfunctions/getWeakenTime.rst @@ -5,8 +5,6 @@ getWeakenTime() Netscript Function :RAM cost: 0.05 GB :param string hostname: Hostname of target server. - :param number hackLvl: Optional hacking level for the calculation. Defaults - to player's current hacking level. :returns: seconds it takes to execute the :doc:`weaken` Netscript function on the target server.