summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2024-02-10 11:52:48 +0100
committerTor Andersson <tor@ccxvii.net>2024-02-10 11:52:48 +0100
commit6e04b1c1b0e60633a04d8ca5dc84f6ffd833da41 (patch)
treeb59f64a479773f96f20abe76b66f2ed7cad016ae
parent84238448ff4a25c2053767a7b74398259dbae3f7 (diff)
downloadtable-battles-6e04b1c1b0e60633a04d8ca5dc84f6ffd833da41.tar.gz
Fix typo in Cemetery Ridge intro text.
-rw-r--r--data.js2
-rw-r--r--info/s_27.html2
-rw-r--r--info/scenarios.html2
-rw-r--r--tools/scenarios.csv2
4 files changed, 4 insertions, 4 deletions
diff --git a/data.js b/data.js
index d242a7f..5b5d135 100644
--- a/data.js
+++ b/data.js
@@ -28,7 +28,7 @@ scenarios: [
{"number":24,"expansion":"Gettysburg","name":"Little Round Top","date":"2 July 1863","players":[{"name":"Union","cards":[271,272,273,274,275,276,277,278],"morale":1},{"name":"Confederate","cards":[279,280,281,282,283,284],"morale":2}],"lore_text":"One of the most famous actions of the day saw fewer than three thousand men mount a desperate, hard-fought, and ingenious defense of the Union left flank against the repeated assaults of nearly five thousand butternuts.","wikipedia":""},
{"number":25,"expansion":"Gettysburg","name":"The Wheatfield","date":"2 July 1863","players":[{"name":"Confederate","cards":[285,286,287,288,289,290,291],"morale":3},{"name":"Union","cards":[292,293,294,295,296,297,298,299,300,301,302],"morale":3}],"lore_text":"Confederate assaults caused the Union to retreat, then Union assoults caused the rebs to fall back, and on and on, back and forth, possession of the Wheatfield changing hands repeatedly, neither side gaining any real advantage, with thousands of casualties","wikipedia":""},
{"number":26,"expansion":"Gettysburg","name":"The Peach Orchard","date":"2 July 1863","players":[{"name":"Confederate","cards":[303,304,305,306,307,308,309,310,311,312],"morale":4},{"name":"Union","cards":[313,314,315,316,317,318,319,320],"morale":2}],"lore_text":"Sickle's line formed a salient at the Peach Orchard, which collapsed under pressure from the Confederates. Sickles himself was hit in the leg by a cannonball. To counter rumors that he had died, he sat up on his stretcher and puffed at a cigar to show that he was still breathing.","wikipedia":""},
-{"number":27,"expansion":"Gettysburg","name":"Cemetery Ridge","date":"2 July 1863","players":[{"name":"Confederate","cards":[321,322,323,324],"morale":1},{"name":"Union","cards":[325,326,327,328,329,330,331],"morale":3}],"lore_text":"Anderson's attack on the Union center came close to breaking it, opening a gap in the line. The line &ndash; perhaps even the Union &ndash; was saved byt he 262 men of the First Minnesota Volunteer Infantry Regiment, which charged a brigade over five times its size, suffering 215 casualties.","wikipedia":""},
+{"number":27,"expansion":"Gettysburg","name":"Cemetery Ridge","date":"2 July 1863","players":[{"name":"Confederate","cards":[321,322,323,324],"morale":1},{"name":"Union","cards":[325,326,327,328,329,330,331],"morale":3}],"lore_text":"Anderson's attack on the Union center came close to breaking it, opening a gap in the line. The line &ndash; perhaps even the Union &ndash; was saved by the 262 men of the First Minnesota Volunteer Infantry Regiment, which charged a brigade over five times its size, suffering 215 casualties.","wikipedia":""},
{"number":28,"expansion":"Gettysburg","name":"Culp's Hill","date":"2 July 1863","players":[{"name":"Union","cards":[332,333,334,335,336,337,338],"morale":1},{"name":"Confederate","cards":[339,340,341,342],"morale":3}],"lore_text":"Impressive defensive works constructed on the initiative of Brig. Gen. George Greene (a civil engineer) allowedh a desperately thin blue line of around two thousand men to beat back nearly five thousand rebs. (Before playing, be sure to read the \"Geary\" card and keep its effects in mind.)","wikipedia":""},
{"number":29,"expansion":"Gettysburg","name":"2nd Day of Gettysburg","date":"2 July 1863","players":[{"name":"Union","cards":[343,344,345,346,347,348,349],"morale":2},{"name":"Confederate","cards":[350,351,352,353,354],"morale":2}],"lore_text":"The Confederates attacked the Union line <i>en echelon</i> in a series of bloody assaults. Meade shuffled men from one part of the \"fish hook\" to the next, pushing back and plugging holes in his line. At the end of the day, the line held.","wikipedia":""},
{"number":30,"expansion":"English Civil War","name":"Edgehill","date":"23 October 1642","players":[{"name":"Royalists","cards":[355,356,357,358,359,360,361,362],"morale":2,"tactical":18},{"name":"Parliamentarians","cards":[363,364,365,366,367,368,369,370],"morale":3}],"lore_text":"Initial success on the wings and a stubborn infantry contest had all the makings of a decisive Royalist victory. But the cavalier cavalry pursued the main roundhead horse, and the unsupported infantry was scattered by Parliamentarian reserve cavalry.","wikipedia":"https://en.wikipedia.org/wiki/Battle_of_Edgehill"},
diff --git a/info/s_27.html b/info/s_27.html
index 7f460b6..aa20405 100644
--- a/info/s_27.html
+++ b/info/s_27.html
@@ -32,7 +32,7 @@ body{background-color:dimgray;color:whitesmoke;padding:20px;background-image:url
<div class="scenario_line"></div>
</div>
<div class="rule_text"></div>
-<div class="lore_text">Anderson's attack on the Union center came close to breaking it, opening a gap in the line. The line &ndash; perhaps even the Union &ndash; was saved byt he 262 men of the First Minnesota Volunteer Infantry Regiment, which charged a brigade over five times its size, suffering 215 casualties.</div>
+<div class="lore_text">Anderson's attack on the Union center came close to breaking it, opening a gap in the line. The line &ndash; perhaps even the Union &ndash; was saved by the 262 men of the First Minnesota Volunteer Infantry Regiment, which charged a brigade over five times its size, suffering 215 casualties.</div>
<div class="number">27</div>
</div>
</div><div class="list">
diff --git a/info/scenarios.html b/info/scenarios.html
index f0e8b8d..7a74625 100644
--- a/info/scenarios.html
+++ b/info/scenarios.html
@@ -682,7 +682,7 @@ a{text-decoration:none;color:black}
<div class="scenario_line"></div>
</div>
<div class="rule_text"></div>
-<div class="lore_text">Anderson's attack on the Union center came close to breaking it, opening a gap in the line. The line &ndash; perhaps even the Union &ndash; was saved byt he 262 men of the First Minnesota Volunteer Infantry Regiment, which charged a brigade over five times its size, suffering 215 casualties.</div>
+<div class="lore_text">Anderson's attack on the Union center came close to breaking it, opening a gap in the line. The line &ndash; perhaps even the Union &ndash; was saved by the 262 men of the First Minnesota Volunteer Infantry Regiment, which charged a brigade over five times its size, suffering 215 casualties.</div>
<div class="number">27</div>
</div>
</a>
diff --git a/tools/scenarios.csv b/tools/scenarios.csv
index b0efef7..8274e04 100644
--- a/tools/scenarios.csv
+++ b/tools/scenarios.csv
@@ -31,7 +31,7 @@ status,expansion,number,name,date,player1,cards1,morale1,tactical1,player2,cards
0,Gettysburg,24,Little Round Top,2 July 1863,Union,136A-143A,1,,Confederate,144A-149A,2,,,,"One of the most famous actions of the day saw fewer than three thousand men mount a desperate, hard-fought, and ingenious defense of the Union left flank against the repeated assaults of nearly five thousand butternuts.",
0,Gettysburg,25,The Wheatfield,2 July 1863,Confederate,150A-156A,3,,Union,157A-167A,3,,,,"Confederate assaults caused the Union to retreat, then Union assoults caused the rebs to fall back, and on and on, back and forth, possession of the Wheatfield changing hands repeatedly, neither side gaining any real advantage, with thousands of casualties",
0,Gettysburg,26,The Peach Orchard,2 July 1863,Confederate,168A-177A,4,,Union,136B-143B,2,,,,"Sickle's line formed a salient at the Peach Orchard, which collapsed under pressure from the Confederates. Sickles himself was hit in the leg by a cannonball. To counter rumors that he had died, he sat up on his stretcher and puffed at a cigar to show that he was still breathing.",
-0,Gettysburg,27,Cemetery Ridge,2 July 1863,Confederate,144B-147B,1,,Union,148B-154B,3,,,,"Anderson's attack on the Union center came close to breaking it, opening a gap in the line. The line &ndash; perhaps even the Union &ndash; was saved byt he 262 men of the First Minnesota Volunteer Infantry Regiment, which charged a brigade over five times its size, suffering 215 casualties.",
+0,Gettysburg,27,Cemetery Ridge,2 July 1863,Confederate,144B-147B,1,,Union,148B-154B,3,,,,"Anderson's attack on the Union center came close to breaking it, opening a gap in the line. The line &ndash; perhaps even the Union &ndash; was saved by the 262 men of the First Minnesota Volunteer Infantry Regiment, which charged a brigade over five times its size, suffering 215 casualties.",
0,Gettysburg,28,Culp's Hill,2 July 1863,Union,155B-161B,1,,Confederate,162B-165B,3,,,,"Impressive defensive works constructed on the initiative of Brig. Gen. George Greene (a civil engineer) allowedh a desperately thin blue line of around two thousand men to beat back nearly five thousand rebs. (Before playing, be sure to read the ""Geary"" card and keep its effects in mind.)",
0,Gettysburg,29,2nd Day of Gettysburg,2 July 1863,Union,166B-172B,2,,Confederate,173B-177B,2,,,,"The Confederates attacked the Union line <i>en echelon</i> in a series of bloody assaults. Meade shuffled men from one part of the ""fish hook"" to the next, pushing back and plugging holes in his line. At the end of the day, the line held.",
,,,,,,,,,,,,,,,,