Papalstateslogs/Papal states (right before .../The Papal States - 『🤺』Milit...

1201 lines
35 KiB
HTML
Raw Permalink Blame History

This file contains invisible Unicode characters!

This file contains invisible Unicode characters that may be processed differently from what appears below. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to reveal hidden characters.

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

<!DOCTYPE html>
<html lang="en">
<head>
<title>The Papal States - &#128130;╠﹝field-forces-barracks</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<style>
/* General */
@font-face {
font-family: Whitney;
src: url(https://discord.com/assets/6c6374bad0b0b6d204d8d6dc4a18d820.woff);
font-weight: 300;
}
@font-face {
font-family: Whitney;
src: url(https://discord.com/assets/e8acd7d9bf6207f99350ca9f9e23b168.woff);
font-weight: 400;
}
@font-face {
font-family: Whitney;
src: url(https://discord.com/assets/3bdef1251a424500c1b3a78dea9b7e57.woff);
font-weight: 500;
}
@font-face {
font-family: Whitney;
src: url(https://discord.com/assets/be0060dafb7a0e31d2a1ca17c0708636.woff);
font-weight: 600;
}
@font-face {
font-family: Whitney;
src: url(https://discord.com/assets/8e12fb4f14d9c4592eb8ec9f22337b04.woff);
font-weight: 700;
}
body {
font-family: "Whitney", "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 17px;
}
a {
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
img {
object-fit: contain;
}
.markdown {
max-width: 100%;
white-space: pre-wrap;
line-height: 1.3;
overflow-wrap: break-word;
}
.spoiler {
width: fit-content;
}
.spoiler--hidden {
cursor: pointer;
}
.spoiler-text {
border-radius: 3px;
}
.spoiler--hidden .spoiler-text {
color: rgba(0, 0, 0, 0);
}
.spoiler--hidden .spoiler-text::selection {
color: rgba(0, 0, 0, 0);
}
.spoiler-image {
position: relative;
overflow: hidden;
border-radius: 3px;
}
.spoiler--hidden .spoiler-image {
box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1);
}
.spoiler--hidden .spoiler-image img {
filter: blur(44px);
}
.spoiler--hidden .spoiler-image:after {
content: "SPOILER";
color: #dcddde;
background-color: rgba(0, 0, 0, 0.6);
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
font-weight: 600;
padding: 0.5em 0.7em;
border-radius: 20px;
letter-spacing: 0.05em;
font-size: 0.9em;
}
.spoiler--hidden:hover .spoiler-image:after {
color: #fff;
background-color: rgba(0, 0, 0, 0.9);
}
.quote {
margin: 0.1em 0;
padding-left: 0.6em;
border-left: 4px solid;
border-radius: 3px;
}
.pre {
font-family: "Consolas", "Courier New", Courier, monospace;
}
.pre--multiline {
margin-top: 0.25em;
padding: 0.5em;
border: 2px solid;
border-radius: 5px;
}
.pre--inline {
padding: 2px;
border-radius: 3px;
font-size: 0.85em;
}
.mention {
border-radius: 3px;
padding: 0 2px;
color: #7289da;
background: rgba(114, 137, 218, .1);
font-weight: 500;
}
.emoji {
width: 1.25em;
height: 1.25em;
margin: 0 0.06em;
vertical-align: -0.4em;
}
.emoji--small {
width: 1em;
height: 1em;
}
.emoji--large {
width: 2.8em;
height: 2.8em;
}
/* Preamble */
.preamble {
display: grid;
margin: 0 0.3em 0.6em 0.3em;
max-width: 100%;
grid-template-columns: auto 1fr;
}
.preamble__guild-icon-container {
grid-column: 1;
}
.preamble__guild-icon {
max-width: 88px;
max-height: 88px;
}
.preamble__entries-container {
grid-column: 2;
margin-left: 0.6em;
}
.preamble__entry {
font-size: 1.4em;
}
.preamble__entry--small {
font-size: 1em;
}
/* Chatlog */
.chatlog {
max-width: 100%;
}
.chatlog__message-group {
display: grid;
margin: 0 0.6em;
padding: 0.9em 0;
border-top: 1px solid;
grid-template-columns: auto 1fr;
}
.chatlog__author-avatar-container {
grid-column: 1;
width: 40px;
height: 40px;
}
.chatlog__author-avatar {
border-radius: 50%;
height: 40px;
width: 40px;
}
.chatlog__messages {
grid-column: 2;
margin-left: 1.2em;
min-width: 50%;
}
.chatlog__author-name {
font-weight: 500;
}
.chatlog__timestamp {
margin-left: 0.3em;
font-size: 0.75em;
}
.chatlog__message {
padding: 0.1em 0.3em;
margin: 0 -0.3em;
background-color: transparent;
transition: background-color 1s ease;
}
.chatlog__content {
font-size: 0.95em;
word-wrap: break-word;
}
.chatlog__edited-timestamp {
margin-left: 0.15em;
font-size: 0.8em;
}
.chatlog__attachment {
margin-top: 0.3em;
}
.chatlog__attachment-thumbnail {
vertical-align: top;
max-width: 45vw;
max-height: 500px;
border-radius: 3px;
}
.chatlog__embed {
display: flex;
margin-top: 0.3em;
max-width: 520px;
}
.chatlog__embed-color-pill {
flex-shrink: 0;
width: 0.25em;
border-top-left-radius: 3px;
border-bottom-left-radius: 3px;
}
.chatlog__embed-content-container {
display: flex;
flex-direction: column;
padding: 0.5em 0.6em;
border: 1px solid;
border-top-right-radius: 3px;
border-bottom-right-radius: 3px;
}
.chatlog__embed-content {
display: flex;
width: 100%;
}
.chatlog__embed-text {
flex: 1;
}
.chatlog__embed-author {
display: flex;
margin-bottom: 0.3em;
align-items: center;
}
.chatlog__embed-author-icon {
margin-right: 0.5em;
width: 20px;
height: 20px;
border-radius: 50%;
}
.chatlog__embed-author-name {
font-size: 0.875em;
font-weight: 600;
}
.chatlog__embed-title {
margin-bottom: 0.2em;
font-size: 0.875em;
font-weight: 600;
}
.chatlog__embed-description {
font-weight: 500;
font-size: 0.85em;
}
.chatlog__embed-fields {
display: flex;
flex-wrap: wrap;
}
.chatlog__embed-field {
flex: 0;
min-width: 100%;
max-width: 506px;
padding-top: 0.6em;
font-size: 0.875em;
}
.chatlog__embed-field--inline {
flex: 1;
flex-basis: auto;
min-width: 150px;
}
.chatlog__embed-field-name {
margin-bottom: 0.2em;
font-weight: 600;
}
.chatlog__embed-field-value {
font-weight: 500;
}
.chatlog__embed-thumbnail {
flex: 0;
margin-left: 1.2em;
max-width: 80px;
max-height: 80px;
border-radius: 3px;
}
.chatlog__embed-image-container {
margin-top: 0.6em;
}
.chatlog__embed-image {
max-width: 500px;
max-height: 400px;
border-radius: 3px;
}
.chatlog__embed-footer {
margin-top: 0.6em;
}
.chatlog__embed-footer-icon {
margin-right: 0.2em;
width: 20px;
height: 20px;
border-radius: 50%;
vertical-align: middle;
}
.chatlog__embed-footer-text {
font-size: 0.75em;
font-weight: 500;
}
.chatlog__reactions {
display: flex;
}
.chatlog__reaction {
display: flex;
align-items: center;
margin: 0.35em 0.1em 0.1em 0.1em;
padding: 0.2em 0.35em;
border-radius: 3px;
}
.chatlog__reaction-count {
min-width: 9px;
margin-left: 0.35em;
font-size: 0.875em;
}
.chatlog__bot-tag {
position: relative;
top: -.2em;
margin-left: 0.3em;
padding: 0.05em 0.3em;
border-radius: 3px;
vertical-align: middle;
line-height: 1.3;
background: #7289da;
color: #ffffff;
font-size: 0.625em;
font-weight: 500;
}
/* Postamble */
.postamble {
margin: 1.4em 0.3em 0.6em 0.3em;
padding: 1em;
border-top: 1px solid;
}
</style>
<style>
/* General */
body {
background-color: #36393e;
color: #dcddde;
}
a {
color: #0096cf;
}
.spoiler-text {
background-color: rgba(255, 255, 255, 0.1);
}
.spoiler--hidden .spoiler-text {
background-color: #202225;
}
.spoiler--hidden:hover .spoiler-text {
background-color: rgba(32, 34, 37, 0.8);
}
.quote {
border-color: #4f545c;
}
.pre {
background-color: #2f3136 !important;
}
.pre--multiline {
border-color: #282b30 !important;
color: #b9bbbe !important;
}
/* === Preamble === */
.preamble__entry {
color: #ffffff;
}
/* Chatlog */
.chatlog__message-group {
border-color: rgba(255, 255, 255, 0.1);
}
.chatlog__author-name {
color: #ffffff;
}
.chatlog__timestamp {
color: rgba(255, 255, 255, 0.2);
}
.chatlog__message--highlighted {
background-color: rgba(114, 137, 218, 0.2) !important;
}
.chatlog__message--pinned {
background-color: rgba(249, 168, 37, 0.05);
}
.chatlog__edited-timestamp {
color: rgba(255, 255, 255, 0.2);
}
.chatlog__embed-color-pill--default {
background-color: rgba(79, 84, 92, 1);
}
.chatlog__embed-content-container {
background-color: rgba(46, 48, 54, 0.3);
border-color: rgba(46, 48, 54, 0.6);
}
.chatlog__embed-author-name {
color: #ffffff;
}
.chatlog__embed-author-name-link {
color: #ffffff;
}
.chatlog__embed-title {
color: #ffffff;
}
.chatlog__embed-description {
color: rgba(255, 255, 255, 0.6);
}
.chatlog__embed-field-name {
color: #ffffff;
}
.chatlog__embed-field-value {
color: rgba(255, 255, 255, 0.6);
}
.chatlog__embed-footer {
color: rgba(255, 255, 255, 0.6);
}
.chatlog__reaction {
background-color: rgba(255, 255, 255, 0.05);
}
.chatlog__reaction-count {
color: rgba(255, 255, 255, 0.3);
}
/* Postamble */
.postamble {
border-color: rgba(255, 255, 255, 0.1);
}
.postamble__entry {
color: #ffffff;
}
</style>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.15.6/styles/solarized-dark.min.css">
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.15.6/highlight.min.js"></script>
<script>
document.addEventListener('DOMContentLoaded', () => {
document.querySelectorAll('.pre--multiline').forEach(block => hljs.highlightBlock(block));
});
</script>
<script>
function scrollToMessage(event, id) {
var element = document.getElementById('message-' + id);
if (element) {
event.preventDefault();
element.classList.add('chatlog__message--highlighted');
window.scrollTo({
top: element.getBoundingClientRect().top - document.body.getBoundingClientRect().top - (window.innerHeight / 2),
behavior: 'smooth'
});
window.setTimeout(function() {
element.classList.remove('chatlog__message--highlighted');
}, 2000);
}
}
function showSpoiler(event, element) {
if (element && element.classList.contains('spoiler--hidden')) {
event.preventDefault();
element.classList.remove('spoiler--hidden');
}
}
</script>
</head>
<body>
<div class="preamble">
<div class="preamble__guild-icon-container">
<img class="preamble__guild-icon" src="https://cdn.discordapp.com/icons/712519441258250241/e5f3edf863073b9033a245630d33ad5a.png" alt="Guild icon">
</div>
<div class="preamble__entries-container">
<div class="preamble__entry">The Papal States</div>
<div class="preamble__entry">&#129338;』Military Training Grounds『&#129338;』 / &#128130;╠﹝field-forces-barracks</div>
</div>
</div>
<div class="chatlog">
<div class="chatlog__message-group">
<div class="chatlog__author-avatar-container">
<img class="chatlog__author-avatar" src="https://cdn.discordapp.com/avatars/351048605769138176/9c5feb422bb613e5cfede83501c04cef.png" alt="Avatar">
</div>
<div class="chatlog__messages">
<span class="chatlog__author-name" title="General Lasagna#1102" data-user-id="351048605769138176" style="">General Lasagna</span>
<span class="chatlog__timestamp">25-May-20 08:47 AM</span>
<div class="chatlog__message " data-message-id="714474664646148130" id="message-714474664646148130">
<div class="chatlog__content">
<div class="markdown">:0 </div>
</div>
</div>
</div>
</div>
<div class="chatlog__message-group">
<div class="chatlog__author-avatar-container">
<img class="chatlog__author-avatar" src="https://cdn.discordapp.com/avatars/484411501201850369/8f854b5e893681cf0fe7fbbe9272b8b5.png" alt="Avatar">
</div>
<div class="chatlog__messages">
<span class="chatlog__author-name" title="Alk Fouq de Geys#5552" data-user-id="484411501201850369" style="color: rgb(37,192,89)">Alk Fouq de Geys</span>
<span class="chatlog__timestamp">03-Jul-20 08:13 AM</span>
<div class="chatlog__message " data-message-id="728599290817019907" id="message-728599290817019907">
<div class="chatlog__content">
<div class="markdown">Hello </div>
</div>
</div>
<div class="chatlog__message " data-message-id="728599350116089956" id="message-728599350116089956">
<div class="chatlog__content">
<div class="markdown">I came to become a recruit. </div>
</div>
</div>
</div>
</div>
<div class="chatlog__message-group">
<div class="chatlog__author-avatar-container">
<img class="chatlog__author-avatar" src="https://cdn.discordapp.com/avatars/484411501201850369/8f854b5e893681cf0fe7fbbe9272b8b5.png" alt="Avatar">
</div>
<div class="chatlog__messages">
<span class="chatlog__author-name" title="Alk Fouq de Geys#5552" data-user-id="484411501201850369" style="color: rgb(37,192,89)">Alk Fouq de Geys</span>
<span class="chatlog__timestamp">03-Jul-20 10:15 AM</span>
<div class="chatlog__message " data-message-id="728630082888794184" id="message-728630082888794184">
<div class="chatlog__content">
<div class="markdown">How do we rank ? </div>
</div>
</div>
</div>
</div>
<div class="chatlog__message-group">
<div class="chatlog__author-avatar-container">
<img class="chatlog__author-avatar" src="https://cdn.discordapp.com/avatars/609236869711921162/197b97b3dd4387f7d3f4a2b1333108cc.png" alt="Avatar">
</div>
<div class="chatlog__messages">
<span class="chatlog__author-name" title="Pope Benedict XV#0904" data-user-id="609236869711921162" style="color: rgb(228,180,0)">Dank Server Owner Benedict XV</span>
<span class="chatlog__timestamp">03-Jul-20 10:31 AM</span>
<div class="chatlog__message " data-message-id="728634036783677500" id="message-728634036783677500">
<div class="chatlog__content">
<div class="markdown"><span class="mention" title="Alk Fouq de Geys#5552">@Alk Fouq de Geys</span> yeah </div>
</div>
</div>
<div class="chatlog__message " data-message-id="728634068840742963" id="message-728634068840742963">
<div class="chatlog__content">
<div class="markdown">We need to get some generals </div>
</div>
</div>
<div class="chatlog__message " data-message-id="728634074947649557" id="message-728634074947649557">
<div class="chatlog__content">
<div class="markdown">Etc </div>
</div>
</div>
<div class="chatlog__message " data-message-id="728634084770709625" id="message-728634084770709625">
<div class="chatlog__content">
<div class="markdown">To train </div>
</div>
</div>
</div>
</div>
<div class="chatlog__message-group">
<div class="chatlog__author-avatar-container">
<img class="chatlog__author-avatar" src="https://cdn.discordapp.com/avatars/484411501201850369/8f854b5e893681cf0fe7fbbe9272b8b5.png" alt="Avatar">
</div>
<div class="chatlog__messages">
<span class="chatlog__author-name" title="Alk Fouq de Geys#5552" data-user-id="484411501201850369" style="color: rgb(37,192,89)">Alk Fouq de Geys</span>
<span class="chatlog__timestamp">03-Jul-20 10:35 AM</span>
<div class="chatlog__message " data-message-id="728635068503031918" id="message-728635068503031918">
<div class="chatlog__content">
<div class="markdown">Glory to the State, Glory to the Pope, ave Maria.
With all the respects I due thee Domine, can I ask you what is the regular training ? </div>
</div>
</div>
</div>
</div>
<div class="chatlog__message-group">
<div class="chatlog__author-avatar-container">
<img class="chatlog__author-avatar" src="https://cdn.discordapp.com/avatars/609236869711921162/197b97b3dd4387f7d3f4a2b1333108cc.png" alt="Avatar">
</div>
<div class="chatlog__messages">
<span class="chatlog__author-name" title="Pope Benedict XV#0904" data-user-id="609236869711921162" style="color: rgb(228,180,0)">Dank Server Owner Benedict XV</span>
<span class="chatlog__timestamp">03-Jul-20 11:37 AM</span>
<div class="chatlog__message " data-message-id="728650601411641425" id="message-728650601411641425">
<div class="chatlog__content">
<div class="markdown"><span class="mention" title="Alk Fouq de Geys#5552">@Alk Fouq de Geys</span> hm its roleplay you have to do laps fight each other pushups </div>
</div>
</div>
<div class="chatlog__message " data-message-id="728650624543227958" id="message-728650624543227958">
<div class="chatlog__content">
<div class="markdown">For example </div>
</div>
</div>
<div class="chatlog__message " data-message-id="728650647272030209" id="message-728650647272030209">
<div class="chatlog__content">
<div class="markdown"><em>pushup 1</em> </div>
</div>
</div>
<div class="chatlog__message " data-message-id="728650663260848158" id="message-728650663260848158">
<div class="chatlog__content">
<div class="markdown"><em>lap 1</em> </div>
</div>
</div>
<div class="chatlog__message " data-message-id="728650688854360104" id="message-728650688854360104">
<div class="chatlog__content">
<div class="markdown">Basically roleplay </div>
</div>
</div>
<div class="chatlog__message " data-message-id="728650707636322324" id="message-728650707636322324">
<div class="chatlog__content">
<div class="markdown">And then in the end </div>
</div>
</div>
<div class="chatlog__message " data-message-id="728650717749051455" id="message-728650717749051455">
<div class="chatlog__content">
<div class="markdown">U do this </div>
</div>
</div>
<div class="chatlog__message " data-message-id="728650763160649758" id="message-728650763160649758">
<div class="chatlog__content">
<div class="markdown">Pls fight (person name) </div>
</div>
</div>
</div>
</div>
<div class="chatlog__message-group">
<div class="chatlog__author-avatar-container">
<img class="chatlog__author-avatar" src="https://cdn.discordapp.com/avatars/484411501201850369/8f854b5e893681cf0fe7fbbe9272b8b5.png" alt="Avatar">
</div>
<div class="chatlog__messages">
<span class="chatlog__author-name" title="Alk Fouq de Geys#5552" data-user-id="484411501201850369" style="color: rgb(37,192,89)">Alk Fouq de Geys</span>
<span class="chatlog__timestamp">03-Jul-20 01:34 PM</span>
<div class="chatlog__message " data-message-id="728680080464936990" id="message-728680080464936990">
<div class="chatlog__content">
<div class="markdown">I think the regular stuff every soldier should have has to be :
-a poncho that you can turn into a tent
-some strings
-a stove
-an axe and a shovel
-a knife
-a rifle
-military shoes as well as a uniformed dress </div>
</div>
</div>
</div>
</div>
<div class="chatlog__message-group">
<div class="chatlog__author-avatar-container">
<img class="chatlog__author-avatar" src="https://cdn.discordapp.com/avatars/159985870458322944/b50adff099924dd5e6b72d13f77eb9d7.png" alt="Avatar">
</div>
<div class="chatlog__messages">
<span class="chatlog__author-name" title="MEE6#4876" data-user-id="159985870458322944" style="color: rgb(146,151,156)">MEE6</span>
<span class="chatlog__bot-tag">BOT</span>
<span class="chatlog__timestamp">03-Jul-20 01:34 PM</span>
<div class="chatlog__message " data-message-id="728680084650852443" id="message-728680084650852443">
<div class="chatlog__content">
<div class="markdown">GG <span class="mention" title="Alk Fouq de Geys#5552">@Alk Fouq de Geys</span>, you just advanced to level 2! </div>
</div>
</div>
</div>
</div>
<div class="chatlog__message-group">
<div class="chatlog__author-avatar-container">
<img class="chatlog__author-avatar" src="https://cdn.discordapp.com/avatars/609236869711921162/197b97b3dd4387f7d3f4a2b1333108cc.png" alt="Avatar">
</div>
<div class="chatlog__messages">
<span class="chatlog__author-name" title="Pope Benedict XV#0904" data-user-id="609236869711921162" style="color: rgb(228,180,0)">Dank Server Owner Benedict XV</span>
<span class="chatlog__timestamp">04-Jul-20 10:21 AM</span>
<div class="chatlog__message " data-message-id="728993964220481547" id="message-728993964220481547">
<div class="chatlog__content">
<div class="markdown"><span class="mention" title="Alk Fouq de Geys#5552">@Alk Fouq de Geys</span> mhm </div>
</div>
</div>
</div>
</div>
<div class="chatlog__message-group">
<div class="chatlog__author-avatar-container">
<img class="chatlog__author-avatar" src="https://cdn.discordapp.com/avatars/690640130561540117/439e4dc1ab3cf940b4b7092ed7faec9e.png" alt="Avatar">
</div>
<div class="chatlog__messages">
<span class="chatlog__author-name" title="&#120074;&#120105;&#120108;&#120111;&#120102;&#120108;&#120114;&#120112; &#120111;&#120114;&#120112;&#120094;&#120097;&#120098;&#120111;#5373" data-user-id="690640130561540117" style="color: rgb(151,0,69)">&#120074;&#120105;&#120108;&#120111;&#120102;&#120108;&#120114;&#120112; &#120111;&#120114;&#120112;&#120094;&#120097;&#120098;&#120111;</span>
<span class="chatlog__timestamp">04-Jul-20 10:59 AM</span>
<div class="chatlog__message " data-message-id="729003413458649158" id="message-729003413458649158">
<div class="chatlog__content">
<div class="markdown">Good that he left the regular stuff so vague and not had any specification </div>
</div>
</div>
<div class="chatlog__message " data-message-id="729003835661484054" id="message-729003835661484054">
<div class="chatlog__content">
<div class="markdown">There is a small chance that everyone will buy the same brand and type of stuff </div>
</div>
</div>
</div>
</div>
<div class="chatlog__message-group">
<div class="chatlog__author-avatar-container">
<img class="chatlog__author-avatar" src="https://cdn.discordapp.com/avatars/609236869711921162/197b97b3dd4387f7d3f4a2b1333108cc.png" alt="Avatar">
</div>
<div class="chatlog__messages">
<span class="chatlog__author-name" title="Pope Benedict XV#0904" data-user-id="609236869711921162" style="color: rgb(228,180,0)">Dank Server Owner Benedict XV</span>
<span class="chatlog__timestamp">04-Jul-20 11:49 AM</span>
<div class="chatlog__message " data-message-id="729016131897000037" id="message-729016131897000037">
<div class="chatlog__content">
<div class="markdown">Hm </div>
</div>
</div>
<div class="chatlog__message " data-message-id="729016187845083197" id="message-729016187845083197">
<div class="chatlog__content">
<div class="markdown">Should I make that item </div>
</div>
</div>
<div class="chatlog__message " data-message-id="729016199383482490" id="message-729016199383482490">
<div class="chatlog__content">
<div class="markdown">In shop </div>
</div>
</div>
</div>
</div>
<div class="chatlog__message-group">
<div class="chatlog__author-avatar-container">
<img class="chatlog__author-avatar" src="https://cdn.discordapp.com/avatars/690640130561540117/439e4dc1ab3cf940b4b7092ed7faec9e.png" alt="Avatar">
</div>
<div class="chatlog__messages">
<span class="chatlog__author-name" title="&#120074;&#120105;&#120108;&#120111;&#120102;&#120108;&#120114;&#120112; &#120111;&#120114;&#120112;&#120094;&#120097;&#120098;&#120111;#5373" data-user-id="690640130561540117" style="color: rgb(151,0,69)">&#120074;&#120105;&#120108;&#120111;&#120102;&#120108;&#120114;&#120112; &#120111;&#120114;&#120112;&#120094;&#120097;&#120098;&#120111;</span>
<span class="chatlog__timestamp">04-Jul-20 12:24 PM</span>
<div class="chatlog__message " data-message-id="729024862823120909" id="message-729024862823120909">
<div class="chatlog__content">
<div class="markdown">I mean </div>
</div>
</div>
<div class="chatlog__message " data-message-id="729024952703123548" id="message-729024952703123548">
<div class="chatlog__content">
<div class="markdown">Get the people who make such stuff </div>
</div>
</div>
<div class="chatlog__message " data-message-id="729025098329096222" id="message-729025098329096222">
<div class="chatlog__content">
<div class="markdown">I think that at first we won&#39;t need a uniform </div>
</div>
</div>
<div class="chatlog__message " data-message-id="729025173508063314" id="message-729025173508063314">
<div class="chatlog__content">
<div class="markdown">Just something like an armband </div>
</div>
</div>
<div class="chatlog__message " data-message-id="729025240549556244" id="message-729025240549556244">
<div class="chatlog__content">
<div class="markdown">But once we get a province </div>
</div>
</div>
</div>
</div>
<div class="chatlog__message-group">
<div class="chatlog__author-avatar-container">
<img class="chatlog__author-avatar" src="https://cdn.discordapp.com/avatars/484411501201850369/8f854b5e893681cf0fe7fbbe9272b8b5.png" alt="Avatar">
</div>
<div class="chatlog__messages">
<span class="chatlog__author-name" title="Alk Fouq de Geys#5552" data-user-id="484411501201850369" style="color: rgb(37,192,89)">Alk Fouq de Geys</span>
<span class="chatlog__timestamp">06-Jul-20 12:44 AM</span>
<div class="chatlog__message " data-message-id="729573580396036128" id="message-729573580396036128">
<div class="chatlog__content">
<div class="markdown"><span class="mention" title="&#120074;&#120105;&#120108;&#120111;&#120102;&#120108;&#120114;&#120112; &#120111;&#120114;&#120112;&#120094;&#120097;&#120098;&#120111;#5373">@&#120074;&#120105;&#120108;&#120111;&#120102;&#120108;&#120114;&#120112; &#120111;&#120114;&#120112;&#120094;&#120097;&#120098;&#120111;</span> I can technically give a province to the Papal States, my ancestors were counts of the Valentinois (France), for now, theres no other pretendants to this title, I can technically give a part of it, in exchange of some money... </div>
</div>
</div>
</div>
</div>
<div class="chatlog__message-group">
<div class="chatlog__author-avatar-container">
<img class="chatlog__author-avatar" src="https://cdn.discordapp.com/avatars/690640130561540117/439e4dc1ab3cf940b4b7092ed7faec9e.png" alt="Avatar">
</div>
<div class="chatlog__messages">
<span class="chatlog__author-name" title="&#120074;&#120105;&#120108;&#120111;&#120102;&#120108;&#120114;&#120112; &#120111;&#120114;&#120112;&#120094;&#120097;&#120098;&#120111;#5373" data-user-id="690640130561540117" style="color: rgb(151,0,69)">&#120074;&#120105;&#120108;&#120111;&#120102;&#120108;&#120114;&#120112; &#120111;&#120114;&#120112;&#120094;&#120097;&#120098;&#120111;</span>
<span class="chatlog__timestamp">06-Jul-20 12:51 AM</span>
<div class="chatlog__message " data-message-id="729575122347753523" id="message-729575122347753523">
<div class="chatlog__content">
<div class="markdown">Good </div>
</div>
</div>
<div class="chatlog__message " data-message-id="729575152211460189" id="message-729575152211460189">
<div class="chatlog__content">
<div class="markdown">But still </div>
</div>
</div>
<div class="chatlog__message " data-message-id="729575289314738266" id="message-729575289314738266">
<div class="chatlog__content">
<div class="markdown">I meant like a province in the Holy Land </div>
</div>
</div>
</div>
</div>
<div class="chatlog__message-group">
<div class="chatlog__author-avatar-container">
<img class="chatlog__author-avatar" src="https://cdn.discordapp.com/avatars/484411501201850369/8f854b5e893681cf0fe7fbbe9272b8b5.png" alt="Avatar">
</div>
<div class="chatlog__messages">
<span class="chatlog__author-name" title="Alk Fouq de Geys#5552" data-user-id="484411501201850369" style="color: rgb(37,192,89)">Alk Fouq de Geys</span>
<span class="chatlog__timestamp">14-Jul-20 10:50 AM</span>
<div class="chatlog__message " data-message-id="732625060870750302" id="message-732625060870750302">
<div class="chatlog__content">
<div class="markdown"><div class="quote">Good that he left the regular stuff so vague and not had any specification
</div><span class="mention" title="&#120074;&#120105;&#120108;&#120111;&#120102;&#120108;&#120114;&#120112; &#120111;&#120114;&#120112;&#120094;&#120097;&#120098;&#120111;#5373">@&#120074;&#120105;&#120108;&#120111;&#120102;&#120108;&#120114;&#120112; &#120111;&#120114;&#120112;&#120094;&#120097;&#120098;&#120111;</span> I am not here to decide. </div>
</div>
</div>
</div>
</div>
<div class="chatlog__message-group">
<div class="chatlog__author-avatar-container">
<img class="chatlog__author-avatar" src="https://cdn.discordapp.com/avatars/690640130561540117/439e4dc1ab3cf940b4b7092ed7faec9e.png" alt="Avatar">
</div>
<div class="chatlog__messages">
<span class="chatlog__author-name" title="&#120074;&#120105;&#120108;&#120111;&#120102;&#120108;&#120114;&#120112; &#120111;&#120114;&#120112;&#120094;&#120097;&#120098;&#120111;#5373" data-user-id="690640130561540117" style="color: rgb(151,0,69)">&#120074;&#120105;&#120108;&#120111;&#120102;&#120108;&#120114;&#120112; &#120111;&#120114;&#120112;&#120094;&#120097;&#120098;&#120111;</span>
<span class="chatlog__timestamp">14-Jul-20 11:00 AM</span>
<div class="chatlog__message " data-message-id="732627596956794941" id="message-732627596956794941">
<div class="chatlog__content">
<div class="markdown">Yeah </div>
</div>
</div>
<div class="chatlog__message " data-message-id="732627624102330368" id="message-732627624102330368">
<div class="chatlog__content">
<div class="markdown">I know </div>
</div>
</div>
</div>
</div>
<div class="chatlog__message-group">
<div class="chatlog__author-avatar-container">
<img class="chatlog__author-avatar" src="https://cdn.discordapp.com/avatars/609236869711921162/197b97b3dd4387f7d3f4a2b1333108cc.png" alt="Avatar">
</div>
<div class="chatlog__messages">
<span class="chatlog__author-name" title="Pope Benedict XV#0904" data-user-id="609236869711921162" style="color: rgb(228,180,0)">Dank Server Owner Benedict XV</span>
<span class="chatlog__timestamp">23-Jul-20 11:47 AM</span>
<div class="chatlog__message " data-message-id="735900872248131655" id="message-735900872248131655">
<div class="chatlog__content">
<div class="markdown"><span class="mention" style="color: rgb(26, 121, 57); background-color: rgba(26, 121, 57, 0.1);">@&#128477;️⚔️&#128477;Marshal of the Papal Armed Forces&#128477;️⚔️&#128477;</span> <span class="mention" style="color: rgb(17, 109, 86); background-color: rgba(17, 109, 86, 0.1);">@&#128477;&#127943;&#128477;Marshal of Papal Cavalry&#128477;&#127943;&#128477;</span> <span class="mention" style="color: rgb(91, 32, 118); background-color: rgba(91, 32, 118, 0.1);">@&#128477;&#128081;&#128477;Marshal of The Pontificial Swiss Guard&#128477;&#128081;&#128477;</span> <span class="mention" style="color: rgb(25, 80, 128); background-color: rgba(25, 80, 128, 0.1);">@&#128477;️⚓&#128477;Admiral of the Papal Navy&#128477;️⚓&#128477;</span> ok when you hold trainings, I suggest that you go to <span class="mention">#&#128226;╠﹝military-announcements</span> and ping your respective branch and say &quot;(Sailors/swiss guard/infantry men/Horsemen) Those who are attending the training session react to the message with ✅ to tell that you will be attending the training, If someone who reacts with ✅ to the message and does not appear for training will be given a warning.&quot; <span class="chatlog__edited-timestamp" title="23-Jul-20 11:47 AM">(edited)</span></div>
</div>
</div>
<div class="chatlog__message " data-message-id="735901209172508743" id="message-735901209172508743">
<div class="chatlog__content">
<div class="markdown">You can tell me the soldier&#39;s name who did not attend training and I shall give him a warning </div>
</div>
</div>
</div>
</div>
<div class="chatlog__message-group">
<div class="chatlog__author-avatar-container">
<img class="chatlog__author-avatar" src="https://cdn.discordapp.com/avatars/635310125745307653/950ec0584b662d6738510653c98bf818.png" alt="Avatar">
</div>
<div class="chatlog__messages">
<span class="chatlog__author-name" title="Alexandrina Victoria#1647" data-user-id="635310125745307653" style="color: rgb(218,0,78)">Queen Victoria</span>
<span class="chatlog__timestamp">23-Jul-20 11:03 PM</span>
<div class="chatlog__message " data-message-id="736070958791655478" id="message-736070958791655478">
<div class="chatlog__content">
<div class="markdown">Okay </div>
</div>
</div>
</div>
</div>
</div>
<div class="postamble">
<div class="postamble__entry">Exported 40 message(s)</div>
</div>
</body>
</html>