[hideprofile]
Учёт (не)персонажей (NPC), значимых для сюжета Лили-Дейла и его окрестностей: постоянных жителей, примечательных гостей, представителей фракций, а также существ, чья временная или окончательная смерть не отменяет их влияния на историю городка.
[html]
<!--HTML-->
<div class="npc-register">
<style>
/* =========================================================
ОСНОВА
========================================================= */
.npc-register {
width: 1010px;
max-width: 100%;
height: 630px;
margin: 0 auto;
position: relative;
background-image: url("https://forumstatic.ru/files/001c/b5/f3/72476.png");
background-repeat: no-repeat;
background-position: center center;
background-size: contain;
font-family: "Palatino Linotype", "Book Antiqua", Georgia, serif;
color: #40352b;
box-sizing: border-box;
}
/* =========================================================
ЛЕВАЯ КОЛОНКА С КНОПКАМИ
========================================================= */
.npc-sidebar {
position: absolute;
left: 57px;
top: 185px;
width: 166px;
height: 355px;
box-sizing: border-box;
display: flex;
flex-direction: column;
align-items: center;
padding: 0;
overflow-y: auto;
overflow-x: hidden;
scrollbar-width: thin;
scrollbar-color:
#806342
transparent;
}
/* =========================================================
КНОПКИ
========================================================= */
.npc-btn {
display: block;
width: 148px;
min-height: 37px;
margin: 0 0 8px;
padding: 7px 5px;
box-sizing: border-box;
border: 1px solid rgba(188,153,106,.72);
border-radius: 3px;
background:
linear-gradient(
to bottom,
rgba(105,76,50,.97),
rgba(65,45,31,.98)
);
color: #e4d6bd;
font-family:
"Palatino Linotype",
"Book Antiqua",
Georgia,
serif;
font-size: 13px;
line-height: 1.15;
text-align: center;
cursor: pointer;
box-shadow:
inset 0 1px 0 rgba(255,255,255,.10),
0 2px 3px rgba(0,0,0,.40);
transition:
background .2s ease,
color .2s ease,
border-color .2s ease;
}
/* Наведение */
.npc-btn:hover {
background:
linear-gradient(
to bottom,
rgba(125,91,61,.98),
rgba(76,52,35,.99)
);
color: #f0e4d0;
border-color: #b89567;
}
/* Активная */
.npc-btn.pressed {
background:
linear-gradient(
to bottom,
#805039,
#623a2a
);
color: #f2e3cd;
border-color: #c09a67;
box-shadow:
inset 0 1px 2px rgba(0,0,0,.35),
0 1px 3px rgba(0,0,0,.35);
}
/* Скролл левой панели */
.npc-sidebar::-webkit-scrollbar {
width: 5px;
}
.npc-sidebar::-webkit-scrollbar-track {
background: transparent;
}
.npc-sidebar::-webkit-scrollbar-thumb {
background: #806342;
border-radius: 5px;
}
/* =========================================================
ПРАВАЯ ОБЛАСТЬ
========================================================= */
.npc-main {
position: absolute;
left: 254px;
top: 120px;
width: 620px;
height: 350px;
box-sizing: border-box;
overflow-y: auto;
overflow-x: hidden;
padding: 6px 19px 20px 18px;
scrollbar-width: thin;
scrollbar-color:
#92734c
rgba(111,87,61,.08);
}
/* =========================================================
УБИРАЕМ ЗАГОЛОВОК И ВСТУПЛЕНИЕ
========================================================= */
/*
Заголовок и intro больше не используются.
Таблица начинается непосредственно внутри пергамента.
*/
/* =========================================================
СОДЕРЖИМОЕ ВКЛАДОК
========================================================= */
.npc-content {
width: 100%;
}
/* =========================================================
ТАБЛИЦА
========================================================= */
.npc-table {
width: 100%;
border-collapse: collapse;
border-spacing: 0;
margin: 0;
table-layout: fixed;
font-size: 16px;
}
/* =========================================================
ЗАГОЛОВОК ТАБЛИЦЫ
========================================================= */
.npc-table th {
padding: 7px 8px;
background:
rgba(103,78,51,.68);
color: #eadcc5;
font-family:
"Palatino Linotype",
"Book Antiqua",
Georgia,
serif;
font-size: 12px;
font-weight: bold;
text-align: left;
border-right:
1px solid rgba(208,177,131,.25);
border-bottom:
1px solid #8b6b48;
text-shadow:
0 1px 1px rgba(0,0,0,.55);
}
/* Скругляем края */
.npc-table th:first-child {
border-radius: 3px 0 0 0;
}
.npc-table th:last-child {
border-radius: 0 3px 0 0;
}
/* =========================================================
РАЗМЕРЫ СТОЛБЦОВ
========================================================= */
.npc-table th:nth-child(1),
.npc-table td:nth-child(1) {
width: 29%;
}
.npc-table th:nth-child(2),
.npc-table td:nth-child(2) {
width: 29%;
}
.npc-table th:nth-child(3),
.npc-table td:nth-child(3) {
width: 24%;
}
.npc-table th:nth-child(4),
.npc-table td:nth-child(4) {
width: 18%;
}
/* =========================================================
ЯЧЕЙКИ
========================================================= */
.npc-table td {
padding: 8px 8px;
vertical-align: middle;
color: #40362d;
font-size: 13px;
border-bottom:
1px solid rgba(117,91,62,.25);
background:
transparent;
line-height: 1.3;
box-sizing: border-box;
}
/* =========================================================
ЧЕРЕДОВАНИЕ СТРОК
========================================================= */
.npc-table tr:nth-child(even) td {
background:
rgba(110,87,61,.035);
}
/* Наведение */
.npc-table tr:hover td {
background:
rgba(128,99,64,.09);
}
/* =========================================================
ССЫЛКИ
========================================================= */
.npc-table td a {
color: #694936;
text-decoration: none;
font-weight: bold;
}
.npc-table td a:hover {
color: #8b5a3e;
text-decoration: underline;
}
/* =========================================================
ПОРТРЕТЫ
========================================================= */
.npc-portrait {
display: block;
width: 48px;
height: 48px;
margin: 0 auto;
padding: 2px;
object-fit: cover;
box-sizing: border-box;
border:
1px solid #8d704f;
border-radius: 2px;
background:
rgba(214,201,178,.55);
box-shadow:
0 1px 3px rgba(0,0,0,.22);
filter:
sepia(55%)
saturate(.75);
transition:
filter .2s ease,
transform .2s ease;
}
.npc-portrait:hover {
filter:
sepia(15%)
saturate(.95);
transform:
scale(1.04);
}
/* =========================================================
ПУСТЫЕ ЯЧЕЙКИ
========================================================= */
.placeholder {
color: #766756;
font-style: italic;
}
/* =========================================================
СКРОЛЛБАР ПРАВОЙ ОБЛАСТИ
========================================================= */
.npc-main::-webkit-scrollbar {
width: 9px;
}
.npc-main::-webkit-scrollbar-track {
background:
rgba(102,80,56,.06);
border-radius: 6px;
}
.npc-main::-webkit-scrollbar-thumb {
background:
linear-gradient(
to bottom,
#a08764,
#725638
);
border-radius: 6px;
border:
2px solid rgba(221,210,187,.55);
}
.npc-main::-webkit-scrollbar-thumb:hover {
background:
linear-gradient(
to bottom,
#b2956c,
#806342
);
}
/* =========================================================
АДАПТИВНОСТЬ
========================================================= */
@media screen and (max-width: 850px) and (min-width: 601px) {
.npc-register {
height: auto;
min-height: 600px;
background-size: auto;
}
.npc-sidebar {
left: 5%;
width: 18%;
}
.npc-btn {
width: 100%;
font-size: 11px;
padding: 7px 3px;
}
.npc-main {
left: 27%;
width: 68%;
}
.npc-table {
font-size: 11px;
}
.npc-table th {
font-size: 10px;
}
.npc-portrait {
width: 40px;
height: 40px;
}
}
/* =========================================================
МОБИЛЬНАЯ ВЕРСИЯ
========================================================= */
@media screen and (max-width: 600px) {
.npc-register {
width: 100%;
max-width: 100%;
height: auto;
min-height: 0;
padding: 10px;
background:
linear-gradient(rgba(221,204,174,.97), rgba(202,179,145,.97));
border: 1px solid #94724e;
border-radius: 4px;
box-shadow:
inset 0 0 24px rgba(83,55,31,.18),
0 3px 8px rgba(0,0,0,.20);
overflow: visible;
}
.npc-sidebar {
position: relative;
left: auto;
top: auto;
width: 100%;
height: auto;
display: grid;
grid-template-columns: repeat(2,minmax(0,1fr));
gap: 6px;
padding: 10px;
overflow: visible;
background:
linear-gradient(to bottom,#3c291e,#211711);
border: 1px solid #8d6847;
border-radius: 3px;
box-shadow:
inset 0 0 14px rgba(0,0,0,.45);
}
.npc-sidebar::before {
content: "Реестр NPC";
grid-column: 1 / -1;
margin: 1px 0 5px;
color: #ead9c4;
font: 700 17px/1.1 "Palatino Linotype","Book Antiqua",Georgia,serif;
text-align: center;
text-transform: uppercase;
letter-spacing: .03em;
}
.npc-btn {
width: 100%;
min-height: 36px;
margin: 0;
padding: 6px 4px;
font-size: 11px;
line-height: 1.15;
}
.npc-main {
position: relative;
left: auto;
top: auto;
width: 100%;
height: auto;
margin-top: 10px;
padding: 10px;
overflow: visible;
background:
linear-gradient(rgba(232,216,185,.96),rgba(216,194,158,.96));
border: 1px solid #a4845f;
border-radius: 3px;
box-shadow:
inset 0 0 18px rgba(91,61,35,.13);
}
.npc-table,
.npc-table tbody {
display: block;
width: 100%;
}
.npc-table {
table-layout: auto;
font-size: 12px;
}
.npc-table tr:first-child {
display: none;
}
.npc-table tr:not(:first-child) {
display: grid;
grid-template-columns: minmax(0,1fr) 48px;
grid-template-areas:
"name portrait"
"role portrait"
"location portrait";
column-gap: 8px;
align-items: center;
padding: 8px 6px;
margin: 0 0 7px;
background: rgba(255,248,232,.24);
border: 1px solid rgba(117,91,62,.20);
border-radius: 3px;
}
.npc-table td,
.npc-table td:nth-child(1),
.npc-table td:nth-child(2),
.npc-table td:nth-child(3),
.npc-table td:nth-child(4) {
display: block;
width: auto;
padding: 2px 3px;
border: 0;
background: transparent;
font-size: 12px;
line-height: 1.3;
overflow-wrap: break-word;
word-break: normal;
}
.npc-table td:nth-child(1) {
grid-area: name;
font-size: 13px;
}
.npc-table td:nth-child(2) {
grid-area: role;
}
.npc-table td:nth-child(3) {
grid-area: location;
color: #665747;
font-size: 11px;
}
.npc-table td:nth-child(4) {
grid-area: portrait;
padding: 0;
}
.npc-table td:nth-child(2)::before {
content: "роль: ";
color: #8a6d50;
font-size: 9px;
text-transform: uppercase;
}
.npc-table td:nth-child(3)::before {
content: "локация: ";
color: #8a6d50;
font-size: 9px;
text-transform: uppercase;
}
.npc-portrait {
width: 44px;
height: 44px;
margin: 0 auto;
}
}
</style>
<!-- =========================================================
ЛЕВАЯ ПАНЕЛЬ
========================================================= -->
<div class="npc-sidebar">
<button
class="npc-btn pressed"
onclick="switchNpc('all', this)">
Все NPC
</button>
<button
class="npc-btn"
onclick="switchNpc('locals', this)">
Постоянные жители
</button>
<button
class="npc-btn"
onclick="switchNpc('guests', this)">
Значимые гости
</button>
<button
class="npc-btn"
onclick="switchNpc('legacy', this)">
Ушедшие
</button>
<button
class="npc-btn"
onclick="switchNpc('ghosts', this)">
Призраки
</button>
<button
class="npc-btn"
onclick="switchNpc('entities', this)">
Сущности Изнанки
</button>
</div>
<!-- =========================================================
ПРАВАЯ ОБЛАСТЬ
========================================================= -->
<div class="npc-main" id="npcContainer">
<!-- =====================================================
ВСЕ NPC
===================================================== -->
<div id="all" class="npc-content">
<table class="npc-table">
<tr>
<th>Имя</th>
<th>Роль / Должность</th>
<th>Локация</th>
<th>Портрет</th>
</tr>
<tr>
<td>
<a href="https://lilymists.rusff.me/viewtopic.php?id=20#p90"
target="_top">
Элеонора «Элли» Вэнс
</a>
</td>
<td>
Мэр
</td>
<td>
Лили-Дейл
</td>
<td style="text-align:center;">
<img
class="npc-portrait"
src="https://upforme.ru/uploads/001c/b5/f3/3/271129.gif"
alt="Элли">
</td>
</tr>
<tr>
<td>
<a href="https://lilymists.rusff.me/viewtopic.php?id=20#p87"
target="_top">
Джонатан «Джо» Редферн
</a>
</td>
<td>
Шериф
</td>
<td>
Лили-Дейл
</td>
<td style="text-align:center;">
<img
class="npc-portrait"
src="https://upforme.ru/uploads/001c/b5/f3/3/52431.gif"
alt="Джо">
</td>
</tr>
<tr>
<td>
<a href="https://lilymists.rusff.me/viewtopic.php?id=20#p91"
target="_top">
Агата Пруитт
</a>
</td>
<td>
Наблюдатель
</td>
<td>
Лили-Дейл
</td>
<td style="text-align:center;">
<img
class="npc-portrait"
src="https://upforme.ru/uploads/001c/b5/f3/3/599919.gif"
alt="Агата">
</td>
</tr>
<tr>
<td>
<a href="https://lilymists.rusff.me/viewtopic.php?id=20#p89"
target="_top">
Сильвия «Сова» Морроу
</a>
</td>
<td>
Глава Рейнджеров
</td>
<td>
Лили-Дейл
</td>
<td style="text-align:center;">
<img
class="npc-portrait"
src="https://upforme.ru/uploads/001c/b5/f3/3/870390.gif"
alt="Сильвия">
</td>
</tr>
<tr>
<td>
<a href="https://lilymists.rusff.me/viewtopic.php?id=20#p93"
target="_top">
Элайджа «Илай» Вон
</a>
</td>
<td>
Врач клиники Лили-Дейла
</td>
<td>
Лили-Дейл
</td>
<td style="text-align:center;">
<img
class="npc-portrait"
src="https://upforme.ru/uploads/001c/b5/f3/3/154366.gif"
alt="Илай">
</td>
</tr>
<tr>
<td>
<a href="https://lilymists.rusff.me/viewtopic.php?id=20#p92"
target="_top">
Дороти «Дотти» Крэнстон
</a>
</td>
<td>
Глава Женского Вспомогательного Комитета
</td>
<td>
Лили-Дейл
</td>
<td style="text-align:center;">
<img
class="npc-portrait"
src="https://upforme.ru/uploads/001c/b5/f3/3/723969.gif"
alt="Дотти">
</td>
</tr>
<tr>
<td>
<a href="https://lilymists.rusff.me/viewtopic.php?id=20#p3352"
target="_top">
Марта Ливингстон
</a>
</td>
<td>
Директор школы
</td>
<td>
Лили-Дейл
</td>
<td style="text-align:center;">
<img
class="npc-portrait"
src="https://upforme.ru/uploads/001c/b5/f3/3/367538.gif"
alt="Марта">
</td>
</tr>
<tr>
<td>
<a href="https://lilymists.rusff.me/viewtopic.php?id=20#p3353"
target="_top">
Артур Холден
</a>
</td>
<td>
Завуч школы
</td>
<td>
Лили-Дейл
</td>
<td style="text-align:center;">
<img
class="npc-portrait"
src="https://upforme.ru/uploads/001c/b5/f3/3/188256.gif"
alt="Артур">
</td>
</tr>
<tr>
<td>
<a href="https://lilymists.rusff.me/viewtopic.php?id=20#p5664"
target="_top">
Лиам О'Коннор
</a>
</td>
<td>
Учитель музыки
</td>
<td>
Лили-Дейл
</td>
<td style="text-align:center;">
<img
class="npc-portrait"
src="https://upforme.ru/uploads/001c/b5/f3/3/48320.gif"
alt="Маэстро">
</td>
</tr>
<tr>
<td>
<a href="https://lilymists.rusff.me/viewtopic.php?id=20#p5636"
target="_top">
Маркус Торн
</a>
</td>
<td>
Глава Пожарной Бригады
</td>
<td>
Лили-Дейл
</td>
<td style="text-align:center;">
<img
class="npc-portrait"
src="https://upforme.ru/uploads/001c/b5/f3/2/23141.gif"
alt="Маркус">
</td>
</tr>
<tr>
<td>
<a href="https://lilymists.rusff.me/viewtopic.php?id=20#p5636"
target="_top">
Элеонора Блэквуд
</a>
</td>
<td>
Куратор Музея
</td>
<td>
Лили-Дейл
</td>
<td style="text-align:center;">
<img
class="npc-portrait"
src="https://upforme.ru/uploads/001c/b5/f3/3/188404.gif"
alt="Нора">
</td>
</tr>
<tr>
<td>
<a href="https://lilymists.rusff.me/viewtopic.php?id=20#p6386"
target="_top">
Джеймс Кросс
</a>
</td>
<td>
Член "Сети Чистого Пламени"
</td>
<td>
Без определенного места жительства
</td>
<td style="text-align:center;">
<img
class="npc-portrait"
src="https://upforme.ru/uploads/001c/b5/f3/3/737347.gif"
alt="Джеймс">
</td>
</tr>
</table>
</div>
<!-- =====================================================
ПОСТОЯННЫЕ ЖИТЕЛИ
===================================================== -->
<div id="locals"
class="npc-content"
style="display:none;">
<table class="npc-table">
<tr>
<th>Имя</th>
<th>Роль / Должность</th>
<th>Локация</th>
<th>Портрет</th>
</tr>
<tr>
<td>
<a href="https://lilymists.rusff.me/viewtopic.php?id=20#p90"
target="_top">
Элеонора «Элли» Вэнс
</a>
</td>
<td>Мэр</td>
<td>Лили-Дейл</td>
<td style="text-align:center;">
<img class="npc-portrait"
src="https://upforme.ru/uploads/001c/b5/f3/3/271129.gif"
alt="Элли">
</td>
</tr>
<tr>
<td>
<a href="https://lilymists.rusff.me/viewtopic.php?id=20#p87"
target="_top">
Джонатан «Джо» Редферн
</a>
</td>
<td>Шериф</td>
<td>Лили-Дейл</td>
<td style="text-align:center;">
<img class="npc-portrait"
src="https://upforme.ru/uploads/001c/b5/f3/3/52431.gif"
alt="Джо">
</td>
</tr>
<tr>
<td>
<a href="https://lilymists.rusff.me/viewtopic.php?id=20#p91"
target="_top">
Агата Пруитт
</a>
</td>
<td>Наблюдатель</td>
<td>Лили-Дейл</td>
<td style="text-align:center;">
<img class="npc-portrait"
src="https://upforme.ru/uploads/001c/b5/f3/3/599919.gif"
alt="Агата">
</td>
</tr>
<tr>
<td>
<a href="https://lilymists.rusff.me/viewtopic.php?id=20#p89"
target="_top">
Сильвия «Сова» Морроу
</a>
</td>
<td>Глава Рейнджеров</td>
<td>Лили-Дейл</td>
<td style="text-align:center;">
<img class="npc-portrait"
src="https://upforme.ru/uploads/001c/b5/f3/3/870390.gif"
alt="Сильвия">
</td>
</tr>
<tr>
<td>
<a href="https://lilymists.rusff.me/viewtopic.php?id=20#p93"
target="_top">
Элайджа «Илай» Вон
</a>
</td>
<td>Врач клиники Лили-Дейла</td>
<td>Лили-Дейл</td>
<td style="text-align:center;">
<img class="npc-portrait"
src="https://upforme.ru/uploads/001c/b5/f3/3/154366.gif"
alt="Илай">
</td>
</tr>
<tr>
<td>
<a href="https://lilymists.rusff.me/viewtopic.php?id=20#p92"
target="_top">
Дороти «Дотти» Крэнстон
</a>
</td>
<td>Глава Женского Вспомогательного Комитета</td>
<td>Лили-Дейл</td>
<td style="text-align:center;">
<img class="npc-portrait"
src="https://upforme.ru/uploads/001c/b5/f3/3/723969.gif"
alt="Дотти">
</td>
</tr>
<tr>
<td>
<a href="https://lilymists.rusff.me/viewtopic.php?id=20#p3352"
target="_top">
Марта Ливингстон
</a>
</td>
<td>Директор школы</td>
<td>Лили-Дейл</td>
<td style="text-align:center;">
<img class="npc-portrait"
src="https://upforme.ru/uploads/001c/b5/f3/3/367538.gif"
alt="Марта">
</td>
</tr>
<tr>
<td>
<a href="https://lilymists.rusff.me/viewtopic.php?id=20#p3353"
target="_top">
Артур Холден
</a>
</td>
<td>Завуч школы</td>
<td>Лили-Дейл</td>
<td style="text-align:center;">
<img class="npc-portrait"
src="https://upforme.ru/uploads/001c/b5/f3/3/188256.gif"
alt="Артур">
</td>
</tr>
<tr>
<td>
<a href="https://lilymists.rusff.me/viewtopic.php?id=20#p5664"
target="_top">
Лиам О'Коннор
</a>
</td>
<td>Учитель музыки</td>
<td>Лили-Дейл</td>
<td style="text-align:center;">
<img class="npc-portrait"
src="https://upforme.ru/uploads/001c/b5/f3/3/48320.gif"
alt="Маэстро">
</td>
</tr>
<tr>
<td>
<a href="https://lilymists.rusff.me/viewtopic.php?id=20#p5636"
target="_top">
Маркус Торн
</a>
</td>
<td>Глава Пожарной Бригады</td>
<td>Лили-Дейл</td>
<td style="text-align:center;">
<img class="npc-portrait"
src="https://upforme.ru/uploads/001c/b5/f3/2/23141.gif"
alt="Маркус">
</td>
</tr>
<tr>
<td>
<a href="https://lilymists.rusff.me/viewtopic.php?id=20#p5636"
target="_top">
Элеонора Блэквуд
</a>
</td>
<td>Куратор Музея</td>
<td>Лили-Дейл</td>
<td style="text-align:center;">
<img class="npc-portrait"
src="https://upforme.ru/uploads/001c/b5/f3/3/188404.gif"
alt="Нора">
</td>
</tr>
</table>
</div>
<!-- =====================================================
ЗНАЧИМЫЕ ГОСТИ
===================================================== -->
<div id="guests"
class="npc-content"
style="display:none;">
<table class="npc-table">
<tr>
<th>Имя</th>
<th>Роль / Должность</th>
<th>Локация</th>
<th>Портрет</th>
</tr>
<tr>
<td>
<a href="https://lilymists.rusff.me/viewtopic.php?id=20#p6386"
target="_top">
Джеймс Кросс
</a>
</td>
<td>
Член "Сети Чистого Пламени"
</td>
<td>
Без определенного места жительства
</td>
<td style="text-align:center;">
<img
class="npc-portrait"
src="https://upforme.ru/uploads/001c/b5/f3/3/737347.gif"
alt="Джеймс">
</td>
</tr>
</table>
</div>
<!-- =====================================================
УШЕДШИЕ
===================================================== -->
<div id="legacy"
class="npc-content"
style="display:none;">
<table class="npc-table">
<tr>
<th>Имя</th>
<th>Роль / Должность</th>
<th>Локация</th>
<th>Портрет</th>
</tr>
</table>
</div>
<!-- =====================================================
ПРИЗРАКИ
===================================================== -->
<div id="ghosts"
class="npc-content"
style="display:none;">
<table class="npc-table">
<tr>
<th>Имя</th>
<th>Роль / Должность</th>
<th>Локация</th>
<th>Портрет</th>
</tr>
</table>
</div>
<!-- =====================================================
СУЩНОСТИ ИЗНАНКИ
===================================================== -->
<div id="entities"
class="npc-content"
style="display:none;">
<table class="npc-table">
<tr>
<th>Имя</th>
<th>Роль / Должность</th>
<th>Локация</th>
<th>Портрет</th>
</tr>
</table>
</div>
</div>
<script>
function switchNpc(catId, btn) {
document
.querySelectorAll('.npc-content')
.forEach(function(el) {
el.style.display = 'none';
});
var target =
document.getElementById(catId);
if (target) {
target.style.display = 'block';
}
document
.querySelectorAll('.npc-btn')
.forEach(function(b) {
b.classList.remove('pressed');
});
if (btn) {
btn.classList.add('pressed');
}
}
</script>
</div>
[/html]
Код:[align=center][size=14][b][color=#4a3f2f]❖ ЛИЛИ-ДЕЙЛСКИЙ РЕЕСТР ❖[/color][/b][/size][/align] [align=center][size=10][i]Официальная запись Наблюдателя Агаты Пруитт[/i][/size][/align] [hr] [table] [tr] [td][align=center][img]изображение/гифка персонажа (250×150 px)[/img] [size=9][i]имя фамилия внешности (англ)[/i][/size][/td][/align] [td][size=14][b]Имя:[/b] ИМЯ ПЕРСОНАЖА (АНГЛ) [/size] [b]Прозвища:[/b] прозвища, титулы [b]Раса:[/b] фейри / вампир / оборотень / ... [b]Фракция:[/b] Двор, Стая, Клан, Ковен [b]Возраст:[/b] фактический возраст (выглядит на ...) [b]Статус:[/b] жив / мёртв / призрак / сущность Изнанки[/size][/td] [/tr] [/table] [hr] [table] [tr] [td][align=center][b]❖ ВНЕШНОСТЬ❖[/b][/align] [spoiler=Смертный облик / Маска]описание для обычных людей[/spoiler] [spoiler=Истинный облик]истинная форма, звериная ипостась, проявление[/spoiler] [spoiler=Приметы]шрамы, руны, неизменные предметы, особенности одежды[/spoiler][/td] [td][align=center][b]❖ СПОСОБНОСТИ❖[/b][/align] [spoiler=Дар / Ремесло / Дисциплина]краткое описание ключевой способности[/spoiler] [spoiler=Умения и навыки]основные навыки, оружие, специализация[/spoiler] [spoiler=Слабости и уязвимости, в т.ч. гейсы и проклятья]холодное железо, соль, обсидиан, гейсы, аллергии[/spoiler][/td] [/tr] [/table] [table] [tr] [td][align=center][b]❖ РОД ДЕЯТЕЛЬНОСТИ В ЛИЛИ-ДЕЙЛЕ ❖[/b][/align] Занятие: официально и реально Локация: улица, здание, район Принадлежность: Совет Пяти, Гильдия, Табор, одиночка[/td] [/tr] [/table] [table] [tr] [td][align=center][b]❖ СВЯЗИ И ОТНОШЕНИЯ ❖[/b][/align] Связанные персонажи игроков: имена или ники Отношение к фракциям: Совет Пяти, Северные Клыки, Красная Лоза, Общество Полуночных Звонов и т.д.[/td] [td][align=center][b]❖ ИСТОРИЯ ❖[/b][/align] Происхождение, как попал в Лили-Дейл, ключевые события. Текущие цели и мотивы.[/td] [/tr] [/table] [hr] [align=center][size=10][i]Запись внесена [b]Агатой Пруитт[/b], Наблюдателем 3-го ранга. Одобрено Советом Пяти.[/i][/size][/align]


Смотрящийсюжет · организация
Фреддичкадизайн · партнёрство
Машенькаанкеты · помощь




































