Caligus/Battle Reports/Battle in Supra 2/8/24

From BattleMaster Wiki
< Caligus‎ | Battle Reports
Revision as of 19:18, 8 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 Supra
No.RoleArmyUnitCommanderRealmUnitFormationCS
1A 13th LegionAzerCaligus90 MIline  1074
2A Arden BowsKenricCaligus45 Archskirmish  471
3A Blanche's infantrymanBlancheCaligus61 Infline  633
4A Chadwick's DefendersChadwickCaligus95 Archskirmish  1176
5A Craterhoof KnightsRujvikCaligus54 Cavwedge  961
6A E I S E N R I T T E REisenritterCaligus75 SFskirmish  1421
7A Geoff's BanditoesGeoffreyCaligus79 Archskirmish  792
8A Liding Rance ReagonGuyCaligus61 Cavwedge  912
9A Men's Right ActivistsHanneloreCaligus78 Archskirmish  810
10A Morkers MenGorker MorkerCaligus110 Archskirmish  1112
11A Mounted stormridersGerardCaligus41 Cavwedge  712
12A Mounted TorenGodric TórrarinCaligus117 Cavwedge  1781
13A Riding poetsGungirCaligus64 Cavwedge  1056
14A RohirrimFendorCaligus30 Cavwedge  587
15A Swansong ArchersSeanCaligus65 SFskirmish  1432
16A The LuminariesLucienCaligus111 Archskirmish  966
17A The SlingshotsKoloyokCaligus53 SFskirmish  1011
18D Castle Isadril ArchersBarabbasPerleone138 Infbox  1284
19D Golden ArchersAnnonPerleone113 Archline  1179
20D Highland FightersCosquePerleone57 Infline  433
21D Ibladesh EliteNicolaiPerleone46 SFskirmish  922
22D Lions ArrowsMangusPerleone110 Archline  1259
23D Lions FireAnastasiaPerleone53 SFskirmish  1059
24D Lions of the SouthMehoePerleone99 Infbox  873
25D Lions of the SouthLemricPerleone111 Infline  1040
26D Mormont RangersGreatjonPerleone47 SFskirmish  709
27D NightshadesValiaPerleone55 Archskirmish  651
28D O’Relaious GuardsTigerousPerleone89 Infline  931
29D People's Liberation ForceKirimanPerleone52 Archskirmish  619
30DSabadell LoyalistsEverhardShadowdale77 Infwedge  879
31D Wandering WraithsWightPerleone46 SFskirmish  936

Total:
17 attackers (61 Inf, 90 MI, 518 Arch, 367 Cav, 193 SF)
14 defenders (571 Inf, 330 Arch, 192 SF)
Total combat strengths: 16907 vs. 12774

Sabadell Loyalists tried to evade foreign troops, but were spotted.
The forces from Perleone brace as they prepare to defend their ongoing takeover.
The region owner Caligus and their allies attack the takeover forces.
The Caligus troops attack because they are at war with Perleone.
The troops from Shadowdale join the defense because of their alliance with Perleone.

A calm wind blows, to the joy of the archers.

Royal Nicolai Paxwax is spotted wielding the Battered Rod of Battle.
Royal Nicolai Paxwax is spotted wearing the Beasthide Helm of Sparky.
Distributor Mangus McGahee is spotted wearing the Bizarre Helm of the East Continent.
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.
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.

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

  8 (61-C)
12 (117-C)
13 (64-C)
5 (54-C)
2 (45-A)
3 (61-I)
4 (95-A)
6 (75-S)
7 (79-A)
9 (78-A)
10 (110-A)
11 (41-C)
15 (65-S)
16 (111-A)
17 (53-S)
1 (90-M)
14 (30-C)
  21 (46-S)
23 (53-S)
26 (47-S)
30 (77-I)
  19 (113-A)
22 (110-A)
27 (55-A)
18 (138-I)
20 (57-I)
24 (99-I)
25 (111-I)
28 (89-I)
29 (52-A)
31 (46-S)
 

Chadwick's Defenders (4) fire on Lions Fire (23), scoring 607 hits.
Lions Arrows (22) fire on 13th Legion (1), scoring 333 hits.
Lions Fire (23) fire on Rohirrim (14), scoring 754 hits.
The Luminaries (16) fire on Ibladesh Elite (21), scoring 277 hits.
Wandering Wraiths (31) fire on 13th Legion (1), scoring 137 hits.
Men's Right Activists (9) fire on Sabadell Loyalists (30), scoring 266 hits.
Arden Bows (2) fire on Mormont Rangers (26), scoring 128 hits.
People's Liberation Force (29) move closer to get better shots.
Geoff's Banditoes (7) fire on Mormont Rangers (26), scoring 142 hits.
Nightshades (27) fire on 13th Legion (1), scoring 156 hits.
13th Legion (1) fire on Ibladesh Elite (21), scoring 420 hits.
E I S E N R I T T E R (6) fire on Sabadell Loyalists (30), scoring 439 hits.
Ibladesh Elite (21) fire on 13th Legion (1), scoring 428 hits.
Swansong Archers (15) fire on Mormont Rangers (26), scoring 656 hits.
Morkers Men (10) fire on Sabadell Loyalists (30), scoring 344 hits.
The Slingshots (17) fire on Lions Fire (23), scoring 153 hits.
Golden Archers (19) fire on Rohirrim (14), scoring 203 hits.
Mormont Rangers (26) fire on Rohirrim (14), scoring 303 hits.
Total ranged hits suffered: Attackers: 2314, Defenders: 3432
Craterhoof Knights (5), Liding Rance Reagon (8), Mounted Toren (12), Riding poets (13) and Mounted stormriders (11) ride on, closing in on the defenders.
Rohirrim (14) charge ahead, into the defenders' ranks.
O’Relaious Guards (28) stay behind their camp fortifications.
Blanche's infantryman (3) advance towards the enemy.
Lions of the South (25), Highland Fighters (20), Castle Isadril Archers (18) and Lions of the South (24) advance towards the enemy.
Ibladesh Elite (21) cannot join the melee, as it is too crowded.


Close Combat (Defender Line 1):
6 Perleone banners are visible in the melee.
8 Shadowdale banners are visible in the melee.
Sabadell Loyalists (30) score 852 hits on Rohirrim (14).
Lions Fire (23) score 322 hits on Rohirrim (14).
Rohirrim (14) score 360 hits on Mormont Rangers (26).
Rohirrim (14) score 697 hits on Sabadell Loyalists (30).
Rohirrim (14) score 439 hits on Lions Fire (23).
Mormont Rangers (26) score 76 hits on Rohirrim (14).
Total close combat hits suffered: Attackers: 1250, Defenders: 1496

Sabadell Loyalists (30) take 1746 hits (697 in close combat, 1049 from archer fire), which cause 34 casualties, making the unit retreat from the battlefield.
Lions Fire (23) take 1090 hits (399 in close combat, 691 from archer fire) (reduced due to fortifications), which cause 32 casualties. 2 Perleone banners fall.
13th Legion (1) take 1054 hits from archer fire, which cause 21 casualties.
Ibladesh Elite (21) take 634 hits from archer fire (reduced due to fortifications), which cause 22 casualties.
Nicolai Paxwax, Royal of Perleone, Duke of the White City, Margrave of Ibladesh has been wounded by 13th Legion (1).
Rohirrim (14) take 2510 hits (1250 in close combat, 1260 from archer fire), which cause 30 casualties, wiping the unit out.
Fendor Windbreaker, Exarch of Coin of Caligus, Count of Aureus has been wounded by Sabadell Loyalists (30).
Mormont Rangers (26) take 1169 hits (327 in close combat, 842 from archer fire) (reduced due to fortifications), which cause 47 casualties, wiping the unit out.
Total hits suffered: Attackers: 3564 (1250 from close combat and 2314 from ranged), Defenders: 4639 (1423 from close combat and 3216 from ranged)
Total casualties: 51 attackers, 135 defenders

Turn No. 2

    2 (45-A)
4 (95-A)
6 (75-S)
7 (79-A)
8 (61-C)
9 (78-A)
10 (110-A)
12 (117-C)
13 (64-C)
15 (65-S)
16 (111-A)
17 (53-S)
1 (69-M)
3 (61-I)
5 (54-C)
11 (41-C)
21 (24-S)
23 (21-S)
  18 (138-I)
19 (113-A)
20 (57-I)
22 (110-A)
24 (99-I)
25 (111-I)
27 (55-A)
29 (52-A)
28 (89-I)
31 (46-S)
 

Chadwick's Defenders (4) fire on Ibladesh Elite (21), scoring 362 hits.
Lions Fire (23) fire on Mounted stormriders (11), scoring 391 hits.
Golden Archers (19) fire on Mounted stormriders (11), scoring 290 hits.
13th Legion (1) fire on Lions Fire (23), scoring 369 hits.
The Slingshots (17) fire on Ibladesh Elite (21), scoring 376 hits.
Arden Bows (2) fire on Lions Fire (23), scoring 198 hits.
Swansong Archers (15) fire on Ibladesh Elite (21), scoring 431 hits.
Men's Right Activists (9) fire on Lions Fire (23), scoring 268 hits.
Nightshades (27) fire on Mounted stormriders (11), scoring 231 hits.
Ibladesh Elite (21) fire on Mounted stormriders (11), scoring 362 hits.
Geoff's Banditoes (7) fire on Lions Fire (23), scoring 209 hits.
E I S E N R I T T E R (6) fire on Lions Fire (23), scoring 410 hits.
Morkers Men (10) fire on Ibladesh Elite (21), scoring 367 hits.
People's Liberation Force (29) fire on Mounted stormriders (11), scoring 180 hits.
Lions Arrows (22) fire on Mounted stormriders (11), scoring 405 hits.
The Luminaries (16) fire on Lions Fire (23), scoring 285 hits.
Wandering Wraiths (31) fire on Mounted stormriders (11), scoring 297 hits.
Total ranged hits suffered: Attackers: 2156, Defenders: 3275
Liding Rance Reagon (8), Mounted Toren (12) and Riding poets (13) ride on, closing in on the defenders.
Mounted stormriders (11) charge forward.
Craterhoof Knights (5) charge ahead, into the defenders' ranks.
Blanche's infantryman (3) advance towards the enemy.
Highland Fighters (20), O’Relaious Guards (28), Lions of the South (25), Castle Isadril Archers (18) and Lions of the South (24) advance towards the enemy.


Close Combat (Defender Line 1):
2 Caligus banners are visible in the melee.
3 Perleone banners are visible in the melee.
Lions Fire (23) score 74 hits on Mounted stormriders (11).
Craterhoof Knights (5) score 1826 hits on Ibladesh Elite (21).
Mounted stormriders (11) score 1525 hits on Lions Fire (23).
Ibladesh Elite (21) score 157 hits on Craterhoof Knights (5).
Total close combat hits suffered: Attackers: 231, Defenders: 3351

Lions Fire (23) take 2967 hits (1386 in close combat, 1581 from archer fire) (reduced due to fortifications), which cause 21 casualties, wiping the unit out.
Anastasia Vasiliev, Dame of Ibladesh has been wounded by Mounted stormriders (11).
Craterhoof Knights (5) take 157 hits in close combat, which cause 3 casualties.
Mounted stormriders (11) take 2230 hits (74 in close combat, 2156 from archer fire), which cause 41 casualties, wiping the unit out.
Ibladesh Elite (21) take 3056 hits (1660 in close combat, 1396 from archer fire) (reduced due to fortifications), which cause 24 casualties, wiping the unit out.
Nicolai Paxwax, Royal of Perleone, Duke of the White City, Margrave of Ibladesh has been seriously wounded by Craterhoof Knights (5).
Total hits suffered: Attackers: 2387 (231 from close combat and 2156 from ranged), Defenders: 6023 (3046 from close combat and 2977 from ranged)
Total casualties: 44 attackers, 45 defenders

Turn No. 3

    2 (45-A)
4 (95-A)
6 (75-S)
7 (79-A)
9 (78-A)
10 (110-A)
15 (65-S)
16 (111-A)
17 (53-S)
1 (69-M)
3 (61-I)
8 (61-C)
12 (117-C)
13 (64-C)
5 (51-C)
18 (138-I)
20 (57-I)
24 (99-I)
25 (111-I)
19 (113-A)
22 (110-A)
27 (55-A)
28 (89-I)
29 (52-A)
31 (46-S)
 

The Slingshots (17) fire on Castle Isadril Archers (18), scoring 562 hits.
The Luminaries (16) fire on Lions of the South (25), scoring 384 hits.
Swansong Archers (15) fire on Lions of the South (24), scoring 719 hits.
Men's Right Activists (9) fire on Highland Fighters (20), scoring 217 hits.
Chadwick's Defenders (4) fire on Lions of the South (25), scoring 540 hits.
Golden Archers (19) fire on Craterhoof Knights (5), scoring 646 hits.
Nightshades (27) fire on Craterhoof Knights (5), scoring 430 hits.
Morkers Men (10) fire on Castle Isadril Archers (18), scoring 412 hits.
Geoff's Banditoes (7) fire on Highland Fighters (20), scoring 338 hits.
People's Liberation Force (29) fire on Craterhoof Knights (5), scoring 325 hits.
Arden Bows (2) fire on Lions of the South (24), scoring 245 hits.
E I S E N R I T T E R (6) fire on Castle Isadril Archers (18), scoring 356 hits.
Wandering Wraiths (31) fire on Craterhoof Knights (5), scoring 382 hits.
13th Legion (1) fire on Highland Fighters (20), scoring 314 hits.
Lions Arrows (22) fire on Craterhoof Knights (5), scoring 519 hits.
Total ranged hits suffered: Attackers: 2302, Defenders: 4087
Craterhoof Knights (5) charge forward.
Riding poets (13), Liding Rance Reagon (8) and Mounted Toren (12) charge ahead, into the defenders' ranks.
Blanche's infantryman (3) advance towards the enemy.
O’Relaious Guards (28) advance towards the enemy.


Close Combat (Defender Line 2):
10 Caligus banners are visible in the melee.
22 Perleone banners are visible in the melee.
Lions of the South (25) score 1049 hits on Craterhoof Knights (5).
Castle Isadril Archers (18) score 870 hits on Liding Rance Reagon (8).
Riding poets (13) score 2663 hits on O’Relaious Guards (28).
Lions of the South (24) score 674 hits on Mounted Toren (12).
Liding Rance Reagon (8) score 2697 hits on Castle Isadril Archers (18).
O’Relaious Guards (28) score 710 hits on Riding poets (13).
Craterhoof Knights (5) score 2880 hits on Lions of the South (25).
Highland Fighters (20) score 222 hits on Mounted Toren (12).
Mounted Toren (12) score 3557 hits on Lions of the South (24).
Mounted Toren (12) score 2179 hits on Highland Fighters (20).
Total close combat hits suffered: Attackers: 3525, Defenders: 13976

Lions of the South (25) take 3804 hits (2880 in close combat, 924 from archer fire), which cause 111 casualties, wiping the unit out.
Castle Isadril Archers (18) take 4027 hits (2697 in close combat, 1330 from archer fire), which cause 122 casualties, making the unit retreat from the battlefield.
Barabbas Braxcious, Viscount of Mines of Isadril has been wounded by Liding Rance Reagon (8).
Riding poets (13) take 710 hits in close combat, which cause 16 casualties.
Lions of the South (24) take 4521 hits (3557 in close combat, 964 from archer fire), which cause 99 casualties, wiping the unit out.
Liding Rance Reagon (8) take 870 hits in close combat, which cause 21 casualties.
O’Relaious Guards (28) take 2663 hits in close combat, which cause 89 casualties, wiping the unit out.
Tigerous O’Relaious, Duke of Al Arabia, Margrave of Al Arab has been wounded by Riding poets (13).
Craterhoof Knights (5) take 3351 hits (1049 in close combat, 2302 from archer fire), which cause 51 casualties, wiping the unit out.
Highland Fighters (20) take 3048 hits (2179 in close combat, 869 from archer fire), which cause 57 casualties, wiping the unit out.
Mounted Toren (12) take 896 hits in close combat, which cause 20 casualties.
Total hits suffered: Attackers: 5827 (3525 from close combat and 2302 from ranged), Defenders: 18063 (13976 from close combat and 4087 from ranged)
Total casualties: 108 attackers, 478 defenders

Turn No. 4

    2 (45-A)
4 (95-A)
6 (75-S)
7 (79-A)
9 (78-A)
10 (110-A)
15 (65-S)
16 (111-A)
17 (53-S)
1 (69-M)
  3 (61-I)
8 (40-C)
12 (97-C)
13 (48-C)
19 (113-A)
22 (110-A)
27 (55-A)
29 (52-A)
31 (46-S)
 

People's Liberation Force (29) fire on Mounted Toren (12), scoring 443 hits.
The Slingshots (17) fire on Lions Arrows (22), scoring 197 hits.
Swansong Archers (15) fire on Golden Archers (19), scoring 393 hits.
Men's Right Activists (9) move closer to get better shots.
Lions Arrows (22) fire on Riding poets (13), scoring 724 hits.
E I S E N R I T T E R (6) fire on Nightshades (27), scoring 303 hits.
Wandering Wraiths (31) fire on Mounted Toren (12), scoring 698 hits.
Chadwick's Defenders (4) move closer to get better shots.
Golden Archers (19) fire on Liding Rance Reagon (8), scoring 625 hits.
Morkers Men (10) move closer to get better shots.
The Luminaries (16) move closer to get better shots.
Nightshades (27) fire on Mounted Toren (12), scoring 316 hits.
Geoff's Banditoes (7) move closer to get better shots.
Arden Bows (2) move closer to get better shots.
13th Legion (1) move closer to get better shots.
Total ranged hits suffered: Attackers: 2806, Defenders: 893
Liding Rance Reagon (8), Mounted Toren (12) and Riding poets (13) charge forward.
Blanche's infantryman (3) advance towards the enemy.


Close Combat (Defender Line 3):
8 Caligus banners are visible in the melee.
19 Perleone banners are visible in the melee.
People's Liberation Force (29) score 78 hits on Riding poets (13).
Liding Rance Reagon (8) score 1646 hits on Lions Arrows (22).
Mounted Toren (12) score 3480 hits on Golden Archers (19).
Mounted Toren (12) score 1366 hits on Nightshades (27).
Riding poets (13) score 2475 hits on People's Liberation Force (29).
Lions Arrows (22) score 286 hits on Liding Rance Reagon (8).
Golden Archers (19) score 274 hits on Mounted Toren (12).
Nightshades (27) score 118 hits on Mounted Toren (12).
Total close combat hits suffered: Attackers: 756, Defenders: 8967

People's Liberation Force (29) take 2475 hits in close combat, which cause 52 casualties, wiping the unit out.
Liding Rance Reagon (8) take 911 hits (286 in close combat, 625 from archer fire), which cause 22 casualties, making the unit retreat from the battlefield.
Mounted Toren (12) take 1849 hits (392 in close combat, 1457 from archer fire), which cause 41 casualties.
Riding poets (13) take 802 hits (78 in close combat, 724 from archer fire), which cause 18 casualties, making the unit retreat from the battlefield.
Gungir Gabanus, Knight of Evora has been wounded by People's Liberation Force (29).
Lions Arrows (22) take 1675 hits (1496 in close combat, 179 from archer fire) (reduced due to fortifications), which cause 53 casualties, making the unit retreat from the battlefield.
Golden Archers (19) take 3873 hits (3480 in close combat, 393 from archer fire), which cause 113 casualties, wiping the unit out.
Annon Longshanks, Earl of Moyale has been wounded by Swansong Archers (15).
Nightshades (27) take 1669 hits (1366 in close combat, 303 from archer fire), which cause 51 casualties, causing panicked flight among the survivors, 1 additional men get slaughtered during the retreat.
Total hits suffered: Attackers: 3562 (756 from close combat and 2806 from ranged), Defenders: 9692 (8817 from close combat and 875 from ranged)
Total casualties: 81 attackers, 270 defenders

Turn No. 5

    6 (75-S)
15 (65-S)
17 (53-S)
2 (45-A)
4 (95-A)
7 (79-A)
9 (78-A)
10 (110-A)
16 (111-A)
1 (69-M)
  3 (61-I)
12 (56-C)
31 (46-S)
 

Men's Right Activists (9) move closer to get better shots.
The Luminaries (16) move closer to get better shots.
Arden Bows (2) move closer to get better shots.
13th Legion (1) move closer to get better shots.
Morkers Men (10) move closer to get better shots.
Chadwick's Defenders (4) move closer to get better shots.
Swansong Archers (15) move closer to get better shots.
The Slingshots (17) move closer to get better shots.
E I S E N R I T T E R (6) move closer to get better shots.
Wandering Wraiths (31) fire on Mounted Toren (12), scoring 650 hits.
Geoff's Banditoes (7) move closer to get better shots.
Total ranged hits suffered: Attackers: 650, Defenders: 0
Mounted Toren (12) charge forward.
Blanche's infantryman (3) advance towards the enemy.


Close Combat (Defender Line 4):
Mounted Toren (12) score 2505 hits on Wandering Wraiths (31).
Wandering Wraiths (31) score 221 hits on Mounted Toren (12).
Total close combat hits suffered: Attackers: 221, Defenders: 2505

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

Mounted Toren (12) take 871 hits (221 in close combat, 650 from archer fire), which cause 19 casualties.
Wandering Wraiths (31) take 2277 hits in close combat (reduced due to fortifications), which cause 46 casualties, wiping the unit out.
Wight Drakhen, Duke of House Grathe, Margrave of Castle Ubent has been captured by Mounted Toren (12).
Total hits suffered: Attackers: 871 (221 from close combat and 650 from ranged), Defenders: 2277 (2277 from close combat and 0 from ranged)
Total casualties: 19 attackers, 46 defenders

Attacker Victory!

The battle does extensive damage to the local infrastructure. Production falls 24 %.
The local roads network has also been damaged.
<script type="text/javascript"> $(document).ready(function() { $("#tabs").tabs(); $("#tabs").tabs("select","military"); }); </script> </body> </html>