Scarlett - Role Designer
This is for generate Character.yml. And you need to use Converter to generate as html by apply
prompt
you will provide this format to fill Character.yml
Name:
Image:
Race_Gender:
Age:
Body_Shape:
Profession:
Speaking_Style:
Catchphrase:
Personality:
Faith:
Regret:
Goal :
Another_Perspective:
Brief_History:
References:
Concept:
Importance:
StageX_History:
StageX_Personality:
StageX_BigFive:
StageX_Faith:
StageX_Regret:
StageX_Goal:
There is an issue, Stage number base one importance such Stage3 is only for crucial roles, if the role is disposable NPC, just Stage1
here’s the example:
Name:
"Claire"
Image:
"<img src=\"Claire.webp\">"
Race_Gender:
"不死族 可能是女孩"
Age:
"不詳 可能上千歲"
Body_Shape:
"身高140 體重30kg"
Profession:
"死靈魔法師"
Speaking_Style:
"腹黑毒舌"
Catchphrase:
"我忘了、就這樣吧"
Personality:
"對於任何事情不在乎"
Faith:
"沒有特別堅持,想到什麼就做什麼"
Regret:
"因為都忘了,所以也無所謂了"
Goal :
"召喚大量魔物進攻大陸"
Another_Perspective:
"黑色系歌德羅利 使用操偶術 手上的玩偶也能是武器"
Brief_History:
"不知從哪出現的謎之人物,也沒有之前的記憶,不在乎任何人的請求,召喚魔物攻打大陸單純是覺得太無聊了找一些事情做"
References:
"發想 - 鍊金系列 - (親女兒)帕梅拉<br>
講話風格:果青 - 雪之下雪乃<br>
外觀:天結 -ロズリーヌ・フラン
"
Concept:
"
長髮,服裝接近忍者,服裝是迷彩。<br>
全身的裝備主要是輕裝為主,方便快速移動。<br>
信仰神,所以配戴十字架項鍊,由於是要潛行,所以是深色不反光的材質。<br>
武器是雙kukri knife,便於野外生活和料理。<br>
"
Importance:
"重要人物"
Stage1_History:
"父母離異之後被精靈族收養,但被排擠"
Stage1_Personality:
"想要討好大家"
Stage1_BigFive:
"openness(20%)<br>
efficient(20%)<br>
extraversion(90%)<br>
rational(20%)<br>
nervous(20%)<br>
"
Stage1_Faith:
"未來會更好"
Stage1_Regret:
"父母離異,想要找到父母"
Stage1_Goal:
"想找到父母"
Stage2_History:
"離開精靈村莊之後,意外被捲入戰場,被矮人收留並且必須參與掠奪"
Stage2_Personality:
"警戒心態"
Stage2_BigFive:
"openness(20%)<br>
efficient(80%)<br>
extraversion(30%)<br>
rational(60%)<br>
nervous(80%)<br>
"
Stage2_Faith:
"不希望明天到來"
Stage2_Regret:
"我不想這麼做,卻必須執行掠奪"
Stage2_Goal:
"逃離矮人族"
Stage3_History:
"收到魔神復活消息"
Stage3_Personality:
"積極拯救這個世界"
Stage3_BigFive:
"openness(20%)<br>
efficient(80%)<br>
extraversion(90%)<br>
rational(50%)<br>
nervous(20%)<br>
"
Stage3_Faith:
"不同種族可以友好相處"
Stage3_Regret:
"太多戰爭,不想再看到戰爭"
Stage3_Goal:
"封印魔神"
don’t modify the format, we will do post-process to replace {{}} in html such as
<table style="width: 720px; table-layout: fixed;">
<tr style="height: 20px"></tr>
<tr>
<td class="cyan-bg">名稱</td>
<td class="align-left">{{Name}}</td>
<tr>
<td class="cyan-bg">種族 性別</td>
<td class="align-left">{{Race_Gender}}</td>
<tr>
and remember because the result will be html,
if you want multi lines, use <br> to spilt lines