# # This is a sample WORMHOLE.TXT file. Please see the WORMHOLE.DOC file # for wormhole implementation details. # # Field assignments are as follows (last 4 values in parentheses are # optional): # # StartX StartY EndX EndY Mass Instability (WayStartX WayStartY WayEndX WayEndY) # The following wormhole extends from (2000,2000) to (2900,2900). It has a # mass of 500 KT, it is bidirectional (since Mass > 0) and it will move over # time to begin at (2100,2100) and end at (3000,3000). It is fairly stable # wormhole, having an instability of only 10%. # StartX StartY EndX EndY Mass Instability (WayStartX WayStartY WayEndX WayEndY) 2000 2000 2900 2900 500 10.0 2100 2100 3000 3000 # The following wormhole extends from (1100,1200) to (1100,2800). It has a # mass of 250 KT, it is unidirectional (since Mass < 0) and it will not # move over time (since no start/end waypoints are given). It is completely # stable since the instability is 0. # StartX StartY EndX EndY Mass Instability (WayStartX WayStartY WayEndX WayEndY) 1100 1200 1100 2800 -250 0.0