<style>
.novel-block {
max-width: 860px;
margin: 32px auto;
padding: 24px 28px;
background: rgba(255, 255, 255, 0.85);
border-left: 6px solid #5b6aa3;
border-radius: 6px;
box-shadow: 0 4px 12px rgba(0,0,0,0.05);
font-size: 1.02em;
line-height: 1.65;
color: #2c2c2c;
font-family: "Noto Serif TC", serif;
white-space: normal;
opacity: 0;
animation: fadeInStory 1s ease-out forwards;
position: relative;
}
@keyframes fadeInStory {
from {
opacity: 0;
transform: translateY(10px);
}
to {
opacity: 1;
transform: translateY(0);
}
}
.novel-block::before {
content: "✦";
position: absolute;
top: 20px;
left: -22px;
font-size: 1.6em;
color: #5b6aa3;
}
.novel-header {
display: flex;
justify-content: space-between;
align-items: baseline;
flex-wrap: wrap;
margin-bottom: 20px;
border-bottom: 1px solid #ccc;
padding-bottom: 6px;
font-size: 1.05em;
}
.novel-title {
font-weight: bold;
font-size: 1.2em;
color: #333;
font-style: normal;
}
.novel-author {
font-style: italic;
color: #666;
font-size: 0.95em;
text-align: right;
}
.novel-author a {
text-decoration: none;
color: #4466aa;
font-weight: 500;
}
.novel-author a:hover {
color: #223388;
text-decoration: underline;
}
.quote-block {
margin: 32px auto;
padding: 20px 24px;
max-width: 800px;
background: rgba(240, 240, 240, 0.3);
border-left: 6px solid #8884;
font-style: italic;
font-size: 1.05em;
color: #444;
line-height: 1.8;
opacity: 0;
animation: fadeInQuote 1.2s ease forwards;
}
@keyframes fadeInQuote {
from {
opacity: 0;
transform: translateY(10px);
}
to {
opacity: 1;
transform: translateY(0);
}
}
.art-block {
text-align: center;
margin-bottom: 48px;
opacity: 0;
transform: translateY(20px);
animation: fadeInUp 1s ease forwards;
}
@keyframes fadeInUp {
to {
opacity: 1;
transform: translateY(0);
}
}
.art-block img {
transition: transform 0.3s ease, filter 0.3s ease;
border-radius: 8px;
cursor: pointer;
}
.art-block img:hover {
transform: scale(1.03);
filter: brightness(1.05);
}
.art-title {
font-size: 1.2em;
font-weight: 600;
letter-spacing: 0.05em;
font-style: italic;
color: #444;
margin-top: 10px;
}
.artist-info {
font-size: 1em;
color: #666;
}
.artist-info a {
text-decoration: none;
color: #3366cc;
}
.double-img {
display: flex;
justify-content: center;
gap: 20px;
margin-top: 16px;
}
.double-img a img {
width: 400px;
}
.text-card {
max-width: 800px;
margin: 32px auto;
padding: 20px 24px;
background: rgba(255, 255, 255, 0.6);
border-radius: 6px;
text-align: center;
box-shadow: 0 2px 6px rgba(0,0,0,0.05);
opacity: 0;
animation: fadeInQuote 1.2s ease forwards;
}
.text-card a {
font-size: 1.2em;
font-weight: bold;
text-decoration: none;
color: #2a60c0;
transition: color 0.3s ease;
}
.text-card a:hover {
color: #1c3d8c;
text-decoration: underline;
}
.text-card .author {
font-size: 1em;
color: #666;
margin-top: 6px;
}
.supplement-inside {
margin-top: 10px;
padding-top: 10px;
border-top: 1px dashed #bbb;
font-size: 0.9em;
color: #555;
font-style: italic;
line-height: 1.6;
}
.supplement-inside.left-aligned {
text-align: left;
margin-top: 10px;
padding-top: 10px;
border-top: 1px dashed #bbb;
font-size: 0.9em;
color: #555;
font-style: italic;
line-height: 1.6;
}
.supplement-inside.left-aligned br {
display: block;
content: '';
margin-top: 0.5em;
}
.supplement-inside.left-aligned p,
.supplement-inside.left-aligned {
text-indent: 0;
margin-left: 0;
list-style-position: inside;
}
.bgm-block {
max-width: 860px;
margin: 32px auto;
padding: 24px 28px;
background: rgba(255, 255, 255, 0.85);
border-left: 6px solid #5b6aa3;
border-radius: 6px;
box-shadow: 0 4px 12px rgba(0,0,0,0.05);
font-size: 1.02em;
line-height: 1.65;
color: #2c2c2c;
font-family: "Noto Serif TC", serif;
white-space: normal;
opacity: 0;
animation: fadeInStory 1s ease-out forwards;
position: relative;
}
.bgm-header {
display: flex;
justify-content: space-between;
align-items: baseline;
flex-wrap: wrap;
margin-bottom: 20px;
border-bottom: 1px solid #ccc;
padding-bottom: 6px;
font-size: 1.05em;
}
.bgm-title {
font-weight: bold;
font-size: 1.2em;
color: #333;
}
.bgm-author {
font-style: italic;
color: #666;
font-size: 0.95em;
text-align: right;
}
.bgm-author a {
text-decoration: none;
color: #4466aa;
font-weight: 500;
}
.bgm-author a:hover {
color: #223388;
text-decoration: underline;
}
.bgm-block iframe {
width: 100%;
max-width: 100%;
height: 300px;
border: none;
border-radius: 6px;
margin-top: 16px;
}
.agency-block {
max-width: 800px;
margin: 40px auto;
padding: 32px;
border: 4px dashed #8888;
border-radius: 12px;
background: rgba(255, 255, 255, 0.3);
box-shadow: 0 3px 8px rgba(0,0,0,0.08);
font-size: 1.05em;
line-height: 1.8;
color: #333;
font-weight: 500;
text-align: center;
text-shadow: 0.5px 0.5px 0 #fff;
animation: fadeInQuote 1.2s ease forwards;
}
.agency-title {
font-size: 1.6em;
font-weight: bold;
line-height: 1.6;
padding: 12px 20px;
margin-bottom: 24px;
border-bottom: 2px solid #8886;
background: rgba(255, 255, 255, 0.2);
border-radius: 6px;
display: inline-block;
color: #2b2b2b;
}
.agency-block hr {
border: none;
border-top: 1px solid #aaa4;
margin: 24px 0;
}
</style>
# 《DND》艾莉諾.伊麗莎白
## 人物形象圖
<img src="https://i.imgur.com/KhqaFJE.png" style="display:block; margin:auto;" width="600"/>
**<p class="text-center"> 繪師:[Jowell She](https://www.plurk.com/jowellshe)</p>**
## 人設簡述
種族:人類
職業:狂野術士
MBTI:天生ENFP-T → 開始自卑後INFP-T
陣營:中立善良
年齡16歲,身高155公分,胸部罩杯C,是個人類,因為小時候曾經誤入了妖精荒野,在妖精們的惡作劇下,激發了她隱藏在血脈中的魔法能量,突然長出了毛茸茸的白色兔耳和兔尾巴。
皮膚白皙,有著柔順明亮的白色長髮,原先是紫羅蘭色眼瞳的,但自從長出兔耳朵之後,眼眸轉變為了紅色。自小就是個惹人憐愛的可愛孩子,但由於腦袋不怎麼好,老是學不會傳家魔法的關係,看起來總是畏畏縮縮、非常自卑,在莫名長出兔耳朵和尾巴,以及總是在周遭引發奇怪的現象之後更是如此。
## 人物性格
因為自己笨手笨腳加上狂野魔法搗亂,所以養成了經常道歉的古怪習慣,有些自卑、平時就是一副怯生生的樣子,典型的小動物性格,心理素質不怎麼好,非常容易被嚇到。不過是個感情豐沛的少女,即使害怕自己一人冒險,卻還是為了自己能夠成長而勇敢地踏出家門。
## 角色背景故事
出生於科米爾王國中頗具盛名的法師世家,每位家族成員都以自己高貴的身分、聰明的腦袋,以及豐富的法術知識為傲,除了艾莉諾之外。
即使父母都是猶如移動圖書館的大法師,但在基因的排列組合之下,還是誕出了一個平庸(?)的艾莉諾。艾莉諾付出了比兄弟姊妹更多的努力,但依然看不懂法術書上的高深知識。即使家人依舊對她疼愛有加,小小的艾莉諾還是覺得自己一無是處、笨手笨腳,漸漸地她的個性也越來越自卑。
有次,在艾莉諾承受不住學習的壓力,溜出去玩的時候一不小心誤入了妖精荒野,妖精們看她好逗而激起了玩心,在妖精們的嬉笑聲中和惡作劇的小魔法的影響之下,艾莉諾血脈中的狂野能量被引導了出來,等她回過神來之後,她回到了她原本的世界,但卻突然長出了毛茸茸的白色兔耳和兔尾巴,甚至從此之後她的身邊時常縈繞著千變萬化的魔法能量,總是不自覺地爆發出隨機的魔法。
艾莉諾照理說應該算是"學會"了魔法,但她發現在她身上的魔法能量跟家裡所教導的法術似乎是兩回事,她依舊學不懂家裡的魔法書,甚至每次施法後都會有無法控制的後遺症出現。自此身上有狂野魔法之後,因為自己笨手笨腳加上狂野魔法搗亂,她常常搞砸事情,她對疼愛她的家人感到越來越虧欠,於是為了能夠真正學會家族的傳家魔法書上的法術,以及為了讓自己能夠真正的獨立自主,她毅然決然地一人踏上了旅程,期待著自己能夠成為讓父母驕傲的大法師載譽而歸。
> 其實她身上的魔法能量是術士體系的,天生就會施法了,跟她家族的靠研讀學習魔法的法師體系完全是兩回事,所以基本上只要她腦子不好,她不可能成為法師,但艾莉諾沒意識到這點XD
## 冒險夥伴 –— ## 冒險夥伴 –— 艾莉諾.伊麗莎白
{%preview https://hackmd.io/@itsuki8606/ryKoIuBFa %}
### 相關故事
<div class="novel-block">
<div class="novel-header">
<div class="novel-title"><a href="https://yashirotsukuyo1016.blogspot.com/search/label/%E4%B8%8D%E9%98%B2%E9%9B%A8%E7%9A%84%E5%B8%BD%E5%AD%90" target="_blank">《不防雨的帽子》系列</a></div>
<div class="novel-author">作者:<a href="(https://www.plurk.com/shuuennokage">十六夜</a></div>
</div>
邊境王國,一個充滿了紛亂、戰事與衝突的地方,各個領地跟小國各有自己的立場跟軍事力量,傭兵團也常在國與領地間尋找著自己的生意跟定位。而在這樣群雄割據的一片大地,某個神秘的勢力正在暗潮洶湧中準備著自己的計劃。
一名當地貴族的提夫林青年 - 萊昂內爾.弗雷德里克,平時習慣遊手好閒的他,在不得不承接家主的龐大壓力下感到厭倦,於是他聽從了腦內出現的一股聲音,並與其簽下主從契約後,糊里糊塗的踏上了所謂『斬除邪惡』的旅程,殊不知,那就是他一直以來安穩生活的終點站。
在萊昂內爾旅途的開端,他遇到了一名神秘的兔子人類少女 - 艾莉諾.伊莉莎白,看似怯生生又有點笨手笨腳的她,體內卻蘊藏著某種神秘而無法控制的力量。因各種機緣巧合之下開始結伴同行的兩人,從踏入「不死魔窟」開始,他們似乎逐漸接近著一場更大的陰謀,迎接他們的將是一連串始料未及的冒險...
</div>