diff options
-rw-r--r-- | data.js | 2 | ||||
-rw-r--r-- | tools/gendata.js | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -227,7 +227,7 @@ cards:[ {"name":"Y27","event":"Yorkist North","roses":2,"when":"now","capability":"Percy's North","lords":[7,8]}, {"name":"Y28","event":"Gloucester as heir","roses":2,"when":"this_levy","capability":"First Son","lords":[2]}, {"name":"Y29","event":"Dorset","roses":2,"when":"this_campaign","capability":"Stafford Branch","lords":[6]}, -{"name":"Y30","event":"Regroup","roses":2,"when":"hold","capability":"Captain","lords":[5,6]}, +{"name":"Y30","event":"Regroup","roses":2,"when":"hold","capability":"Captain","lords":[5,7,8]}, {"name":"Y31","event":"Earl Rivers","roses":2,"when":"now","capability":"Woodvilles","lords":[2,6,9,10,11]}, {"name":"Y32","event":"The King's Name","roses":3,"when":"this_levy","capability":"Final Charge","lords":[11]}, {"name":"Y33","event":"Edward V","roses":3,"when":"this_levy","capability":"Bloody thou art, bloody will be thy end","lords":[11]}, diff --git a/tools/gendata.js b/tools/gendata.js index 278b90e..502b728 100644 --- a/tools/gendata.js +++ b/tools/gendata.js @@ -1634,7 +1634,7 @@ arts_of_war_capability("Y26", "Fallen Brother", ["Gloucester 1", "Gloucester 2", arts_of_war_capability("Y27", "Percy's North", ["Northumberland Y1","Northumberland Y2"]) arts_of_war_capability("Y28", "First Son", ["Edward IV"]) arts_of_war_capability("Y29", "Stafford Branch", ["Devon"]) -arts_of_war_capability("Y30", "Captain", ["Devon", "Pembroke"]) +arts_of_war_capability("Y30", "Captain", ["Northumberland Y1", "Northumberland Y2", "Pembroke"]) arts_of_war_capability("Y31", "Woodvilles", ["Edward IV", "Devon", "Gloucester 1", "Gloucester 2", "Richard III"]) arts_of_war_capability("Y32", "Final Charge", ["Richard III"]) arts_of_war_capability("Y33", "Bloody thou art, bloody will be thy end", ["Richard III"]) |