Титул |
Доблесть |
0. Рекрут/Рекрут |
0 |
1. Боец/Боец |
124,3 |
2. Воин/Воительница |
248,7 |
3. Сэр Рыцарь/Леди Рыцарь |
497,5 |
4. Лорд/Миледи |
995 |
5. Барон/Баронесса |
1 990 |
6. Виконт/Виконтесса |
3 980 |
7. Граф/Графиня |
7 960 |
8. Маркиз/Маркиза |
15 920 |
9. Герцог/Герцогиня |
31 840 |
10. Князь/Княгиня |
63 680 |
var container = document.getElementById('nativeroll_video_cont');
if (container) {
var parent = container.parentElement;
if (parent) {
const wrapper = document.createElement('div');
wrapper.classList.add('js-teasers-wrapper');
parent.insertBefore(wrapper, container.nextSibling);
}
}