diff options
author | teisuru <31881306+teisuru@users.noreply.github.com> | 2023-08-31 16:29:20 +0200 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2023-12-10 18:16:55 +0100 |
commit | 1def1b2bb2b749bbf6e358875b6ebe1f8e7da8fb (patch) | |
tree | 13cad909137cbfb6931cf56118286b6fa56f3b7e /data.js | |
parent | dc71bfdbbcaa8f9ed27106e7d4711773f02612cf (diff) | |
download | plantagenet-1def1b2bb2b749bbf6e358875b6ebe1f8e7da8fb.tar.gz |
sail ways
Diffstat (limited to 'data.js')
-rw-r--r-- | data.js | 20 |
1 files changed, 19 insertions, 1 deletions
@@ -1,5 +1,23 @@ const data = { -seaports:[0,1,5,6,14,15,17,19,20,21,22,24,26,35,37,51,52,54,55,56,57,59,60], +seaports:[0,1,5,6,14,15,17,19,20,21,22,24,26,35,37,51,52,54,55,56,57,58,59,60], +exile_1:[55], +exile_2:[52], +exile_3:[54], +sea_1:[60], +sea_2:[58], +sea_3:[59], +port_1:[0,1,35,37,56,57], +port_2:[14,15,17,19,20,21,22,24,51], +port_3:[5,6,26], +way_exile_1:[0,1,35,37,55,56,57,60], +way_exile_2:[14,15,17,19,20,21,22,24,51,52,58], +way_exile_3:[5,6,26,54,59], +way_sea_1:[0,1,14,15,17,19,20,21,22,24,35,37,51,56,57,60], +way_sea_2:[0,1,5,6,14,15,17,19,20,21,22,24,26,35,37,51,56,57,58], +way_sea_3:[14,14,15,15,17,17,19,19,20,20,21,21,22,22,24,24,51,51,59], +way_port_1:[0,1,35,37,56,57,60], +way_port_2:[14,15,17,19,20,21,22,24,51,58], +way_port_3:[5,6,26,59], strongholds:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60], locales:[ {"name":"Bamburgh","type":"fortress","stronghold":1,"region":"North","ways":[[1,0]],"box":{"x":637,"y":300,"w":60,"h":45},"adjacent":[1],"adjacent_by_highway":[1],"adjacent_by_road":[],"adjacent_by_path":[],"highways":[[1,0]],"roads":[],"paths":[]}, |