Data |
Prev: 53278 | Up: Map | Next: 53361 |
The various locations that the USS Pisces can travel to are laid out on a grid, eight units by four units. When the USS Pisces is at a given location on the grid, it can move only to the eight adjacent locations (north, north-east, east, south-east, south, south-west, west and north-west).
Any grid cell that contains a zero is inaccessible, and will not be added to the destinations menu when using the move starship command.
EXAMPLE:
Current location is Plop Plop (12, at [4, 1] on grid, address 53341). Neighbouring (and therefore accessible) locations are:
The NULL (zero) entries to Plop Plop's south-west and south are inaccessible, and not added to the destination list.
|
||||||||||||||||||||||||||||||||
53329 | DEFB 1,2,3,4,22,6,7,0 | Deneb, Gath, Monopole, Porthos, Reef, Lynx, Nirvana, NULL | ||||||||||||||||||||||||||||||
53337 | DEFB 8,9,0,10,12,11,14,16 | Limbo, Eden, NULL, Herschell, Plop Plop, Trantore, Outpost, Bingo | ||||||||||||||||||||||||||||||
53345 | DEFB 13,15,5,0,0,17,24,0 | Brightstar, Polaris, Starbase 1, NULL, NULL, Retreat, Plinkit, NULL | ||||||||||||||||||||||||||||||
53353 | DEFB 18,0,19,20,21,0,0,23 | Dragon Egg, NULL, Aridia, Gangrole, Naff, NULL, NULL, Menopausia |
Prev: 53278 | Up: Map | Next: 53361 |