Caligus/Battle Reports/Battle in Tokat 2/16/24

From BattleMaster Wiki
< Caligus‎ | Battle Reports
Revision as of 07:07, 17 February 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 Tokat
No.RoleArmyUnitCommanderRealmUnitFormationCS
1A 13th LegionAzerCaligus39 MIline  535
2A Arden BowsKenricCaligus18 Archskirmish  229
3A Blanche's infantrymanBlancheCaligus52 Infline  538
4A Chadwick's DefendersChadwickCaligus94 Archskirmish  1040
5A CHARGEFredirkCaligus18 Cavwedge  306
6A Craterhoof KnightsRujvikCaligus53 Cavwedge  972
7A E I S E N R I T T E REisenritterCaligus47 SFskirmish  990
8A Great hunters of ....AnastassiaCaligus28 Archskirmish  432
9A Liluian RangersBenjaminPerdan39 SFskirmish  1011
10A Men's Right ActivistsHanneloreCaligus78 Archskirmish  874
11A Meuse BattalionJeroenPerdan48 SFskirmish  1223
12A Morkers MenGorker MorkerCaligus108 Archskirmish  1021
13A Mounted TorenGodric TórrarinCaligus19 Cavwedge  447
14A Riding poetsGungirCaligus25 Cavwedge  482
15A RohirrimFendorCaligus26 Cavwedge  554
16A The Light BrigadeEnderPerdan79 Infline  993
17A The SlingshotsKoloyokCaligus44 SFskirmish  854
18DAl Amarah's GuardAhmadkin ImadShadowdale17 Archline  241
19Dcrusaders of truthDanteShadowdale79 Infline  883
20DGreysTzedvierShadowdale58 SFskirmish  1266
21DHormondson 101st GuardsMurdoShadowdale145 Infline  1446
22DRoses of BlackthornRashenaShadowdale10 Archskirmish  173
23DThe Queen's IrregularsEtainShadowdale117 MIskirmish  1199

Total:
17 attackers (131 Inf, 39 MI, 326 Arch, 141 Cav, 178 SF)
6 defenders (224 Inf, 117 MI, 27 Arch, 58 SF)
Total combat strengths: 12501 vs. 5208

The forces from Shadowdale brace as they prepare to defend their ongoing takeover.
The region owner Caligus and their allies attack the takeover forces.
The Perdan troops attack because they are at war with Shadowdale.
The Caligus troops attack because they are at war with Shadowdale.

A calm wind blows, to the joy of the archers.
Even though there is a fortification nearby, neither attackers nor defenders are able to make use of it, so the battlefield is in the open.

Shadow Queen Etain Dubhaine is spotted wearing the Sturdy Suit of Balkeese.
Margrave Ender Fate is spotted wearing the Sacred Crown of Caissa.
Knight Gorker Morker Flexible is spotted wielding the Sacred Broadsword of the White Guardians.
Knight Gorker Morker Flexible is spotted wearing the Helm of Evil.
Knight Dante Adonis is spotted wielding the Shiny Dagger of Taith Aenil.
Benjamin Pryde, Baillivus, Imperator of Perdan, Duke of Perdan, Margrave of Perdan, Marshal of the Perdan's Golden Lions takes command of his army. They deploy in no particular formation.
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 no particular formation.
Etain Dubhaine, Shadow Queen of Shadowdale, Royal of Shadowdale, Duchess of Southern March, Margravine of Negev takes command of her army.

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

  14 (25-C)
5 (18-C)
6 (53-C)
4 (94-A)
7 (47-S)
8 (28-A)
9 (39-S)
10 (78-A)
11 (48-S)
12 (108-A)
16 (79-I)
17 (44-S)
1 (39-M)
2 (18-A)
3 (52-I)
13 (19-C)
15 (26-C)
  18 (17-A)
20 (58-S)
22 (10-A)
23 (117-M)
19 (79-I)
21 (145-I)
  

Morkers Men (12) fire on Greys (20), scoring 171 hits.
Meuse Battalion (11) fire on The Queen's Irregulars (23), scoring 462 hits.
Roses of Blackthorn (22) fire on 13th Legion (1), scoring 50 hits.
The Slingshots (17) fire on Greys (20), scoring 298 hits.
13th Legion (1) fire on Greys (20), scoring 122 hits.
E I S E N R I T T E R (7) fire on The Queen's Irregulars (23), scoring 365 hits.
Al Amarah's Guard (18) fire on Rohirrim (15), scoring 76 hits.
The Queen's Irregulars (23) fire on Blanche's infantryman (3), scoring 281 hits.
Men's Right Activists (10) fire on Greys (20), scoring 172 hits.
Liluian Rangers (9) fire on Al Amarah's Guard (18), scoring 668 hits.
Great hunters of .... (8) fire on Roses of Blackthorn (22), scoring 148 hits.
Greys (20) fire on Mounted Toren (13), scoring 395 hits.
Chadwick's Defenders (4) fire on Roses of Blackthorn (22), scoring 260 hits.
Arden Bows (2) fire on Roses of Blackthorn (22), scoring 44 hits.
Total ranged hits suffered: Attackers: 802, Defenders: 2710
Craterhoof Knights (6), Riding poets (14), CHARGE (5), Mounted Toren (13) and Rohirrim (15) ride on, closing in on the defenders.
The Light Brigade (16) and Blanche's infantryman (3) advance towards the enemy.
Hormondson 101st Guards (21) and crusaders of truth (19) advance towards the enemy.


Roses of Blackthorn (22) take 452 hits from archer fire, which cause 10 casualties, wiping the unit out.
Rashena Blackthorn, Dame of Braga has been wounded by Arden Bows (2).
Blanche's infantryman (3) take 281 hits from archer fire, which cause 7 casualties.
13th Legion (1) take 50 hits from archer fire, which cause 1 casualties.
Al Amarah's Guard (18) take 668 hits from archer fire, which cause 17 casualties, wiping the unit out.
Ahmadkin Imad Khader, Knight of Krimml has been wounded by Liluian Rangers (9).
The Queen's Irregulars (23) take 827 hits from archer fire, which cause 25 casualties.
Mounted Toren (13) take 395 hits from archer fire, which cause 14 casualties, making the unit retreat from the battlefield.
Greys (20) take 763 hits from archer fire, which cause 16 casualties.
Tzedvier Bayemvee, Duke of Spider's Sceptre, Earl of An Najaf has been wounded by The Slingshots (17).
Rohirrim (15) take 76 hits from archer fire, which cause 2 casualties.
Total hits suffered: Attackers: 802 (0 from close combat and 802 from ranged), Defenders: 2710 (0 from close combat and 2710 from ranged)
Total casualties: 24 attackers, 68 defenders

Turn No. 2

    4 (94-A)
7 (47-S)
8 (28-A)
9 (39-S)
10 (78-A)
11 (48-S)
12 (108-A)
14 (25-C)
17 (44-S)
1 (38-M)
2 (18-A)
5 (18-C)
6 (53-C)
16 (79-I)
3 (45-I)
15 (24-C)
19 (79-I)
20 (42-S)
21 (145-I)
23 (92-M)
   

Greys (20) fire on Rohirrim (15), scoring 327 hits.
Liluian Rangers (9) fire on Hormondson 101st Guards (21), scoring 487 hits.
Arden Bows (2) fire on The Queen's Irregulars (23), scoring 94 hits.
Great hunters of .... (8) fire on crusaders of truth (19), scoring 242 hits.
Chadwick's Defenders (4) fire on The Queen's Irregulars (23), scoring 242 hits.
The Queen's Irregulars (23) fire on Rohirrim (15), scoring 229 hits.
E I S E N R I T T E R (7) fire on Hormondson 101st Guards (21), scoring 402 hits.
The Slingshots (17) fire on Greys (20), scoring 269 hits.
13th Legion (1) fire on crusaders of truth (19), scoring 206 hits.
Morkers Men (12) fire on crusaders of truth (19), scoring 317 hits.
Meuse Battalion (11) fire on Greys (20), scoring 226 hits.
Men's Right Activists (10) fire on The Queen's Irregulars (23), scoring 234 hits.
Total ranged hits suffered: Attackers: 556, Defenders: 2719
CHARGE (5), Craterhoof Knights (6) and Riding poets (14) ride on, closing in on the defenders.
Rohirrim (15) charge forward.
The Light Brigade (16) and Blanche's infantryman (3) advance towards the enemy.
The Queen's Irregulars (23) and crusaders of truth (19) cannot join the melee, as it is too crowded.


Close Combat (Defender Line 2):
Hormondson 101st Guards (21) score 970 hits on Rohirrim (15).
Greys (20) score 299 hits on Rohirrim (15).
Rohirrim (15) score 314 hits on Greys (20).
Rohirrim (15) score 1045 hits on Hormondson 101st Guards (21).
Total close combat hits suffered: Attackers: 1269, Defenders: 1359

Hormondson 101st Guards (21) take 1934 hits (1045 in close combat, 889 from archer fire), which cause 34 casualties.
Greys (20) take 809 hits (314 in close combat, 495 from archer fire), which cause 18 casualties.
Rohirrim (15) take 1825 hits (1269 in close combat, 556 from archer fire), which cause 24 casualties, wiping the unit out.
Fendor Windbreaker, Exarch of Coin of Caligus, Count of Aureus has been wounded by Greys (20).
The Queen's Irregulars (23) take 570 hits from archer fire, which cause 17 casualties.
crusaders of truth (19) take 765 hits from archer fire, which cause 14 casualties.
Dante Adonis, Knight of Montijo has been wounded by Great hunters of .... (8).
Total hits suffered: Attackers: 1825 (1269 from close combat and 556 from ranged), Defenders: 4078 (1359 from close combat and 2719 from ranged)
Total casualties: 24 attackers, 83 defenders

Turn No. 3

    4 (94-A)
7 (47-S)
8 (28-A)
9 (39-S)
10 (78-A)
11 (48-S)
12 (108-A)
17 (44-S)
1 (38-M)
2 (18-A)
14 (25-C)
16 (79-I)
3 (45-I)
5 (18-C)
6 (53-C)
19 (65-I)
20 (24-S)
21 (111-I)
23 (75-M)
   

Morkers Men (12) fire on Hormondson 101st Guards (21), scoring 451 hits.
Arden Bows (2) fire on The Queen's Irregulars (23), scoring 49 hits.
Meuse Battalion (11) fire on The Queen's Irregulars (23), scoring 202 hits.
Greys (20) fire on Craterhoof Knights (6), scoring 453 hits.
13th Legion (1) fire on crusaders of truth (19), scoring 219 hits.
Men's Right Activists (10) fire on The Queen's Irregulars (23), scoring 192 hits.
Chadwick's Defenders (4) fire on crusaders of truth (19), scoring 372 hits.
Great hunters of .... (8) fire on Greys (20), scoring 166 hits.
Liluian Rangers (9) fire on Hormondson 101st Guards (21), scoring 539 hits.
E I S E N R I T T E R (7) fire on The Queen's Irregulars (23), scoring 295 hits.
The Slingshots (17) fire on Greys (20), scoring 146 hits.
The Queen's Irregulars (23) fire on Blanche's infantryman (3), scoring 377 hits.
Total ranged hits suffered: Attackers: 830, Defenders: 2631
CHARGE (5) and Craterhoof Knights (6) charge forward.
Riding poets (14) charge ahead, into the defenders' ranks.
Blanche's infantryman (3) and The Light Brigade (16) advance towards the enemy.


Close Combat (Defender Line 2):
3 Caligus banners are visible in the melee.
8 Shadowdale banners are visible in the melee.
crusaders of truth (19) score 486 hits on Riding poets (14).
CHARGE (5) score 665 hits on Greys (20).
Riding poets (14) score 1152 hits on crusaders of truth (19).
Greys (20) score 169 hits on CHARGE (5).
Hormondson 101st Guards (21) score 969 hits on Blanche's infantryman (3).
Craterhoof Knights (6) score 2958 hits on The Queen's Irregulars (23).
Blanche's infantryman (3) score 317 hits on Hormondson 101st Guards (21).
The Queen's Irregulars (23) score 120 hits on Craterhoof Knights (6).
Total close combat hits suffered: Attackers: 1744, Defenders: 5092

crusaders of truth (19) take 1743 hits (1152 in close combat, 591 from archer fire), which cause 31 casualties.
CHARGE (5) take 169 hits in close combat, which cause 5 casualties.
Riding poets (14) take 486 hits in close combat, which cause 13 casualties.
Greys (20) take 977 hits (665 in close combat, 312 from archer fire), which cause 22 casualties, making the unit retreat from the battlefield.
Hormondson 101st Guards (21) take 1307 hits (317 in close combat, 990 from archer fire), which cause 23 casualties.
Craterhoof Knights (6) take 573 hits (120 in close combat, 453 from archer fire), which cause 12 casualties.
Blanche's infantryman (3) take 1346 hits (969 in close combat, 377 from archer fire), which cause 33 casualties, making the unit retreat from the battlefield. One Caligus banner is lost.
The Queen's Irregulars (23) take 3696 hits (2958 in close combat, 738 from archer fire), which cause 75 casualties, wiping the unit out.
Total hits suffered: Attackers: 2574 (1744 from close combat and 830 from ranged), Defenders: 7723 (5092 from close combat and 2631 from ranged)
Total casualties: 63 attackers, 151 defenders

Turn No. 4

    4 (94-A)
7 (47-S)
8 (28-A)
9 (39-S)
10 (78-A)
11 (48-S)
12 (108-A)
17 (44-S)
1 (38-M)
2 (18-A)
  16 (79-I)
5 (13-C)
6 (41-C)
14 (12-C)
19 (34-I)
21 (88-I)
   

13th Legion (1) move closer to get better shots.
Great hunters of .... (8) move closer to get better shots.
Morkers Men (12) move closer to get better shots.
Arden Bows (2) move closer to get better shots.
Liluian Rangers (9) move closer to get better shots.
Meuse Battalion (11) move closer to get better shots.
Chadwick's Defenders (4) move closer to get better shots.
Men's Right Activists (10) move closer to get better shots.
E I S E N R I T T E R (7) move closer to get better shots.
The Slingshots (17) move closer to get better shots.
The Light Brigade (16) advance towards the enemy.


Close Combat (Defender Line 2):
2 Perdan banners are visible in the melee.
2 Caligus banners are visible in the melee.
The Light Brigade (16) score 731 hits on crusaders of truth (19).
Hormondson 101st Guards (21) score 802 hits on Craterhoof Knights (6).
Craterhoof Knights (6) score 817 hits on Hormondson 101st Guards (21).
CHARGE (5) score 237 hits on crusaders of truth (19).
Riding poets (14) score 304 hits on crusaders of truth (19).
crusaders of truth (19) score 273 hits on The Light Brigade (16).
crusaders of truth (19) score 43 hits on Riding poets (14).
crusaders of truth (19) score 41 hits on CHARGE (5).
Total close combat hits suffered: Attackers: 1159, Defenders: 2089

The Light Brigade (16) take 273 hits in close combat, which cause 6 casualties.
Hormondson 101st Guards (21) take 817 hits in close combat, which cause 14 casualties.
Craterhoof Knights (6) take 802 hits in close combat, which cause 16 casualties, making the unit retreat from the battlefield.
Rujvik Fylkir, Margrave of Viseu has been wounded by Hormondson 101st Guards (21).
CHARGE (5) take 41 hits in close combat, which cause 1 casualties, making the unit retreat from the battlefield.
Riding poets (14) take 43 hits in close combat, which cause 1 casualties, making the unit retreat from the battlefield.
crusaders of truth (19) take 1272 hits in close combat, which cause 23 casualties.
Total hits suffered: Attackers: 1159 (1159 from close combat and 0 from ranged), Defenders: 2089 (2089 from close combat and 0 from ranged)
Total casualties: 24 attackers, 37 defenders

Turn No. 5

     4 (94-A)
7 (47-S)
8 (28-A)
9 (39-S)
10 (78-A)
11 (48-S)
12 (108-A)
17 (44-S)
1 (38-M)
2 (18-A)
  16 (73-I)
19 (11-I)
21 (74-I)
   

Great hunters of .... (8) move closer to get better shots.
13th Legion (1) move closer so they can fire safely into the melee.
Morkers Men (12) move closer to get better shots.
Arden Bows (2) move closer so they can fire safely into the melee.
E I S E N R I T T E R (7) move closer to get better shots.
Chadwick's Defenders (4) move closer to get better shots.
Men's Right Activists (10) move closer to get better shots.
Meuse Battalion (11) move closer to get better shots.
Liluian Rangers (9) move closer to get better shots.
The Slingshots (17) move closer to get better shots.


Close Combat (Defender Line 2):
2 Perdan banners are visible in the melee.
Hormondson 101st Guards (21) score 769 hits on The Light Brigade (16).
The Light Brigade (16) score 125 hits on crusaders of truth (19).
The Light Brigade (16) score 794 hits on Hormondson 101st Guards (21).
crusaders of truth (19) score 138 hits on The Light Brigade (16).
Total close combat hits suffered: Attackers: 907, Defenders: 919

Hormondson 101st Guards (21) take 794 hits in close combat, which cause 14 casualties, causing panicked flight among the survivors, 18 additional men get slaughtered during the retreat.
The Light Brigade (16) take 907 hits in close combat, which cause 18 casualties.
crusaders of truth (19) take 125 hits in close combat, which cause 2 casualties.
Total hits suffered: Attackers: 907 (907 from close combat and 0 from ranged), Defenders: 919 (919 from close combat and 0 from ranged)
Total casualties: 18 attackers, 34 defenders

Turn No. 6

      4 (94-A)
7 (47-S)
8 (28-A)
9 (39-S)
10 (78-A)
11 (48-S)
12 (108-A)
17 (44-S)
1 (38-M)
2 (18-A)
16 (55-I)
19 (9-I)
   

13th Legion (1) fire carefully into the close combat near them.
13th Legion (1) fire on crusaders of truth (19), scoring 220 hits.
E I S E N R I T T E R (7) move closer so they can fire safely into the melee.
The Slingshots (17) move closer so they can fire safely into the melee.
Chadwick's Defenders (4) move closer so they can fire safely into the melee.
Liluian Rangers (9) move closer so they can fire safely into the melee.
Meuse Battalion (11) move closer so they can fire safely into the melee.
Great hunters of .... (8) move closer so they can fire safely into the melee.
Morkers Men (12) move closer so they can fire safely into the melee.
Arden Bows (2) fire carefully into the close combat near them.
Arden Bows (2) fire on crusaders of truth (19), scoring 81 hits.
Men's Right Activists (10) move closer so they can fire safely into the melee.
Total ranged hits suffered: Attackers: 0, Defenders: 301


Close Combat (Defender Line 2):
2 Perdan banners are visible in the melee.
The Light Brigade (16) score 384 hits on crusaders of truth (19) (562 before overkill).
crusaders of truth (19) score 153 hits on The Light Brigade (16).
Total close combat hits suffered: Attackers: 153, Defenders: 384 (562 before overkill)

The defenders are vastly outnumbered, and panic spreads throughout their ranks.

The Light Brigade (16) take 153 hits in close combat, which cause 3 casualties.
crusaders of truth (19) take 685 hits (384 in close combat, 301 from archer fire), which cause 9 casualties, wiping the unit out.
Total hits suffered: Attackers: 153 (153 from close combat and 0 from ranged), Defenders: 685 (384 from close combat and 301 from ranged)
Total casualties: 3 attackers, 9 defenders

Attacker Victory!

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