个人工具

归档/v6/Creature:骷髅/c:弓箭手

出自Meshal Lite

跳转到: 导航, 搜索
第2行: 第2行:
 
<div style="display:none;"><!--数据处理: 这个部分会被包含在1个隐藏容器内, 不影响排版-->
 
<div style="display:none;"><!--数据处理: 这个部分会被包含在1个隐藏容器内, 不影响排版-->
 
<!--文本转化处理-->
 
<!--文本转化处理-->
{{#vardefine: absolutepagename|Creature:骷髅/c:弓箭手}}
+
 
{{#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|属性42+特征(伤势3x3+防御1x3+防护5x3)+能力7x3+装备(1000+600+250)/10000|y}}}}
+
 
  
 
<!--素质属性求和-->
 
<!--素质属性求和-->
{{#vardefine: muscle|{{#ifeq: ||{{expr|基础5|y}}| }} }}
+
 
{{#vardefine: elastane|{{#ifeq: ||{{expr|基础5|y}}| }} }}
+
 
{{#vardefine: sense|{{#ifeq: ||{{expr|基础2|y}}| }} }}
+
 
  
 
<!--素质占用求和-->
 
<!--素质占用求和-->
{{#vardefine: muscleoccupy|{{expr||y}}}}
+
 
{{#vardefine: elastaneoccupy|{{expr|瞄准1+急速装填3|y}}}}
+
 
{{#vardefine: senseoccupy|{{expr|精准射击3|y}}}}
+
 
  
 
<!--损耗属性求和-->
 
<!--损耗属性求和-->
{{#vardefine: hurts|{{#ifeq: ||{{#expr: {{#var: muscle}}+{{expr|天生3|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|天生1|y}}}}| }} }}
+
 
{{#vardefine: resist|{{#ifeq: ||{{#expr: {{#var: sense}}+{{expr||y}}}}| }} }}
+
 
  
 
<!--防护求和-->
 
<!--防护求和-->
{{#vardefine: psave|{{#ifeq: ||{{expr|天生2|y}}| }} }}
+
 
{{#vardefine: esave|{{#ifeq: ||{{expr|天生1+装备1|y}}| }} }}
+
 
{{#vardefine: ssave|{{#ifeq: ||{{expr|天生2|y}}| }} }}
+
 
  
 
<!--距离求和-->
 
<!--距离求和-->
{{#vardefine: reach|{{#ifeq: ||{{expr|中型1|y}}| }} }}
+
 
{{#vardefine: pace|{{#ifeq: ||{{expr|中型3|y}}|{{{固定步幅}}} }} }}
+
 
{{#vardefine: perceptdist|{{#ifeq: ||{{expr|30|y}}| }} }}
+
 
  
 
<!--负载-->
 
<!--负载-->
{{#vardefine: carryweight|{{#ifeq: ||{{#expr: {{#var: muscle}}*9+{{expr||y}}}}| }} }}
+
 
{{#vardefine: cubage|{{#ifeq: ||{{expr|中型600|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>
 
<!--数据处理结束--></div>
<!--添加子页面入口-->{{#ifeq: {{FULLPAGENAME}}|Creature:骷髅/c:弓箭手|{{#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 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>
第123行: 第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
 
|valign=middle align=left style="font-size: 9.5pt; line-height:18px;"|[[头部]]x1 [[躯干]]x1 [[手臂]]x2 [[腿脚]]x2
第137行: 第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><strong class="error">表达式错误:无法识别的标点“{”</strong></span><div>
 
{|
 
{|
 
|'''[[强壮]]''': 基础5
 
|'''[[强壮]]''': 基础5
 
|}</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><strong class="error">表达式错误:无法识别的标点“{”</strong></span> <div>
 
{|
 
{|
 
|'''[[灵巧]]''': 基础5
 
|'''[[灵巧]]''': 基础5
 
|}</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><strong class="error">表达式错误:无法识别的标点“{”</strong></span> <div>
 
{|
 
{|
 
|'''[[直觉]]''': 基础2
 
|'''[[直觉]]''': 基础2
第153行: 第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><strong class="error">表达式错误:未预料的&lt;操作符</strong></span> <div>
 
{|
 
{|
|'''[[最大伤势]]''': [[强壮]]{{#var: muscle}}{{#ifeq: 天生3|||+天生3}}
+
|'''[[最大伤势]]''': [[强壮]]<strong class="error">表达式错误:无法识别的标点“{”</strong>+天生3
 
|}</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><strong class="error">表达式错误:未预料的&lt;操作符</strong></span> <div>
 
{|
 
{|
|'''[[最大疲劳]]''': [[灵巧]]{{#var: elastane}}{{#ifeq: |||+}}
+
|'''[[最大疲劳]]''': [[灵巧]]<strong class="error">表达式错误:无法识别的标点“{”</strong>
 
|}</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><strong class="error">表达式错误:未预料的&lt;操作符</strong></span> <div>
 
{|
 
{|
|'''[[最大透支]]''': [[直觉]]{{#var: sense}}{{#ifeq: |||+}}
+
|'''[[最大透支]]''': [[直觉]]<strong class="error">表达式错误:无法识别的标点“{”</strong>
 
|}</div></div>
 
|}</div></div>
 
</div>
 
</div>
第169行: 第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><strong class="error">表达式错误:未预料的&lt;操作符</strong><nowiki></nowiki>{{SERVER}}/liteimg/icon_dicelarge.png<nowiki></nowiki></span> <div>
 
{|
 
{|
|'''[[格挡]][[投骰]]''': [[强壮]]{{#var: muscle}}{{#ifeq: |||+}}
+
|'''[[格挡]][[投骰]]''': [[强壮]]<strong class="error">表达式错误:无法识别的标点“{”</strong>
 
|}</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><strong class="error">表达式错误:未预料的&lt;操作符</strong><nowiki></nowiki>{{SERVER}}/liteimg/icon_dicelarge.png<nowiki></nowiki></span> <div>
 
{|
 
{|
|'''[[闪避]][[投骰]]''': [[灵巧]]{{#var: elastane}}{{#ifeq: 天生1|||+天生1}}
+
|'''[[闪避]][[投骰]]''': [[灵巧]]<strong class="error">表达式错误:无法识别的标点“{”</strong>+天生1
 
|}</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><strong class="error">表达式错误:未预料的&lt;操作符</strong><nowiki></nowiki>{{SERVER}}/liteimg/icon_dicelarge.png<nowiki></nowiki></span> <div>
 
{|
 
{|
|'''[[抵抗]][[投骰]]''': [[直觉]]{{#var: sense}}{{#ifeq: |||+}}
+
|'''[[抵抗]][[投骰]]''': [[直觉]]<strong class="error">表达式错误:无法识别的标点“{”</strong>
 
|}</div></div>
 
|}</div></div>
 
</div>
 
</div>
第185行: 第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>{{#ifeq: y|y|{{#ifeq: {{#replaceset: 天生2|/([^\d\+\-\*\/+-*/×÷\(\)()])/i=|÷=/|+=+|-=-|*=*|/=/|×=*|(=(|)=)}}||0|{{#if: {{#expr: {{#replaceset: 天生2|/([^\d\+\-\*\/+-*/×÷\(\)()])/i=|÷=/|+=+|-=-|*=*|/=/|×=*|(=(|)=)}}}} < 0|{{#expr: ceil({{#replaceset: 天生2|/([^\d\+\-\*\/+-*/×÷\(\)()])/i=|÷=/|+=+|-=-|*=*|/=/|×=*|(=(|)=)}})}}|{{#expr: floor({{#replaceset: 天生2|/([^\d\+\-\*\/+-*/×÷\(\)()])/i=|÷=/|+=+|-=-|*=*|/=/|×=*|(=(|)=)}})}}}}}}|{{#replaceset: 天生2|/([^\d\+\-\*\/+-*/×÷\(\)()])/i=|÷=/|+=+|-=-|*=*|/=/|×=*|(=(|)=)}}}}</span><div>
 
{|
 
{|
|'''[[物质防护]]''': {{#ifeq: |y|[[免疫]]|天生2}}
+
|'''[[物质防护]]''': 天生2
 
|}</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>{{#ifeq: y|y|{{#ifeq: {{#replaceset: 天生1+装备1|/([^\d\+\-\*\/+-*/×÷\(\)()])/i=|÷=/|+=+|-=-|*=*|/=/|×=*|(=(|)=)}}||0|{{#if: {{#expr: {{#replaceset: 天生1+装备1|/([^\d\+\-\*\/+-*/×÷\(\)()])/i=|÷=/|+=+|-=-|*=*|/=/|×=*|(=(|)=)}}}} < 0|{{#expr: ceil({{#replaceset: 天生1+装备1|/([^\d\+\-\*\/+-*/×÷\(\)()])/i=|÷=/|+=+|-=-|*=*|/=/|×=*|(=(|)=)}})}}|{{#expr: floor({{#replaceset: 天生1+装备1|/([^\d\+\-\*\/+-*/×÷\(\)()])/i=|÷=/|+=+|-=-|*=*|/=/|×=*|(=(|)=)}})}}}}}}|{{#replaceset: 天生1+装备1|/([^\d\+\-\*\/+-*/×÷\(\)()])/i=|÷=/|+=+|-=-|*=*|/=/|×=*|(=(|)=)}}}}</span><div>
 
{|
 
{|
|'''[[能量防护]]''': {{#ifeq: |y|[[免疫]]|天生1+装备1}}
+
|'''[[能量防护]]''': 天生1+装备1
 
|}</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>{{#ifeq: y|y|{{#ifeq: {{#replaceset: 天生2|/([^\d\+\-\*\/+-*/×÷\(\)()])/i=|÷=/|+=+|-=-|*=*|/=/|×=*|(=(|)=)}}||0|{{#if: {{#expr: {{#replaceset: 天生2|/([^\d\+\-\*\/+-*/×÷\(\)()])/i=|÷=/|+=+|-=-|*=*|/=/|×=*|(=(|)=)}}}} < 0|{{#expr: ceil({{#replaceset: 天生2|/([^\d\+\-\*\/+-*/×÷\(\)()])/i=|÷=/|+=+|-=-|*=*|/=/|×=*|(=(|)=)}})}}|{{#expr: floor({{#replaceset: 天生2|/([^\d\+\-\*\/+-*/×÷\(\)()])/i=|÷=/|+=+|-=-|*=*|/=/|×=*|(=(|)=)}})}}}}}}|{{#replaceset: 天生2|/([^\d\+\-\*\/+-*/×÷\(\)()])/i=|÷=/|+=+|-=-|*=*|/=/|×=*|(=(|)=)}}}}</span><div>
 
{|
 
{|
|'''[[灵毒防护]]''': {{#ifeq: |y|[[免疫]]|天生2}}
+
|'''[[灵毒防护]]''': 天生2
 
|}</div></div>
 
|}</div></div>
 
</div>
 
</div>
第201行: 第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><strong class="error">表达式错误:无法识别的标点“{”</strong><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><strong class="error">表达式错误:无法识别的标点“{”</strong><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_perceptionvibrationsmall.png<nowiki></nowiki> <strong class="error">表达式错误:无法识别的标点“{”</strong><font style="font-size: 12px;"> [[步]]</font>
 
|}</span> <div>'''主要[[感知]]''': [[震感]] 30 [[步]]</div></div>
 
|}</span> <div>'''主要[[感知]]''': [[震感]] 30 [[步]]</div></div>
 
</div>
 
</div>
第217行: 第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;">{{#ifeq: y|y|{{#ifeq: {{#replaceset: 属性42+特征(伤势3x3+防御1x3+防护5x3)+能力7x3+装备(1000+600+250)/10000|/([^\d\+\-\*\/+-*/×÷\(\)()])/i=|÷=/|+=+|-=-|*=*|/=/|×=*|(=(|)=)}}||0|{{#if: {{#expr: {{#replaceset: 属性42+特征(伤势3x3+防御1x3+防护5x3)+能力7x3+装备(1000+600+250)/10000|/([^\d\+\-\*\/+-*/×÷\(\)()])/i=|÷=/|+=+|-=-|*=*|/=/|×=*|(=(|)=)}}}} < 0|{{#expr: ceil({{#replaceset: 属性42+特征(伤势3x3+防御1x3+防护5x3)+能力7x3+装备(1000+600+250)/10000|/([^\d\+\-\*\/+-*/×÷\(\)()])/i=|÷=/|+=+|-=-|*=*|/=/|×=*|(=(|)=)}})}}|{{#expr: floor({{#replaceset: 属性42+特征(伤势3x3+防御1x3+防护5x3)+能力7x3+装备(1000+600+250)/10000|/([^\d\+\-\*\/+-*/×÷\(\)()])/i=|÷=/|+=+|-=-|*=*|/=/|×=*|(=(|)=)}})}}}}}}|{{#replaceset: 属性42+特征(伤势3x3+防御1x3+防护5x3)+能力7x3+装备(1000+600+250)/10000|/([^\d\+\-\*\/+-*/×÷\(\)()])/i=|÷=/|+=+|-=-|*=*|/=/|×=*|(=(|)=)}}}}</span> <div>
 
{|
 
{|
|{{#ifeq: creature|char|'''现有[[潜能]]''': {{#var: potential}}<br>'''[[潜能等级]]''': {{#var:potentialused}}|'''[[潜能等级]]''': {{#var: potentialused}}}}
+
|'''[[潜能等级]]''': {{#ifeq: y|y|{{#ifeq: {{#replaceset: 属性42+特征(伤势3x3+防御1x3+防护5x3)+能力7x3+装备(1000+600+250)/10000|/([^\d\+\-\*\/+-*/×÷\(\)()])/i=|÷=/|+=+|-=-|*=*|/=/|×=*|(=(|)=)}}||0|{{#if: {{#expr: {{#replaceset: 属性42+特征(伤势3x3+防御1x3+防护5x3)+能力7x3+装备(1000+600+250)/10000|/([^\d\+\-\*\/+-*/×÷\(\)()])/i=|÷=/|+=+|-=-|*=*|/=/|×=*|(=(|)=)}}}} < 0|{{#expr: ceil({{#replaceset: 属性42+特征(伤势3x3+防御1x3+防护5x3)+能力7x3+装备(1000+600+250)/10000|/([^\d\+\-\*\/+-*/×÷\(\)()])/i=|÷=/|+=+|-=-|*=*|/=/|×=*|(=(|)=)}})}}|{{#expr: floor({{#replaceset: 属性42+特征(伤势3x3+防御1x3+防护5x3)+能力7x3+装备(1000+600+250)/10000|/([^\d\+\-\*\/+-*/×÷\(\)()])/i=|÷=/|+=+|-=-|*=*|/=/|×=*|(=(|)=)}})}}}}}}|{{#replaceset: 属性42+特征(伤势3x3+防御1x3+防护5x3)+能力7x3+装备(1000+600+250)/10000|/([^\d\+\-\*\/+-*/×÷\(\)()])/i=|÷=/|+=+|-=-|*=*|/=/|×=*|(=(|)=)}}}}
 
|}</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;"|<strong class="error">表达式错误:无法识别的标点“{”</strong><font style="font-size: 12px;"> dl</font><br><strong class="error">表达式错误:未预料的&lt;操作符</strong><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|'''最大[[容量]]''': 中型600 dl<br>'''最大[[载重]]''': [[强壮]]{{#var: muscle}}*9{{#ifeq: |||+}} kg
+
|valign=middle align=left|'''最大[[容量]]''': 中型600 dl<br>'''最大[[载重]]''': [[强壮]]<strong class="error">表达式错误:无法识别的标点“{”</strong>*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;"|<strong class="error">表达式错误:无法识别的标点“{”</strong><font style="font-size: 12px;"> m</font><br><strong class="error">表达式错误:无法识别的标点“{”</strong><font style="font-size: 12px;"> kg</font>
 
|}</span> <div>
 
|}</span> <div>
 
{|style="width:280px; height: 100%;"
 
{|style="width:280px; height: 100%;"
第239行: 第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: {{subst:creature:骷髅/f:骷髅}}
+
<div class="cardList" style="width:100%; ">
 +
{{subst:creature:骷髅/f:骷髅}}
 
[[feature:中型]]
 
[[feature:中型]]
[[feature:亡灵]]||height: auto;|}}">
+
[[feature:亡灵]]
{{#ifeq: {{subst:creature:骷髅/f:骷髅}}
+
[[feature:中型]]
+
[[feature:亡灵]]||不具任何[[特征]]|{{subst:creature:骷髅/f:骷髅}}
+
[[feature:中型]]
+
[[feature:亡灵]]}}
+
 
</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;">([[:category:强壮能力|强壮占用]]: {{#ifeq: y|y|{{#ifeq: {{#replaceset: |/([^\d\+\-\*\/+-*/×÷\(\)()])/i=|÷=/|+=+|-=-|*=*|/=/|×=*|(=(|)=)}}||0|{{#if: {{#expr: {{#replaceset: |/([^\d\+\-\*\/+-*/×÷\(\)()])/i=|÷=/|+=+|-=-|*=*|/=/|×=*|(=(|)=)}}}} < 0|{{#expr: ceil({{#replaceset: |/([^\d\+\-\*\/+-*/×÷\(\)()])/i=|÷=/|+=+|-=-|*=*|/=/|×=*|(=(|)=)}})}}|{{#expr: floor({{#replaceset: |/([^\d\+\-\*\/+-*/×÷\(\)()])/i=|÷=/|+=+|-=-|*=*|/=/|×=*|(=(|)=)}})}}}}}}|{{#replaceset: |/([^\d\+\-\*\/+-*/×÷\(\)()])/i=|÷=/|+=+|-=-|*=*|/=/|×=*|(=(|)=)}}}} [[:category:灵巧能力|灵巧占用]]: {{#ifeq: y|y|{{#ifeq: {{#replaceset: 瞄准1+急速装填3|/([^\d\+\-\*\/+-*/×÷\(\)()])/i=|÷=/|+=+|-=-|*=*|/=/|×=*|(=(|)=)}}||0|{{#if: {{#expr: {{#replaceset: 瞄准1+急速装填3|/([^\d\+\-\*\/+-*/×÷\(\)()])/i=|÷=/|+=+|-=-|*=*|/=/|×=*|(=(|)=)}}}} < 0|{{#expr: ceil({{#replaceset: 瞄准1+急速装填3|/([^\d\+\-\*\/+-*/×÷\(\)()])/i=|÷=/|+=+|-=-|*=*|/=/|×=*|(=(|)=)}})}}|{{#expr: floor({{#replaceset: 瞄准1+急速装填3|/([^\d\+\-\*\/+-*/×÷\(\)()])/i=|÷=/|+=+|-=-|*=*|/=/|×=*|(=(|)=)}})}}}}}}|{{#replaceset: 瞄准1+急速装填3|/([^\d\+\-\*\/+-*/×÷\(\)()])/i=|÷=/|+=+|-=-|*=*|/=/|×=*|(=(|)=)}}}} [[:category:直觉能力|直觉占用]]: {{#ifeq: y|y|{{#ifeq: {{#replaceset: 精准射击3|/([^\d\+\-\*\/+-*/×÷\(\)()])/i=|÷=/|+=+|-=-|*=*|/=/|×=*|(=(|)=)}}||0|{{#if: {{#expr: {{#replaceset: 精准射击3|/([^\d\+\-\*\/+-*/×÷\(\)()])/i=|÷=/|+=+|-=-|*=*|/=/|×=*|(=(|)=)}}}} < 0|{{#expr: ceil({{#replaceset: 精准射击3|/([^\d\+\-\*\/+-*/×÷\(\)()])/i=|÷=/|+=+|-=-|*=*|/=/|×=*|(=(|)=)}})}}|{{#expr: floor({{#replaceset: 精准射击3|/([^\d\+\-\*\/+-*/×÷\(\)()])/i=|÷=/|+=+|-=-|*=*|/=/|×=*|(=(|)=)}})}}}}}}|{{#replaceset: 精准射击3|/([^\d\+\-\*\/+-*/×÷\(\)()])/i=|÷=/|+=+|-=-|*=*|/=/|×=*|(=(|)=)}}}})</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%; ">
{{cardAbility
+
[[ability:瞄准]][[ability:急速装填]]
|name=精准射击
+
<div style="display:none;"><!--数据处理: 这个部分会被包含在1个隐藏容器内, 不影响排版-->
|add={{addon|}}
+
<!--此处处理压缩显示样式-->
|img=defaultcardimg.jpg
+
{{#ifeq:{{#var:callCardSimple}}|y|
|illustrator=
+
{{#vardefine:_cardImgCss|display:none;}}
|class=trait
+
{{#vardefine:_cardHeight|height:auto;}}
|action=
+
{{#vardefine:_cardContentPos|position:relative;}}
|attr=s
+
{{#vardefine:_cardDecoCss|display: block; float:none; right: 0; width: 100%; text-align: right; margin: 0; padding: 0; border-radius: 0; height: auto;}}
|rank=3
+
{{#vardefine:_cardDecoSpanCss|display: inline;}}
|type=
+
|}}
|subtype=v7
+
|content=
+
{{cardRow|
+
'''[[获得能力|获得]]''': [[占用]]3[[直觉]], 花费9[[潜能]]
+
}}
+
{{cardRow|
+
'''[[施展]]''': [[远程攻击]]+{{sec||2}}
+
  
根据此次[[攻击]][[投骰]]所用的[[素质]], 获得下述效果:
+
<!--卡牌颜色处理--><!--此处为7版前的模板内容-->
*由[[灵巧]]决定: 获得[[直觉]]÷2[[优势]]
+
{{#vardefine:_cardcolor|{{#switch:
*由[[直觉]]决定: 获得[[灵巧]]÷2[[优势]]
+
| ra=FFF59D
*由其他方式决定(其他[[属性]], 或是由多项[[素质]]共同决定): 获得3[[优势]].
+
| ta=FFE39D
}}
+
| ea=E7E39D
|desc=手眼协调, 是一名合格射手的基本素养.
+
| ia=FFCE9D
}}||height: auto;|}}">
+
| nc=E6F9B2
{{#ifeq: [[ability:瞄准]][[ability:急速装填]]
+
| pa=F0E8D6
{{cardAbility
+
|#default=FFE39D}}}}
|name=精准射击
+
|add={{addon|}}
+
|img=defaultcardimg.jpg
+
|illustrator=
+
|class=trait
+
|action=
+
|attr=s
+
|rank=3
+
|type=
+
|subtype=v7
+
|content=
+
{{cardRow|
+
'''[[获得能力|获得]]''': [[占用]]3[[直觉]], 花费9[[潜能]]
+
}}
+
{{cardRow|
+
'''[[施展]]''': [[远程攻击]]+{{sec||2}}
+
  
根据此次[[攻击]][[投骰]]所用的[[素质]], 获得下述效果:
+
{{#vardefine:_cardcolor|{{#ifeq:|y|rgba(240, 232, 214, .75)|rgba(255, 227, 157, .75)}}}}
*由[[灵巧]]决定: 获得[[直觉]]÷2[[优势]]
+
 
*由[[直觉]]决定: 获得[[灵巧]]÷2[[优势]]
+
<!--属性类型图标-->
*由其他方式决定(其他[[属性]], 或是由多项[[素质]]共同决定): 获得3[[优势]].
+
{{#vardefine:_attricon|{{#switch: s
}}
+
| m=might
|desc=手眼协调, 是一名合格射手的基本素养.
+
| e=energy<!--废弃-->
}}||没有任何[[能力]]|[[ability:瞄准]][[ability:急速装填]]
+
| a=agility
{{cardAbility
+
| s=spirit
|name=精准射击
+
| t=talent<!--兼容v7-->
|add={{addon|}}
+
| g=gifted
|img=defaultcardimg.jpg
+
| #default = ability}}}}
|illustrator=
+
 
|class=trait
+
<!--属性类型文字图标-->
|action=
+
{{#vardefine:_attrfont|{{#switch: s
|attr=s
+
| m = {{img|symbol_m.png}}
|rank=3
+
| e = {{img|symbol_e.png}}<!--废弃-->
|type=
+
| a = {{img|symbol_a.png}}
|subtype=v7
+
| s = {{img|symbol_s.png}}
|content=
+
| #default = {{img|symbol_c.png}}}}}}
{{cardRow|
+
 
 +
<!--属性类型文字-->
 +
{{#vardefine:_attrtitle|{{#switch: s
 +
| m=强壮能力
 +
| e=活力能力<!--废弃-->
 +
| a=活力能力
 +
| s=精神能力
 +
| t=天赋能力<!--兼容v7-->
 +
| g=天赋能力
 +
| #default = 通用能力}}}}
 +
 
 +
<!--派系类型文字-->
 +
{{#vardefine:_classtype|{{#switch: trait
 +
|stunt=技巧
 +
|power=异能
 +
|lore=学识
 +
|language=语言<!--兼容v7-->
 +
|magic=魔法
 +
|#default=}}}}
 +
 
 +
<!--能力类型图标-->
 +
{{#vardefine:_classicon|{{#switch: trait
 +
|stunt=stunt
 +
|power=power
 +
|lore=lore
 +
|magic=magic
 +
|#default=ability}}}}
 +
 
 +
<!--能力等级图标-->
 +
{{#vardefine:_rankicon|{{#ifeq: 3|||{{img|icon_abilityrank_3.png}}}}}}
 +
 
 +
<!--能力等级文字图标-->
 +
{{#vardefine:_rankfont|{{#switch: 3
 +
| 0 = {{img|symbol_0.png}}
 +
| 1 = {{img|symbol_1.png}}
 +
| 2 = {{img|symbol_2.png}}
 +
| 3 = {{img|symbol_3.png}}
 +
| 4 = {{img|symbol_4.png}}
 +
| 5 = {{img|symbol_5.png}}
 +
| 6 = {{img|symbol_6.png}}
 +
| 7 = {{img|symbol_7.png}}
 +
| 8 = {{img|symbol_8.png}}
 +
| 9 = {{img|symbol_9.png}}
 +
| 10 = {{img|symbol_10.png}}
 +
| #default = }}}}
 +
 
 +
<!--能力等级文字-->
 +
{{#vardefine:_ranktitle|{{#ifeq: 3|||3级能力}}}}
 +
 
 +
<!--能力占用参数-->
 +
{{#ifeq:|y||{{#vardefine:sustains|{{#expr:{{#var:sustains}}+3}}}}}}
 +
 
 +
<!--行动类型图标-->
 +
{{#vardefine:_casttype|{{#ifeq: |pa|passive|active}}}}
 +
 
 +
{{#vardefine:_actionicon|{{#switch: <!--兼容v7-->
 +
| ra=readyaction
 +
| ta=tacticalaction
 +
| ea=emergentaction
 +
| ia=instantaction
 +
|#default=}}}}
 +
 
 +
<!--行动类型文字-->
 +
{{#vardefine:_casttitle|{{#ifeq: |pa|[[被动]]能力|[[主动]]能力}}}}
 +
{{#vardefine:_actiontitle|{{#switch: <!--兼容v7-->
 +
| ra=[[准备行动]]
 +
| ta=[[战术行动]]
 +
| ea=[[应变行动]]
 +
| ia=[[瞬间行动]]
 +
|#default=}}}}
 +
 
 +
<!--世界设定-->
 +
{{#vardefine:_campaignset|{{#ifexist: /settings|{{/settings}}|经典}} }}
 +
 
 +
<!--是否是原始页面-->
 +
{{#vardefine:_originpage|{{#switch: {{FULLPAGENAME}}
 +
|=1
 +
|{{ucfirst: Ability:精准射击}}=1
 +
|#default=}}}}
 +
 
 +
<!--数据处理结束--></div>
 +
{{#ifeq: {{FULLPAGENAME}}||<div class="cardWrapper">|}}<!--卡牌外框--><div class="cardFrm {{#ifeq: {{FULLPAGENAME}}||cardFrmInPage|}}" style="border-color:{{#var:_cardcolor}};{{#var:_cardHeight}}">
 +
<!--卡牌头部--><div class="cardHead bg-blur" style="background-color:{{#var:_cardcolor}};"><span class="iconSymbol">{{img|ico_{{#var:_classicon}}.png}}</span> <span class="cardTitle">{{#ifeq: ||[[ability:精准射击|精准射击]]|[[精准射击]]}}</span>{{#ifeq:|||<span class="cardTitleAdd">()</span>}}<span class="cardType">{{#ifeq: {{#var:_classtype}}|||[[{{#var:_classtype}}]]}} {{#replaceset:|/(\S+)/i=[[\1]]|}}
 +
</span></div>
 +
<!--配图--><div class="cardImage" style="{{#var:_cardImgCss}}">{{#ifeq:defaultcardimg.jpg||{{img|cardimage/defaultcardimg.jpg}}|defaultcardimg.jpg }}</div>
 +
<!--内容容器--><div class="cardContent bg-blur" style="border-top-color: {{#var:_cardcolor}};{{#var:_cardContentPos}}">
 +
<!--门类装饰--><div class="cardDeco bg-blur-brighter" style="background-color:{{#var:_cardcolor}}; {{#var:_cardDecoCss}}"><!--{{img|icon_{{#var:{{{fullpagename|}}}_attricon}}_small.png}}-->{{#var:_attrfont}}<span style="{{#var:_cardDecoSpanCss}}">{{#ifeq: {{#var:_attrtitle}}|||[[{{#var:_attrtitle}}]]}}</span> <!--{{#var:{{{fullpagename|}}}_rankicon}}-->{{#var:_rankfont}}<span style="{{#var:_cardDecoSpanCss}}">{{#ifeq: {{#var:_ranktitle}}|||[[{{#var:_ranktitle}}]]}}</span></div><!--具体内容--><div class="cardRow">
 
'''[[获得能力|获得]]''': [[占用]]3[[直觉]], 花费9[[潜能]]
 
'''[[获得能力|获得]]''': [[占用]]3[[直觉]], 花费9[[潜能]]
}}
+
</div>
{{cardRow|
+
<div class="cardRow">
'''[[施展]]''': [[远程攻击]]+{{sec||2}}
+
'''[[施展]]''': [[远程攻击]]+{{#ifeq:|||{{#ifeq:|0|[<font class="second">[[瞬间]]</font>]|[<font class="second">[[行动]]</font><font class="secondDesc"></font>]}}}}{{#ifeq:|||[<font class="second">[[维持]]</font><font class="secondDesc"></font>]}}{{#ifeq:2|||[<font class="second">[[破绽]]</font><font class="secondDesc">2</font>]}}
  
 
根据此次[[攻击]][[投骰]]所用的[[素质]], 获得下述效果:
 
根据此次[[攻击]][[投骰]]所用的[[素质]], 获得下述效果:
第330行: 第385行:
 
*由[[直觉]]决定: 获得[[灵巧]]÷2[[优势]]
 
*由[[直觉]]决定: 获得[[灵巧]]÷2[[优势]]
 
*由其他方式决定(其他[[属性]], 或是由多项[[素质]]共同决定): 获得3[[优势]].
 
*由其他方式决定(其他[[属性]], 或是由多项[[素质]]共同决定): 获得3[[优势]].
}}
+
</div><!--额外资料-->{{#ifeq: {{FULLPAGENAME}}|||{{#ifeq: |||<div class="cardRow" style="text-align:right;">{{#ifeq: ||[[ability:精准射击|» 关于 精准射击 的更多资料, 请在此处查阅]]|[[» 关于 精准射击 的更多资料, 请在此处查阅]]}}</div>}}}}
|desc=手眼协调, 是一名合格射手的基本素养.
+
<!--附文-->{{#ifeq:手眼协调, 是一名合格射手的基本素养.|||<div class="cardDesc" style="text-align:right;">
}}}}
+
手眼协调, 是一名合格射手的基本素养.</div>}}
 +
</div>
 +
</div>{{#ifeq: {{FULLPAGENAME}}||{{#ifeq: {{#var:_classtype}}|||[[category:{{#var:_classtype}}]]}}{{#replaceset:|/(\S+)/i=[[category:\1]]|}}[[category:{{#var:_attrtitle}}]]{{#ifeq:{{#var:_ranktitle}}|||[[category:{{#var:_ranktitle}}]]}}{{#replaceset:v7|/(\S+)/i=[[category:\1]]|}}{{#replaceset:{{#var:_campaignset}}|/(\S+)/i=[[category:世界设定-\1]]|}}
 +
<div class="cardAdminicle">
 +
</div></div>
 +
<div class="contributor">本内容由 {{#ifeq:||[[Meshal Design Team]]|}} 贡献{{#ifeq:|||{{#ifeq:|||<nowiki> / </nowiki>}}插图由  贡献}}</div>
 +
<!--添加子页面入口--><div class="portalDiv">{{#ifeq: {{FULLPAGENAME}}||{{#ifingroup:sysop|
 +
<span class="editEntrance">» 创建子页面<inputbox>
 +
type=create
 +
width=24
 +
break=no
 +
bgcolor=#ffffff
 +
placeholder=子页面名
 +
prefix={{FULLPAGENAME}}/
 +
buttonlabel=创建子页面
 +
</inputbox></span>
 +
|}}|}}
 +
{{subpages}}{{regsettings}}{{purgepage}}</div>
 +
|}}
 
</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:拳脚|2]][[item:短弓/朽坏的|1]]
+
<div class="cardList" style="width:100%; ">
[[item:轻质皮甲/朽坏的|1]][[item:皮靴/朽坏的|1]]||height: auto;|}}">
+
[[item:拳脚|2]][[item:短弓/朽坏的|1]]
{{#ifeq: [[item:拳脚|2]][[item:短弓/朽坏的|1]]
+
[[item:轻质皮甲/朽坏的|1]][[item:皮靴/朽坏的|1]]
[[item:轻质皮甲/朽坏的|1]][[item:皮靴/朽坏的|1]]||没有[[装备]]任何[[物品]]|[[item:拳脚|2]][[item:短弓/朽坏的|1]]
+
[[item:轻质皮甲/朽坏的|1]][[item:皮靴/朽坏的|1]]}}
+
 
</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: [[item:箭支/朽坏的|12]]||height: auto;|}}">
+
<div class="cardList" style="width:100%; ">
{{#ifeq: [[item:箭支/朽坏的|12]]||没有[[携带]]任何[[物品]]|[[item:箭支/朽坏的|12]]}}
+
[[item:箭支/朽坏的|12]]
 
</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: ;常用攻击
+
;常用攻击
• 用[[Item:短弓/朽坏的|短弓/朽坏的]][[主攻]]: <font class="actiondesc">ta[[机动|<font style="text-shadow:1px 1px 1px #999999;">⚡️</font>]]2</font> <font style="padding:1px; border:1px solid rgba(204,204,204,.5); background:#eeeeee; border-radius:8px;-moz-border-radius:8px;"><font style="margin:0px 1px 0px 1px; border:1px solid rgba(255,255,255,.5); padding:1px; background:#dddddd; border-radius:8px;-moz-border-radius:8px; font-weight:bold;"><font style="padding:2px 12px 2px 4px; border:1px solid rgba(255,255,255,.5); padding:1px; background:#d0d0d0; border-radius:12px;-moz-border-radius:12px;">'''3{{#ifeq: {{#switch: |sum = 1| true = 1| 1 = 1| y = 1| yes = 1| #default=0}}|1|{{imglink|icon_dicesum.png|骰面}}|{{imglink|icon_dice.png|点数}}}}'''</font></font>{{#ifeq: [[物质攻击]]|||<font style="padding-right: 1px;">'''[[物质攻击]]'''</font>}}</font> 射程6~9步, 消耗1发弹药
+
• 用[[Item:短弓/朽坏的|短弓/朽坏的]][[主攻]]: <font class="actiondesc">ta[[机动|<font style="text-shadow:1px 1px 1px #999999;">⚡️</font>]]2</font> <font style="padding:1px; border:1px solid rgba(204,204,204,.5); background:#eeeeee; border-radius:8px;-moz-border-radius:8px;"><font style="margin:0px 1px 0px 1px; border:1px solid rgba(255,255,255,.5); padding:1px; background:#dddddd; border-radius:8px;-moz-border-radius:8px; font-weight:bold;"><font style="padding:2px 12px 2px 4px; border:1px solid rgba(255,255,255,.5); padding:1px; background:#d0d0d0; border-radius:12px;-moz-border-radius:12px;">'''3<span class="plainlinks imagelink">[{{FULLURL:点数}} {{SERVER}}/liteimg/icon_dice.png]</span>'''</font></font><font style="padding-right: 1px;">'''[[物质攻击]]'''</font></font> 射程6~9步, 消耗1发弹药
 
<br>- 弹药: [[Item:箭支/朽坏的|箭支/朽坏的]], 用<font class="actiondesc">ta[[机动|<font style="text-shadow:1px 1px 1px #999999;">⚡️</font>]]1</font>装填, 1次1发, 最多1发
 
<br>- 弹药: [[Item:箭支/朽坏的|箭支/朽坏的]], 用<font class="actiondesc">ta[[机动|<font style="text-shadow:1px 1px 1px #999999;">⚡️</font>]]1</font>装填, 1次1发, 最多1发
  
第380行: 第459行:
 
• 震感: 所有方位对你而言都是正面.<br>
 
• 震感: 所有方位对你而言都是正面.<br>
 
• 亡灵: 若非特别注明, 心智和疫病效果对你不起作用. <br>
 
• 亡灵: 若非特别注明, 心智和疫病效果对你不起作用. <br>
• 亡灵: 所有由神圣能力对你造成的恢复效果都会变成伤害效果. 且此类效果减少伤势的作用会替换成增加等量的伤势.||暂时没有任何速记内容|;常用攻击
+
• 亡灵: 所有由神圣能力对你造成的恢复效果都会变成伤害效果. 且此类效果减少伤势的作用会替换成增加等量的伤势.
• 用[[Item:短弓/朽坏的|短弓/朽坏的]][[主攻]]: <font class="actiondesc">ta[[机动|<font style="text-shadow:1px 1px 1px #999999;">⚡️</font>]]2</font> <font style="padding:1px; border:1px solid rgba(204,204,204,.5); background:#eeeeee; border-radius:8px;-moz-border-radius:8px;"><font style="margin:0px 1px 0px 1px; border:1px solid rgba(255,255,255,.5); padding:1px; background:#dddddd; border-radius:8px;-moz-border-radius:8px; font-weight:bold;"><font style="padding:2px 12px 2px 4px; border:1px solid rgba(255,255,255,.5); padding:1px; background:#d0d0d0; border-radius:12px;-moz-border-radius:12px;">'''3{{#ifeq: {{#switch: |sum = 1| true = 1| 1 = 1| y = 1| yes = 1| #default=0}}|1|{{imglink|icon_dicesum.png|骰面}}|{{imglink|icon_dice.png|点数}}}}'''</font></font>{{#ifeq: [[物质攻击]]|||<font style="padding-right: 1px;">'''[[物质攻击]]'''</font>}}</font> 射程6~9步, 消耗1发弹药
+
<br>- 弹药: [[Item:箭支/朽坏的|箭支/朽坏的]], 用<font class="actiondesc">ta[[机动|<font style="text-shadow:1px 1px 1px #999999;">⚡️</font>]]1</font>装填, 1次1发, 最多1发
+
 
+
;效果
+
• 震感: 所有方位对你而言都是正面.<br>
+
• 亡灵: 若非特别注明, 心智和疫病效果对你不起作用. <br>
+
• 亡灵: 所有由神圣能力对你造成的恢复效果都会变成伤害效果. 且此类效果减少伤势的作用会替换成增加等量的伤势.}}
+
 
</div></div>
 
</div></div>
  
</div>{{#ifeq: {{FULLPAGENAME}}|Creature:骷髅/c:弓箭手|{{#replaceset:亡灵|/(\S+)/i=[[category:\1]]|}}{{#replaceset:v5|/(\S+)/i=[[category:\1]]|}}{{#replaceset:{{#var:charcampaignset}}|/(\S+)/i=[[category:世界设定-\1]]|}}{{#switch: creature|char=[[category:玩家角色]]|npc=[[category:非玩家角色]]|#default=}}{{#ifeq: |y|[[category:坐骑]]|}}{{#var:charcontributor}}{{subpages}}|}}
+
</div>

在2019年10月25日 (五) 06:58所做的修订版本