diff options
author | Tor Andersson <tor@ccxvii.net> | 2024-05-04 23:29:52 +0200 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2024-05-05 00:19:23 +0200 |
commit | 5fdb500969f2dada11278640bd46c0a7da660e4c (patch) | |
tree | 1a339c016326dd9467a82a25e20fd37abcedcef2 /tools | |
parent | 111967eb4ec811bf551a44834744d732b6de94aa (diff) | |
download | plantagenet-5fdb500969f2dada11278640bd46c0a7da660e4c.tar.gz |
more ability logging
Diffstat (limited to 'tools')
-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") |