From 3e24cfcfab744851010f112d0084a5fd87faa684 Mon Sep 17 00:00:00 2001 From: teisuru <31881306+teisuru@users.noreply.github.com> Date: Wed, 7 Jun 2023 10:08:21 +0200 Subject: Correct seaports and fix L32 --- tools/gendata.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tools/gendata.js') 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"] ) -- cgit v1.2.3