Caligus/Battle Reports/Battle in Scio 1/25/24

From BattleMaster Wiki
< Caligus‎ | Battle Reports
Revision as of 07:44, 25 January 2024 by Stinkyoldmen (talk | contribs) (Created page with " <!DOCTYPE html> <html> <head> <title>BattleMaster</title> <link rel="icon" type="image/png" href="/favicon.png" /> <link rel="apple-touch-icon" sizes="57x57" href="/apple-tou...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

<!DOCTYPE html> <html> <head> <title>BattleMaster</title> <link rel="icon" type="image/png" href="/favicon.png" /> <link rel="apple-touch-icon" sizes="57x57" href="/apple-touch-icon.png" /> <link rel="apple-touch-icon" sizes="114x114" href="/apple-touch-icon.png" /> <link rel="apple-touch-icon" sizes="72x72" href="/apple-touch-icon-ipad.png" /> <link rel="apple-touch-icon" sizes="144x144" href="/apple-touch-icon-ipad.png" /> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="description" content="BattleMaster is a team-oriented browsergame merging strategy and roleplaying in a (low-) fantasy world." /> <meta name="theme-color" content="#000000" /> <meta name="apple-mobile-web-app-capable" content="yes"> <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent"> <meta charset="utf-8"> <meta http-equiv="content-type" content="text/html; charset=utf-8" /> <script type="text/javascript" src="/js/jquery-3.6.0.js"></script> <script type="text/javascript" src="/js/jquery-ui.js"></script> <script type="text/javascript" src="/common/jquery.autocomplete.js"></script> <script type="text/javascript" src="/js/jquery.dataTables.js"></script> <script type="text/javascript" src="/js/dataTables.jqueryui.js"></script> <script type="text/javascript" src="/common/jquery.metadata.js"></script> <script type="text/javascript" src="/common/jquery.tablesorter.js"></script> <script type="text/javascript" src="/common/jquery.form.js"></script> <script type="text/javascript" src="/common/jquery.chosen.min.js"></script> <script type="text/javascript" src="/common/json2.js"></script> <script type="text/javascript" src="/common/bm.js"></script> <script src="/js/js.cookie.js"></script> <script src="/common/ckeditor/ckeditor.js"></script> <script src="/common/ckeditor/adapters/jquery.js"></script> <script> var ckeditorInited = false; function ckeditorInit() { CKEDITOR.timestamp='TGC19'; CKEDITOR.config.customConfig = '/common/ckeditor_plugins/ckeditor_config.js'; CKEDITOR.plugins.addExternal('sharedspace', '/common/ckeditor_plugins/sharedspace/'); CKEDITOR.env.isCompatible = true; ckeditorInited = true; } function updateCharCount(editorName, charLimit) { var editor = CKEDITOR.instances[editorName]; editor.document.on("keyup", function(){ editor.customPropertyOfMine = "test"; var editorContent = editor.getData(); $("#"+editorName+"_textCount").text(editorContent.length); if (editorContent.length > charLimit) { $("#"+editorName+"_textCount").css("font-weight","bold"); $("#"+editorName+"_textCount").css("color","red"); $("input[type=submit]").attr('disabled','disabled'); } else { $("#"+editorName+"_textCount").css("font-weight",""); $("#"+editorName+"_textCount").css("color",""); $("input[type=submit]").removeAttr('disabled'); } }); } var revealedMessages = []; function toggleMessage(messageId) { if (revealedMessages[messageId]) { $("#message-"+messageId+" .message-body").css('display','none'); $("#message-"+messageId+" .content-warning").css('border','4px outset goldenrod').css('margin-left',); $("#content-disclosure-"+messageId)[0].src = '/common/images/white-disclosure-right.png'; $("#content-disclosure-"+messageId).css('margin-left',); revealedMessages[messageId] = false; } else { $("#message-"+messageId+" .message-body").css('display','block'); $("#message-"+messageId+" .content-warning").css('border','4px inset goldenrod').css('margin-left','0.1em'); $("#content-disclosure-"+messageId)[0].src = '/common/images/white-disclosure-down.png'; $("#content-disclosure-"+messageId).css('margin-left','0.1em'); revealedMessages[messageId] = true; } } $(function() { }); </script> <link rel="stylesheet" type="text/css" href="/js/jquery-ui.css" /> <link rel="stylesheet" type="text/css" href="/css/dataTables.jqueryui.css"/> <link rel="stylesheet" type="text/css" href="/common/battlemaster.css" /> <link rel="stylesheet" type="text/css" href="/common/navbar.css" /> <link rel="stylesheet" type="text/css" href="/common/chosen.css" /><script type="text/javascript"> $(document).ready(function() {

if ($(".chzn-select").length>0) { $(".chzn-select").chosen({ group_search: false, search_contains: true, include_group_label_in_selected: true }); } /* new */ jQuery.extend( jQuery.fn.dataTableExt.oSort, { "num-html-pre": function ( a ) { var x; if (a == | a == '-' | a == 'here') { a = 0; } if (a != "∞" && a != "∞") { x = String(a).replace( /<[\s\S]*?>/g, "" ); } else { x = Number.MAX_VALUE; } return parseFloat( x ); },

"num-html-asc": function ( a, b ) { return ((a < b) ? -1 : ((a > b) ? 1 : 0)); },

"num-html-desc": function ( a, b ) { return ((a < b) ? 1 : ((a > b) ? -1 : 0)); } } ); jQuery.extend( jQuery.fn.dataTableExt.oSort, { "mentor-date-pre": function ( a ) { var parts = a.split(" "); var num = parseInt(parts[0]); var mult = 1; if (parts[1].substr(0,5)=='month') { mult = 30 * 24 * 60; } else if (parts[1].substr(0,3)=='day') { mult = 24 * 60; } else if (parts[1].substr(0,4)=='hour') { mult = 60; } else if (parts[0].substr(0,4)=='just') { return 0; } return num * mult; },

"mentor-date-asc": function ( a, b ) { return ((a < b) ? -1 : ((a > b) ? 1 : 0)); }, "mentor-date-desc": function ( a, b ) { return ((a < b) ? 1 : ((a > b) ? -1 : 0)); } } ); jQuery.extend( jQuery.fn.dataTableExt.oSort, { "gold-to-silver-pre": function ( a ) { if (a == '(no buyer here today)') { return -1; } var parts = a.split(" "); var num = parseInt(parts[0]); var mult = 1; if (parts.length == 2) { if (parts[1].substr(0,4) == 'gold') { return num * 12; } else if (parts[1].substr(0,6) == 'silver') { return num; } } else if (parts.length == 4) { if (parts[1].substr(0,5) == 'gold,') { mult = num * 12; } if (parts[3].substr(0,6) == 'silver') { return mult + parseInt(parts[2]); } } },

"gold-to-silver-asc": function ( a, b ) { return ((a < b) ? -1 : ((a > b) ? 1 : 0)); },

"gold-to-silver-desc": function ( a, b ) { return ((a < b) ? 1 : ((a > b) ? -1 : 0)); }, "age-pre": function ( a ) { var x = -1; if (a=="fresh") { x = 0; } else { if (a.length>6) { x = a.substring(0, a.length-6); } else { x = a.substring(0, a.length-5); } } return parseInt( x ); },

"age-asc": function ( a, b ) { return ((a < b) ? -1 : ((a > b) ? 1 : 0)); },

"age-desc": function ( a, b ) { return ((a < b) ? 1 : ((a > b) ? -1 : 0)); } } );

if ($("table.autoDataTable").length>0) { $('table.autoDataTable').dataTable({ "bJQueryUI": true, "sPaginationType": "full_numbers", "iDisplayLength": 50, "bLengthChange": true, "aoColumnDefs": [ {"aTargets":["sort_disabled"], "bSortable":false }, {"sType":"num-html", "aTargets":["numeric"]}, {"sType":"age", "aTargets":["scribe"]}, {"sType":"gold-to-silver", "aTargets":["gold-to-silver"]} ] }); }

if ($("table.smallDataTable").length>0) { $('table.smallDataTable').dataTable({ "bJQueryUI": true, "iDisplayLength": 20, "bPaginate": false, "bFilter": false, "bInfo": false, "aoColumnDefs": [ {"aTargets":["sort_disabled"], "bSortable":false }, {"sType":"num-html", "aTargets":["numeric"]}, {"sType":"age", "aTargets":["scribe"]}, {"sType":"gold-to-silver", "aTargets":["gold-to-silver"]} ] }); }

if ($(".myThreadList").length>0) { $(".myThreadList").dataTable({ "bDestroy": true, "bJQueryUI": true, "sPaginationType": "full_numbers", "iDisplayLength": 10, "bLengthChange": true, "aoColumnDefs": [ {"aTargets":["sort_disabled"], "bSortable":false }, {"sType":"num-html", "aTargets":["numeric"]}, {"sType":"mentor-date", "aTargets":["mentor-date"]}, {"sType":"age", "aTargets":["scribe"]} ] }); }

if ($(".threadList").length>0) { $(".threadList").dataTable({ "bDestroy": true, "bJQueryUI": true, "sPaginationType": "full_numbers", "iDisplayLength": 10, "bLengthChange": true, "aoColumnDefs": [ {"aTargets":["sort_disabled"], "bSortable":false }, {"sType":"num-html", "aTargets":["numeric"]}, {"sType":"mentor-date", "aTargets":["mentor-date"]}, {"sType":"age", "aTargets":["scribe"]} ] }); } // If there's a "messages" element waiting for us, we update it if ($("#navUnreadMessages").length) { updateUnread(); setInterval('updateUnread();', 300000); } }); function updateUnread() { $.post('/play/unread',{},function(data) { if (data.unreadCount && data.unreadCount > 0) { $("#navUnreadMessages").html(' <a href="/play/messages">('+data.unreadCount+')</a>'); } else { $("#navUnreadMessages").html(); } },'json'); } </script> </head> <body>

<style type="text/css">

.UID_21270 { text-decoration: underline; font-weight: bold; color: orange; } </style> <script> BattleMaster.init(21270); </script>


<a href="#Status" title="Skip navigation" accesskey="2">Skip navigation</a>


| <a href="/Bugtracker.php?File=ShowScribeNote.php" target="_blank">Report Bug</a> | stable page | stable island

Information

Scribe Note, fresh this turn:



Battle in Scio
No.RoleArmyUnitCommanderRealmUnitFormationCS
1AArmsworth 1st InfantryWilliamShadowdale78 Infline  972
2AHormondson GuardsMurdoShadowdale114 Infline  1174
3AMidnight GuardLunaShadowdale32 SFskirmish  643
4ASabadell LoyalistsEverhardShadowdale60 Infline  686
5AThe Queen's IrregularsEtainShadowdale127 MIline  1296
6AWinged HussarsDirkShadowdale78 Cavwedge  1183
7AX CorpsColinShadowdale20 Infline  294
8D Arden BowmenKenricCaligus11 Archskirmish  169
9D E I S E N R I T T E REisenritterCaligus71 MIskirmish  631
10D Great hunters of ....AnastassiaCaligus46 Archskirmish  621
11D LionguardGerardCaligus1 Cavwedge  37
12D Mixed men of the templeFredirkCaligus36 MIline  426
13D Mounted TorenGodric TórrarinCaligus50 Cavwedge  821
14D Swansong ArchersSeanCaligus28 SFskirmish  715
15D Witch HuntersFendorCaligus25 MIline  371
16N GutrippasKoloyokCaligus15 MIskirmish  233

Total:
7 attackers (272 Inf, 127 MI, 78 Cav, 32 SF)
8 defenders (132 MI, 57 Arch, 51 Cav, 28 SF)
Total combat strengths: 6248 vs. 3791

1 neutral observers (233 combat strength).

Great hunters of .... tried to evade foreign troops, but were spotted.
Gutrippas successfully evade the foreign troops.
Lionguard tried to evade foreign troops, but were spotted.
The region owner Caligus and their allies defend.
The Shadowdale troops attack because they are at war with Caligus.

A calm wind blows, to the joy of the archers.
The defenders take up positions inside the Palisade (1).

Shadow Queen Etain Dubhaine is spotted wearing the White Earrings of the Ancients.
Shadow Queen Etain Dubhaine is spotted wearing the Sturdy Suit of Balkeese.
Shadow Queen Etain Dubhaine is spotted wielding the Ebony Mace of Erik Eyolf.
Margrave Sean Dixon is spotted wielding the Screaming Hammer of Battle.
William Armsworth, Grey Exarch of Shadowdale, Royal of Shadowdale, Duke of Al Amarah, Margrave of Al Amarah, Marshal of the Shadowdale Homeguard takes command of his army.
Eisenritter Felsenbach, Patriarch of Caligus, Royal of Caligus, Duke of the Lion's Mane, Margrave of Akesh Temple, Marshal of the Wings of Retribution takes command of his army. They deploy in Fortification Defense formation.

(legend: I=Infantry, M=Mixed Inf, A=Archers, C=Cavalry, S=Special Forces, U=Undead, M=Monsters)
Turn No. 1

 6 (78-C)
1 (78-I)
2 (114-I)
4 (60-I)
7 (20-I)
3 (32-S)
5 (127-M)
   8 (11-A)
9 (71-M)
10 (46-A)
12 (36-M)
14 (28-S)
15 (25-M)
  11 (1-C)
13 (50-C)
  

Witch Hunters (15) fire on The Queen's Irregulars (5), scoring 146 hits.
E I S E N R I T T E R (9) fire on The Queen's Irregulars (5), scoring 136 hits.
Midnight Guard (3) fire on Swansong Archers (14), scoring 134 hits.
The Queen's Irregulars (5) fire on Great hunters of .... (10), scoring 234 hits.
Mixed men of the temple (12) fire on Midnight Guard (3), scoring 118 hits.
Great hunters of .... (10) fire on The Queen's Irregulars (5), scoring 363 hits.
Swansong Archers (14) fire on Midnight Guard (3), scoring 266 hits.
Arden Bowmen (8) fire on Midnight Guard (3), scoring 46 hits.
Total ranged hits suffered: Attackers: 1075, Defenders: 368
Mounted Toren (13) stay in their defensive position, awaiting an opportunity to charge.
Lionguard (11) stay in their defensive position, awaiting an opportunity to charge.
Winged Hussars (6) ride on, closing in on the defenders.
Sabadell Loyalists (4), X Corps (7), Hormondson Guards (2) and Armsworth 1st Infantry (1) advance towards the enemy.


Midnight Guard (3) take 430 hits from archer fire, which cause 19 casualties.
The Queen's Irregulars (5) take 645 hits from archer fire, which cause 18 casualties.
Great hunters of .... (10) take 209 hits from archer fire (reduced due to fortifications), which cause 9 casualties.
Swansong Archers (14) take 120 hits from archer fire (reduced due to fortifications), which cause 4 casualties.
Total hits suffered: Attackers: 1075 (0 from close combat and 1075 from ranged), Defenders: 329 (0 from close combat and 329 from ranged)
Total casualties: 37 attackers, 13 defenders

Turn No. 2

   1 (78-I)
2 (114-I)
3 (13-S)
4 (60-I)
5 (109-M)
6 (78-C)
7 (20-I)
   8 (11-A)
9 (71-M)
10 (37-A)
12 (36-M)
14 (24-S)
15 (25-M)
  11 (1-C)
13 (50-C)
  

E I S E N R I T T E R (9) fire on Winged Hussars (6), scoring 108 hits.
Witch Hunters (15) fire on Hormondson Guards (2), scoring 125 hits.
Midnight Guard (3) fire on Swansong Archers (14), scoring 97 hits.
The Queen's Irregulars (5) fire on Great hunters of .... (10), scoring 225 hits.
Great hunters of .... (10) fire on Armsworth 1st Infantry (1), scoring 352 hits.
Arden Bowmen (8) fire on Winged Hussars (6), scoring 35 hits.
Swansong Archers (14) fire on Hormondson Guards (2), scoring 193 hits.
Mixed men of the temple (12) fire on Winged Hussars (6), scoring 105 hits.
Total ranged hits suffered: Attackers: 918, Defenders: 322
Lionguard (11) stay in their defensive position, awaiting an opportunity to charge.
Mounted Toren (13) stay in their defensive position, awaiting an opportunity to charge.
Winged Hussars (6) ride on, closing in on the defenders.
X Corps (7), Sabadell Loyalists (4), Hormondson Guards (2) and Armsworth 1st Infantry (1) advance towards the enemy.


Hormondson Guards (2) take 318 hits from archer fire, which cause 7 casualties.
Great hunters of .... (10) take 201 hits from archer fire (reduced due to fortifications), which cause 8 casualties, causing panicked flight among the survivors, 5 additional men get slaughtered during the retreat.
Swansong Archers (14) take 87 hits from archer fire (reduced due to fortifications), which cause 3 casualties.
Armsworth 1st Infantry (1) take 352 hits from archer fire, which cause 7 casualties.
William Armsworth, Grey Exarch of Shadowdale, Royal of Shadowdale, Duke of Al Amarah, Margrave of Al Amarah, Marshal of the Shadowdale Homeguard has been wounded by Great hunters of .... (10).
Winged Hussars (6) take 248 hits from archer fire, which cause 6 casualties.
Total hits suffered: Attackers: 918 (0 from close combat and 918 from ranged), Defenders: 288 (0 from close combat and 288 from ranged)
Total casualties: 20 attackers, 16 defenders

Turn No. 3

   3 (13-S)
5 (109-M)
1 (71-I)
2 (107-I)
4 (60-I)
7 (20-I)
6 (72-C)
8 (11-A)
9 (71-M)
12 (36-M)
14 (21-S)
15 (25-M)
  11 (1-C)
13 (50-C)
  

Mixed men of the temple (12) fire on Winged Hussars (6), scoring 200 hits.
Midnight Guard (3) fire on E I S E N R I T T E R (9), scoring 92 hits.
E I S E N R I T T E R (9) fire on Winged Hussars (6), scoring 156 hits.
Swansong Archers (14) fire on Winged Hussars (6), scoring 322 hits.
Arden Bowmen (8) fire on Winged Hussars (6), scoring 73 hits.
Witch Hunters (15) fire on Winged Hussars (6), scoring 144 hits.
The Queen's Irregulars (5) fire on Swansong Archers (14), scoring 153 hits.
Total ranged hits suffered: Attackers: 895, Defenders: 245
Lionguard (11) stay in their defensive position, awaiting an opportunity to charge.
Mounted Toren (13) ride on, closing in on the enemy.
Winged Hussars (6) canter up and down helplessly in front of the fortifications, waiting for friendly troops to breach them.
Hormondson Guards (2), X Corps (7), Armsworth 1st Infantry (1) and Sabadell Loyalists (4) advance towards the enemy.


Winged Hussars (6) take 895 hits from archer fire, which cause 21 casualties.
E I S E N R I T T E R (9) take 82 hits from archer fire (reduced due to fortifications), which cause 3 casualties.
Swansong Archers (14) take 137 hits from archer fire (reduced due to fortifications), which cause 4 casualties, making the unit retreat from the battlefield.
Total hits suffered: Attackers: 895 (0 from close combat and 895 from ranged), Defenders: 219 (0 from close combat and 219 from ranged)
Total casualties: 21 attackers, 7 defenders

Turn No. 4

   3 (13-S)
5 (109-M)
 1 (71-I)
2 (107-I)
4 (60-I)
6 (51-C)
7 (20-I)
8 (11-A)
9 (68-M)
12 (36-M)
13 (50-C)
15 (25-M)
  11 (1-C)
  

The Queen's Irregulars (5) fire on Mounted Toren (13), scoring 225 hits.
E I S E N R I T T E R (9) fire on Hormondson Guards (2), scoring 251 hits.
Arden Bowmen (8) fire on Armsworth 1st Infantry (1), scoring 75 hits.
Witch Hunters (15) fire on Winged Hussars (6), scoring 168 hits.
Mixed men of the temple (12) fire on Armsworth 1st Infantry (1), scoring 217 hits.
Midnight Guard (3) fire on Mounted Toren (13), scoring 79 hits.
Total ranged hits suffered: Attackers: 711, Defenders: 304
Lionguard (11) stay in their defensive position, awaiting an opportunity to charge.
Mounted Toren (13) charge forward.
Winged Hussars (6) canter up and down helplessly in front of the fortifications, waiting for friendly troops to breach them.
Sabadell Loyalists (4) and X Corps (7) cannot join the melee, as it is too crowded.


Close Combat (Center Line):
10 Shadowdale banners are visible in the melee.
Winged Hussars (6) score 584 hits on Mounted Toren (13).
Armsworth 1st Infantry (1) score 832 hits on Mounted Toren (13).
Hormondson Guards (2) score 912 hits on Mounted Toren (13).
Mounted Toren (13) score 652 hits on Armsworth 1st Infantry (1).
Mounted Toren (13) score 1168 hits on Hormondson Guards (2).
Mounted Toren (13) score 549 hits on Winged Hussars (6).
Total close combat hits suffered: Attackers: 2369, Defenders: 2328

Winged Hussars (6) take 717 hits (549 in close combat, 168 from archer fire), which cause 16 casualties, causing panicked flight among the survivors, 8 additional men get slaughtered during the retreat.
Armsworth 1st Infantry (1) take 944 hits (652 in close combat, 292 from archer fire), which cause 19 casualties.
Hormondson Guards (2) take 1419 hits (1168 in close combat, 251 from archer fire), which cause 32 casualties.
Mounted Toren (13) take 2632 hits (2328 in close combat, 304 from archer fire), which cause 50 casualties, wiping the unit out.
Godric Tórrarin ka Habb, Margrave of Fontan has been wounded by The Queen's Irregulars (5).
Total hits suffered: Attackers: 3080 (2369 from close combat and 711 from ranged), Defenders: 2632 (2328 from close combat and 304 from ranged)
Total casualties: 75 attackers, 50 defenders

Turn No. 5

   3 (13-S)
5 (109-M)
 1 (52-I)
2 (75-I)
4 (60-I)
7 (20-I)
8 (11-A)
9 (68-M)
12 (36-M)
15 (25-M)
  11 (1-C)
  

Arden Bowmen (8) fire on Hormondson Guards (2), scoring 87 hits.
Midnight Guard (3) fire on E I S E N R I T T E R (9), scoring 131 hits.
Mixed men of the temple (12) fire on Armsworth 1st Infantry (1), scoring 154 hits.
The Queen's Irregulars (5) fire on E I S E N R I T T E R (9), scoring 210 hits.
Witch Hunters (15) fire on Hormondson Guards (2), scoring 224 hits.
E I S E N R I T T E R (9) fire on Sabadell Loyalists (4), scoring 371 hits.
Total ranged hits suffered: Attackers: 836, Defenders: 341
Lionguard (11) stay in their defensive position, awaiting an opportunity to charge.
X Corps (7) scale the fortifications (reduced combat effectiveness for this turn).
Hormondson Guards (2) scale the fortifications (reduced combat effectiveness for this turn).
Sabadell Loyalists (4) scale the fortifications (reduced combat effectiveness for this turn).
Armsworth 1st Infantry (1) scale the fortifications (reduced combat effectiveness for this turn).


Close Combat (Defender Line 1):
15 Shadowdale banners are visible in the melee.
Arden Bowmen (8) score 12 hits on Armsworth 1st Infantry (1).
X Corps (7) score 81 hits on Mixed men of the temple (12).
Mixed men of the temple (12) score 128 hits on X Corps (7).
Hormondson Guards (2) score 301 hits on Witch Hunters (15).
Sabadell Loyalists (4) score 291 hits on E I S E N R I T T E R (9).
Armsworth 1st Infantry (1) score 346 hits on Arden Bowmen (8).
Witch Hunters (15) score 125 hits on Hormondson Guards (2).
E I S E N R I T T E R (9) score 113 hits on Sabadell Loyalists (4).
Total close combat hits suffered: Attackers: 378, Defenders: 1019

Arden Bowmen (8) take 309 hits in close combat (reduced due to fortifications), which cause 11 casualties, wiping the unit out.
Kenric Arden, Knight of Akesh Temple has been captured by Armsworth 1st Infantry (1).
X Corps (7) take 128 hits in close combat, which cause 4 casualties.
Mixed men of the temple (12) take 72 hits in close combat (reduced due to fortifications), which cause 3 casualties.
Hormondson Guards (2) take 436 hits (125 in close combat, 311 from archer fire), which cause 10 casualties.
Sabadell Loyalists (4) take 484 hits (113 in close combat, 371 from archer fire), which cause 13 casualties.
Everhard Brennaborg, Earl of Commonyr has been wounded by E I S E N R I T T E R (9).
Armsworth 1st Infantry (1) take 166 hits (12 in close combat, 154 from archer fire), which cause 3 casualties.
Witch Hunters (15) take 269 hits in close combat (reduced due to fortifications), which cause 9 casualties.
E I S E N R I T T E R (9) take 564 hits (260 in close combat, 304 from archer fire) (reduced due to fortifications), which cause 22 casualties, causing panicked flight among the survivors, 6 additional men get slaughtered during the retreat.
Total hits suffered: Attackers: 1214 (378 from close combat and 836 from ranged), Defenders: 1214 (910 from close combat and 304 from ranged)
Total casualties: 30 attackers, 51 defenders

Turn No. 6

   3 (13-S)
5 (109-M)
  1 (49-I)
2 (65-I)
4 (47-I)
7 (16-I)
12 (33-M)
15 (16-M)
  11 (1-C)
  

The Queen's Irregulars (5) move closer to get better shots.
Midnight Guard (3) fire on Lionguard (11), scoring 52 hits.
Total ranged hits suffered: Attackers: 0, Defenders: 52
Lionguard (11) leave their fortified positions and attack the enemy


Close Combat (Defender Line 1):
15 Shadowdale banners are visible in the melee.
Mixed men of the temple (12) score 145 hits on Armsworth 1st Infantry (1).
Mixed men of the temple (12) score 39 hits on X Corps (7).
Mixed men of the temple (12) score 117 hits on Sabadell Loyalists (4).
Lionguard (11) score 90 hits on X Corps (7).
Armsworth 1st Infantry (1) score 623 hits on Mixed men of the temple (12).
Hormondson Guards (2) score 756 hits on Witch Hunters (15).
Sabadell Loyalists (4) score 473 hits on Mixed men of the temple (12).
Witch Hunters (15) score 184 hits on Hormondson Guards (2).
X Corps (7) score 4 hits on Lionguard (11).
X Corps (7) score 195 hits on Mixed men of the temple (12).
Total close combat hits suffered: Attackers: 575, Defenders: 2051

Mixed men of the temple (12) take 1153 hits in close combat (reduced due to fortifications), which cause 33 casualties, wiping the unit out.
Fredirk Lynch, Baron of Evora has been wounded by Armsworth 1st Infantry (1).
Lionguard (11) take 50 hits (4 in close combat, 46 from archer fire) (reduced due to fortifications), which cause 1 casualties, wiping the unit out.
Gerard Crewins, Dux Militum of Caligus, Baron of Aestus has been wounded by Midnight Guard (3).
Armsworth 1st Infantry (1) take 145 hits in close combat, which cause 3 casualties.
Hormondson Guards (2) take 184 hits in close combat, which cause 4 casualties.
Sabadell Loyalists (4) take 117 hits in close combat, which cause 3 casualties.
Witch Hunters (15) take 675 hits in close combat (reduced due to fortifications), which cause 16 casualties, wiping the unit out.
X Corps (7) take 129 hits in close combat, which cause 4 casualties.
Total hits suffered: Attackers: 575 (575 from close combat and 0 from ranged), Defenders: 1878 (1832 from close combat and 46 from ranged)
Total casualties: 14 attackers, 50 defenders

Attacker Victory!

The battle does 2 % damage to the fortifications.
<script type="text/javascript"> $(document).ready(function() { $("#tabs").tabs(); $("#tabs").tabs("select","military"); }); </script> </body> </html>