Reincarnated To Evolve My Bee Empire

Chapter 29 Commando Bees in training



Chapter 29 Commando Bees in training

Ambrosia narrowed her eyes at me, then suddenly smiled.

"You decided to warn me this time, Nectus. Good. No, I won't be mad, but I will worry. What is it? How much risk is there, and how necessary is this all?"

"Very!"

I briefly explained to her about the destructive wonders of fire and how they can be applied to hornet nests, then reached the core weakness of the plan.

"But we don't have enough information about these hornets. So I want to stealthily

"From now on, you will prepare to be our stealthiest, our sneakiest, our most ready to kill, and our most heroic bees. Like Warrior Bees, but even more heroic. You will be… Commando Bees!"

</p><p>〔Commando Bee〕: +10% to base agility, endurance, and perception.</p><p>For now, my future Commando Bees didn't fit the title requirements, but they stood straighter.</p><p>"Like Warrior Bees… Warrior Bees get hammers!"</p><p>"Is that for the hive?" one asked.</p><p>I nodded eagerly.</p><p>"Yes! Everything is."</p><p>Now everybody looked interested.</p><p>"I'm ready to learn!"</p><p>"Me, too, Father!"</p><p>I beamed. It looked like, thanks to the endless bee gossip, my authority had finally spread even to the youngest generations of my daughters. They even called me "Father" without being told to!</p><p>"Great. You will learn how to be sneaky… and to walk a lot. First, you must learn how to hide your bright coloring."</p><p>Black and yellow looked nice, but could be seen for miles away.</p><p>As my students watched, I walked up to a patch of mud nearby and dipped my hands in it. Then I smeared the dirt over my face.</p><p>Not enough.</p><p>With some swearing, I took off my bone armor and began rolling in the mud like a pig! I didn't stop until I felt like the mud was literally everywhere, even under my leaf skirt.</p><p>〔A temporary special ability gained: 'Camouflage II'.〕</p><p>〔Camouflage II: reduces chances of being spotted by sight and smell.〕</p><p>I looked and smelled like a mud demon, and my wings itched badly from the dirt on it. I beat them to shake some off, and turned to my audience.</p><p>"Behold. The camouflage! Now do the same thing—get that mud all over yourself."</p><p>"Yes, Father!"</p><p>"We got it, Father!"</p><p>"Our mud will be just like yours, Father!"</p><p>The bees went right to the mud and began rolling in it.</p><p>A couple minutes later, I became a leader of an entire squad of mud demons. With grass sticking out of their gray and brown mud covering, they really blended with their surroundings infinitely better than before.</p><p>The mud also hid our smells. Now we more resembled ants or even wood lice, not bees.</p><p>But that wasn't enough if my bees were going to fly loudly around, beat their wings for no reason, and whisper among each other all the time.</p><p>"Time to get *really* stealthy, girls. We are going silent. No one in this forest should hear us move."</p><p>This was much harder to teach my bees than the dirt-rolling. Especially since I was bad at sneaking myself!</p><p>But for two days, we learned together. On the third day, I quickly taught them the basics of swinging hammers at the enemies of the bee state.</p><p>And on the fourth day, when all the bone armor was ready and my Craftsmen Bees were back to making string, I deemed us ready to sneak into the Danger Zone.</p> </div> <hr class="chr-end"> <div class="chr-nav" id="chr-nav-bottom"> <div class="btn-group"> <a class="btn btn-success" href="/cctnovel/reincarnated-to-evolve-my-bee-empire/chapter-28" id="prev_chap"> <span class="glyphicon glyphicon-chevron-left"></span> <span class="hidden-xs">Prev Chapter</span></a> <button type="button" class="btn btn-success chr-jump"><span class="glyphicon glyphicon-list-alt"></span></button> <button class="btn btn-warning btn-bookmark" onclick="addToBookcase(24184, 29, 'Chapter 29 Commando Bees in training')" title="Add to Library"> <span class="glyphicon glyphicon-bookmark"></span></button> <a title="Chapter 30 The stealth mission" href="/cctnovel/reincarnated-to-evolve-my-bee-empire/chapter-30" class="btn btn-success" id="next_chap"> <span class="hidden-xs">Next Chapter</span> <span class="glyphicon glyphicon-chevron-right"></span></a> </div> </div> <div class="bg-info text-center visible-md visible-lg box-notice"> Tip: You can use left, right, A and D keyboard keys to browse between chapters. </div> </div> </div> </div> </main> <footer class="footer"> <div class="container"> <div class="hidden-xs col-sm-5 short-intro"><strong>CCTnovel</strong> Read Reincarnated To Evolve My Bee Empire Chapter 29 Commando Bees in training.Discover the ultimate hub for free web novels! Dive into thousands of daily-updated English translations across trending genres, including Isekai, Romantasy, LitRPG, and Cultivation. Whether you’re looking for top-rated Chinese Xianxia, gripping Korean Manhwa-style novels, or immersive Japanese Light Novels, we’ve got you covered. Read the latest chapters online anytime, anywhere—100% free and mobile-optimized. <p> </p> </div> <ul class="col-xs-12 col-sm-7 list-unstyled"> <li class="text-right pull-right"><a href="/contact" title="Contact">Contact</a> - <a href="/privacy-policy" title="ToS">ToS</a> <a class="backtop" href="#" rel="nofollow" title=""><span class="glyphicon glyphicon-upload"></span> </a> </li> </ul> </div> </footer></div> <script type="text/javascript"> const novel = { id: '24184', name: "Reincarnated To Evolve My Bee Empire", url: 'https://www.cctoronto.net/cctnovel/reincarnated-to-evolve-my-bee-empire/', }; const chapter = { id: '29', name: "Chapter 29 Commando Bees in training", url: 'https://www.cctoronto.net/cctnovel/reincarnated-to-evolve-my-bee-empire/chapter-29', chapter_id: '29' }; $(document).ready(function () { chapterDetail(novel, chapter); turnOffNotify(); }); function addToBookcase(bookid, chapterid, chaptername) { $.ajax({ url: 'https://www.cctoronto.net/user/addcase/', type: 'POST', data: { action: 'addbookmark', bookid: bookid, chapterid: chapterid, chaptername: chaptername }, success: function(response) { if (response == '1') { $('.btn-bookmark').removeClass('btn-warning').addClass('btn-success'); $('.btn-bookmark').html('<span class="glyphicon glyphicon-ok"></span>'); $('.btn-bookmark').attr('onclick', '').css('cursor', 'default'); $('.btn-bookmark').attr('title', 'In Library'); } else if (response == '-1') { if (confirm('Please login to add books to your library. Go to login page?')) { window.location.href = 'https://www.cctoronto.net/user/login/'; } } else { alert('Failed to add book. Please try again.'); } }, error: function() { alert('Network error. Please try again.'); } }); } </script> <script type="text/javascript"> var preview_page = "/cctnovel/reincarnated-to-evolve-my-bee-empire/chapter-28"; var next_page = "/cctnovel/reincarnated-to-evolve-my-bee-empire/chapter-30"; var index_page = "/cctnovel/reincarnated-to-evolve-my-bee-empire/"; function jumpPage() { if (event.keyCode==37) location=preview_page; if (event.keyCode==39) location=next_page; if (event.keyCode==13) location=index_page; } document.onkeydown=jumpPage; </script> <script> $(document).ready(function () { $('.lazy').Lazy({ placeholder: "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsQAAA7EAZUrDhsAAAANSURBVBhXYzh8+PB/AAffA0nNPuCLAAAAAElFTkSuQmCC" }); $('.chr-nav').on('click', 'button.chr-jump', function() { const $clickedButton = $(this); $('button.chr-jump').attr('disabled', true).text('Loading...'); const bookSlug = 'reincarnated-to-evolve-my-bee-empire'; const currentChapterId = '29'; $.ajax({ url: '/ajax/chapter-list', type: 'GET', data: { slug: bookSlug }, dataType: 'json', success: function(response) { if (response.success && response.chapters) { const $select = $('<select>').addClass('chr-jump'); response.chapters.forEach(function(chapter) { $select.append( $('<option>') .val(chapter.url) .attr('chapter-id', chapter.id) .text(chapter.index + '. ' + chapter.title) ); }); $('.chr-jump').replaceWith($select.clone()); const optionValue = $(".chr-jump option[chapter-id='" + currentChapterId + "']").val(); $('.chr-jump').val(optionValue); $('.chr-jump').on('change', function() { window.location = $(this).val(); }); const $clickedNav = $clickedButton.closest('.chr-nav'); const $targetSelect = $clickedNav.find('.chr-jump'); setTimeout(function() { $targetSelect.focus(); if ($targetSelect[0].showPicker) { try { $targetSelect[0].showPicker(); } catch(e) { // showPicker may not be supported in all browsers } } }, 100); } else { $('button.chr-jump').attr('disabled', false).html('<span class="glyphicon glyphicon-list-alt"></span>'); alert('Failed to load chapter list'); } }, error: function() { $('button.chr-jump').attr('disabled', false).html('<span class="glyphicon glyphicon-list-alt"></span>'); alert('Failed to load chapter list'); } }); }); }); </script> <style> .chapter .chr-c, #chr-content { word-break: normal !important; overflow-wrap: break-word !important; word-wrap: break-word !important; } .chapter .chr-c p, #chr-content p { word-break: normal !important; overflow-wrap: break-word !important; word-wrap: break-word !important; } .chr-nav .btn-group .chr-jump { margin: 0 5px; } .chr-nav .btn-group > * { display: inline-block !important; vertical-align: middle; } .chr-nav select.chr-jump { width: 165px; max-width: 165px; height: 34px; padding: 6px 12px; font-size: 14px; line-height: 1.42857143; border: 1px solid #4cae4c; border-radius: 4px; background-color: #5cb85c; color: #fff; font-weight: 500; cursor: pointer; transition: all 0.2s; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; float: left !important; position: relative; } .chr-nav select.chr-jump:focus { outline: none; box-shadow: 0 0 0 3px rgba(92, 184, 92, 0.25); border-color: #4cae4c; background-color: #5cb85c; } .chr-nav select.chr-jump option { background-color: #5cb85c; color: #fff; padding: 8px 12px; font-weight: normal; } .chr-nav select.chr-jump option:checked, .chr-nav select.chr-jump option[selected] { background-color: #e0e0e0; color: #333; } .dark-background .chr-nav select.chr-jump { background-color: #4a944a; border-color: #3e803e; } .dark-background .chr-nav select.chr-jump:focus { background-color: #4a944a; } .dark-background .chr-nav select.chr-jump option { background-color: #4a944a; color: #fff; } .dark-background .chr-nav select.chr-jump option:checked, .dark-background .chr-nav select.chr-jump option[selected] { background-color: #2a2a2a; color: #bbb; } @media (max-width: 768px) { .profile-sidebar { padding: 0; } .chr-nav select.chr-jump { width: 145px; max-width: 145px; font-size: 12px; } } </style> <script src="/js/dark-mode.js?v=1.1"></script> </body> </html>