个人工具

归档/v6/Creature:提里莫亚恶魔

出自Meshal Lite

跳转到: 导航, 搜索
(以内容“{{subst:sheetChar| |fullpagename=Creature:提里莫亚恶魔 |type=魔物 大型 |subtype=v6 |class=creature <!--体征说明--> |姓名=提里莫亚恶魔 |代号= |...”创建新页面)
 
 
第1行: 第1行:
<div style="display:none;"><!--数据处理: 这个部分会被包含在1个隐藏容器内, 不影响排版-->
+
{{old}}
<!--文本转化处理-->
+
<div style="display:none;">
{{#vardefine: absolutepagename|Creature:提里莫亚恶魔}}
+
{{#vardefine: agephase|{{#switch: 成年|成年=prime|少儿=juvenile|迟暮=twilight|#default=prime}}}}
+
{{#vardefine: perception|{{#switch: 视觉|视觉=vision|听觉=hearing|嗅觉=olfaction|震感=vibration|超感=telepath|#default=vision}}}}
+
  
<!--世界设定-->
 
{{#vardefine: charcampaignset|{{#ifeq: ||核心| }} }}
 
  
<!--潜能求和-->
 
{{#vardefine: potential|{{expr|0|y}}}}
 
{{#vardefine: potentialused|{{expr|属性168+能力(5+7+9)*3+防护9*3|y}}}}
 
  
<!--素质属性求和-->
 
{{#vardefine: muscle|{{#ifeq: ||{{expr|基础6|y}}| }} }}
 
{{#vardefine: elastane|{{#ifeq: ||{{expr|基础7|y}}| }} }}
 
{{#vardefine: sense|{{#ifeq: ||{{expr|基础9|y}}| }} }}
 
  
<!--素质占用求和-->
 
{{#vardefine: muscleoccupy|{{expr|蛮牛打击3+顺势打击2|y}}}}
 
{{#vardefine: elastaneoccupy|{{expr|闪刺之击4+巧步3|y}}}}
 
{{#vardefine: senseoccupy|{{expr|暗影缠绕5+破胆术4|y}}}}
 
  
<!--损耗属性求和-->
 
{{#vardefine: hurts|{{#ifeq: ||{{#expr: {{#var: muscle}}+{{expr||y}}}}| }} }}
 
{{#vardefine: acted|{{#ifeq: ||{{#expr: {{#var: elastane}}+{{expr||y}}}}| }} }}
 
{{#vardefine: leaks|{{#ifeq: ||{{#expr: {{#var: sense}}+{{expr||y}}}}| }} }}
 
  
<!--防御投骰求和-->
 
{{#vardefine: parry|{{#ifeq: ||{{#expr: {{#var: muscle}}+{{expr||y}}}}| }} }}
 
{{#vardefine: dodge|{{#ifeq: ||{{#expr: {{#var: elastane}}+{{expr||y}}}}| }} }}
 
{{#vardefine: resist|{{#ifeq: ||{{#expr: {{#var: sense}}+{{expr||y}}}}| }} }}
 
  
<!--防护求和-->
 
{{#vardefine: psave|{{#ifeq: ||{{expr|天生3|y}}| }} }}
 
{{#vardefine: esave|{{#ifeq: ||{{expr|天生3|y}}| }} }}
 
{{#vardefine: ssave|{{#ifeq: ||{{expr|天生3|y}}| }} }}
 
  
<!--距离求和-->
 
{{#vardefine: reach|{{#ifeq: ||{{expr|中型1|y}}| }} }}
 
{{#vardefine: pace|{{#ifeq: ||{{expr|中型3|y}}|{{{固定步幅}}} }} }}
 
{{#vardefine: perceptdist|{{#ifeq: ||{{expr|100|y}}| }} }}
 
  
<!--负载-->
 
{{#vardefine: carryweight|{{#ifeq: ||{{#expr: {{#var: muscle}}*9+{{expr||y}}}}| }} }}
 
{{#vardefine: cubage|{{#ifeq: ||{{expr||y}}| }} }}
 
  
<!--身高体重-->
 
{{#vardefine: bodyheight|{{expr||y}}}}
 
{{#vardefine: bodyweight|{{expr||y}}}}
 
  
<!--素质属性保护处理-->
 
{{#vardefine: muscle|{{#ifexpr: {{#var: muscle}}<1|1|{{#var: muscle}}}}}}
 
{{#vardefine: elastane|{{#ifexpr: {{#var: elastane}}<1|1|{{#var: elastane}}}}}}
 
{{#vardefine: sense|{{#ifexpr: {{#var: sense}}<1|1|{{#var: sense}}}}}}
 
  
<!--损耗属性保护处理-->
 
{{#vardefine: hurts|{{#ifexpr: {{#var: hurts}}<1|1|{{#var: hurts}}}}}}
 
{{#vardefine: acted|{{#ifexpr: {{#var: acted}}<1|1|{{#var: acted}}}}}}
 
{{#vardefine: leaks|{{#ifexpr: {{#var: leaks}}<1|1|{{#var: leaks}}}}}}
 
  
<!--防御投骰保护处理-->
 
{{#vardefine: parry|{{#ifexpr: {{#var: parry}}<1|1|{{#var: parry}}}}}}
 
{{#vardefine: dodge|{{#ifexpr: {{#var: dodge}}<1|1|{{#var: dodge}}}}}}
 
{{#vardefine: resist|{{#ifexpr: {{#var: resist}}<1|1|{{#var: resist}}}}}}
 
  
<!--潜能的空值处理-->
 
{{#vardefine: potential|{{#ifeq: {{#var: potential}}||0|{{#var: potential}}}}}}
 
{{#vardefine: potentialused|{{#ifeq: {{#var: potentialused}}||0|{{#var: potentialused}}}}}}
 
  
<!--防护的空值处理-->
 
{{#vardefine: psave|{{#ifeq: {{#var: psave}}||0|{{#var: psave}}}}}}
 
{{#vardefine: esave|{{#ifeq: {{#var: esave}}||0|{{#var: esave}}}}}}
 
{{#vardefine: ssave|{{#ifeq: {{#var: ssave}}||0|{{#var: ssave}}}}}}
 
  
<!--距离的保护处理-->
 
{{#vardefine: reach|{{#ifexpr: {{#var: reach}}<0|0|{{#var: reach}}}}}}
 
{{#vardefine: pace|{{#ifexpr: {{#var: pace}}<0|0|{{#var: pace}}}}}}
 
{{#vardefine: perceptdist|{{#ifexpr: {{#var: perceptdist}}<0|0|{{#var: perceptdist}}}}}}
 
  
<!--负载的保护处理-->
 
{{#vardefine: carryweight|{{#ifexpr: {{#var: carryweight}}<0|0|{{#var: carryweight}}}}}}
 
{{#vardefine: cubage|{{#ifexpr: {{#var: cubage}}<0|0|{{#var: cubage}}}}}}
 
  
<!--身高体重的保护处理-->
 
{{#vardefine: bodyheight|{{#ifexpr: {{#var: bodyheight}}<0|0|{{#var: bodyheight}}}}}}
 
{{#vardefine: bodyweight|{{#ifexpr: {{#var: bodyweight}}<0|0|{{#var: bodyweight}}}}}}
 
  
<!--贡献者-->
 
{{#vardefine: charcontributor|<div class="contributor">本内容由 {{#ifeq:||[[Meshal Design Team]]|}} 贡献</div>}}
 
  
<!--数据处理结束--></div>
+
 
<!--添加子页面入口-->{{#ifeq: {{FULLPAGENAME}}|Creature:提里莫亚恶魔|{{#ifingroup:sysop|
+
 
<span class="editEntrance" style="float:right;">{{img|icon_addsubpage.png}}<inputbox>
+
 
type=create
+
 
width=24
+
 
break=no
+
 
bgcolor=#ffffff
+
 
placeholder=子页面名
+
 
prefix={{FULLPAGENAME}}/
+
 
buttonlabel=创建子页面
+
 
</inputbox></span>
+
 
|}}|}}
+
 
<!--角色卡框架--><div style="position:relative; float: left; width: 978px; margin:8px; padding: none; ">
+
 
 +
 
 +
 
 +
 
 +
 
 +
 
 +
 
 +
 
 +
 
 +
 
 +
 
 +
 
 +
 
 +
 
 +
 
 +
 
 +
 
 +
 
 +
 
 +
 
 +
 
 +
 
 +
 
 +
 
 +
 
 +
 
 +
 
 +
 
 +
 
 +
 
 +
 
 +
 
 +
 
 +
 
 +
 
 +
 
 +
 
 +
 
 +
 
 +
 
 +
 
 +
 
 +
 
 +
 
 +
 
 +
 
 +
 
 +
 
 +
 
 +
 
 +
 
 +
 
 +
 
 +
 
 +
 
 +
 
 +
 
 +
 
 +
</div>
 +
 
 +
<div style="position:relative; float: left; width: 978px; margin:8px; padding: none; ">
 
<div class="sheetCol" style="margin-left:4px; border-radius: 24px 0 0 24px; background-color: #f7f8f8; width: 472px;">
 
<div class="sheetCol" style="margin-left:4px; border-radius: 24px 0 0 24px; background-color: #f7f8f8; width: 472px;">
<div class="sheetScore" style="border-top: none; width: 472px; vertical-align: middle;">{{img|icon_name.png}} <span>
+
<div class="sheetScore" style="border-top: none; width: 472px; vertical-align: middle;"><nowiki></nowiki>{{SERVER}}/liteimg/icon_name.png<nowiki></nowiki> <span>
 
{|style="width:416px; height: 100%;"
 
{|style="width:416px; height: 100%;"
|valign=middle align=left style="font-size: 16px; line-height:18px;"|{{#ifeq: 提里莫亚恶魔||无名氏|提里莫亚恶魔}}
+
|valign=middle align=left style="font-size: 16px; line-height:18px;"|提里莫亚恶魔
|}</span><div style="float: left; line-height: 14px; padding-top: 10px; width:auto;">{{#ifeq: creature|creature|'''名称'''|'''[[姓名]]'''}}: {{#ifeq: 提里莫亚恶魔||无名氏|提里莫亚恶魔}} <br>'''[[代号]]''': {{#ifeq: |||}}</div><div style="float: right; width:auto; text-align:right;">{{#replaceset:魔物 大型|/(\S+)/i=[[\1]]|}} {{#switch: creature|char=[[玩家角色]]|npc=[[非玩家角色]]|#default=}}{{#ifeq: |y|[[坐骑]]|}}</div></div>
+
|}</span><div style="float: left; line-height: 14px; padding-top: 10px; width:auto;">'''名称''': 提里莫亚恶魔 <br>'''[[代号]]''': 无</div><div style="float: right; width:auto; text-align:right;">[[魔物]] [[大型]] </div></div>
 
</div>
 
</div>
  
 
<div class="sheetCol" style="border-radius: 0 24px 24px 0; margin-right:4px; background-color: #f7f8f8;">
 
<div class="sheetCol" style="border-radius: 0 24px 24px 0; margin-right:4px; background-color: #f7f8f8;">
<div class="sheetScore" style="border-top: none; {{#ifeq: creature|creature|border: none;|{{#ifeq:||border: none;|}}}}">{{#ifeq: creature|creature||{{#ifeq:|||{{img|icon_age.png}}}}}} <span>
+
<div class="sheetScore" style="border-top: none; border: none;"> <span>
 
{|style="width:100%;"
 
{|style="width:100%;"
|style="font-size: 16px; line-height:16px; text-align: right;"|{{#ifeq: creature|creature||{{#ifeq: ||{{#ifeq: |||{{img|icon_age{{#var: agephase}}small.png}} <font style="font-size: 12px;"> 岁</font>}}|<font style="font-size: 10px; line-height: 12px;"></font>}}}}
+
|style="font-size: 16px; line-height:16px; text-align: right;"|
 
|}</span> <div>
 
|}</span> <div>
 
{|style="width:100%; height: 100%;"
 
{|style="width:100%; height: 100%;"
|valign=middle align=left|{{#ifeq: creature|creature||{{#ifeq: ||{{#ifeq: |||'''[[年龄]]''':  岁 ([[成年]])}}|'''生于''': }}}}
+
|valign=middle align=left|
 
|}</div>
 
|}</div>
 
</div>
 
</div>
第122行: 第113行:
  
 
<div class="sheetCol" style="margin-left:4px; border-radius: 24px; width: 312px; background-color: #e7e6e7; text-align: right;">
 
<div class="sheetCol" style="margin-left:4px; border-radius: 24px; width: 312px; background-color: #e7e6e7; text-align: right;">
<div class="sheetScore" style="border-top: none; width: 296px;">{{img|icon_limbs.png}} <span>
+
<div class="sheetScore" style="border-top: none; width: 296px;"><nowiki></nowiki>{{SERVER}}/liteimg/icon_limbs.png<nowiki></nowiki> <span>
 
{|style="width:240px; height: 100%;"
 
{|style="width:240px; height: 100%;"
 
|valign=middle align=left style="font-size: 9.5pt; line-height:18px;"|[[头部]]x1 [[躯干]]x1 [[手臂]]x2 [[腿脚]]x2 [[尾巴]]x1
 
|valign=middle align=left style="font-size: 9.5pt; line-height:18px;"|[[头部]]x1 [[躯干]]x1 [[手臂]]x2 [[腿脚]]x2 [[尾巴]]x1
第136行: 第127行:
 
<div class="sheetCol" style="margin-left:4px; border-radius: 24px 0 0 24px; background-color: #e7e6e7;">
 
<div class="sheetCol" style="margin-left:4px; border-radius: 24px 0 0 24px; background-color: #e7e6e7;">
 
'''[[素质]]属性'''
 
'''[[素质]]属性'''
<div class="sheetScore" style="border-top: none;">{{img|icon_muscle.png}} <span>{{#var: muscle}}</span><div>
+
<div class="sheetScore" style="border-top: none;"><nowiki></nowiki>{{SERVER}}/liteimg/icon_muscle.png<nowiki></nowiki> <span>6</span><div>
 
{|
 
{|
 
|'''[[强壮]]''': 基础6
 
|'''[[强壮]]''': 基础6
 
|}</div></div>
 
|}</div></div>
<div class="sheetScore">{{img|icon_elastane.png}} <span>{{#var: elastane}}</span> <div>
+
<div class="sheetScore"><nowiki></nowiki>{{SERVER}}/liteimg/icon_elastane.png<nowiki></nowiki> <span>7</span> <div>
 
{|
 
{|
 
|'''[[灵巧]]''': 基础7
 
|'''[[灵巧]]''': 基础7
 
|}</div></div>
 
|}</div></div>
<div class="sheetScore">{{img|icon_sense.png}} <span>{{#var: sense}}</span> <div>
+
<div class="sheetScore"><nowiki></nowiki>{{SERVER}}/liteimg/icon_sense.png<nowiki></nowiki> <span>9</span> <div>
 
{|
 
{|
 
|'''[[直觉]]''': 基础9
 
|'''[[直觉]]''': 基础9
第152行: 第143行:
 
<div class="sheetCol" style="background-color: #f4f0ed;">
 
<div class="sheetCol" style="background-color: #f4f0ed;">
 
'''[[损耗]]属性'''
 
'''[[损耗]]属性'''
<div class="sheetScore" style="border-top: none;">{{img|icon_hurts.png}} <span>{{#var: hurts}}</span> <div>
+
<div class="sheetScore" style="border-top: none;"><nowiki></nowiki>{{SERVER}}/liteimg/icon_hurts.png<nowiki></nowiki> <span>6</span> <div>
 
{|
 
{|
|'''[[最大伤势]]''': [[强壮]]{{#var: muscle}}{{#ifeq: |||+}}
+
|'''[[最大伤势]]''': [[强壮]]6
 
|}</div></div>
 
|}</div></div>
<div class="sheetScore">{{img|icon_acted.png}} <span>{{#var: acted}}</span> <div>
+
<div class="sheetScore"><nowiki></nowiki>{{SERVER}}/liteimg/icon_acted.png<nowiki></nowiki> <span>7</span> <div>
 
{|
 
{|
|'''[[最大疲劳]]''': [[灵巧]]{{#var: elastane}}{{#ifeq: |||+}}
+
|'''[[最大疲劳]]''': [[灵巧]]7
 
|}</div></div>
 
|}</div></div>
<div class="sheetScore">{{img|icon_leaks.png}} <span>{{#var: leaks}}</span> <div>
+
<div class="sheetScore"><nowiki></nowiki>{{SERVER}}/liteimg/icon_leaks.png<nowiki></nowiki> <span>9</span> <div>
 
{|
 
{|
|'''[[最大透支]]''': [[直觉]]{{#var: sense}}{{#ifeq: |||+}}
+
|'''[[最大透支]]''': [[直觉]]9
 
|}</div></div>
 
|}</div></div>
 
</div>
 
</div>
第168行: 第159行:
 
<div class="sheetCol" style="background-color: #f9eaed;">
 
<div class="sheetCol" style="background-color: #f9eaed;">
 
'''[[防御投骰]]'''
 
'''[[防御投骰]]'''
<div class="sheetScore" style="border-top: none;">{{img|icon_parrysheet.png}} <span>{{#var: parry}}{{img|icon_dicelarge.png}}</span> <div>
+
<div class="sheetScore" style="border-top: none;"><nowiki></nowiki>{{SERVER}}/liteimg/icon_parrysheet.png<nowiki></nowiki> <span>6<nowiki></nowiki>{{SERVER}}/liteimg/icon_dicelarge.png<nowiki></nowiki></span> <div>
 
{|
 
{|
|'''[[格挡]][[投骰]]''': [[强壮]]{{#var: muscle}}{{#ifeq: |||+}}
+
|'''[[格挡]][[投骰]]''': [[强壮]]6
 
|}</div></div>
 
|}</div></div>
<div class="sheetScore">{{img|icon_dodgesheet.png}} <span>{{#var: dodge}}{{img|icon_dicelarge.png}}</span> <div>
+
<div class="sheetScore"><nowiki></nowiki>{{SERVER}}/liteimg/icon_dodgesheet.png<nowiki></nowiki> <span>7<nowiki></nowiki>{{SERVER}}/liteimg/icon_dicelarge.png<nowiki></nowiki></span> <div>
 
{|
 
{|
|'''[[闪避]][[投骰]]''': [[灵巧]]{{#var: elastane}}{{#ifeq: |||+}}
+
|'''[[闪避]][[投骰]]''': [[灵巧]]7
 
|}</div></div>
 
|}</div></div>
<div class="sheetScore">{{img|icon_resistsheet.png}} <span>{{#var: resist}}{{img|icon_dicelarge.png}}</span> <div>
+
<div class="sheetScore"><nowiki></nowiki>{{SERVER}}/liteimg/icon_resistsheet.png<nowiki></nowiki> <span>9<nowiki></nowiki>{{SERVER}}/liteimg/icon_dicelarge.png<nowiki></nowiki></span> <div>
 
{|
 
{|
|'''[[抵抗]][[投骰]]''': [[直觉]]{{#var: sense}}{{#ifeq: |||+}}
+
|'''[[抵抗]][[投骰]]''': [[直觉]]9
 
|}</div></div>
 
|}</div></div>
 
</div>
 
</div>
第184行: 第175行:
 
<div class="sheetCol" style="margin-right: 4px; border-radius: 0 24px 24px 0; background-color: #f2f5f5;">
 
<div class="sheetCol" style="margin-right: 4px; border-radius: 0 24px 24px 0; background-color: #f2f5f5;">
 
'''[[防护]]属性'''
 
'''[[防护]]属性'''
<div class="sheetScore" style="border-top: none;">{{img|icon_savephysical.png}} <span>{{#ifeq: |y|{{img|icon_immune.png}}|{{#var: psave}}}}</span><div>
+
<div class="sheetScore" style="border-top: none;"><nowiki></nowiki>{{SERVER}}/liteimg/icon_savephysical.png<nowiki></nowiki> <span>3</span><div>
 
{|
 
{|
|'''[[物质防护]]''': {{#ifeq: |y|[[免疫]]|天生3}}
+
|'''[[物质防护]]''': 天生3
 
|}</div></div>
 
|}</div></div>
<div class="sheetScore">{{img|icon_saveenergetic.png}} <span>{{#ifeq: |y|{{img|icon_immune.png}}|{{#var: esave}}}}</span><div>
+
<div class="sheetScore"><nowiki></nowiki>{{SERVER}}/liteimg/icon_saveenergetic.png<nowiki></nowiki> <span>3</span><div>
 
{|
 
{|
|'''[[能量防护]]''': {{#ifeq: |y|[[免疫]]|天生3}}
+
|'''[[能量防护]]''': 天生3
 
|}</div></div>
 
|}</div></div>
<div class="sheetScore">{{img|icon_savespectral.png}} <span>{{#ifeq: |y|{{img|icon_immune.png}}|{{#var: ssave}}}}</span><div>
+
<div class="sheetScore"><nowiki></nowiki>{{SERVER}}/liteimg/icon_savespectral.png<nowiki></nowiki> <span>3</span><div>
 
{|
 
{|
|'''[[灵毒防护]]''': {{#ifeq: |y|[[免疫]]|天生3}}
+
|'''[[灵毒防护]]''': 天生3
 
|}</div></div>
 
|}</div></div>
 
</div>
 
</div>
第200行: 第191行:
 
<div class="sheetCol" style="margin-left:4px; border-radius: 24px 0 0 24px; background-color: #e7e6e7; text-align: right;">
 
<div class="sheetCol" style="margin-left:4px; border-radius: 24px 0 0 24px; background-color: #e7e6e7; text-align: right;">
 
<font style="margin-right:-4px;">'''其他'''</font>
 
<font style="margin-right:-4px;">'''其他'''</font>
<div class="sheetScore" style="border-top: none;">{{img|icon_reach.png}} <span>{{#var: reach}}<font style="font-size: 12px;">[[步]]</font></span><div>
+
<div class="sheetScore" style="border-top: none;"><nowiki></nowiki>{{SERVER}}/liteimg/icon_reach.png<nowiki></nowiki> <span>1<font style="font-size: 12px;">[[步]]</font></span><div>
 
{|
 
{|
 
|'''[[触及]]''': 中型1 [[步]]
 
|'''[[触及]]''': 中型1 [[步]]
 
|}</div></div>
 
|}</div></div>
<div class="sheetScore">{{img|icon_pace.png}} <span>{{#var: pace}}<font style="font-size: 12px;">[[步]]</font></span><div>
+
<div class="sheetScore"><nowiki></nowiki>{{SERVER}}/liteimg/icon_pace.png<nowiki></nowiki> <span>3<font style="font-size: 12px;">[[步]]</font></span><div>
 
{|
 
{|
 
|'''[[步幅]]''': 中型3 [[步]]
 
|'''[[步幅]]''': 中型3 [[步]]
 
|}</div></div>
 
|}</div></div>
<div class="sheetScore">{{img|icon_perception.png}} <span>
+
<div class="sheetScore"><nowiki></nowiki>{{SERVER}}/liteimg/icon_perception.png<nowiki></nowiki> <span>
 
{|style="width: 100%;"
 
{|style="width: 100%;"
|style="font-size: 16px; line-height:16px; text-align: right;"|{{img|icon_perception{{#var: perception}}small.png}} {{#var: perceptdist}}<font style="font-size: 12px;"> [[步]]</font>
+
|style="font-size: 16px; line-height:16px; text-align: right;"|<nowiki></nowiki>{{SERVER}}/liteimg/icon_perceptionvisionsmall.png<nowiki></nowiki> 100<font style="font-size: 12px;"> [[步]]</font>
 
|}</span> <div>'''主要[[感知]]''': [[视觉]] 100 [[步]]</div></div>
 
|}</span> <div>'''主要[[感知]]''': [[视觉]] 100 [[步]]</div></div>
 
</div>
 
</div>
第216行: 第207行:
 
<div class="sheetCol" style="margin-right: 4px; border-radius: 0 24px 24px 0; background-color: #e7e6e7; text-align: left;">
 
<div class="sheetCol" style="margin-right: 4px; border-radius: 0 24px 24px 0; background-color: #e7e6e7; text-align: left;">
 
<font style="margin-left:-4px;">'''属性'''</font>
 
<font style="margin-left:-4px;">'''属性'''</font>
<div class="sheetScore" style="border-top: none;">{{#ifeq: creature|char|{{img|icon_potential.png}}|{{img|icon_potentialnpc.png}}}} <span style="text-align:right;">{{#var: potentialused}}</span> <div>
+
<div class="sheetScore" style="border-top: none;"><nowiki></nowiki>{{SERVER}}/liteimg/icon_potentialnpc.png<nowiki></nowiki> <span style="text-align:right;">258</span> <div>
 
{|
 
{|
|{{#ifeq: creature|char|'''现有[[潜能]]''': {{#var: potential}}<br>'''[[潜能等级]]''': {{#var:potentialused}}|'''[[潜能等级]]''': {{#var: potentialused}}}}
+
|'''[[潜能等级]]''': 258
 
|}</div></div>
 
|}</div></div>
<div class="sheetScore">{{img|icon_capacity.png}} <span>
+
<div class="sheetScore"><nowiki></nowiki>{{SERVER}}/liteimg/icon_capacity.png<nowiki></nowiki> <span>
 
{|style="width:100%;"
 
{|style="width:100%;"
|style="font-size: 16px; line-height:16px; text-align: right;"|{{#var: cubage}}<font style="font-size: 12px;"> dl</font><br>{{#var: carryweight}}<font style="font-size: 12px;"> kg</font>
+
|style="font-size: 16px; line-height:16px; text-align: right;"|0<font style="font-size: 12px;"> dl</font><br>54<font style="font-size: 12px;"> kg</font>
 
|}</span> <div>
 
|}</span> <div>
 
{|style="width:280px; height: 100%;"
 
{|style="width:280px; height: 100%;"
|valign=middle align=left|'''最大[[容量]]''':  dl<br>'''最大[[载重]]''': [[强壮]]{{#var: muscle}}*9{{#ifeq: |||+}} kg
+
|valign=middle align=left|'''最大[[容量]]''':  dl<br>'''最大[[载重]]''': [[强壮]]6*9 kg
 
|}</div></div>
 
|}</div></div>
<div class="sheetScore">{{img|icon_heightnweight.png}}<span>
+
<div class="sheetScore"><nowiki></nowiki>{{SERVER}}/liteimg/icon_heightnweight.png<nowiki></nowiki><span>
 
{|style="width: 100%"
 
{|style="width: 100%"
|style="font-size: 16px; line-height:16px; text-align: right;"|{{#var: bodyheight}}<font style="font-size: 12px;"> m</font><br>{{#var: bodyweight}}<font style="font-size: 12px;"> kg</font>
+
|style="font-size: 16px; line-height:16px; text-align: right;"|0<font style="font-size: 12px;"> m</font><br>0<font style="font-size: 12px;"> kg</font>
 
|}</span> <div>
 
|}</span> <div>
 
{|style="width:280px; height: 100%;"
 
{|style="width:280px; height: 100%;"
第238行: 第229行:
 
<div style="float: left; height: 12px; width: 100%;"></div>
 
<div style="float: left; height: 12px; width: 100%;"></div>
  
{{tab_collapse|{{img|icon_featuresmall.png}}[[特征]]|width=100%}}
+
{| style="background: transparent; border: 1px #aaa solid; text-align: left; position:relative; " width=100% class="collapsible off"
 +
|-
 +
!style="font-weight: 400; border-style: none none hidden none; background: #eee; caption-side:left; text-align: left;" |<nowiki></nowiki>{{SERVER}}/liteimg/icon_featuresmall.png<nowiki></nowiki>[[特征]]
 +
|-
 
|
 
|
 
<div style="width:970px; float:left;">
 
<div style="width:970px; float:left;">
<div class="cardList" style="width:100%; {{#ifeq: {{:feature:中型}}
+
<div class="cardList" style="width:100%; ">
{{:feature:魔物}}||height: auto;|}}">
+
{{cardFeature|fullpagename=Feature:中型
{{#ifeq: {{:feature:中型}}
+
|name=中型
{{:feature:魔物}}||不具任何[[特征]]|{{:feature:中型}}
+
|add=
{{:feature:魔物}}}}
+
|img=
 +
|illustrator=
 +
|class=size
 +
|type=
 +
|subtype=v8
 +
|content=
 +
{{cardRow|
 +
'''基本信息''':{{sizeLevel|中型}}
 +
*'''[[身高]]/[[身长]]''':1.2~2.4m
 +
*'''[[体重]]''':35~150kg
 +
*'''[[占位]]''':直径1[[步]]
 +
*'''[[负载]]''':[[强壮]]×2
 +
}}
 +
|desc=因为规则作者的原因,这就是中型体型的标准。这个体型介于{{f|大型}}生物和{{f|小型}}生物之间,并不强大, 但适应力很不错。
 +
|descalign=left
 +
|adminicle={{/生物列表}}
 +
}}
 +
{{cardFeature|fullpagename=Feature:魔物
 +
|name=魔物
 +
|add=恶魔{{addon|}}
 +
|set=
 +
|contributor=[[user:Pucs|William Pucs]]@[http://www.necroz.com Necroz Studio]
 +
|illustrator=
 +
|img=
 +
|class=form
 +
|type=
 +
|subtype=v8
 +
|content=
 +
{{cardRow|
 +
'''基本信息'''
 +
*'''[[防护]]''':[[灵异防护]]+1
 +
*'''[[天赋]]''':{{a|愤怒之力}}
 +
}}
 +
|desc=“Fiend/Demon”
 +
魔物是混沌力量的象征,通常具有丑陋的外表和邪恶的本能。魔物的物种差异极大,因而导致了[[外貌]]和[[肢体]]皆有很大的不同,难以一语概之。
 +
|descalign=left
 +
|adminicle={{/生物列表}}
 +
}}
 
</div>
 
</div>
 
</div>
 
</div>
 
|}
 
|}
{{tab_collapse|{{img|icon_abilitysmall.png}}[[能力]] <font style<nowiki>=</nowiki>"color: #999999; font-weight:normal; font-size: smaller;">([[:category:强壮能力|强壮占用]]: {{#var: muscleoccupy}} [[:category:灵巧能力|灵巧占用]]: {{#var:elastaneoccupy}} [[:category:直觉能力|直觉占用]]: {{#var:senseoccupy}})</font>|width=100%}}
+
{| style="background: transparent; border: 1px #aaa solid; text-align: left; position:relative; " width=100% class="collapsible off"
 +
|-
 +
!style="font-weight: 400; border-style: none none hidden none; background: #eee; caption-side:left; text-align: left;" |<nowiki></nowiki>{{SERVER}}/liteimg/icon_abilitysmall.png<nowiki></nowiki>[[能力]] <font style<nowiki>=</nowiki>"color: #999999; font-weight:normal; font-size: smaller;">([[:强壮能力|强壮占用]]: 5 [[:灵巧能力|灵巧占用]]: 7 [[:直觉能力|直觉占用]]: 9)</font>
 +
|-
 
|
 
|
 
<div style="width:970px; float:left;">
 
<div style="width:970px; float:left;">
<div class="cardList" style="width:100%; {{#ifeq: {{:ability:蛮牛打击}}{{:ability:顺势打击}}
+
<div class="cardList" style="width:100%; ">
{{:ability:闪刺之击}}{{:ability:巧步}}
+
{{cardAbility|fullpagename=Ability:蛮牛打击
{{:ability:暗影缠绕}}{{:ability:破胆术}}||height: auto;|}}">
+
|name=蛮牛打击
{{#ifeq: {{:ability:蛮牛打击}}{{:ability:顺势打击}}
+
|add=
{{:ability:闪刺之击}}{{:ability:巧步}}
+
|gifted=
{{:ability:暗影缠绕}}{{:ability:破胆术}}||没有任何[[能力]]|{{:ability:蛮牛打击}}{{:ability:顺势打击}}
+
|contributor=[[user:Pucs|William Pucs]]@[http://www.necroz.com Necroz Studio]
{{:ability:闪刺之击}}{{:ability:巧步}}
+
|illustrator=
{{:ability:暗影缠绕}}{{:ability:破胆术}}}}
+
|img=
 +
|class=trait
 +
|action=
 +
|attr=m
 +
|rank=3
 +
|type=
 +
|subtype=v8
 +
|content=
 +
{{cardRow|
 +
'''[[获得能力|获得]]''':[[占用]]3[[强壮]],花费9[[潜能]]
 +
}}
 +
{{cardRow|
 +
'''[[施展]]''':[[近战攻击]]时用{{action|1|[[附加]]}}
 +
*此次攻击[[掷骰]]{{r|+2}}。[[命中]]后,你与受击者须分别掷{{r|[[强壮]]}}[[对抗]],若你赢得对抗,受击者将被[[击退]]3[[步]]且[[倒地]]。
 +
}}
 +
|desc=永远不要试图正面挑战一头发怒的野牛。
 +
}}{{subst::ability:顺势打击}}
 +
{{cardAbility|fullpagename=Ability:闪刺之击
 +
|name=闪刺之击
 +
|add=
 +
|gifted=
 +
|contributor=[[user:Pucs|William Pucs]]@[http://www.necroz.com Necroz Studio]
 +
|illustrator=
 +
|img=
 +
|class=stunt
 +
|action=
 +
|attr=a
 +
|rank=4
 +
|type=
 +
|subtype=v8
 +
|content=
 +
{{cardRow|
 +
'''[[获得能力|获得]]''':[[占用]]4[[活力]],花费12[[潜能]]
 +
}}
 +
{{cardRow|
 +
'''[[施展]]''':[[近战攻击]]时用{{action|1|[[附加]]}}
 +
*此次攻击无法被[[防御]]。在此次攻击之前与之后,你可以分别进行1次[[移动]]。
 +
}}
 +
|desc=在提里莫亚战场上,一直流传着闪灵剑客的传说。
 +
}}{{cardAbility|fullpagename=Ability:巧步
 +
|name=巧步
 +
|add=
 +
|gifted=
 +
|contributor=[[user:Pucs|William Pucs]]@[http://www.necroz.com Necroz Studio]
 +
|illustrator=
 +
|img=
 +
|class=stunt
 +
|action=
 +
|attr=a
 +
|rank=3
 +
|type=
 +
|subtype=v8
 +
|content=
 +
{{cardRow|
 +
'''[[获得能力|获得]]''':[[占用]]3[[活力]],花费9[[潜能]]
 +
}}
 +
{{cardRow|
 +
'''[[施展]]''':[[闪避]]时用{{action|1|[[附加]]}}
 +
*为此次闪避[[掷骰]]时可[[重掷]]最多3颗[[骰子]]
 +
*若达成[[完全防御]],你可以立即进行1次[[移动]]和1次[[近战攻击]]
 +
}}
 +
|desc=老练的战士总是懂得寻找更好的位置。
 +
}}
 +
{{cardAbility|fullpagename=Ability:暗影缠绕
 +
|name=暗影缠绕
 +
|add=
 +
|gifted=
 +
|contributor=[[user:Pucs|William Pucs]]@[http://www.necroz.com Necroz Studio]
 +
|illustrator=
 +
|img=
 +
|class=magic
 +
|attr=s
 +
|rank=4
 +
|type=巫术 法术
 +
|subtype=v8
 +
|content=
 +
{{cardRow|
 +
'''[[获得能力|获得]]''':[[占用]]4[[精神]],花费12[[潜能]]
 +
}}
 +
{{cardRow|
 +
'''[[施展]]''':{{action|2|[[战术]]}}
 +
*向9[[步]]内1个[[生物]]发射暗影能量,对其[[活力]]造成{{r|[[精神]]}}[[灵异攻击]](可[[抵抗]])。[[命中]]后该生物将被暗影能量缠绕住,直至下[[轮]]结束前都无法[[移动]]。
 +
}}
 +
|desc=敬畏黑暗,否则它将毫不留情地吞噬你。
 +
}}{{cardAbility|fullpagename=Ability:破胆术
 +
|name=破胆术
 +
|add=
 +
|gifted=
 +
|contributor=[[user:Pucs|William Pucs]]@[http://www.necroz.com Necroz Studio]
 +
|illustrator=
 +
|img=
 +
|class=magic
 +
|attr=s
 +
|rank=4
 +
|type=秘术 咒语
 +
|subtype=v8
 +
|content=
 +
{{cardRow|
 +
'''[[获得能力|获得]]''':[[占用]]4[[精神]],花费12[[潜能]]
 +
}}
 +
{{cardRow|
 +
'''[[施展]]''':{{action|1|[[战术]]}},每[[轮]]1次
 +
*向3[[步]]内的1个[[生物]]的心灵投射可怕的幻象,你与该生物须分别掷{{r|[[精神]]}}[[对抗]]。若你赢得对抗,该生物将陷入恐慌,并在等于对抗[[差值]]的[[轮]]数内(最多3轮)将所有[[机动]]用于远离你的[[移动]]。
 +
}}
 +
|desc=“即使是八尺大汉也可能畏惧小小的毒虫。”
 +
}}
 
</div>
 
</div>
 
</div>
 
</div>
 
|}
 
|}
{{tab_collapse|{{img|icon_equipsmall.png}}[[装备]]|width=100%}}
+
{| style="background: transparent; border: 1px #aaa solid; text-align: left; position:relative; " width=100% class="collapsible off"
 +
|-
 +
!style="font-weight: 400; border-style: none none hidden none; background: #eee; caption-side:left; text-align: left;" |<nowiki></nowiki>{{SERVER}}/liteimg/icon_equipsmall.png<nowiki></nowiki>[[装备]]
 +
|-
 
|
 
|
 
<div style="width:970px; float:left;">
 
<div style="width:970px; float:left;">
<div class="cardList" style="width:100%; {{#ifeq: {{:item:爪牙}}||height: auto;|}}">
+
<div class="cardList" style="width:100%; ">
{{#ifeq: {{:item:爪牙}}||没有[[装备]]任何[[物品]]|{{:item:爪牙}}}}
+
{{cardItem|fullpagename=Item:爪牙
 +
|name=爪牙
 +
|add={{itemAmount|}}{{addon|}}
 +
|set=
 +
|contributor=[[user:Pucs|William Pucs]]@[http://www.necroz.com Necroz Studio]
 +
|illustrator=
 +
|img=
 +
|class=naturalweapon
 +
|magical=
 +
|unique=
 +
|type=缠斗
 +
|subtype=v8
 +
|value=
 +
|weight=
 +
|content=
 +
{{cardRow|
 +
'''[[装备]]''':爪牙是你的天生武器,你无需[[装备]]或[[卸下]]它,也不妨碍你装备其他武器
 +
*未装备其它武器时,你无法进行[[格挡]]
 +
}}
 +
{{cardRow|
 +
'''[[近战攻击]]''':{{action|1|[[战术]]}}
 +
*对1个[[相邻]][[生物]]的[[强壮]]/[[活力]]造成2[[段]]{{r|[[强壮骰]]/[[活力骰]][[孰高]]÷2}}[[物理攻击]],[[穿透]]1[[防护]](可[[格挡]]/[[闪避]])
 +
}}
 +
|desc="Talon / Fangs"<br>服羣兽者,爪牙利而攫便也。
 +
|descalign=left
 +
}}
 
</div>
 
</div>
 
</div>
 
</div>
 
|}
 
|}
{{tab_collapse|{{img|icon_mountsmall.png}}[[骑乘]]|width=100%|customstyle={{#ifeq:|y|display:none;|}}}}
+
{| style="background: transparent; border: 1px #aaa solid; text-align: left; position:relative; " width=100% class="collapsible off"
 +
|-
 +
!style="font-weight: 400; border-style: none none hidden none; background: #eee; caption-side:left; text-align: left;" |<nowiki></nowiki>{{SERVER}}/liteimg/icon_mountsmall.png<nowiki></nowiki>[[骑乘]]
 +
|-
 
|
 
|
 
<div style="width:970px; float:left;">
 
<div style="width:970px; float:left;">
<div class="cardList" style="width:100%; {{#ifeq: ||height: auto;|}}">
+
<div class="cardList" style="width:100%; height: auto;">
{{#ifeq: ||没有[[骑乘]]任何[[坐骑]]|}}
+
没有[[骑乘]]任何[[坐骑]]
 
</div>
 
</div>
 
</div>
 
</div>
 
|}
 
|}
{{tab_collapse|{{img|icon_backpacksmall.png}}[[携带]]|width=100%}}
+
{| style="background: transparent; border: 1px #aaa solid; text-align: left; position:relative; " width=100% class="collapsible off"
 +
|-
 +
!style="font-weight: 400; border-style: none none hidden none; background: #eee; caption-side:left; text-align: left;" |<nowiki></nowiki>{{SERVER}}/liteimg/icon_backpacksmall.png<nowiki></nowiki>[[携带]]
 +
|-
 
|
 
|
 
<div style="width:970px; float:left;">
 
<div style="width:970px; float:left;">
<div class="cardList" style="width:100%; {{#ifeq: ||height: auto;|}}">
+
<div class="cardList" style="width:100%; height: auto;">
{{#ifeq: ||没有[[携带]]任何[[物品]]|}}
+
没有[[携带]]任何[[物品]]
 
</div>
 
</div>
 
</div>
 
</div>
 
|}
 
|}
{{#ifeq: ||<div style="float: left; height: 12px; width: 100%;"></div>|
+
<div style="float: left; height: 12px; width: 100%;"></div>
<div style="float: left; height: 12px; width: 100%;"></div>}}
+
 
<div class="sheetCol" style="float: left; width: 472px; height: 318px; border-radius: 24px; background-color: #f7f8f8; margin: 0 4px 0 4px; text-align: center; overflow: hidden;">
 
<div class="sheetCol" style="float: left; width: 472px; height: 318px; border-radius: 24px; background-color: #f7f8f8; margin: 0 4px 0 4px; text-align: center; overflow: hidden;">
 
:;传记
 
:;传记
 
<div class="sheetNote">
 
<div class="sheetNote">
{{#ifeq: ||关于{{#ifeq: 提里莫亚恶魔||无名氏|提里莫亚恶魔}}的来历始终是个谜...|}}
+
关于提里莫亚恶魔的来历始终是个谜...
 
</div></div>
 
</div></div>
 
<div class="sheetCol" style="float: left; width: 472px; height: 318px; border-radius: 24px; background-color: #f2f5ce; margin: 0 4px 0 4px; text-align: center; overflow: hidden;">
 
<div class="sheetCol" style="float: left; width: 472px; height: 318px; border-radius: 24px; background-color: #f2f5ce; margin: 0 4px 0 4px; text-align: center; overflow: hidden;">
 
:;速记
 
:;速记
 
<div class="sheetNote">
 
<div class="sheetNote">
{{#ifeq: ;作用效果
+
;作用效果
 
* 魔物: 在战斗中每当你增加1次伤势, 就会为你的所有投骰增加1优势. 这个效果持续到你结束战斗. 你可以随时消除本效果.
 
* 魔物: 在战斗中每当你增加1次伤势, 就会为你的所有投骰增加1优势. 这个效果持续到你结束战斗. 你可以随时消除本效果.
  
 
; 常用攻击
 
; 常用攻击
* 爪牙, 近战攻击(主攻): {{#ifeq:0|||{{#ifeq:0|0|[<font class="second">[[瞬间]]</font>]|[<font class="second">[[行动]]</font><font class="secondDesc">0</font>]}}}}{{#ifeq:|||[<font class="second">[[维持]]</font><font class="secondDesc"></font>]}}{{#ifeq:1|||[<font class="second">[[破绽]]</font><font class="secondDesc">1</font>]}} <font class="rolldice">6</font>{{#ifeq: {{#switch: |sum = 1| true = 1| 1 = 1| y = 1| yes = 1| #default=0}}|1|{{imglink|icon_dicesum.png|骰面}}|{{imglink|icon_dice.png|点数}}}}<font class="rollmod"></font>物质攻击{{#ifeq:格挡/闪避|||<font style="font-weight:bold;"> vs </font>格挡/闪避}}||暂时没有任何速记内容|;作用效果
+
* 爪牙, 近战攻击(主攻): [<font class="second">[[瞬间]]</font>][<font class="second">[[破绽]]</font><font class="secondDesc">1</font>] <font class="rolldice">6</font><span class="plainlinks imagelink">[{{FULLURL:点数}} {{SERVER}}/liteimg/icon_dice.png]</span><font class="rollmod"></font>物质攻击<font style="font-weight:bold;"> vs </font>格挡/闪避
* 魔物: 在战斗中每当你增加1次伤势, 就会为你的所有投骰增加1优势. 这个效果持续到你结束战斗. 你可以随时消除本效果.
+
 
+
; 常用攻击
+
* 爪牙, 近战攻击(主攻): {{#ifeq:0|||{{#ifeq:0|0|[<font class="second">[[瞬间]]</font>]|[<font class="second">[[行动]]</font><font class="secondDesc">0</font>]}}}}{{#ifeq:|||[<font class="second">[[维持]]</font><font class="secondDesc"></font>]}}{{#ifeq:1|||[<font class="second">[[破绽]]</font><font class="secondDesc">1</font>]}} <font class="rolldice">6</font>{{#ifeq: {{#switch: |sum = 1| true = 1| 1 = 1| y = 1| yes = 1| #default=0}}|1|{{imglink|icon_dicesum.png|骰面}}|{{imglink|icon_dice.png|点数}}}}<font class="rollmod"></font>物质攻击{{#ifeq:格挡/闪避|||<font style="font-weight:bold;"> vs </font>格挡/闪避}}}}
+
 
</div></div>
 
</div></div>
  
</div>{{#ifeq: {{FULLPAGENAME}}|Creature:提里莫亚恶魔|{{#replaceset:魔物 大型|/(\S+)/i=[[category:\1]]|}}{{#replaceset:v6|/(\S+)/i=[[category:\1]]|}}{{#replaceset:{{#var:charcampaignset}}|/(\S+)/i=[[category:世界设定-\1]]|}}{{#switch: creature|char=[[category:玩家角色]]|npc=[[category:非玩家角色]]|#default=}}{{#ifeq: |y|[[category:坐骑]]|}}{{#var:charcontributor}}|}}
+
</div>

在2019年10月27日 (日) 09:56的最新修订版本