Browse Source

Init Commit

 Added:
  planets.md
  ports.md
  README.md
david 5 years ago
commit
e0f753b5d9
3 changed files with 116 additions and 0 deletions
  1. 15 0
      README.md
  2. 46 0
      planets.md
  3. 55 0
      ports.md

+ 15 - 0
README.md

@@ -0,0 +1,15 @@
+----------
+# Trade Wars 2002 Database
+----------
+
+## Planets
+
+This contains a detailed view of everything the Editor shows about a planet
+
+[Go to](planets.md)
+
+## Ports
+
+This contains a detailed view of everything the Editor shows about a port
+
+[Go to](ports.md)

+ 46 - 0
planets.md

@@ -0,0 +1,46 @@
+----------
+# Planets
+
+[back](README.md)
+
+----------
+
+## Pre-Build (NPC)
+```
+Planet Name: Terra
+Class: 0 Class M, Earth
+Location: Sect 1
+Owned by: Federation
+Colonists On Hand: 3,030,647
+Max Colonists: 100,000,000
+Colo Regen Rate: 0.07% per day (70,000 colos)
+```
+
+## Player-Build (Alien Homeworld)
+```
+Planet Name: Ferrengal
+Class: 0 Class M, Earth
+Location: Sect 14793
+Made by: <UNKNOWN>
+Owned by: The Ferrengi
+
+On Hand:
+Ore: 28094
+Org: 29794
+Equ: 29923
+Fig: 39786
+
+Colonists (in Thousands) Productivity (units per day):
+(F) Fuel Ore:  737 (Colonists/1) = 737
+(O) Organics:  737 (Colonists/1) = 737
+(E) Equipment: 737 (Colonists/1) = 737
+Fighters: Production of (F+O+E) / 3 = 737
+
+Defenses: Lvl 3 Citadel
+Treasury Credits: 208,929
+Transport LVL: 0 | Military Ctl: 40
+Quasar Sector: 10 | Quasar Atmos: 30
+
+Citadel project Construction
+Days to complete 0 to 14
+```

+ 55 - 0
ports.md

@@ -0,0 +1,55 @@
+----------
+# Ports
+
+[back](README.md)
+
+----------
+
+## Specials
+```
+Name: Sol
+Class: 0
+Sector: 1
+Port Firepower: 100%
+```
+
+## Non-Specials
+```
+Name: Stargate Alpha I
+Last ship to port: StarBug II
+Last robbed by: No one
+Class: 8 [BBB]
+Sector: 3915
+Port Firepower: 100%
+
+Ore: 0 | Org: 0 | Equ: 0
+
+Productivity (units per day)
+Ore: 300 | Org: 300 | Equ: 300
+
+Maximum change in cost (percent)
+Ore: -80 | Org: -50 | Equ: -35
+
+Accumulated trading credits: 0
+```
+
+## Port Under Construction
+```
+Name: FS2 Quick Cash
+Under construction days to finish: 8
+Last ship to port: The Merchant Marines
+Last robbed by: No one
+Class: 3
+Sector: 336
+Port Firepower: 100%
+
+Ore: 0 | Org: 1000 | Equ: 1000
+
+Productivity
+Ore: 100 | Org: 100 | Equ: 100
+
+Maximum change in cost (percent)
+Ore: 50 | Org: -60 | Equ: -60
+
+Accumulated trading credits: 0
+```