"For each star lane level, how much does it cost to improve to that level and how much does it cost to degrade to that level.  TravelCost is how much it costs ships to travel across a lane at this level."			
Other information can also be added to this table.			
			
TableStart	StarLaneInfo		
ColumnHeadingsStart	ImproveToCost	DegradeToCost	TravelCost
RowHeadingsStart			
-4	0	400	-1
-3	200	350	175
-2	300	300	150
-1	400	300	125
0	500	300	100
1	600	300	85
2	800	250	70
3	1000	250	55
4	1250	0	40
TableEnd			


This gives a multiplier (as a fixed point) that should be multiplied times the distance between two stars to determine how long it takes to travel between them.  There is also a 	
"fudge factor multiplier, which allows us to set the ratios between the types of travel, and then tune overall speed using the fudge factor."	
TableStart	WarpSpeedMultipliers
ColumnHeadingsStart	Multiplier
RowHeadingsStart	
Offroad	700.0
WarpLane	100.0
Wormhole	20.
FudgeFactor	10.0
TableEnd	
