Skip to content

Commit

Permalink
Merged in cmdrgulsch/tradedangerous (pull request #43)
Browse files Browse the repository at this point in the history
Added stations/distances and ships/stats
  • Loading branch information
kfsone committed Dec 13, 2014
2 parents 0d31f49 + c287b5f commit 35dd37b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
5 changes: 5 additions & 0 deletions data/Ship.csv
Original file line number Diff line number Diff line change
@@ -1,11 +1,16 @@
unq:name,capacity,mass,drive_rating,max_ly_empty,max_ly_full,max_speed,boost_speed
'Adder',6,35,0.0,0.0,0.0,220,300
'Anaconda',228,2600,52345.0,19.7,17.6,180,235
'Asp Explorer',38,0,0.0,0.0,0.0,250,340
'Clipper',42,500,0.0,0.0,0.0,290,370'
'Cobra',36,114,1155.0,9.94,7.3,280,400
'Dropship',56,580,0.0,0.0,0.0,180,300
'Eagle',6,52,348.0,6.59,6.0,240,350
'Hauler',16,39,348.0,8.74,6.1,200,246
'Lakon Type 6',100,113,3455.0,29.36,15.64,220,329
'Lakon Type 7',104,420,0.0,0.0,0.0,180,300
'Lakon Type 9',440,1275,23720.0,18.22,13.34,130,200
'Orca',72,580,0.0,0.0,0.0,300,380
'Phyton',82,350,0.0,0.0,0.0,250,330
'Sidewinder',4,47,348.0,8.13,7.25,220,293
'Viper',8,40,348.0,13.49,9.16,320,500
9 changes: 6 additions & 3 deletions data/Station.csv
Original file line number Diff line number Diff line change
Expand Up @@ -443,6 +443,7 @@ unq:[email protected]_id,unq:name,ls_from_star
'Heike','Haignere Orbital',0.0
'Heike','Lyell Port',0.0
'Heike','McMonagle Orbital',0.0
'Helvetitj','Friend Orbital',0.0
'Hemaki','Coriolis',0.0
'Hemaki','Kizim',0.0
'Heveri','Birdseye Enterprise',0.0
Expand Down Expand Up @@ -1154,8 +1155,8 @@ unq:[email protected]_id,unq:name,ls_from_star
'Wolf 359','Powell High',0.0
'Wolf 393','Lichtenberg Horizons',0.0
'Wolf 417','Egan Port',0.0
'Wolf 424','Pontes Terminal',0.0
'Wolf 424','Readdy Gateway',0.0
'Wolf 424','Pontes Terminal',1234.0
'Wolf 424','Readdy Gateway',1244.0
'Wolf 424','Sping Terminal',0.0
'Wolf 437','Fischer Platform',0.0
'Wolf 46','Fischer City',0.0
Expand All @@ -1170,7 +1171,9 @@ unq:[email protected]_id,unq:name,ls_from_star
'Wolf 562','Faris Gateway',3222.0
'Wolf 562','Hopkins Port',37.0
'Wolf 562','Nagel Enterprise',21.0
'Wolf 718','White Station',0.0
'Wolf 718','Filipchenko Dock',0.0
'Wolf 718','Song Refinery',28.0
'Wolf 718','White Station',27.0
'Wolf 750','Gregory Orbital',0.0
'Wolf 750','Neumann Gateway',0.0
'Wolf 750','Nikolayev Settlement',0.0
Expand Down

0 comments on commit 35dd37b

Please sign in to comment.