diff options
Diffstat (limited to 'tools')
-rw-r--r-- | tools/gendata.js | 27 |
1 files changed, 9 insertions, 18 deletions
diff --git a/tools/gendata.js b/tools/gendata.js index 492e7f2..8ee858a 100644 --- a/tools/gendata.js +++ b/tools/gendata.js @@ -216,22 +216,13 @@ def_offmap(0,6); def_offmap(11,29); def_offmap(41,53); def_offmap(75,77); -// def_offmap(99,102); def_offmap(100,102); // 99 is exit hex def_offmap(124,127); -// def_offmap(148,150); def_offmap(149,150); // 148 is exit hex -def_offmap(173,175); +def_offmap(173,174); def_offmap(197,199); -// def_offmap(198,199); // 197 is exit hex def_offmap(222,224); -// show spines -// def_offmap(175,175, 1); -// def_offmap(99,99, 1); -// def_offmap(148,148, 1); -// def_offmap(197,197, 1); - // depression def_offmap(168,168); def_offmap(168,168); @@ -244,15 +235,8 @@ def_offmap(200,202); def_offmap(206,212); def_offmap(214,221); -// Terrain chart hexes -// def_offmap(145,146); -// def_offmap(168,172); -// def_offmap(192,196); -// def_offmap(216,221); - // Qattara Depression and east of it -// def_offmap(145,148); -def_offmap(145,147); +def_offmap(145,146); def_offmap(168,172); def_offmap(192,196); def_offmap(216,221); @@ -378,13 +362,20 @@ hex_name = { 99: "Map Edge", 148: "Map Edge", 197: "Map Edge", + 175: "Map Edge", + 4: "Malta", 47: "Exited", + 53: "Exited", 48: "Return for Refit", 49: "Alexandria Queue", 102: "Return for Refit", 127: "El Agheila Queue", + 145: "Qattara Depression", + 146: "Qattara Depression", + 147: "Qattara Depression", + 164: "Siwa Oasis NE NW", 123: "Alexandria SW SE", } |