summaryrefslogtreecommitdiff
path: root/data.js
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2023-08-13 19:43:43 +0200
committerTor Andersson <tor@ccxvii.net>2023-10-01 16:11:22 +0200
commit4afafd6752f3034da84f9ae2bd82e5f1763793ea (patch)
tree2c0ada939626ab9222d3c59a6d31b184372cbede /data.js
parent74d2e6efd24db8570cd64f74c7de109c5b094c70 (diff)
downloadwaterloo-campaign-1815-4afafd6752f3034da84f9ae2bd82e5f1763793ea.tar.gz
Reinforcements!
Diffstat (limited to 'data.js')
-rw-r--r--data.js63
1 files changed, 63 insertions, 0 deletions
diff --git a/data.js b/data.js
index 4ee2e26..5f7e8f8 100644
--- a/data.js
+++ b/data.js
@@ -22,6 +22,13 @@ data.map = {
towns: [1015,1018,1021,1024,1026,1100,1117,1118,1129,1201,1204,1209,1211,1215,1217,1221,1239,1340,1401,1407,1423,1433,1516,1526,1528,1534,1601,1603,1605,1623,1631,1716,1728,1737,1800,1810,1821,1825,1830,1903,1911,1915,1916,1919,1922,1928,1932,2001,2027,2035,2119,2122,2123,2219,2222,2223,2230,2308,2315,2317,2324,2327,2333,2337,2404,2500,2521,2529,2537,2604,2609,2618,2623,2715,2721,2723,2725,2730,2733,2736,2739,2827,2829,2840,2911,2936,3002,3013,3018,3020,3031,3125,3129,3135,3138,3204,3206,3226,3231,3233,3234,3240,3313,3327,3328,3402,3408,3417,3418,3438,3441,3512,3514,3523,3528,3614,3616,3617,3631,3636,3705,3708,3715,3718,3719,3723,3803,3828,3832,3915,3919,3925,3933,4006,4038],
streams: [1021,1024,1120,1124,1224,1300,1314,1324,1401,1415,1501,1502,1514,1600,1601,1603,1604,1704,1837,1937,2038,2138,2407,2507,2524,2540,2604,2608,2609,2620,2621,2624,2625,2637,2641,2704,2708,2718,2719,2721,2724,2725,2737,2740,2741,2805,2808,2817,2820,2821,2825,2838,2840,2905,2906,2907,2915,2916,2917,2920,2921,2925,2938,2940,3006,3017,3018,3019,3020,3021,3022,3025,3039,3040,3041,3106,3117,3118,3121,3122,3125,3141,3205,3207,3219,3220,3221,3222,3223,3225,3226,3305,3306,3320,3323,3324,3325,3406,3423,3502,3503,3506,3517,3518,3520,3521,3523,3534,3535,3536,3604,3605,3606,3607,3619,3622,3623,3624,3635,3637,3703,3704,3705,3706,3707,3708,3709,3710,3711,3712,3713,3714,3719,3723,3735,3736,3739,3802,3803,3806,3813,3820,3824,3825,3836,3837,3840,3906,3920,3925,3937,3938,3939,4007,4021,4026,4027,4038,4039],
brussels_couillet_road: [1018,1117,1217,1218,1317,1417,1516,1617,1716,1817,1917,2018,2117,2218,2317,2418,2517,2618,2717,2818,2917,3018,3116,3117,3216,3316,3416,3515,3616,3616,3715,3815,3915,4015],
+ forbidden: {
+ 1015: [ 1014, 1015, 1016, 1114, 1115 ],
+ 1018: [ 1017, 1018, 1019, 1117 ],
+ 1020: [ 1019, 1020, 1021, 1120 ],
+ 3000: [ 2900, 3000, 3001, 3100 ],
+ 4015: [ 4014, 4015, 4016, 3914, 3915 ],
+ },
names: {
1015: "Mortigny",
1018: "Couillet",
@@ -213,5 +220,61 @@ data.pieces = [
{ side: "Prussian", type: "det", stars: 0, parent: [21], name: "IV Detachment (Schwerin)" },
]
+data.reinforcements = [
+ {
+ turn: 1,
+ side: "French",
+ hex: 1015,
+ list: [
+ "II Corps (Reille)",
+ "I Corps (d'Erlon)",
+ ]
+ },
+ {
+ turn: 1,
+ side: "French",
+ hex: 1018,
+ list: [
+ "III Corps (Vandamme)",
+ "VI Corps (Lobau)",
+ "Guard Corps (Drouot)",
+ "Guard Cav Corps (Guyot)",
+ ]
+ },
+ {
+ turn: 1,
+ side: "French",
+ hex: 1020,
+ list: [
+ "Res Cav Corps (Grouchy)",
+ "IV Corps (Gerard)",
+ ]
+ },
+ {
+ turn: 3,
+ side: "Coalition",
+ hex: 3000,
+ list: [
+ "II Corps (Hill*)",
+ ],
+ },
+ {
+ turn: 3,
+ side: "Coalition",
+ hex: 3241,
+ list: [
+ "IV Corps (Bulow)",
+ ]
+ },
+ {
+ turn: 4,
+ side: "Coalition",
+ hex: 4015,
+ list: [
+ "Cav Corps (Uxbridge)",
+ ]
+ }
+]
+
if (typeof module !== "undefined")
module.exports = data