docs: add sasanian toyosatomimi art brief
This commit is contained in:
parent
c5fff88f8d
commit
d3a984ddcf
426
Design/final/narrative/sasanian-toyosatomimi-art-brief.html
Normal file
426
Design/final/narrative/sasanian-toyosatomimi-art-brief.html
Normal file
@ -0,0 +1,426 @@
|
||||
<!doctype html>
|
||||
<html lang="zh-CN">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<title>丰聪耳帝国|萨珊波斯五职阶立绘需求</title>
|
||||
<style>
|
||||
:root {
|
||||
--bg: #f3efe6;
|
||||
--paper: #fffaf0;
|
||||
--ink: #202426;
|
||||
--muted: #667078;
|
||||
--line: #c9beaa;
|
||||
--royal: #263f67;
|
||||
--lapis: #245f7a;
|
||||
--gold: #b88932;
|
||||
--wine: #7e3030;
|
||||
--jade: #3d7663;
|
||||
--ash: #5f6568;
|
||||
}
|
||||
* { box-sizing: border-box; }
|
||||
body {
|
||||
margin: 0;
|
||||
background: var(--bg);
|
||||
color: var(--ink);
|
||||
font-family: "Microsoft YaHei", "Noto Sans SC", Arial, sans-serif;
|
||||
line-height: 1.48;
|
||||
}
|
||||
main {
|
||||
max-width: 1280px;
|
||||
margin: 0 auto;
|
||||
padding: 28px;
|
||||
}
|
||||
h1, h2, h3, h4, p { margin: 0; }
|
||||
header.top {
|
||||
border-bottom: 2px solid var(--ink);
|
||||
padding-bottom: 16px;
|
||||
margin-bottom: 22px;
|
||||
}
|
||||
h1 { font-size: 30px; letter-spacing: 0; }
|
||||
h2 {
|
||||
margin: 24px 0 10px;
|
||||
padding-left: 10px;
|
||||
border-left: 5px solid var(--gold);
|
||||
font-size: 18px;
|
||||
}
|
||||
h3 { font-size: 20px; color: var(--royal); }
|
||||
h4 { margin-bottom: 5px; font-size: 14px; color: var(--wine); }
|
||||
a { color: var(--royal); text-decoration: underline; }
|
||||
.sub { margin-top: 8px; color: var(--muted); font-size: 14px; }
|
||||
.chips {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
gap: 8px;
|
||||
margin-top: 12px;
|
||||
}
|
||||
.chip {
|
||||
border: 1px solid var(--line);
|
||||
background: var(--paper);
|
||||
padding: 5px 9px;
|
||||
font-size: 13px;
|
||||
}
|
||||
table {
|
||||
width: 100%;
|
||||
border-collapse: collapse;
|
||||
background: var(--paper);
|
||||
border: 1px solid var(--line);
|
||||
}
|
||||
th, td {
|
||||
border: 1px solid var(--line);
|
||||
padding: 8px 9px;
|
||||
text-align: left;
|
||||
vertical-align: top;
|
||||
font-size: 14px;
|
||||
}
|
||||
th {
|
||||
background: var(--royal);
|
||||
color: white;
|
||||
font-weight: 600;
|
||||
}
|
||||
.steps, .design-grid {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(4, minmax(0, 1fr));
|
||||
gap: 10px;
|
||||
}
|
||||
.refs {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(4, minmax(0, 1fr));
|
||||
gap: 10px;
|
||||
margin-top: 12px;
|
||||
}
|
||||
.step, .cell, .note, .priority {
|
||||
background: var(--paper);
|
||||
border: 1px solid var(--line);
|
||||
border-radius: 6px;
|
||||
padding: 10px;
|
||||
font-size: 14px;
|
||||
}
|
||||
.char {
|
||||
margin-top: 18px;
|
||||
padding: 14px;
|
||||
background: rgba(255, 250, 240, .75);
|
||||
border: 1px solid var(--line);
|
||||
border-radius: 8px;
|
||||
}
|
||||
.char-head {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
gap: 12px;
|
||||
align-items: baseline;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
.role {
|
||||
color: var(--gold);
|
||||
font-weight: 600;
|
||||
font-size: 14px;
|
||||
text-align: right;
|
||||
}
|
||||
.thesis {
|
||||
margin: 0 0 10px;
|
||||
color: var(--muted);
|
||||
font-size: 14px;
|
||||
}
|
||||
.priorities {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(4, minmax(0, 1fr));
|
||||
gap: 10px;
|
||||
margin-top: 10px;
|
||||
}
|
||||
.priority ul {
|
||||
margin: 5px 0 0 18px;
|
||||
padding: 0;
|
||||
}
|
||||
.priority li { margin: 2px 0; }
|
||||
figure {
|
||||
margin: 0;
|
||||
background: var(--paper);
|
||||
border: 1px solid var(--line);
|
||||
border-radius: 6px;
|
||||
overflow: hidden;
|
||||
}
|
||||
figure img {
|
||||
display: block;
|
||||
width: 100%;
|
||||
height: 210px;
|
||||
object-fit: contain;
|
||||
background: #e8e0d1;
|
||||
}
|
||||
figcaption {
|
||||
padding: 8px;
|
||||
font-size: 12px;
|
||||
color: var(--ink);
|
||||
}
|
||||
figcaption b { color: var(--royal); }
|
||||
.warn { color: var(--wine); font-weight: 600; }
|
||||
.palette {
|
||||
display: flex;
|
||||
gap: 6px;
|
||||
align-items: center;
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
.sw {
|
||||
width: 18px;
|
||||
height: 18px;
|
||||
border: 1px solid rgba(0,0,0,.25);
|
||||
display: inline-block;
|
||||
}
|
||||
.small { font-size: 12px; color: var(--muted); }
|
||||
@media (max-width: 980px) {
|
||||
.steps, .design-grid, .refs, .priorities { grid-template-columns: repeat(2, minmax(0, 1fr)); }
|
||||
}
|
||||
@media (max-width: 640px) {
|
||||
main { padding: 16px; }
|
||||
h1 { font-size: 24px; }
|
||||
.steps, .design-grid, .refs, .priorities { grid-template-columns: 1fr; }
|
||||
.char-head { display: block; }
|
||||
.role { text-align: left; margin-top: 4px; }
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<main>
|
||||
<header class="top">
|
||||
<h1>第七阵营:萨珊波斯|丰聪耳帝国五职阶立绘需求</h1>
|
||||
<p class="sub">霍斯劳一世哲人王庭 + 萨珊银盘与王冠 + 火坛纹样 + 贵族骑兵 + 末代守国防线。目标是让玩家一眼读到“神子阵营”和“萨珊波斯”,而不是普通沙漠/阿拉伯奇幻。</p>
|
||||
<div class="chips">
|
||||
<span class="chip">先定东方识别点</span>
|
||||
<span class="chip">再定萨珊职阶外壳</span>
|
||||
<span class="chip">再定动作表情</span>
|
||||
<span class="chip">最后加帝国纹样</span>
|
||||
<span class="chip">参考图只取结构,不照搬构图</span>
|
||||
</div>
|
||||
</header>
|
||||
|
||||
<section>
|
||||
<h2>设计流程</h2>
|
||||
<div class="steps">
|
||||
<div class="step"><h4>1 基础元素</h4><p>锁定东方角色的发型、帽饰、道具、体态和关系链。任何萨珊元素都不能盖掉角色本体。</p></div>
|
||||
<div class="step"><h4>2 色彩剪影</h4><p>白金、青蓝、孔雀绿、酒红、铁灰分配给五人,避免全员同一种金色袍服。</p></div>
|
||||
<div class="step"><h4>3 动作表情</h4><p>王要冷静,后要威压,相要温柔危险,马要前冲,车要沉重迟滞。</p></div>
|
||||
<div class="step"><h4>4 文明纹饰</h4><p>王冠球饰、翼冠、火坛、珠链、银盘狩猎纹、锁子甲、马具、帕列维铭文感只做局部点缀。</p></div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section>
|
||||
<h2>角色映射</h2>
|
||||
<table>
|
||||
<thead>
|
||||
<tr><th>职阶</th><th>东方角色</th><th>历史锚点</th><th>设计定位</th></tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr><td>王 / King</td><td>丰聪耳神子</td><td>霍斯劳一世 Anushirvan</td><td>哲人王、公正者、制度重建者。</td></tr>
|
||||
<tr><td>后 / Queen</td><td>苏我屠自古</td><td>波兰杜赫特 Boran / Borandukht</td><td>王统合法性的幽雷,帝国末光中的女王。</td></tr>
|
||||
<tr><td>相 / Minister</td><td>霍青娥</td><td>布佐尔格米赫尔 Bozorgmehr</td><td>贤相外壳下的异端智囊,知识、医术、禁术入口。</td></tr>
|
||||
<tr><td>马 / Knight</td><td>物部布都</td><td>巴赫拉姆·楚宾 Bahram Chobin</td><td>强弓骑将,忠诚、骄傲、反骨和突击。</td></tr>
|
||||
<tr><td>车 / Rook</td><td>宫古芳香</td><td>罗斯塔姆·法罗赫扎德 Rostam Farrokhzad</td><td>末代守国大将,被驱动的不死堡垒。</td></tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</section>
|
||||
|
||||
<section>
|
||||
<h2>证据规则</h2>
|
||||
<table>
|
||||
<thead>
|
||||
<tr><th>等级</th><th>可用来源</th><th>用法</th></tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr><td>A</td><td>博物馆馆藏、开放藏品 API、考古遗址照片、学术百科</td><td>王冠、火坛、银盘纹样、重甲、马具、金币头像等硬证据。</td></tr>
|
||||
<tr><td>B</td><td>东方官方立绘转引页、游戏内现有神子资源</td><td>角色识别点和本作既有方向;不得复制画风和构图。</td></tr>
|
||||
<tr><td>C</td><td>Wikimedia Commons 但链接到馆藏或遗址</td><td>只做展示图,证据仍以原机构、遗址或可核查说明为准。</td></tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</section>
|
||||
|
||||
<section>
|
||||
<h2>全局萨珊视觉母题</h2>
|
||||
<div class="refs">
|
||||
<figure>
|
||||
<img src="https://images.metmuseum.org/CRDImages/an/web-large/DP-16934-017.jpg" alt="Sasanian coin with crown and profile">
|
||||
<figcaption><b>证据</b> The Met 99.35.2967,萨珊银币。<br><b>用</b> 侧面王冠、珠链、外圈铭文感。<br><b>禁</b> 把硬币头像照搬成角色脸。<br><a href="https://www.metmuseum.org/art/collection/search/322365">source</a></figcaption>
|
||||
</figure>
|
||||
<figure>
|
||||
<img src="https://images.metmuseum.org/CRDImages/an/web-large/DP-42233-001.jpg" alt="Sasanian plate with king hunting rams">
|
||||
<figcaption><b>证据</b> The Met 34.33,萨珊银盘,王者狩猎。<br><b>用</b> 圆形构图、马具、王者狩猎纹。<br><b>禁</b> 把狩猎场景整张贴到衣服上。<br><a href="https://www.metmuseum.org/art/collection/search/322973">source</a></figcaption>
|
||||
</figure>
|
||||
<figure>
|
||||
<img src="https://images.metmuseum.org/CRDImages/an/web-large/DT235323.jpg" alt="Sasanian plate with king slaying stag">
|
||||
<figcaption><b>证据</b> The Met 1970.6,Yazdgard I 猎鹿银盘。<br><b>用</b> 翼冠、披带、动物纹节奏。<br><b>禁</b> 变成狩猎主题阵营,狩猎只做纹样。<br><a href="https://www.metmuseum.org/art/collection/search/326007">source</a></figcaption>
|
||||
</figure>
|
||||
<figure>
|
||||
<img src="https://openaccess-cdn.clevelandart.org/1963.258/1963.258_web.jpg" alt="Cleveland Sasanian king hunting lions">
|
||||
<figcaption><b>证据</b> Cleveland Museum of Art 1963.258,萨珊王猎狮浮雕盘。<br><b>用</b> 浮雕化线条、王权与猛兽对抗感。<br><b>禁</b> 粗暴兽皮化或野蛮化。<br><a href="https://clevelandart.org/art/1963.258">source</a></figcaption>
|
||||
</figure>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section>
|
||||
<h2>角色需求</h2>
|
||||
|
||||
<article class="char">
|
||||
<div class="char-head">
|
||||
<h3>丰聪耳神子</h3>
|
||||
<p class="role">王 / 霍斯劳一世 Anushirvan</p>
|
||||
</div>
|
||||
<p class="thesis">设计一句话:把神子的耳机式圣王轮廓做成萨珊翼冠与哲人王法令的融合,像一个已经把帝国制度全部推演完的复活君主。</p>
|
||||
<div class="design-grid">
|
||||
<div class="cell"><h4>1 基础元素</h4><p>保留神子紫灰短发、耳机/耳罩式头部轮廓、七星剑/笏板感、冷静自信的圣王姿态。</p></div>
|
||||
<div class="cell"><h4>2 色彩剪影</h4><p class="palette"><span class="sw" style="background:#f7f0de"></span><span class="sw" style="background:#c79a35"></span><span class="sw" style="background:#5e4f8f"></span><span class="sw" style="background:#245f7a"></span>白金为主,紫与青蓝为神子识别色;上半身冠饰要清楚。</p></div>
|
||||
<div class="cell"><h4>3 动作表情</h4><p>一手持法令卷轴或笏板,一手轻压剑柄/火坛纹权杖。表情温和但不松弛,眼神像在裁决。</p></div>
|
||||
<div class="cell"><h4>4 文明纹饰</h4><p>翼冠、王冠球饰、珠链、火坛小徽章、圆形银盘纹边。<span class="warn">不要做成阿拉伯风、印度风或沙漠商人风。</span></p></div>
|
||||
</div>
|
||||
<div class="priorities">
|
||||
<div class="priority"><h4>Must keep</h4><ul><li>神子的头部耳机轮廓。</li><li>短发和圣王感。</li><li>“能听取众声”的理性气质。</li></ul></div>
|
||||
<div class="priority"><h4>Must add</h4><ul><li>萨珊王冠或翼冠结构。</li><li>法令、卷轴、火坛徽记。</li><li>白金主色与紫色识别。</li></ul></div>
|
||||
<div class="priority"><h4>Can adjust</h4><ul><li>七星剑可简化为礼剑。</li><li>耳机可与冠侧翼融合。</li><li>披帛可做成王袍垂带。</li></ul></div>
|
||||
<div class="priority"><h4>Avoid</h4><ul><li>厚重到遮住神子体型。</li><li>过多宗教火焰符号。</li><li>复制霍斯劳二世塔克波斯坦构图。</li></ul></div>
|
||||
</div>
|
||||
<div class="refs">
|
||||
<figure>
|
||||
<img src="https://images.metmuseum.org/CRDImages/an/web-large/DP-16934-017.jpg" alt="Sasanian crown coin">
|
||||
<figcaption><b>用</b> 王冠、珠链、圆形铭文边。<br><b>不复制</b> 硬币侧脸和具体铭文。</figcaption>
|
||||
</figure>
|
||||
<figure>
|
||||
<img src="https://images.metmuseum.org/CRDImages/an/web-large/DT235323.jpg" alt="Sasanian royal plate">
|
||||
<figcaption><b>用</b> 王者冠饰、披带、圆盘纹样。<br><b>不复制</b> 猎鹿动作。</figcaption>
|
||||
</figure>
|
||||
</div>
|
||||
</article>
|
||||
|
||||
<article class="char">
|
||||
<div class="char-head">
|
||||
<h3>苏我屠自古</h3>
|
||||
<p class="role">后 / 波兰杜赫特 Boran</p>
|
||||
</div>
|
||||
<p class="thesis">设计一句话:把屠自古的怨灵雷电做成萨珊末代女王的王统残光,既是神子王权旁边的合法性,也是阴影里的幽雷。</p>
|
||||
<div class="design-grid">
|
||||
<div class="cell"><h4>1 基础元素</h4><p>保留绿色长发、怨灵漂浮感、无足或半透明下摆、雷电符号、偏冷的古代贵族气质。</p></div>
|
||||
<div class="cell"><h4>2 色彩剪影</h4><p class="palette"><span class="sw" style="background:#3d7663"></span><span class="sw" style="background:#d7d9d3"></span><span class="sw" style="background:#b88932"></span><span class="sw" style="background:#2f4f60"></span>绿、银白、旧金、青黑;轮廓要比神子更尖、更冷。</p></div>
|
||||
<div class="cell"><h4>3 动作表情</h4><p>漂浮侧身,手指像在捏住雷光或王印。表情可以不满、冷笑、沉默威压,不能甜美。</p></div>
|
||||
<div class="cell"><h4>4 文明纹饰</h4><p>女王翼冠、月牙与球饰、耳坠、项链、王袍珠边。雷电从冠饰和袖口渗出,不做现代电流特效。</p></div>
|
||||
</div>
|
||||
<div class="priorities">
|
||||
<div class="priority"><h4>Must keep</h4><ul><li>屠自古绿发和幽灵下半身。</li><li>雷电、怨气、古代贵族感。</li><li>和神子存在近臣/旧王权关系。</li></ul></div>
|
||||
<div class="priority"><h4>Must add</h4><ul><li>波兰杜赫特金币上的翼冠概念。</li><li>女王珠链、耳坠、王袍。</li><li>“末代王统”的破损金饰。</li></ul></div>
|
||||
<div class="priority"><h4>Can adjust</h4><ul><li>冠饰可比神子小一圈。</li><li>雷纹可放在披帛内侧。</li><li>下摆可半透明化。</li></ul></div>
|
||||
<div class="priority"><h4>Avoid</h4><ul><li>做成普通王妃或贵妇。</li><li>把雷电画成科幻蓝电。</li><li>用希琳式浪漫宫廷方向替代王统感。</li></ul></div>
|
||||
</div>
|
||||
<div class="refs">
|
||||
<figure>
|
||||
<img src="https://upload.wikimedia.org/wikipedia/commons/0/0a/Gold_coin_of_Boran%2C_daughter_of_Khusrau_II.jpg" alt="Gold coin of Boran">
|
||||
<figcaption><b>证据</b> MFA Boston 147596 转引,Boran 金币。<br><b>用</b> 女王翼冠、月牙球饰、耳坠项链。<br><b>不复制</b> 硬币脸和站像姿势。<br><a href="https://collections.mfa.org/objects/147596">source</a></figcaption>
|
||||
</figure>
|
||||
<figure>
|
||||
<img src="https://images.metmuseum.org/CRDImages/an/web-large/DP247427.jpg" alt="Late Sasanian drachm">
|
||||
<figcaption><b>证据</b> The Met 36.30.306,萨珊晚期银币。<br><b>用</b> 火坛/铭文边的图案感。<br><b>不复制</b> 具体币文。<br><a href="https://www.metmuseum.org/art/collection/search/323485">source</a></figcaption>
|
||||
</figure>
|
||||
</div>
|
||||
</article>
|
||||
|
||||
<article class="char">
|
||||
<div class="char-head">
|
||||
<h3>霍青娥</h3>
|
||||
<p class="role">相 / 布佐尔格米赫尔 Bozorgmehr</p>
|
||||
</div>
|
||||
<p class="thesis">设计一句话:把青娥做成哲人王身边的异端贤相,她把医术、星相、翻译、禁术和政治谋略全部包装成治国智慧。</p>
|
||||
<div class="design-grid">
|
||||
<div class="cell"><h4>1 基础元素</h4><p>保留蓝发、道士/仙人服、发簪、飘带、温柔但不可信的笑容,以及与芳香的操控关系。</p></div>
|
||||
<div class="cell"><h4>2 色彩剪影</h4><p class="palette"><span class="sw" style="background:#2e88a2"></span><span class="sw" style="background:#101820"></span><span class="sw" style="background:#d8c28a"></span><span class="sw" style="background:#f2ead6"></span>青蓝、黑、药石白、暗金;比神子更轻、更曲线。</p></div>
|
||||
<div class="cell"><h4>3 动作表情</h4><p>一手展开星盘或卷轴,一手牵出细线/符纸连向芳香。笑容要礼貌,但眼神像在试探。</p></div>
|
||||
<div class="cell"><h4>4 文明纹饰</h4><p>宫廷书记官腰带、药瓶、火坛小印、帕列维铭文感边饰、棋盘格。萨珊元素放在腰带、袖口、卷轴夹具上。</p></div>
|
||||
</div>
|
||||
<div class="priorities">
|
||||
<div class="priority"><h4>Must keep</h4><ul><li>青娥的蓝发和仙人感。</li><li>温柔危险的表情。</li><li>操控芳香的符线或药术联系。</li></ul></div>
|
||||
<div class="priority"><h4>Must add</h4><ul><li>贤相/智者的卷轴、星盘、药瓶。</li><li>宫廷顾问的腰带和印章。</li><li>萨珊火坛或银盘纹小徽记。</li></ul></div>
|
||||
<div class="priority"><h4>Can adjust</h4><ul><li>道服可改成长袍式开衫。</li><li>发簪可融合鸟翼或月牙。</li><li>鞋履可轻量化。</li></ul></div>
|
||||
<div class="priority"><h4>Avoid</h4><ul><li>过分邪恶导致不像相。</li><li>学者化到失去仙人魅力。</li><li>用宗教祭司形象压过东方道士识别。</li></ul></div>
|
||||
</div>
|
||||
<div class="refs">
|
||||
<figure>
|
||||
<img src="https://images.metmuseum.org/CRDImages/an/web-large/DP-42233-001.jpg" alt="Sasanian silver plate detail">
|
||||
<figcaption><b>用</b> 银盘边框和宫廷器物的高级感。<br><b>不复制</b> 王者狩猎主体。</figcaption>
|
||||
</figure>
|
||||
<figure>
|
||||
<img src="https://openaccess-cdn.clevelandart.org/1963.258/1963.258_web.jpg" alt="Sasanian relief linework">
|
||||
<figcaption><b>用</b> 浮雕线条转化为袖口/卷轴边。<br><b>不复制</b> 狮猎故事。</figcaption>
|
||||
</figure>
|
||||
</div>
|
||||
</article>
|
||||
|
||||
<article class="char">
|
||||
<div class="char-head">
|
||||
<h3>物部布都</h3>
|
||||
<p class="role">马 / 巴赫拉姆·楚宾 Bahram Chobin</p>
|
||||
</div>
|
||||
<p class="thesis">设计一句话:把布都的古代祭祀行动派转成萨珊强弓骑将,白袍、火祭、骑射和反骨贵族感要同时成立。</p>
|
||||
<div class="design-grid">
|
||||
<div class="cell"><h4>1 基础元素</h4><p>保留布都帽子、短发、白绿服色、祭祀笏板/盘子感、向前冲的莽撞自信。</p></div>
|
||||
<div class="cell"><h4>2 色彩剪影</h4><p class="palette"><span class="sw" style="background:#f6f1df"></span><span class="sw" style="background:#6ea37b"></span><span class="sw" style="background:#b88932"></span><span class="sw" style="background:#7e3030"></span>白绿为主,旧金和酒红做军功色;轮廓要轻快、有斜线。</p></div>
|
||||
<div class="cell"><h4>3 动作表情</h4><p>身体前倾,像刚下令冲锋。可一手持短弓/火箭,一手持祭祀笏板;表情骄傲、亮眼、带一点不服管。</p></div>
|
||||
<div class="cell"><h4>4 文明纹饰</h4><p>萨珊骑兵甲片、弓袋、马具铃、火坛纹护臂。不要真的画马,最多让披帛和腰带呈马具节奏。</p></div>
|
||||
</div>
|
||||
<div class="priorities">
|
||||
<div class="priority"><h4>Must keep</h4><ul><li>布都帽子和白绿识别。</li><li>祭祀感和古代氏族感。</li><li>行动派、冲锋、骄傲。</li></ul></div>
|
||||
<div class="priority"><h4>Must add</h4><ul><li>萨珊强弓骑将元素。</li><li>甲片、弓袋、短披风。</li><li>火祭纹样和军功金饰。</li></ul></div>
|
||||
<div class="priority"><h4>Can adjust</h4><ul><li>盘子可改成火坛纹圆盾。</li><li>帽缘可加小型翼饰。</li><li>袖子可收窄利于运动。</li></ul></div>
|
||||
<div class="priority"><h4>Avoid</h4><ul><li>做成重甲车职阶。</li><li>过度男性化名将复刻。</li><li>完全丢掉布都的祭祀喜感。</li></ul></div>
|
||||
</div>
|
||||
<div class="refs">
|
||||
<figure>
|
||||
<img src="https://images.metmuseum.org/CRDImages/an/web-large/DP-42233-001.jpg" alt="Sasanian royal horse and hunting plate">
|
||||
<figcaption><b>用</b> 马具、弓袋、动态斜线。<br><b>不复制</b> 君王骑射构图。</figcaption>
|
||||
</figure>
|
||||
<figure>
|
||||
<img src="https://images.metmuseum.org/CRDImages/an/web-large/DT235323.jpg" alt="Sasanian royal hunting plate">
|
||||
<figcaption><b>用</b> 军事披带、王者狩猎纹做护臂小图案。<br><b>不复制</b> 整体猎鹿动作。</figcaption>
|
||||
</figure>
|
||||
</div>
|
||||
</article>
|
||||
|
||||
<article class="char">
|
||||
<div class="char-head">
|
||||
<h3>宫古芳香</h3>
|
||||
<p class="role">车 / 罗斯塔姆·法罗赫扎德 Rostam Farrokhzad</p>
|
||||
</div>
|
||||
<p class="thesis">设计一句话:把芳香做成死后仍守住帝国边境的末代重装堡垒,僵尸的迟钝和萨珊重甲的厚度必须合成一个沉重剪影。</p>
|
||||
<div class="design-grid">
|
||||
<div class="cell"><h4>1 基础元素</h4><p>保留芳香僵尸符、青白肤色、僵硬姿势、红眼/呆滞感、被青娥控制的从属关系。</p></div>
|
||||
<div class="cell"><h4>2 色彩剪影</h4><p class="palette"><span class="sw" style="background:#a9c7bb"></span><span class="sw" style="background:#5f6568"></span><span class="sw" style="background:#7e3030"></span><span class="sw" style="background:#b88932"></span>尸青、铁灰、暗红、旧金;下盘稳,上半身像残破甲塔。</p></div>
|
||||
<div class="cell"><h4>3 动作表情</h4><p>双脚或衣摆沉重落地,手拖塔盾、断旗或长枪。表情空白,不需要热血;恐怖点来自“还在执行命令”。</p></div>
|
||||
<div class="cell"><h4>4 文明纹饰</h4><p>萨珊重甲、锁子甲、塔盾、破战旗、火坛残印。青娥符纸必须可见,说明她不是独立行动。</p></div>
|
||||
</div>
|
||||
<div class="priorities">
|
||||
<div class="priority"><h4>Must keep</h4><ul><li>芳香僵尸符和呆滞感。</li><li>青白尸色和僵硬动作。</li><li>与青娥的控制关系。</li></ul></div>
|
||||
<div class="priority"><h4>Must add</h4><ul><li>萨珊重甲与塔盾。</li><li>末代守国破旗。</li><li>旧金火坛残印。</li></ul></div>
|
||||
<div class="priority"><h4>Can adjust</h4><ul><li>手臂可加不对称护甲。</li><li>长枪可换成断旗杆。</li><li>符纸可写成伪帕列维纹样。</li></ul></div>
|
||||
<div class="priority"><h4>Avoid</h4><ul><li>画得太可爱、太轻。</li><li>与布都抢骑兵概念。</li><li>甲胄遮掉僵尸符和脸。</li></ul></div>
|
||||
</div>
|
||||
<div class="refs">
|
||||
<figure>
|
||||
<img src="https://upload.wikimedia.org/wikipedia/commons/4/4a/Taq-e_Bostan_-_equestrian_statue.jpg" alt="Taq-e Bostan armored rider">
|
||||
<figcaption><b>证据</b> Taq-e Bostan 重甲骑士浮雕,Commons 展示。<br><b>用</b> 锁甲、重甲层次、厚重轮廓。<br><b>不复制</b> 骑马构图和霍斯劳二世身份。<br><a href="https://commons.wikimedia.org/wiki/File:Taq-e_Bostan_-_equestrian_statue.jpg">source</a></figcaption>
|
||||
</figure>
|
||||
<figure>
|
||||
<img src="https://openaccess-cdn.clevelandart.org/1963.258/1963.258_web.jpg" alt="Sasanian relief heavy ornamental line">
|
||||
<figcaption><b>用</b> 浮雕线条转成盾面、护甲和断旗纹。<br><b>不复制</b> 狮猎故事。</figcaption>
|
||||
</figure>
|
||||
</div>
|
||||
</article>
|
||||
</section>
|
||||
|
||||
<section>
|
||||
<h2>全员共同规则</h2>
|
||||
<div class="note">
|
||||
五人必须能在头像裁切里辨认:神子看冠侧耳机,屠自古看绿发幽雷,青娥看蓝发仙人和符线,布都看白绿帽子与冲锋斜线,芳香看僵尸符和重甲塔盾。萨珊元素只负责帝国版本,不得替换东方角色本体。避免阿拉伯化、印度化、现代波斯民族服饰化、宗教嘲讽化、沙漠盗贼化。
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section>
|
||||
<h2>交付要求</h2>
|
||||
<div class="note">
|
||||
全身透明 PNG + 分层 PSD。每人至少分出:身体、头发、头饰、主道具、背后披帛/旗帜、特效。头像安全区需要覆盖头部到胸口,确保 256px UI 缩放仍能读出角色和职阶。外包阶段必须过三次检查:草图看识别点,色稿看阵营统一性,精修看纹样是否过密。参考图只取结构、材质和纹样逻辑,不照搬画面构图或具体人物脸。
|
||||
</div>
|
||||
</section>
|
||||
</main>
|
||||
</body>
|
||||
</html>
|
||||
Loading…
x
Reference in New Issue
Block a user