Skip to content

Commit 1cd8513

Browse files
authored
Add files via upload
1 parent 63a2d5e commit 1cd8513

File tree

2 files changed

+23
-0
lines changed

2 files changed

+23
-0
lines changed

html/THFAQ.htm

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ <h2>TotalHost FAQ</h2>
99
<li><A href="/scripts/index.pl?lp=home&cp=started">Getting Started</A>
1010
<li><A href="/scripts/index.pl?lp=home&cp=install">How do I install and run Stars! It's 16-bit?</A>
1111
<li><A href="/scripts/index.pl?lp=home&cp=starsfiles">Stars! Files</A>
12+
<li><A href="/scripts/index.pl?lp=home&cp=score">Stars! Score</A>
1213
<li><A href="/scripts/index.pl?lp=home&cp=hfile">My History is gone! (How to recover a .H file)</A>
1314
<li><A href="/scripts/index.pl?lp=home&cp=turngeneration">When and How are Turns Generated?</A>
1415
<li><a href="/scripts/index.pl?lp=home&cp=holidays">What are Observed Holidays?</A> (not implemented on TotalHost)

html/THScore.htm

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
<html>
2+
<body>
3+
<h2>How Stars! Score is Calculated</h2>
4+
5+
<ul>
6+
<li>Planets: From 1 to 6 points, scoring 1 point for each 100,000 colonists
7+
<li>Starbases: 3 points each (doesn't include Orbital Forts)
8+
<li>Unarmed Ships: An unarmed ship has a power rating of 0. You receive 1/2 point for each unarmed ship (up to the number of planets you own).
9+
<li>Escort Ships: An escort ship has a power rating greater than 0 and less than 2000. You receive 2 points for each Escort ship (up to the number of planets you own).
10+
<li>Capital Ships A Capital ship has a power rating of greater than 1999. For each capital ship, you receive points calculated by the following formula:
11+
<li>Points = (8 * #_capital_ships * #_planets) /( #_capital_ships + #_planets). For example, if you have 20 capital ships and 30 planets, you receive (8 x 20 x 30) / (20 + 30) or 4.8 points for each ship.
12+
<li>Tech Levels:
13+
<ul>
14+
<li>1 point for levels 1-3,
15+
<li>2 points for levels 4-6,
16+
<li>3 points for levels 7-9,
17+
<li>4 points for level 10 and above
18+
</ul>
19+
<li>Resources: 1 point for every 30 resources
20+
</ul>
21+
</body>
22+
</html>

0 commit comments

Comments
 (0)