Manual and CHANGELOG updates.
This commit is contained in:
parent
ae5c56d791
commit
2c466ad1b1
|
@ -1,5 +1,9 @@
|
|||
Changelog
|
||||
|
||||
1.3
|
||||
|
||||
* Added a fighter database, to view information about the in-game fighters
|
||||
|
||||
1.2
|
||||
|
||||
* Reduced missile damage from 75pts to 50pts.
|
||||
|
|
Binary file not shown.
After Width: | Height: | Size: 332 KiB |
|
@ -26,7 +26,7 @@ span.highlight {font-weight:bold; color: #0bf;}
|
|||
<div style="text-align:center">
|
||||
<p><img src="logo.png"></p>
|
||||
<p><img src="pandoran.png"></p>
|
||||
<p>Last updated: 3rd September 2016</p>
|
||||
<p>Last updated: 12th August 2017</p>
|
||||
</div>
|
||||
|
||||
<div>
|
||||
|
@ -439,6 +439,15 @@ Some minor gameplay settings can be tweaked in the <b>config.json</b> save file:
|
|||
To alter a gameplay element, update the setting and restart the game. It is not recommended that you fiddle with these settings unless you are comfortable editing such files, as it could result in the loss of data or the game not working properly.
|
||||
</p>
|
||||
|
||||
<h3>Fighter Database</h3>
|
||||
<p>
|
||||
The fighter database allows the player to view information about various starfighters in the game, including their armour, shield, and speed ratings, and how many of them have been destroyed by the player (where applicable).
|
||||
</p>
|
||||
<img src="fighterDB.png" class="screenshot">
|
||||
<p>
|
||||
Clicking on the left and right arrows will cycle back and forth through the fighters. All fighter information is available from the start of the game, with no unlocks or encounters required.
|
||||
</p>
|
||||
|
||||
<h3>Misc. Information</h3>
|
||||
<p>
|
||||
The Pandoran War creates two save game files when run, config.json and game.save. Both files are human-readable and saved in JSON format. The files are stored in:
|
||||
|
@ -473,7 +482,7 @@ You can contact the author at:
|
|||
<p><a href="mailto:stephenjsweeney@battleforthesolarsystem.com">stephenjsweeney@battleforthesolarsystem.com</a></p>
|
||||
|
||||
<p style="font-size:8pt; font-style:italic">
|
||||
This is a work of fiction. Names, characters, businesses, places, events and incidents are either the products of the author's imagination or used in a fictitious manner. Any resemblance to actual persons, living or dead, or actual events is purely coincidental. The Battle for the Solar System : The Pandoran War is © 2015-2016, Stephen J Sweeney, All Rights Reserved. The Battle for the Solar System and all related materials (including, but not limited to, characters, setting, and story elements) are © 2009-2016, Stephen J Sweeney, All Rights Reserved.
|
||||
This is a work of fiction. Names, characters, businesses, places, events and incidents are either the products of the author's imagination or used in a fictitious manner. Any resemblance to actual persons, living or dead, or actual events is purely coincidental. The Battle for the Solar System : The Pandoran War is © 2015-2017, Stephen J Sweeney, All Rights Reserved. The Battle for the Solar System and all related materials (including, but not limited to, characters, setting, and story elements) are © 2009-2017, Stephen J Sweeney, All Rights Reserved.
|
||||
</p>
|
||||
|
||||
<script src='jquery-2.1.3.min.js'></script>
|
||||
|
|
Loading…
Reference in New Issue