Luria Nova/Campaign Records/Home Defence/Battle in Grodno 8/28/22

From BattleMaster Wiki
< Luria Nova‎ | Campaign Records‎ | Home Defence
Revision as of 01:37, 30 August 2022 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="/common/jquery.dataTables.min.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.qtip.min.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="/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="/common/battlemaster.css" /> <link rel="stylesheet" type="text/css" href="/common/navbar.css" /> <link rel="stylesheet" type="text/css" href="/js/jquery-ui.css" /> <link rel="stylesheet" type="text/css" href="/common/jquery.dataTables_themeroller.css" /> <link rel="stylesheet" type="text/css" href="/common/jquery.qtip.css" /> <link rel="stylesheet" type="text/css" href="/common/chosen.css" /><script type="text/javascript"> $(document).ready(function() { /* setup qtip */ $.fn.qtip.defaults.style.classes = 'ui-tooltip-cluetip ui-tooltip-shadow ui-tooltip-rounded'; $.fn.qtip.defaults.show.effect = function(offset){$(this).fadeIn(100)}; $.fn.qtip.defaults.hide.effect = function(offset){$(this).fadeOut(100)};

if ($(".chzn-select").length>0) { $(".chzn-select").chosen({ group_search: false, search_contains: true, include_group_label_in_selected: true }); }

/* old */ BattleMaster.addParsers(); if ($("table.sortableTable").length>0) { $('table.sortableTable').tablesorter({ // debug: 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="/testing/play-news.php?force=yes">('+data.unreadCount+')</a>'); } else { $("#navUnreadMessages").html(); } },'json'); } </script> </head> <body>

<style type="text/css">

.UID_7643 { text-decoration: underline; font-weight: bold; color: orange; } </style>

<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 | testing island

Information

Scribe Note, 2 turns old:



Battle in Grodno
No.RoleArmyUnitCommanderRealmUnitFormationCS
1A Artois GuardClaudeLuria Nova75 MIbox  851
2A Gold ScorpionsLeonidLuria Nova70 SFbox  1689
3A The Imperium HuntersLanceLuria Nova62 SFwedge  1616
4DMonsters(Monsters)(rogue)5 otherline  545
5DMonsters(Monsters)(rogue)15 otherline  1740
6DMonsters(Monsters)(rogue)3 otherline  420
7DMonsters(Monsters)(rogue)10 otherline  490
8DMonsters(Monsters)(rogue)11 otherline  1340
9DMonsters(Monsters)(rogue)8 otherline  865

Total:
3 attackers (75 MI, 132 SF)
6 defenders (52 other)
Total combat strengths: 4156 vs. 5400

The region owner (rogue) and their allies defend.
The Luria Nova troops attack because they are at war with (rogue).

Strong winds and gusts are making ranged combat a game of luck.

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

  1 (75-M)
2 (70-S)
3 (62-S)
   4 (5-M)
7 (10-M)
8 (11-M)
6 (3-M)
5 (15-M)
9 (8-M)
  

The Imperium Hunters (3) fire on Monsters (8), scoring 200 hits.
Artois Guard (1) move closer to get better shots.
Gold Scorpions (2) fire on Monsters (8), scoring 490 hits.
Total ranged hits suffered: Attackers: 0, Defenders: 690
Monsters (6), Monsters (9), Monsters (5), Monsters (8), Monsters (4) and Monsters (7) advance towards the enemy.


Monsters (8) take 828 hits from archer fire, which cause 3 casualties.
Total hits suffered: Attackers: 0 (0 from close combat and 0 from ranged), Defenders: 828 (0 from close combat and 828 from ranged)
Total casualties: 0 attackers, 3 defenders

Turn No. 2

   1 (75-M)
2 (70-S)
3 (62-S)
  4 (5-M)
7 (10-M)
8 (8-M)
6 (3-M)
5 (15-M)
9 (8-M)
   

Artois Guard (1) fire on Monsters (8), scoring 260 hits.
The Imperium Hunters (3) fire on Monsters (4), scoring 900 hits.
Gold Scorpions (2) fire on Monsters (8), scoring 625 hits.
Total ranged hits suffered: Attackers: 0, Defenders: 1785
Monsters (7), Monsters (6), Monsters (4), Monsters (8), Monsters (9) and Monsters (5) advance towards the enemy.


Monsters (4) take 1080 hits from archer fire, which cause 5 casualties, wiping the unit out.
Monsters (8) take 1062 hits from archer fire, which cause 4 casualties, making the unit retreat from the battlefield.
Total hits suffered: Attackers: 0 (0 from close combat and 0 from ranged), Defenders: 2142 (0 from close combat and 2142 from ranged)
Total casualties: 0 attackers, 9 defenders

Turn No. 3

   1 (75-M)
2 (70-S)
3 (62-S)
 7 (10-M)
6 (3-M)
5 (15-M)
9 (8-M)
    

The Imperium Hunters (3) fire on Monsters (7), scoring 1784 hits.
Gold Scorpions (2) fire on Monsters (7), scoring 657 hits.
Artois Guard (1) fire on Monsters (7), scoring 369 hits.
Total ranged hits suffered: Attackers: 0, Defenders: 2810
Monsters (9), Monsters (6), Monsters (5) and Monsters (7) advance towards the enemy.


Monsters (7) take 3372 hits from archer fire, which cause 10 casualties, wiping the unit out.
Total hits suffered: Attackers: 0 (0 from close combat and 0 from ranged), Defenders: 3372 (0 from close combat and 3372 from ranged)
Total casualties: 0 attackers, 10 defenders

Turn No. 4

   1 (75-M)
2 (70-S)
3 (62-S)
 6 (3-M)
5 (15-M)
9 (8-M)
     

Artois Guard (1) fire on Monsters (6), scoring 464 hits.
The Imperium Hunters (3) fire on Monsters (6), scoring 1488 hits.
Gold Scorpions (2) fire on Monsters (6), scoring 1390 hits.
Total ranged hits suffered: Attackers: 0, Defenders: 3342
Monsters (9), Monsters (6) and Monsters (5) advance towards the enemy.


Monsters (6) take 4010 hits from archer fire, which cause 3 casualties, wiping the unit out.
Total hits suffered: Attackers: 0 (0 from close combat and 0 from ranged), Defenders: 4010 (0 from close combat and 4010 from ranged)
Total casualties: 0 attackers, 3 defenders

Turn No. 5

   1 (75-M)
2 (70-S)
3 (62-S)
 5 (15-M)
9 (8-M)
      

The Imperium Hunters (3) fire on Monsters (5), scoring 1869 hits.
Gold Scorpions (2) fire on Monsters (9), scoring 1931 hits.
Artois Guard (1) fire on Monsters (5), scoring 318 hits.
Total ranged hits suffered: Attackers: 0, Defenders: 4118
Monsters (9) and Monsters (5) advance towards the enemy.


Monsters (9) take 2317 hits from archer fire, which cause 8 casualties, wiping the unit out.
Monsters (5) take 2624 hits from archer fire, which cause 14 casualties, making the unit retreat from the battlefield.
Total hits suffered: Attackers: 0 (0 from close combat and 0 from ranged), Defenders: 4941 (0 from close combat and 4941 from ranged)
Total casualties: 0 attackers, 22 defenders

Attacker Victory!

The battle does minor damage to the local infrastructure. Production falls 8 %.
The local roads network has also been damaged.
The locals are grateful for defeating the evil forces plaguing their region.
<script type="text/javascript"> $(document).ready(function() { $("#tabs").tabs(); $("#tabs").tabs("select","military"); }); </script> </body> </html>