diff options
author | teisuru <31881306+teisuru@users.noreply.github.com> | 2023-06-07 10:08:21 +0200 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2023-12-10 18:16:55 +0100 |
commit | 3e24cfcfab744851010f112d0084a5fd87faa684 (patch) | |
tree | f8595f3689773f7479f96e7846a24c4ffe518dbd /tools/gendata.js | |
parent | 93883f3ea71b184df4067baaf7be164918a23c27 (diff) | |
download | plantagenet-3e24cfcfab744851010f112d0084a5fd87faa684.tar.gz |
Correct seaports and fix L32
Diffstat (limited to 'tools/gendata.js')
-rw-r--r-- | tools/gendata.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/gendata.js b/tools/gendata.js index c7c73cf..317267b 100644 --- a/tools/gendata.js +++ b/tools/gendata.js @@ -336,7 +336,7 @@ road("York, Ravenspur") road("Ravenspur, Lincoln") let seaports = [ - "Newcastle", "Scarborough", "Ravenspur", "Lynn", "Ipswich", "Dover", "Hastings", "Calais", "Southampton","Dorchester","Exeter","Plymouth","Truro","Bristol","Pembroke","Harlech" + "Bamburgh", "Newcastle", "Scarborough", "Ravenspur", "Lynn", "Ipswich", "North Sea", "Burgundy", "Dover", "Hastings", "Calais", "France", "Arundel", "Southampton","Dorchester","Exeter","Plymouth","Truro","Bristol","Pembroke","Harlech", "Ireland", "Irish Sea" ].map(name => locmap[name]).sort(cmpnum) function dumplist(name, list) { @@ -1254,7 +1254,7 @@ arts_of_war_capability("L28", "Loyal Somerset", true, ["Somerset 1", "Somerset 2 arts_of_war_capability("L29", "High Admiral", true, ["Exeter 1", "Exeter 2"]) arts_of_war_capability("L30", "Merchants", true, ["Warwick L"]) arts_of_war_capability("L31", "Yeomen of the Crown", true, ["Margaret"]) -arts_of_war_capability("L32", "Two Roses", true, "any",["Henry Tudor"]) +arts_of_war_capability("L32", "Two Roses", true, ["Henry Tudor"]) arts_of_war_capability("L33", "Philibert de Chandée", true, ["Oxford", "Henry Tudor"]) arts_of_war_capability("L34", "Piquiers", true, ["Oxford", "Henry Tudor"]) arts_of_war_capability("L35", "Thomas Stanley", true, ["Jasper Tudor 1", "Jasper Tudor 2", "Henry Tudor"] ) |