summaryrefslogtreecommitdiff
path: root/tools/gendata.js
diff options
context:
space:
mode:
authorteisuru <31881306+teisuru@users.noreply.github.com>2023-06-07 10:08:21 +0200
committerTor Andersson <tor@ccxvii.net>2023-12-10 18:16:55 +0100
commit3e24cfcfab744851010f112d0084a5fd87faa684 (patch)
treef8595f3689773f7479f96e7846a24c4ffe518dbd /tools/gendata.js
parent93883f3ea71b184df4067baaf7be164918a23c27 (diff)
downloadplantagenet-3e24cfcfab744851010f112d0084a5fd87faa684.tar.gz
Correct seaports and fix L32
Diffstat (limited to 'tools/gendata.js')
-rw-r--r--tools/gendata.js4
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"] )