!function(){var c={},e=function(e,n,t){if("string"!=typeof e)throw"module id must be a string";if(void 0===n)throw"no dependencies for "+e;if(void 0===t)throw"no definition function for "+e;c[e]={deps:n,defn:t,instance:void 0}},l=function(e){var n=c[e];if(void 0===n)throw"module ["+e+"] was undefined";return void 0===n.instance&&function(e){for(var n=c[e],t=n.deps,i=n.defn,r=t.length,a=new Array(r),o=0;o])*>/g,""):t.getContent({save:!0}):a.apply(m(n),r)}),i}}),m.each(["append","prepend"],function(e,n){var i=f[n]=m.fn[n],r="prepend"===n;m.fn[n]=function(t){var e=this;return l(e)?t!==d?("string"==typeof t&&e.filter(":tinymce").each(function(e,n){n=u(n);n&&n.setContent(r?t+n.getContent():n.getContent()+t)}),i.apply(e.not(":tinymce"),arguments),e):void 0:i.apply(e,arguments)}}),m.each(["remove","replaceWith","replaceAll","empty"],function(e,n){var t=f[n]=m.fn[n];m.fn[n]=function(){return i.call(this,n),t.apply(this,arguments)}}),f.attr=m.fn.attr,m.fn.attr=function(e,n){var t=this,i=arguments;if(!e||"value"!==e||!l(t))return f.attr.apply(t,i);if(n!==d)return c.call(t.filter(":tinymce"),n),f.attr.apply(t.not(":tinymce"),i),t;var r=t[0],t=u(r);return t?t.getContent({save:!0}):f.attr.apply(m(r),i)}}}}),l("0")()}(),function(){function e(e,t){var i;(e=e.find("[data-pafe-form-builder-tinymce]")).length&&(i=t("[data-pafe-plugin-url]").attr("data-pafe-plugin-url"),t.each(e,function(e,n){t(n).tinymce({script_url:i+"/piotnet-addons-for-elementor-pro/inc/tinymce/tinymce.min.js",height:500,directionality:t(n).attr("data-pafe-form-builder-tinymce-rtl"),menubar:!1,plugins:["advlist autolink lists link image charmap print preview anchor","searchreplace visualblocks code fullscreen","insertdatetime media table contextmenu paste code help youtube"],toolbar:"bold italic link | alignleft aligncenter alignright alignjustify | bullist numlist | image youtube",image_title:!0,images_upload_url:i+"/piotnet-addons-for-elementor-pro/inc/tinymce/tinymce-upload.php",file_picker_types:"image",convert_urls:!1,setup:function(e){e.on("change",function(){tinymce.triggerSave()})}})}))}jQuery(window).on("elementor/frontend/init",function(){elementorFrontend.hooks.addAction("frontend/element_ready/pafe-form-builder-field.default",e)})}();!function(a){"use strict";window.jkitdashboard=window.jkitdashboard||{},window.jkitdashboard={init:function(e){var n=this;n.xhr=null,n.container=void 0===e?a("body"):e,Notiflix.Notify.init({position:"right-top",zindex:999999,showOnlyTheLastOne:!0,success:{notiflixIconColor:"#fff"}}),n.button_save=n.container.find(".jkit-dashboard-body-wrap .jkit-form-submit>button"),n.form_handler(),n.elements(),n.admin_menu()},admin_menu:function(){this.container.find(".jkit-support-menu a, .jkit-review-menu a").attr("target","_blank")},form_handler:function(){var e=this,n="undefined"!=typeof jkit_custom_dashboard_form_id&&jkit_custom_dashboard_form_id.name?"#"+jkit_custom_dashboard_form_id.name:"#jkit-user-data-form, #jkit-settings-form, #jkit-notfound-form",t=e.container.find(n);t.find(".jkit-form-content").on("click",(function(e){e.preventDefault();var n=a(this).parents(".jkit-form-tab ");n.hasClass("collapse")?n.removeClass("collapse"):n.addClass("collapse")})),t.on("submit",(function(n){n.preventDefault();var t=a(this).attr("id"),i={},s="",o="",d="",r=/\[([^\]]+)\]/;"jkit-user-data-form"===t?s="save_user_data":"jkit-settings-form"===t?s="save_settings":"jkit-notfound-form"===t?s="save_notfound":"undefined"!=typeof jkit_custom_dashboard_form_id&&jkit_custom_dashboard_form_id.name===t&&(s="save_"+jkit_custom_dashboard_form_id.name),a(this).find("input, select").each((function(e){o=r.exec(a(this).attr("name")),d=a(this).val(),i[o[1]]=d})),e.button_save.addClass("saving"),e.button_save.find("i").removeClass("fa-save").addClass("fa-spinner fa-spin"),a.ajax({type:"POST",url:"undefined"!=typeof jkit_custom_ajax_url?jkit_custom_ajax_url:jkit_ajax_url,data:{form_data:i,action:s,nonce:jkit_nonce},dataType:"json",encode:!0}).done((function(a){Notiflix.Notify.success(a.message),e.button_save.removeClass("saving"),e.button_save.find("i").removeClass("fa-spinner fa-spin").addClass("fa-save")})).fail((function(a){Notiflix.Notify.failure(void 0!==a.responseJSON&&a.responseJSON.message?a.responseJSON.message:jkit_dashboard_localize.save_failed),e.button_save.removeClass("saving"),e.button_save.find("i").removeClass("fa-spinner fa-spin").addClass("fa-save")}))}))},elements:function(){var e=this,n=e.container.find(".element-checkbox-option .switch"),t=e.container.find(".jkit-button.enable-all"),i=e.container.find(".jkit-button.disable-all"),s=e.container.find("#jkit-elements-enable-form");n.on("click",(function(e){e.preventDefault();var n=a(this).prev("input");n.is(":checked")?n.prop("checked",!1):n.prop("checked",!0)})),t.on("click",(function(a){a.preventDefault(),n.prev("input").prop("checked",!0)})),i.on("click",(function(a){a.preventDefault(),n.prev("input").prop("checked",!1)})),s.on("submit",(function(t){t.preventDefault();var i={};e.button_save.addClass("saving"),e.button_save.find("i").removeClass("fa-save").addClass("fa-spinner fa-spin"),n.each((function(e,n){var t=a(n).prev("input"),s=t.data("element-key");i[s]=t.is(":checked")})),a.ajax({type:"POST",url:jkit_ajax_url,data:{form_data:i,action:"save_elements_enable",nonce:jkit_nonce},dataType:"json",encode:!0}).done((function(a){Notiflix.Notify.success(a.message),e.button_save.removeClass("saving"),e.button_save.find("i").removeClass("fa-spinner fa-spin").addClass("fa-save")})).fail((function(){Notiflix.Notify.failure(jkit_dashboard_localize.save_failed),e.button_save.removeClass("saving"),e.button_save.find("i").removeClass("fa-spinner fa-spin").addClass("fa-save")}))}))}},a(document).on("ready",(function(){window.jkitdashboard.init()}))}(jQuery); boatia-prints-obman-lor-tes-2 - Site Solutions, Ltd.

boatia-prints-obman-lor-tes-2

Boatia, Prince of Deception [ENT TES]

Boetia, one of the lords, which is in two sexual faces, therefore, when describing it, it is allowed to use any gender. Boiety is also permissible to call Boeta, confirmation of the books from various games of the series, for example: “Vivec and Methala”, “Vizershin”, “Legends of Tamriel” and others. Also, this lord is called the Prince of Warriors, the Daedra-Mostiter, the Queen of Shadow and traditionally depict him as a warrior with a sequera or a sword in his hand, dressed in a cloak and taking a courageous pose. Sometimes Boetia is portrayed as a warlike woman armed with a sword. The name of Boetia in different temporary eras had a different pronunciation, in the Valus mountains, that on the border of Sirodial and Morovinda there is an ancient sanctuary of the Lord of the Deception, which bears the name Boieties. This name is due to how it is not difficult to guess the female beginning of the prince, but calling it in this temple, the lord will speak with the main character by a male voice. Boetia is the “evil” Daedra and often she appears where battles, battles and uprisings rule. In addition, his followers hold bloody tournaments in her honor, in order to get the blessing of the lord. Her small cults have deeply digged into almost every power of the earthly world.

Like any Daedric lord, Boestius has her own plan of Oblivion, which she often likes to rename, which corresponds to her nature. Her plan was called the “snake saddle”, “Mount of a snake”, “section of power”, but the most, so to speak, its new name is “the share of retribution”. This plan is described as the Earth, on which betrayal and politics reign, double the double standards, dodgy methods and it consists of high-circuit and tough towers. Boetias are one of the most dangerous younger dadra – hungering, quick and very strong creatures, whose name fully corresponds to their appearance. The saying “Leather and bones” is just about them, it feels like they have never eaten, therefore they are called hungry. There are also clanfirs, reptiles similar creatures endowed with remarkable force. The date of the festival in honor of this lord is the second number of sunset, in our world, this is November 2nd. This day is considered the best for concluding transactions both between the kingdoms and between people.

Influence on the world of mortals

Despite the fact that Boestius is considered to be evil of Daedra, in Mordovond he is known as good Daedra and he is one of the forerunners of the tribunal, namely, he is the forerunner of the living god of almalecks. This means that Boetia, along with Mephal and Azura, took a direct part in the creation of Dunmer as a race. It is believed that almost the entire culture of the current dark elves belongs to Boetia, from architecture, to magic. It was Boethy, together with Mephal, showed Dudgers the desire of Psiji. After the fall of the tribunal, Boatia, together with Mephal and Azura, took their legal places in the pantheon of dark elves.

The current orcs are also the result of the actions of Boetia in Nern. Before the arrival of this prince, many aldmers honored the hero of Trinimak, who opposed the outcome of the bike. And according to legend, the prince of betrayal lured Trinimak to his mouth and began to blame him for a lie. Quote of the book from the game “Changed”:

And one fine day, the Boeta, the prince of intrigue, full of strength of his youth, cunningly lured Trinimak in his mouth. Then Boeta spoke in the voice of Trinimak, and people gathered to listen to him. Boeta told them about the lies of ET’Ad, Daedra, and said that Trinimyak was the greatest liar, and all this is the voice of Trinimyak! Boeta revealed the truth with the assembled crowd with three corners. Together with Mephal, he showed them the laws of the goals of psijik. He taught them how to build houses, and what should be instilled in the corners. He showed how to wear the skin correctly. He opened the way to achieve the outcome. Then, in front of all the Boet, Trinimak spit out to prove that all his words are truth. And it was easy, for its people became changed.And one fine day, the Boeta, the prince of intrigue, full of strength of his youth, cunningly lured Trinimak in his mouth. Then Boeta spoke in the voice of Trinimak, and people gathered to listen to him. Boeta told them about the lies of ET’Ad, Daedra, and said that Trinimyak was the greatest liar, and all this is the voice of Trinimyak! Boeta revealed the truth with the assembled crowd with three corners. Together with Mephal, he showed them the laws of the goals of psijik. He taught them how to build houses, and what should be instilled in the corners. He showed how to wear the skin correctly. He opened the way to achieve the outcome. Then, in front of all the Boet, Trinimak spit out to prove that all his words are truth. And it was easy, for its people became changed.

Also, a similar story https://gamblingdata.net/casinos/maneki-casino/ is described in the book “True Nature of Orcs”

Ebonite chain mail is an artifact created by Boethy, which is worthy to wear only the chosen champion. This armor looks like a regular set of ebonite armor, but with extremely special effects. He gives its owner protection against fire, magical and physical attacks, and most importantly, this is a heavy armor, which allows you to silently move in the shadows, in addition, the armor is able to poison others with his aura.

Golden brand – an artifact, outwardly having a katana shape made of gold. According to legends, this blade was sold out by the dragons of the North itself and granted the great knight who swore to their defense. This weapon contains the power of Prince Boatia, thanks to which the blows of this blade burn the enemy. Presumably in the 175th year of the 4th era, the owner of the Golden Stamp was Titus II, who fought this weapon in the battle of the Red Ring against the Aldmer Dominion. There is also its more powerful form, called Elton’s sword, but in order to get it you need to complete the secret quest in the third part of the scrolls. Elton’s sword gives the owner a greater skill in battle and endurance.

Boetia in the games

In TES 2: Daggerfall, calling for Boetius, he will offer GG to kill a mag warrior. Having done this, it will be necessary to follow the specified city in which the right person will hand over GG Ebonite chain mail

In TAS 3: Morrowind, its influence is almost not felt, t.To. In Mordovond, her only sanctuary was destroyed during the disaster, which took the whole city to the abyss of the sea of ghosts. But there was a way to return him greatness, finding an architect with the aim of erecting a new sanctuary. The reward for this work is a gold brand sword.

In Tes 4: Oblivion, the champion of Sirodial can call Boettius in order to earn her favor. To which she will offer a GG deal, namely, participation in the tournament ten blood. In case of victory, Boetia will hand over the champion of the Golden Mark

In TAS 5: Skyrim, in order to call Bohetia Dovakin, it is necessary to make a human sacrifice, after which she will offer a deal: to eliminate her current champion, having done this, Dovakin becomes a new current champion of Boieties and the bearer of Ebonite chain mail.

In addition to TSE 5: Dragonborn, you can find an altar in the Temple of the Voronya Rock, which is dedicated to Boieties.

An interesting fact

There is an opinion that the prototype of Boetia was the Roman philosopher Boethy. He was a state -owned person, studied in Athens, and early reached the highest state. posts, gained the trust of King Theodorich. But for the defense of the accused of state. The betrayal of Senator Albina brought the king’s suspicion, because of which he hit the dungeon in Pavia and was sentenced to death. He was executed with his father -in -law Senator Simmakh.

I hope you have found something interesting for yourself in this material! Leave comments on this or any other topic. I will be glad to any response.