Before Width: | Height: | Size: 13 KiB After Width: | Height: | Size: 31 KiB |
Before Width: | Height: | Size: 54 KiB After Width: | Height: | Size: 109 KiB |
BIN
assets/Steam/Store/Screenshots/active_scripts.png
Normal file
After Width: | Height: | Size: 176 KiB |
Before Width: | Height: | Size: 251 KiB |
Before Width: | Height: | Size: 218 KiB |
BIN
assets/Steam/Store/Screenshots/buy_server.png
Normal file
After Width: | Height: | Size: 160 KiB |
BIN
assets/Steam/Store/Screenshots/corp.png
Normal file
After Width: | Height: | Size: 315 KiB |
Before Width: | Height: | Size: 326 KiB |
BIN
assets/Steam/Store/Screenshots/faction.png
Normal file
After Width: | Height: | Size: 209 KiB |
Before Width: | Height: | Size: 281 KiB After Width: | Height: | Size: 282 KiB |
Before Width: | Height: | Size: 305 KiB After Width: | Height: | Size: 297 KiB |
BIN
assets/Steam/Store/Screenshots/infiltration.png
Normal file
After Width: | Height: | Size: 104 KiB |
Before Width: | Height: | Size: 71 KiB |
BIN
assets/Steam/Store/Screenshots/install.png
Normal file
After Width: | Height: | Size: 238 KiB |
BIN
assets/Steam/Store/Screenshots/purchase_aug.png
Normal file
After Width: | Height: | Size: 267 KiB |
BIN
assets/Steam/Store/Screenshots/script.png
Normal file
After Width: | Height: | Size: 486 KiB |
BIN
assets/Steam/Store/Screenshots/script_2.png
Normal file
After Width: | Height: | Size: 318 KiB |
Before Width: | Height: | Size: 307 KiB |
Before Width: | Height: | Size: 161 KiB After Width: | Height: | Size: 154 KiB |
BIN
assets/Steam/Store/Screenshots/sleeves.png
Normal file
After Width: | Height: | Size: 300 KiB |
Before Width: | Height: | Size: 213 KiB After Width: | Height: | Size: 213 KiB |
BIN
assets/Steam/Store/Screenshots/terminal_2.png
Normal file
After Width: | Height: | Size: 178 KiB |
BIN
assets/Steam/Store/Screenshots/tix.png
Normal file
After Width: | Height: | Size: 244 KiB |
BIN
assets/Steam/Store/Screenshots/world_map.png
Normal file
After Width: | Height: | Size: 124 KiB |
@ -15,7 +15,6 @@ Intelligence will boost your production for many actions in the game, including:
|
||||
|
||||
* Hacking
|
||||
* Infiltration
|
||||
* Hacking Missions
|
||||
* Crime success rate
|
||||
* Bladeburner
|
||||
* Reputation gain for companies & factions
|
||||
|
@ -13,7 +13,12 @@
|
||||
<meta name="msapplication-TileColor" content="#000000"/>
|
||||
<meta name="msapplication-config" content="dist/browserconfig.xml"/>
|
||||
<meta name="theme-color" content="#ffffff"/>
|
||||
|
||||
<script>
|
||||
// Give a warning if you go back in browser history.
|
||||
window.onbeforeunload = function () {
|
||||
return "Your work will be lost.";
|
||||
};
|
||||
</script>
|
||||
<!-- Google Analytics -->
|
||||
<script>
|
||||
(function (i, s, o, g, r, a, m) {
|
||||
@ -58,5 +63,4 @@
|
||||
<body>
|
||||
<div id="root"/>
|
||||
<script type="text/javascript" src="dist/vendor.bundle.js"></script><script type="text/javascript" src="main.bundle.js"></script></body>
|
||||
<!-- http://plaza.dsolver.ca/m/hydroflame4418 -->
|
||||
</html>
|
||||
|
@ -13,7 +13,12 @@
|
||||
<meta name="msapplication-TileColor" content="#000000" />
|
||||
<meta name="msapplication-config" content="dist/browserconfig.xml" />
|
||||
<meta name="theme-color" content="#ffffff" />
|
||||
|
||||
<script>
|
||||
// Give a warning if you go back in browser history.
|
||||
window.onbeforeunload = function () {
|
||||
return "Your work will be lost.";
|
||||
};
|
||||
</script>
|
||||
<!-- Google Analytics -->
|
||||
<script>
|
||||
(function (i, s, o, g, r, a, m) {
|
||||
@ -58,5 +63,4 @@
|
||||
<body>
|
||||
<div id="root" />
|
||||
</body>
|
||||
<!-- http://plaza.dsolver.ca/m/hydroflame4418 -->
|
||||
</html>
|
||||
|