diff options
author | Tor Andersson <tor@ccxvii.net> | 2022-12-25 19:08:30 +0100 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2022-12-26 01:03:31 +0100 |
commit | b90061cc9ca2ce29e33a2e6e8347e7ae727f97bd (patch) | |
tree | d4381d166b44491783673271699e3b000e147509 /tools/gendata.js | |
parent | 024f4746cd777655a0ed6816bdf6b97601e94c26 (diff) | |
download | rommel-in-the-desert-b90061cc9ca2ce29e33a2e6e8347e7ae727f97bd.tar.gz |
Follow 2004 edition map layout more strictly.
Don't show hexsides for out-of-play hexes.
Add west exit area for allied player.
Remove new edition marsh.
Diffstat (limited to 'tools/gendata.js')
-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", } |