diff options
Diffstat (limited to 'tools/gendata.js')
-rw-r--r-- | tools/gendata.js | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tools/gendata.js b/tools/gendata.js index 87863dc..5d45c45 100644 --- a/tools/gendata.js +++ b/tools/gendata.js @@ -1180,8 +1180,8 @@ arts_of_war_event("Y35", "Privy Council", "this_levy") arts_of_war_event("Y36", "Swift Maneuver", "hold") arts_of_war_event("Y37", "Patrick de la Mote", "hold") -arts_of_war_capability("Y1", "Culverins and falconets", "any") -arts_of_war_capability("Y2", "Culverins and falconets", "any") +arts_of_war_capability("Y1", "Culverins and Falconets", "any") +arts_of_war_capability("Y2", "Culverins and Falconets", "any") arts_of_war_capability("Y3", "Muster'd my soldiers", "any") arts_of_war_capability("Y4", "We done deeds of charity", "any") arts_of_war_capability("Y5", "Thomas Bourchier", "any") @@ -1260,8 +1260,8 @@ arts_of_war_event("L35", "Margaret Beaufort", "this_levy") arts_of_war_event("L36", "Talbot to the Rescue", "hold") arts_of_war_event("L37", "The Earl of Richmond", "this_levy") -arts_of_war_capability("L1", "Culverins and falconets", "any") -arts_of_war_capability("L2", "Culverins and falconets", "any") +arts_of_war_capability("L1", "Culverins and Falconets", "any") +arts_of_war_capability("L2", "Culverins and Falconets", "any") arts_of_war_capability("L3", "Muster'd my soldiers", "any") arts_of_war_capability("L4", "Heralds", "any") arts_of_war_capability("L5", "Church Blessing", "any") |