个人工具

归档/v5/Creature:地精/c:枪手

出自Meshal Lite

< 归档 | v5 | Creature:地精(修订版本间的差异)
跳转到: 导航, 搜索
 
(由1名用户作出的2个中途修订版本未被显示)
第1行: 第1行:
 +
{{old}}
 
<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|装备3000/10000|y}}}}
+
 
  
 
<!--素质属性求和-->
 
<!--素质属性求和-->
{{#vardefine: muscle|{{#ifeq: ||{{expr|基础3-特征1|y}}| }} }}
+
 
{{#vardefine: elastane|{{#ifeq: ||{{expr|基础3+特征1|y}}| }} }}
+
 
{{#vardefine: sense|{{#ifeq: ||{{expr|基础3|y}}| }} }}
+
 
  
 
<!--素质占用求和-->
 
<!--素质占用求和-->
{{#vardefine: muscleoccupy|{{expr||y}}}}
+
 
{{#vardefine: elastaneoccupy|{{expr||y}}}}
+
 
{{#vardefine: senseoccupy|{{expr||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|装备0|y}}| }} }}
+
 
{{#vardefine: esave|{{#ifeq: ||{{expr|装备1|y}}| }} }}
+
 
{{#vardefine: ssave|{{#ifeq: ||{{expr|装备0|y}}| }} }}
+
 
  
 
<!--距离求和-->
 
<!--距离求和-->
{{#vardefine: reach|{{#ifeq: ||{{expr|小型1|y}}| }} }}
+
 
{{#vardefine: pace|{{#ifeq: ||{{expr|小型2|y}}|{{{固定步幅}}} }} }}
+
 
{{#vardefine: perceptdist|{{#ifeq: ||{{expr|100|y}}| }} }}
+
 
  
 
<!--负载-->
 
<!--负载-->
{{#vardefine: carryweight|{{#ifeq: ||{{#expr: {{#var: muscle}}*9+{{expr||y}}}}| }} }}
+
 
{{#vardefine: cubage|{{#ifeq: ||{{expr|小型500|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: Goblin Pikeman||无|Goblin Pikeman}}</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>'''[[代号]]''': Goblin Pikeman</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
 
|valign=middle align=left style="font-size: 9.5pt; line-height:18px;"|[[头部]]x1 [[躯干]]x1 [[手臂]]x2 [[腿脚]]x2
第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>2</span><div>
 
{|
 
{|
 
|'''[[强壮]]''': 基础3-特征1
 
|'''[[强壮]]''': 基础3-特征1
 
|}</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>4</span> <div>
 
{|
 
{|
 
|'''[[灵巧]]''': 基础3+特征1
 
|'''[[灵巧]]''': 基础3+特征1
 
|}</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>3</span> <div>
 
{|
 
{|
 
|'''[[直觉]]''': 基础3
 
|'''[[直觉]]''': 基础3
第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>2</span> <div>
 
{|
 
{|
|'''[[最大伤势]]''': [[强壮]]{{#var: muscle}}{{#ifeq: |||+}}
+
|'''[[最大伤势]]''': [[强壮]]2
 
|}</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>4</span> <div>
 
{|
 
{|
|'''[[最大疲劳]]''': [[灵巧]]{{#var: elastane}}{{#ifeq: |||+}}
+
|'''[[最大疲劳]]''': [[灵巧]]4
 
|}</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>3</span> <div>
 
{|
 
{|
|'''[[最大透支]]''': [[直觉]]{{#var: sense}}{{#ifeq: |||+}}
+
|'''[[最大透支]]''': [[直觉]]3
 
|}</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>2<nowiki></nowiki>{{SERVER}}/liteimg/icon_dicelarge.png<nowiki></nowiki></span> <div>
 
{|
 
{|
|'''[[格挡]][[投骰]]''': [[强壮]]{{#var: muscle}}{{#ifeq: |||+}}
+
|'''[[格挡]][[投骰]]''': [[强壮]]2
 
|}</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>4<nowiki></nowiki>{{SERVER}}/liteimg/icon_dicelarge.png<nowiki></nowiki></span> <div>
 
{|
 
{|
|'''[[闪避]][[投骰]]''': [[灵巧]]{{#var: elastane}}{{#ifeq: |||+}}
+
|'''[[闪避]][[投骰]]''': [[灵巧]]4
 
|}</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>3<nowiki></nowiki>{{SERVER}}/liteimg/icon_dicelarge.png<nowiki></nowiki></span> <div>
 
{|
 
{|
|'''[[抵抗]][[投骰]]''': [[直觉]]{{#var: sense}}{{#ifeq: |||+}}
+
|'''[[抵抗]][[投骰]]''': [[直觉]]3
 
|}</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>0</span><div>
 
{|
 
{|
|'''[[物质防护]]''': {{#ifeq: |y|[[免疫]]|装备0}}
+
|'''[[物质防护]]''': 装备0
 
|}</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>1</span><div>
 
{|
 
{|
|'''[[能量防护]]''': {{#ifeq: |y|[[免疫]]|装备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>0</span><div>
 
{|
 
{|
|'''[[灵毒防护]]''': {{#ifeq: |y|[[免疫]]|装备0}}
+
|'''[[灵毒防护]]''': 装备0
 
|}</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>2<font style="font-size: 12px;">[[步]]</font></span><div>
 
{|
 
{|
 
|'''[[步幅]]''': 小型2 [[步]]
 
|'''[[步幅]]''': 小型2 [[步]]
 
|}</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;">1</span> <div>
 
{|
 
{|
|{{#ifeq: creature|char|'''现有[[潜能]]''': {{#var: potential}}<br>'''[[潜能等级]]''': {{#var:potentialused}}|'''[[潜能等级]]''': {{#var: potentialused}}}}
+
|'''[[潜能等级]]''': 1
 
|}</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;"|500<font style="font-size: 12px;"> dl</font><br>18<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|'''最大[[容量]]''': 小型500 dl<br>'''最大[[载重]]''': [[强壮]]{{#var: muscle}}*9{{#ifeq: |||+}} kg
+
|valign=middle align=left|'''最大[[容量]]''': 小型500 dl<br>'''最大[[载重]]''': [[强壮]]2*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: {{subst::creature:地精/f:地精}}
+
<div class="cardList" style="width:100%; ">
{{cardFeature|fullpagename=Feature:小型
+
{{subst::creature:地精/f:地精}}
|name=小型
+
<div style="display:none;"><!--数据处理: 这个部分会被包含在1个隐藏容器内, 不影响排版-->
|add=
+
<!--此处处理压缩显示样式-->
|img=
+
{{#ifeq:{{#var:callCardSimple}}|y|
|illustrator=
+
{{#vardefine:Feature:小型_cardImgCss|display:none;}}
|class=size
+
{{#vardefine:Feature:小型_cardHeight|height:auto;}}
|type=
+
{{#vardefine:Feature:小型_cardContentPos|position:relative;}}
|subtype=v8
+
|}}
|content=
+
 
{{cardRow|
+
<!--卡牌颜色处理-->
'''基本信息''':{{sizeLevel|s}}
+
{{#vardefine:Feature:小型_cardcolor|rgba(241, 209, 255, .75)}}
*'''[[身高]]''':0.6~1.2m
+
 
*'''[[体重]]''':5~35kg
+
<!--分类文本-->
*'''[[占位]]''':直径1[[步]]
+
{{#vardefine:Feature:小型_classtype|{{#switch: size
*'''[[负载]]''':[[强壮]]×1
+
|species=种族
----
+
|race=种族
* 你无法[[装备]][[重型]][[武器]]/[[防具]]
+
|gender=性别
}}
+
|size=体型
|desc=小型生物要比{{f|中型}}生物小一些,大约只有中型生物的一半身高。
+
|form=形态
|adminicle={{/生物列表}}
+
|worship=信仰
}}
+
|perception=感知方式
{{cardFeature|fullpagename=Feature:人形
+
|mobility=移动方式
|name=人形
+
|#default=}}}}
|add=类人生物
+
 
|img=
+
<!--特征类型图标-->
|illustrator=
+
{{#vardefine:Feature:小型_classicon|{{#switch: size
|class=form
+
|species=species
|type=
+
|race=race
|subtype=v8
+
|gender=gender
|content=
+
|size=size
|desc=“Humanoid”<br>人形生物通常具有头部、躯干、双手和双足(偶有多手或多足的人形生物),某些人形生物也具有更多肢体。多数人型生物都习惯于直立活动。
+
|form=form
|descalign=left
+
|worship=worship
|adminicle={{/生物列表}}
+
|perception=perception
}}||height: auto;|}}">
+
|mobility=mobility
{{#ifeq: {{subst::creature:地精/f:地精}}
+
|#default=feature}}}}
{{cardFeature|fullpagename=Feature:小型
+
 
|name=小型
+
<!--世界设定-->
|add=
+
{{#vardefine:Feature:小型_campaignset|{{#ifexist: Feature:小型/settings|{{Feature:小型/settings}}|经典}} }}
|img=
+
 
|illustrator=
+
<!--是否是原始页面-->
|class=size
+
{{#vardefine:Feature:小型_originpage|{{#switch: {{FULLPAGENAME}}
|type=
+
|Feature:小型=1
|subtype=v8
+
|#default=}}}}
|content=
+
 
{{cardRow|
+
<!--数据处理结束--></div>
'''基本信息'''{{sizeLevel|s}}
+
{{#ifeq: Feature:小型|{{FULLPAGENAME}}|<div class="cardWrapper">|}}<!--卡牌外框--><div class="cardFrm {{#ifeq: {{FULLPAGENAME}}|Feature:小型|cardFrmInPage|}}" style="border-color:{{#var:Feature:小型_cardcolor}};{{#var:Feature:小型_cardHeight}}">
 +
<!--卡牌头部--><div class="cardHead bg-blur" style="background-color:{{#var:Feature:小型_cardcolor}};"><span class="iconSymbol">{{img|ico_{{#var:Feature:小型_classicon}}.png}}</span> <span class="cardTitle">{{#ifeq: Feature:小型||[[feature:小型|小型]]|[[Feature:小型|小型]]}}</span>{{#ifeq:|||<span class="cardTitleAdd">()</span>}}<span class="cardType">{{#ifeq: {{#var:Feature:小型_classtype}}|||[[{{#var:Feature:小型_classtype}}]]}} {{#replaceset:|/(\S+)/i=[[\1]]|}}
 +
</span></div>
 +
<!--配图--><div class="cardImage" style="{{#var:Feature:小型_cardImgCss}}">{{#ifeq:||{{img|cardimage/defaultcardimg.jpg}}| }}</div>
 +
<!--内容容器--><div class="cardContent bg-blur" style="border-top-color: {{#var:Feature:小型_cardcolor}};{{#var:Feature:小型_cardContentPos}}"><!--具体内容--><div class="cardRow">
 +
'''基本信息''':{{#vardefine: size|{{#switch: s
 +
|t=1
 +
|s=2
 +
|m=3
 +
|b=4
 +
|h=5
 +
|g=6
 +
|微型=1
 +
|小型=2
 +
|中型=3
 +
|大型=4
 +
|巨型=5
 +
|超巨型=6
 +
|#default = 3}}}}{{#vardefine: title|{{#ifeq: |y|{{#switch: {{#var:size}}
 +
|1={{f|微型}}
 +
|2={{f|小型}}
 +
|3={{f|中型}}
 +
|4={{f|大型}}
 +
|5={{f|巨型}}
 +
|6={{f|超巨型}}
 +
|#default=}}|}}}}{{#vardefine: style|style="font-weight: bold; font-size: bigger; line-height: 2.5em; margin: 6px 0; border-top: 1px solid; border-bottom: 1px solid; padding-bottom: 2px; padding-top: 1px;"}}<span class="cardInfo">{{#ifeq:{{#var:title}}||[[体型等级]]{{#var: size}}|'''{{#var:title}}'''([[体型等级|体型等级]]{{#var:size}})}}<div class="bg-blur">
 +
<span {{#ifeq: {{#var: size}}|1|{{#var: style}}|}}>1:微型</span><br>
 +
<span {{#ifeq: {{#var: size}}|2|{{#var: style}}|}}>2:小型</span><br>
 +
<span {{#ifeq: {{#var: size}}|3|{{#var: style}}|}}>3:中型</span><br>
 +
<span {{#ifeq: {{#var: size}}|4|{{#var: style}}|}}>4:大型</span><br>
 +
<span {{#ifeq: {{#var: size}}|5|{{#var: style}}|}}>5:巨型</span><br>
 +
<span {{#ifeq: {{#var: size}}|6|{{#var: style}}|}}>6:超巨型</span>
 +
</div></span>
 
*'''[[身高]]''':0.6~1.2m
 
*'''[[身高]]''':0.6~1.2m
 
*'''[[体重]]''':5~35kg
 
*'''[[体重]]''':5~35kg
第294行: 第320行:
 
----
 
----
 
* 你无法[[装备]][[重型]][[武器]]/[[防具]]
 
* 你无法[[装备]][[重型]][[武器]]/[[防具]]
}}
+
</div><!--额外资料-->{{#ifeq: {{FULLPAGENAME}}|Feature:小型||{{#ifeq: {{/生物列表}}|||<div class="cardRow" style="text-align:right;">{{#ifeq: Feature:小型||[[feature:小型|» 关于 小型 的更多资料, 请在此处查阅]]|[[Feature:小型|» 关于 小型 的更多资料, 请在此处查阅]]}}</div>}}}}
|desc=小型生物要比{{f|中型}}生物小一些,大约只有中型生物的一半身高。
+
<!--附文-->{{#ifeq:小型生物要比[[Feature:中型|中型]]生物小一些,大约只有中型生物的一半身高。|||<div class="cardDesc" style="text-align:right;">
|adminicle={{/生物列表}}
+
小型生物要比[[Feature:中型|中型]]生物小一些,大约只有中型生物的一半身高。</div>}}
}}
+
</div>
{{cardFeature|fullpagename=Feature:人形
+
</div>{{#ifeq: Feature:小型|{{FULLPAGENAME}}|{{#ifeq: {{#var:Feature:小型_classtype}}|||[[category:{{#var:Feature:小型_classtype}}]]}}{{#replaceset:|/(\S+)/i=[[category:\1]]|}}{{#replaceset:v8|/(\S+)/i=[[category:\1]]|}}{{#replaceset:{{#var:Feature:小型_campaignset}}|/(\S+)/i=[[category:世界设定-\1]]|}}
|name=人形
+
<div class="cardAdminicle">
|add=类人生物
+
{{/生物列表}}</div></div>
|img=
+
<div class="contributor">本内容由 {{#ifeq:||[[Meshal Design Team]]|}} 贡献{{#ifeq:|||{{#ifeq:|||<nowiki> / </nowiki>}}插图由  贡献}}</div>
|illustrator=
+
<!--添加子页面入口--><div class="portalDiv">{{#ifeq: Feature:小型|{{FULLPAGENAME}}|{{#ifingroup:sysop|
|class=form
+
<span class="editEntrance">» 创建子页面<inputbox>
|type=
+
type=create
|subtype=v8
+
width=24
|content=
+
break=no
|desc=“Humanoid”<br>人形生物通常具有头部、躯干、双手和双足(偶有多手或多足的人形生物),某些人形生物也具有更多肢体。多数人型生物都习惯于直立活动。
+
bgcolor=#ffffff
|descalign=left
+
placeholder=子页面名
|adminicle={{/生物列表}}
+
prefix={{FULLPAGENAME}}/
}}||不具任何[[特征]]|{{subst::creature:地精/f:地精}}
+
buttonlabel=创建子页面
{{cardFeature|fullpagename=Feature:小型
+
</inputbox></span>
|name=小型
+
|}}|}}
|add=
+
{{subpages}}{{regsettings}}{{purgepage}}</div>
|img=
+
|}}
|illustrator=
+
 
|class=size
+
<div style="display:none;"><!--数据处理: 这个部分会被包含在1个隐藏容器内, 不影响排版-->
|type=
+
<!--此处处理压缩显示样式-->
|subtype=v8
+
{{#ifeq:{{#var:callCardSimple}}|y|
|content=
+
{{#vardefine:Feature:人形_cardImgCss|display:none;}}
{{cardRow|
+
{{#vardefine:Feature:人形_cardHeight|height:auto;}}
'''基本信息''':{{sizeLevel|s}}
+
{{#vardefine:Feature:人形_cardContentPos|position:relative;}}
*'''[[身高]]''':0.6~1.2m
+
|}}
*'''[[体重]]''':5~35kg
+
 
*'''[[占位]]''':直径1[[]]
+
<!--卡牌颜色处理-->
*'''[[负载]]''':[[强壮]]×1
+
{{#vardefine:Feature:人形_cardcolor|rgba(241, 209, 255, .75)}}
----
+
 
* 你无法[[装备]][[重型]][[武器]]/[[防具]]
+
<!--分类文本-->
}}
+
{{#vardefine:Feature:人形_classtype|{{#switch: form
|desc=小型生物要比{{f|中型}}生物小一些,大约只有中型生物的一半身高。
+
|species=种族
|adminicle={{/生物列表}}
+
|race=种族
}}
+
|gender=性别
{{cardFeature|fullpagename=Feature:人形
+
|size=体型
|name=人形
+
|form=形态
|add=类人生物
+
|worship=信仰
|img=
+
|perception=感知方式
|illustrator=
+
|mobility=移动方式
|class=form
+
|#default=}}}}
|type=
+
 
|subtype=v8
+
<!--特征类型图标-->
|content=
+
{{#vardefine:Feature:人形_classicon|{{#switch: form
|desc=“Humanoid”<br>人形生物通常具有头部、躯干、双手和双足(偶有多手或多足的人形生物),某些人形生物也具有更多肢体。多数人型生物都习惯于直立活动。
+
|species=species
|descalign=left
+
|race=race
|adminicle={{/生物列表}}
+
|gender=gender
}}}}
+
|size=size
 +
|form=form
 +
|worship=worship
 +
|perception=perception
 +
|mobility=mobility
 +
|#default=feature}}}}
 +
 
 +
<!--世界设定-->
 +
{{#vardefine:Feature:人形_campaignset|{{#ifexist: Feature:人形/settings|{{Feature:人形/settings}}|经典}} }}
 +
 
 +
<!--是否是原始页面-->
 +
{{#vardefine:Feature:人形_originpage|{{#switch: {{FULLPAGENAME}}
 +
|Feature:人形=1
 +
|#default=}}}}
 +
 
 +
<!--数据处理结束--></div>
 +
{{#ifeq: Feature:人形|{{FULLPAGENAME}}|<div class="cardWrapper">|}}<!--卡牌外框--><div class="cardFrm {{#ifeq: {{FULLPAGENAME}}|Feature:人形|cardFrmInPage|}}" style="border-color:{{#var:Feature:人形_cardcolor}};{{#var:Feature:人形_cardHeight}}">
 +
<!--卡牌头部--><div class="cardHead bg-blur" style="background-color:{{#var:Feature:人形_cardcolor}};"><span class="iconSymbol">{{img|ico_{{#var:Feature:人形_classicon}}.png}}</span> <span class="cardTitle">{{#ifeq: Feature:人形||[[feature:人形|人形]]|[[Feature:人形|人形]]}}</span>{{#ifeq:|||<span class="cardTitleAdd">()</span>}}<span class="cardType">{{#ifeq: {{#var:Feature:人形_classtype}}|||[[{{#var:Feature:人形_classtype}}]]}} {{#replaceset:|/(\S+)/i=[[\1]]|}}
 +
</span></div>
 +
<!--配图--><div class="cardImage" style="{{#var:Feature:人形_cardImgCss}}">{{#ifeq:||{{img|cardimage/defaultcardimg.jpg}}| }}</div>
 +
<!--内容容器--><div class="cardContent bg-blur" style="border-top-color: {{#var:Feature:人形_cardcolor}};{{#var:Feature:人形_cardContentPos}}"><!--具体内容--><!--额外资料-->{{#ifeq: {{FULLPAGENAME}}|Feature:人形||{{#ifeq: {{/生物列表}}|||<div class="cardRow" style="text-align:right;">{{#ifeq: Feature:人形||[[feature:人形|» 关于 人形 的更多资料, 请在此处查阅]]|[[Feature:人形|» 关于 人形 的更多资料, 请在此处查阅]]}}</div>}}}}
 +
<!--附文-->{{#ifeq:“Humanoid”<br>人形生物通常具有头部、躯干、双手和双足(偶有多手或多足的人形生物),某些人形生物也具有更多肢体。多数人型生物都习惯于直立活动。|||<div class="cardDesc" style="text-align:left;">
 +
“Humanoid”<br>人形生物通常具有头部、躯干、双手和双足(偶有多手或多足的人形生物),某些人形生物也具有更多肢体。多数人型生物都习惯于直立活动。</div>}}
 +
</div>
 +
</div>{{#ifeq: Feature:人形|{{FULLPAGENAME}}|{{#ifeq: {{#var:Feature:人形_classtype}}|||[[category:{{#var:Feature:人形_classtype}}]]}}{{#replaceset:|/(\S+)/i=[[category:\1]]|}}{{#replaceset:v8|/(\S+)/i=[[category:\1]]|}}{{#replaceset:{{#var:Feature:人形_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: Feature:人形|{{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_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;">([[:强壮能力|强壮占用]]: 0 [[:灵巧能力|灵巧占用]]: 0 [[:直觉能力|直觉占用]]: 0)</font>
 +
|-
 
|
 
|
 
<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_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: {{cardItem|fullpagename=Item:拳脚
+
<div class="cardList" style="width:100%; ">
|name=拳脚
+
<div style="display:none;"><!--数据处理: 这个部分会被包含在1个隐藏容器内, 不影响排版-->
|add={{itemAmount|2}}{{addon|}}
+
<!--此处处理压缩显示样式-->
|contributor=[[user:Pucs|William Pucs]]@[http://www.necroz.com Necroz Studio]
+
{{#ifeq:{{#var:callCardSimple}}|y|
|illustrator=
+
{{#vardefine:Item:拳脚_cardImgCss|display:none;}}
|img=
+
{{#vardefine:Item:拳脚_cardHeight|height:auto;}}
|class=naturalweapon
+
{{#vardefine:Item:拳脚_cardContentPos|position:relative;}}
|magical=  
+
{{#vardefine:Item:拳脚_cardDecoCss|display: block; float:none; right: 0; width: 100%; text-align: right; margin: 0; padding: 0; border-radius: 0; height: auto;}}
|unique=
+
{{#vardefine:Item:拳脚_cardDecoSpanCss|display: inline;}}
|type= 缠斗
+
{{#vardefine:Item:拳脚_cardSubjoinCss|margin: 0; background: none; height: auto; line-height: 2em;}}
|subtype=v8
+
|}}
|value=
+
 
|content=
+
<!--卡牌颜色处理-->
{{cardRow|
+
{{#vardefine:Item:拳脚_cardcolor|{{#ifeq: |y|rgba(190, 210, 237, .75)|rgba(209, 220, 237, .75)}}}}
 +
 
 +
<!--魔法物品符号-->
 +
{{#vardefine:Item:拳脚_magicalicon|{{#ifeq: |y|{{img|symbol_magicalitem.png}}|}}}}
 +
 
 +
<!--唯一符号-->
 +
{{#vardefine:Item:拳脚_uniqueicon|{{#ifeq: |y|{{img|symbol_uniqueitem.png}}|}}}}
 +
 
 +
<!--魔法物品文字-->
 +
{{#vardefine:Item:拳脚_magicaltitle|{{#ifeq: |y|{{#switch: naturalweapon|weapon=魔法武器|ammo=魔法武器|naturalweapon=魔法武器|shield=魔法武器|helmet=魔法防具|armor=魔法防具|boot=魔法防具|naturalarmour=魔法防具|exoticarmour=魔法防具|accessory=魔法饰品|exoticaccessory=魔法饰品|#default=魔法物品}}|}}}}
 +
{{#vardefine:Item:拳脚_magicaltitlemask|{{#ifeq: |y|{{#switch: naturalweapon|weapon=[[魔法物品|魔法]][[武器]]|ammo=[[魔法物品|魔法]][[武器]]|naturalweapon=[[魔法物品|魔法]][[武器]]|shield=[[魔法物品|魔法]][[武器]]|helmet=[[魔法物品|魔法]][[防具]]|armor=[[魔法物品|魔法]][[防具]]|boot=[[魔法物品|魔法]][[防具]]|naturalarmour=[[魔法物品|魔法]][[防具]]|exoticarmour=[[魔法物品|魔法]][[防具]]|accessory=[[魔法物品|魔法]][[饰品]]|exoticaccessory=[[魔法物品|魔法]][[饰品]]|#default=[[魔法物品]]}}|}}}}
 +
 
 +
<!--唯一性文字-->
 +
{{#vardefine:Item:拳脚_uniquetitle|{{#ifeq: |y|唯一物品|}}}}
 +
 
 +
<!--世界设定-->
 +
{{#vardefine:Item:拳脚_campaignset|{{#ifexist: Item:拳脚/settings|{{Item:拳脚/settings}}|经典}} }}
 +
 
 +
<!--规格-->
 +
{{#vardefine:Item:拳脚_measuretype|{{#switch:
 +
|immaterial=无形<!--兼容v7-->
 +
|trivial=琐碎
 +
|light=轻型
 +
|regular=常规<!--兼容v7-->
 +
|heavy=重型
 +
|i=无形<!--兼容v7-->
 +
|t=琐碎
 +
|l=轻型
 +
|r=常规<!--兼容v7-->
 +
|h=重型
 +
|0=无形<!--兼容v7-->
 +
|1=琐碎
 +
|2=轻型
 +
|3=常规<!--兼容v7-->
 +
|4=重型
 +
|#default=}}}}
 +
 
 +
<!--主类型-->
 +
{{#vardefine:Item:拳脚_maintype|{{#switch: naturalweapon
 +
|weapon=武器
 +
|ammo=武器
 +
|naturalweapon=武器
 +
|shield=武器
 +
|helmet=防具
 +
|armor=防具
 +
|boot=防具
 +
|naturalarmour=防具
 +
|exoticarmour=防具
 +
|accessory=饰品
 +
|exoticaccessory=饰品
 +
|ingredient=杂物
 +
|tool=工具
 +
|addon=附件
 +
|document=文件
 +
|pack=杂物<!--兼容v7-->
 +
|consumable=杂物<!--兼容v7-->
 +
|currency=货币
 +
|medicine=药物
 +
|food=食物
 +
|drink=饮料
 +
|sundry=杂物
 +
|loots=随机战利品
 +
|#default=}}}}
 +
 
 +
<!--自动类型(子类型)-->
 +
{{#vardefine:Item:拳脚_classtype|{{#switch: naturalweapon
 +
|ammo=弹药
 +
|naturalweapon=天生武器
 +
|shield=盾牌
 +
|helmet=头盔
 +
|armor=护甲
 +
|boot=鞋靴
 +
|naturalarmour=天生防具
 +
|exoticarmour=异种防具
 +
|exoticaccessory=异种饰品
 +
|craft=创造物
 +
|#default=}}}}
 +
 
 +
<!--物品类型图标-->
 +
{{#vardefine:Item:拳脚_classicon|{{#switch: naturalweapon
 +
|ammo=ammo
 +
|weapon=weapon
 +
|naturalweapon=naturalweapon
 +
|shield=shield
 +
|helmet=helmet
 +
|armor=armor
 +
|boot=boots
 +
|naturalarmour=naturalarmour
 +
|exoticarmour=exoticarmour
 +
|accessory=accessory
 +
|exoticaccessory=accessory
 +
|ingredient=material
 +
|currency=currency
 +
|tool=tool
 +
|addon=addon
 +
|document=document
 +
|medicine=medicine
 +
|food=supply
 +
|drink=supply
 +
|loots=loots
 +
|#default=item}}}}
 +
 
 +
<!--价值和重量-->
 +
{{#vardefine:Item:拳脚_value|{{#ifeq: ||<span class="textSymbol">{{img|symbol_infinity.png}}</span>'''无价'''|}}}}
 +
 
 +
<!--品质子页面-->
 +
{{#vardefine:Item:拳脚_subquality|
 +
{{#ifeq:|n|0|{{#ifeq: |y|1|{{#expr: {{#ifeq: Item:拳脚||1|0}}*{{#ifeq: |y|0|1}}*{{#switch: naturalweapon
 +
|weapon=1
 +
|ammo=1
 +
|shield=1
 +
|helmet=1
 +
|armor=1
 +
|boot=1
 +
|exoticarmour=1
 +
|#default=0}} }}
 +
}} }} }}
 +
 
 +
<!--是否是原始页面-->
 +
{{#vardefine:Item:拳脚_originpage|{{#switch: {{FULLPAGENAME}}
 +
|Item:拳脚=1
 +
|{{ucfirst: Item:拳脚}}=1
 +
|#default=}}}}
 +
 
 +
<!--数据处理结束--></div>
 +
{{#ifeq: {{FULLPAGENAME}}|Item:拳脚|<div class="cardWrapper">|}}<!--卡牌外框--><div class="cardFrm {{#ifeq: {{FULLPAGENAME}}|Item:拳脚|cardFrmInPage|}}" style="border-color:{{#var:Item:拳脚_cardcolor}};{{#var:Item:拳脚_cardHeight}}">
 +
<!--卡牌头部--><div class="cardHead bg-blur" style="background-color:{{#var:Item:拳脚_cardcolor}};"><span class="iconSymbol">{{img|ico_{{#var:Item:拳脚_classicon}}.png}}</span> <span class="cardTitle">{{#ifeq: Item:拳脚||[[item:拳脚|拳脚]]|[[Item:拳脚|拳脚]]}}</span>{{#ifeq:|||<span class="cardTitleAdd">()</span>}}<span class="cardType">{{#ifeq: {{#var:Item:拳脚_measuretype}}|||[[{{#var:Item:拳脚_measuretype}}]]}} {{#ifeq: {{#var:Item:拳脚_maintype}}|||[[{{#var:Item:拳脚_maintype}}]]}} {{#ifeq: {{#var:Item:拳脚_classtype}}|||[[{{#var:Item:拳脚_classtype}}]]}} {{#replaceset:缠斗|/(\S+)/i=[[\1]]|}}
 +
</span></div>
 +
<!--配图--><div class="cardImage" style="{{#var:Item:拳脚_cardImgCss}}">{{#ifeq:||{{img|cardimage/defaultcardimg.jpg}}| }}</div>
 +
<!--内容容器--><div class="cardContent bg-blur" style="border-top-color: {{#var:Item:拳脚_cardcolor}};{{#var:Item:拳脚_cardContentPos}}">
 +
<!--价值--><div class="cardSubjoin bg-blur-brighter" style="background-color:{{#var:Item:拳脚_cardcolor}}; {{#var:Item:拳脚_cardSubjoinCss}}">{{#var:Item:拳脚_value}}<!--/ {{#var:{{{fullpagename|}}}_weight}}--></div>
 +
<!--门类装饰-->{{#ifeq: {{#var:Item:拳脚_magicalicon}}{{#var:Item:拳脚_uniqueicon}}|||<div class="cardDeco bg-blur-brighter" style="background-color:{{#var:Item:拳脚_cardcolor}};{{#var:Item:拳脚_cardDecoCss}}">{{#var:Item:拳脚_magicalicon}}{{#ifeq: {{#var:Item:拳脚_magicaltitlemask}}|||<span style="{{#var:Item:拳脚_cardDecoSpanCss}}">{{#var:Item:拳脚_magicaltitlemask}}</span>}} {{#var:Item:拳脚_uniqueicon}}{{#ifeq: {{#var:Item:拳脚_uniquetitle}}|||<span style="{{#var:Item:拳脚_cardDecoSpanCss}}">[[{{#var:Item:拳脚_uniquetitle}}]]</span>}}</div>}}<!--具体内容--><div class="cardRow">
 
''' [[装备]]''':拳脚是你的天生武器,你无需[[装备]]或[[卸下]]它,也不妨碍你装备其他武器
 
''' [[装备]]''':拳脚是你的天生武器,你无需[[装备]]或[[卸下]]它,也不妨碍你装备其他武器
 
*未装备其它武器时,你无法进行[[格挡]]
 
*未装备其它武器时,你无法进行[[格挡]]
}}
+
</div>
{{cardRow|
+
<div class="cardRow">
'''[[近战攻击]]''':{{action|1|[[战术]]}}
+
'''[[近战攻击]]''':<font class="actiondesc">1[[机动|<font style="text-shadow:1px 1px 1px #999999;">⚡️</font>]][[战术]]</font>
*对1个[[相邻]][[生物]]的[[强壮]]/[[活力]]造成2[[段]]{{r|[[强壮骰]]/[[活力骰]][[孰低]]÷2}}[[物理攻击]](可[[格挡]]/[[闪避]])
+
*对1个[[相邻]][[生物]]的[[强壮]]/[[活力]]造成2[[段]]<!--注册有效的前导运算符-->{{#vardefine: leadOp|{{#switch:{{#sub:[[强壮骰]]/[[活力骰]][[孰低]]÷2|0|1}}
}}
+
|+=+
|desc="Fist / Foot"<br>这是你的拳头与脚腿,你可以狠狠地挥动它们,造成最直接有效的伤害。
+
|-=-
|descalign=left
+
|*=*
}}{{cardItem|fullpagename=Item:长矛
+
|/=/
|name=长矛
+
|×=×
|add=
+
|÷=÷
|contributor=[[user:Pucs|William Pucs]]@[http://www.necroz.com Necroz Studio]
+
|=
|illustrator=
+
|=
|img=
+
|=
|class=weapon
+
|/=/
|measure=h
+
|#default=}}}}<!--渲染掷骰算式--><b><font class="rolldice {{#ifeq:{{#var:leadOp}}||rolldiceDeco|}}">[[强壮骰]]/[[活力骰]][[孰低]]÷2{{#ifeq: {{#switch: |sum = 1| true = 1| 1 = 1| y = 1| yes = 1| s = 1| + = 1| #default=0}}|1|[[骰面|<font style="text-shadow:1px 1px 1px #999999;">🎲<sup style="color:#ff0000; font-weight:900;">+</sup></font>]]|[[点数|<font style="text-shadow:1px 1px 1px #999999;">🎲</font>]]}}</font><font class="rollmod"></font></b>[[物理攻击]](可[[格挡]]/[[闪避]])
|magical=
+
</div><!--额外资料-->{{#ifeq: {{FULLPAGENAME}}|Item:拳脚||{{#ifeq: |||<div class="cardRow" style="text-align:right;">{{#ifeq: Item:拳脚||[[item:拳脚|» 关于 拳脚 的更多资料, 请在此处查阅]]|[[Item:拳脚|» 关于 拳脚 的更多资料, 请在此处查阅]]}}</div>}}}}
|unique=
+
<!--附文-->{{#ifeq:"Fist / Foot"<br>这是你的拳头与脚腿,你可以狠狠地挥动它们,造成最直接有效的伤害。|||<div class="cardDesc" style="text-align:left;">
|type=长柄
+
"Fist / Foot"<br>这是你的拳头与脚腿,你可以狠狠地挥动它们,造成最直接有效的伤害。</div>}}
|subtype=v8
+
</div>
|subquality=n
+
</div>{{#ifeq: {{FULLPAGENAME}}|Item:拳脚|{{#ifeq: {{#var:Item:拳脚_measuretype}}|||[[category:{{#var:Item:拳脚_measuretype}}]]}}{{#ifeq: {{#var:Item:拳脚_maintype}}|||[[category:{{#var:Item:拳脚_maintype}}]]}}{{#ifeq: {{#var:Item:拳脚_classtype}}|||[[category:{{#var:Item:拳脚_classtype}}]]}}{{#replaceset:缠斗|/(\S+)/i=[[category:\1]]|}}{{#ifeq:{{#var:Item:拳脚_magicaltitle}}|||[[category:{{#var:Item:拳脚_magicaltitle}}]]}}{{#ifeq:{{#var:Item:拳脚_uniquetitle}}|||[[category:{{#var:Item:拳脚_uniquetitle}}]]}}{{#replaceset:v8|/(\S+)/i=[[category:\1]]|}}{{#replaceset:{{#var:Item:拳脚_campaignset}}|/(\S+)/i=[[category:世界设定-\1]]|}}
|value={{currency|2800|gsc}}
+
<div class="cardAdminicle">
|content=
+
</div></div>
{{cardRow|
+
{{#ifeq: {{#var:Item:拳脚_subquality}}|1|<div class="cardSublist">除此以外, 拳脚的[[品质]]还包括: [[/朽坏的|朽坏的]], [[/精良的|精良的]]</div>|}}
'''[[装备]]''':{{action|3|[[战术]]}}[[手臂]]×2
+
<div class="contributor">本内容由 {{#ifeq:[[user:Pucs|William Pucs]]@[http://www.necroz.com Necroz Studio]||[[Meshal Design Team]]|[[user:Pucs|William Pucs]]@[http://www.necroz.com Necroz Studio]}} 贡献{{#ifeq:|||{{#ifeq:[[user:Pucs|William Pucs]]@[http://www.necroz.com Necroz Studio]|||<nowiki> / </nowiki>}}插图由  贡献}}</div>
}}
+
<!--添加子页面入口--><div class="portalDiv">{{#ifeq: {{FULLPAGENAME}}|Item:拳脚|{{#ifingroup:sysop|
{{cardRow|
+
<span class="editEntrance">» 创建子页面<inputbox>
'''[[近战攻击]]''':{{action|2|[[战术]]}}
+
type=create
*对3~5[[]]内1个[[生物]][[强壮]]造成{{r|[[活力骰]]}}[[物理攻击]](可[[格挡]]/[[闪避]]),对此攻击的[[格挡]][[掷骰]]{{r|-3}}
+
width=24
}}
+
break=no
|desc=“Long Spear”<br>长矛的长柄足有3~4米,这使得攻击者能在很远的距离就阻止对手的冲锋。军队中常常以密集阵型配合这种长矛,达成非常有效的攻防一体战术。
+
bgcolor=#ffffff
|descalign=left
+
placeholder=子页面名
}}
+
prefix={{FULLPAGENAME}}/
{{subst::item:轻皮甲/朽坏的|1}}||height: auto;|}}">
+
buttonlabel=创建子页面
{{#ifeq: {{cardItem|fullpagename=Item:拳脚
+
</inputbox></span>
|name=拳脚
+
|}}|}}
|add={{itemAmount|2}}{{addon|}}
+
{{subpages}}{{regsettings}}{{purgepage}}</div>
|contributor=[[user:Pucs|William Pucs]]@[http://www.necroz.com Necroz Studio]
+
|}}<div style="display:none;"><!--数据处理: 这个部分会被包含在1个隐藏容器内, 不影响排版-->
|illustrator=
+
<!--此处处理压缩显示样式-->
|img=
+
{{#ifeq:{{#var:callCardSimple}}|y|
|class=naturalweapon
+
{{#vardefine:Item:长矛_cardImgCss|display:none;}}
|magical=  
+
{{#vardefine:Item:长矛_cardHeight|height:auto;}}
|unique=
+
{{#vardefine:Item:长矛_cardContentPos|position:relative;}}
|type= 缠斗
+
{{#vardefine:Item:长矛_cardDecoCss|display: block; float:none; right: 0; width: 100%; text-align: right; margin: 0; padding: 0; border-radius: 0; height: auto;}}
|subtype=v8
+
{{#vardefine:Item:长矛_cardDecoSpanCss|display: inline;}}
|value=
+
{{#vardefine:Item:长矛_cardSubjoinCss|margin: 0; background: none; height: auto; line-height: 2em;}}
|content=
+
|}}
{{cardRow|
+
 
''' [[装备]]''':拳脚是你的天生武器,你无需[[装备]][[卸下]]它,也不妨碍你装备其他武器
+
<!--卡牌颜色处理-->
*未装备其它武器时,你无法进行[[格挡]]
+
{{#vardefine:Item:长矛_cardcolor|{{#ifeq: |y|rgba(190, 210, 237, .75)|rgba(209, 220, 237, .75)}}}}
}}
+
 
{{cardRow|
+
<!--魔法物品符号-->
'''[[近战攻击]]''':{{action|1|[[战术]]}}
+
{{#vardefine:Item:长矛_magicalicon|{{#ifeq: |y|{{img|symbol_magicalitem.png}}|}}}}
*对1个[[相邻]][[生物]][[强壮]]/[[活力]]造成2[[]]{{r|[[强壮骰]]/[[活力骰]][[孰低]]÷2}}[[物理攻击]](可[[格挡]]/[[闪避]]
+
 
}}
+
<!--唯一符号-->
|desc="Fist / Foot"<br>这是你的拳头与脚腿,你可以狠狠地挥动它们,造成最直接有效的伤害。
+
{{#vardefine:Item:长矛_uniqueicon|{{#ifeq: |y|{{img|symbol_uniqueitem.png}}|}}}}
|descalign=left
+
 
}}{{cardItem|fullpagename=Item:长矛
+
<!--魔法物品文字-->
|name=长矛
+
{{#vardefine:Item:长矛_magicaltitle|{{#ifeq: |y|{{#switch: weapon|weapon=魔法武器|ammo=魔法武器|naturalweapon=魔法武器|shield=魔法武器|helmet=魔法防具|armor=魔法防具|boot=魔法防具|naturalarmour=魔法防具|exoticarmour=魔法防具|accessory=魔法饰品|exoticaccessory=魔法饰品|#default=魔法物品}}|}}}}
|add=
+
{{#vardefine:Item:长矛_magicaltitlemask|{{#ifeq: |y|{{#switch: weapon|weapon=[[魔法物品|魔法]][[武器]]|ammo=[[魔法物品|魔法]][[武器]]|naturalweapon=[[魔法物品|魔法]][[武器]]|shield=[[魔法物品|魔法]][[武器]]|helmet=[[魔法物品|魔法]][[防具]]|armor=[[魔法物品|魔法]][[防具]]|boot=[[魔法物品|魔法]][[防具]]|naturalarmour=[[魔法物品|魔法]][[防具]]|exoticarmour=[[魔法物品|魔法]][[防具]]|accessory=[[魔法物品|魔法]][[饰品]]|exoticaccessory=[[魔法物品|魔法]][[饰品]]|#default=[[魔法物品]]}}|}}}}
|contributor=[[user:Pucs|William Pucs]]@[http://www.necroz.com Necroz Studio]
+
 
|illustrator=
+
<!--唯一性文字-->
|img=
+
{{#vardefine:Item:长矛_uniquetitle|{{#ifeq: |y|唯一物品|}}}}
|class=weapon
+
 
|measure=h
+
<!--世界设定-->
|magical=
+
{{#vardefine:Item:长矛_campaignset|{{#ifexist: Item:长矛/settings|{{Item:长矛/settings}}|经典}} }}
|unique=
+
 
|type=长柄
+
<!--规格-->
|subtype=v8
+
{{#vardefine:Item:长矛_measuretype|{{#switch: h
|subquality=n
+
|immaterial=无形<!--兼容v7-->
|value={{currency|2800|gsc}}
+
|trivial=琐碎
|content=
+
|light=轻型
{{cardRow|
+
|regular=常规<!--兼容v7-->
'''[[装备]]''':{{action|3|[[战术]]}},[[手臂]]×2
+
|heavy=重型
}}
+
|i=无形<!--兼容v7-->
{{cardRow|
+
|t=琐碎
'''[[近战攻击]]'''{{action|2|[[战术]]}}
+
|l=轻型
*对3~5[[步]]内1个[[生物]]的[[强壮]]造成{{r|[[活力骰]]}}[[物理攻击]](可[[格挡]]/[[闪避]]),对此攻击的[[格挡]][[掷骰]]{{r|-3}}
+
|r=常规<!--兼容v7-->
}}
+
|h=重型
|desc=“Long Spear”<br>长矛的长柄足有3~4米,这使得攻击者能在很远的距离就阻止对手的冲锋。军队中常常以密集阵型配合这种长矛,达成非常有效的攻防一体战术。
+
|0=无形<!--兼容v7-->
|descalign=left
+
|1=琐碎
}}
+
|2=轻型
{{subst::item:轻皮甲/朽坏的|1}}||没有[[装备]]任何[[物品]]|{{cardItem|fullpagename=Item:拳脚
+
|3=常规<!--兼容v7-->
|name=拳脚
+
|4=重型
|add={{itemAmount|2}}{{addon|}}
+
|#default=}}}}
|contributor=[[user:Pucs|William Pucs]]@[http://www.necroz.com Necroz Studio]
+
 
|illustrator=
+
<!--主类型-->
|img=
+
{{#vardefine:Item:长矛_maintype|{{#switch: weapon
|class=naturalweapon
+
|weapon=武器
|magical=  
+
|ammo=武器
|unique=
+
|naturalweapon=武器
|type= 缠斗
+
|shield=武器
|subtype=v8
+
|helmet=防具
|value=
+
|armor=防具
|content=
+
|boot=防具
{{cardRow|
+
|naturalarmour=防具
''' [[装备]]''':拳脚是你的天生武器,你无需[[装备]][[卸下]]它,也不妨碍你装备其他武器
+
|exoticarmour=防具
*未装备其它武器时,你无法进行[[格挡]]
+
|accessory=饰品
}}
+
|exoticaccessory=饰品
{{cardRow|
+
|ingredient=杂物
'''[[近战攻击]]''':{{action|1|[[战术]]}}
+
|tool=工具
*对1个[[相邻]][[生物]]的[[强壮]]/[[活力]]造成2[[]]{{r|[[强壮骰]]/[[活力骰]][[孰低]]÷2}}[[物理攻击]](可[[格挡]]/[[闪避]]
+
|addon=附件
}}
+
|document=文件
|desc="Fist / Foot"<br>这是你的拳头与脚腿,你可以狠狠地挥动它们,造成最直接有效的伤害。
+
|pack=杂物<!--兼容v7-->
|descalign=left
+
|consumable=杂物<!--兼容v7-->
}}{{cardItem|fullpagename=Item:长矛
+
|currency=货币
|name=长矛
+
|medicine=药物
|add=
+
|food=食物
|contributor=[[user:Pucs|William Pucs]]@[http://www.necroz.com Necroz Studio]
+
|drink=饮料
|illustrator=
+
|sundry=杂物
|img=
+
|loots=随机战利品
|class=weapon
+
|#default=}}}}
|measure=h
+
 
|magical=
+
<!--自动类型(子类型)-->
|unique=
+
{{#vardefine:Item:长矛_classtype|{{#switch: weapon
|type=长柄
+
|ammo=弹药
|subtype=v8
+
|naturalweapon=天生武器
|subquality=n
+
|shield=盾牌
|value={{currency|2800|gsc}}
+
|helmet=头盔
|content=
+
|armor=护甲
{{cardRow|
+
|boot=鞋靴
'''[[装备]]''':{{action|3|[[战术]]}}[[手臂]]×2
+
|naturalarmour=天生防具
}}
+
|exoticarmour=异种防具
{{cardRow|
+
|exoticaccessory=异种饰品
'''[[近战攻击]]''':{{action|2|[[战术]]}}
+
|craft=创造物
*对3~5[[]]内1个[[生物]][[强壮]]造成{{r|[[活力骰]]}}[[物理攻击]](可[[格挡]]/[[闪避]]),对此攻击的[[格挡]][[掷骰]]{{r|-3}}
+
|#default=}}}}
}}
+
 
|desc=“Long Spear”<br>长矛的长柄足有3~4米,这使得攻击者能在很远的距离就阻止对手的冲锋。军队中常常以密集阵型配合这种长矛,达成非常有效的攻防一体战术。
+
<!--物品类型图标-->
|descalign=left
+
{{#vardefine:Item:长矛_classicon|{{#switch: weapon
}}
+
|ammo=ammo
{{subst::item:轻皮甲/朽坏的|1}}}}
+
|weapon=weapon
 +
|naturalweapon=naturalweapon
 +
|shield=shield
 +
|helmet=helmet
 +
|armor=armor
 +
|boot=boots
 +
|naturalarmour=naturalarmour
 +
|exoticarmour=exoticarmour
 +
|accessory=accessory
 +
|exoticaccessory=accessory
 +
|ingredient=material
 +
|currency=currency
 +
|tool=tool
 +
|addon=addon
 +
|document=document
 +
|medicine=medicine
 +
|food=supply
 +
|drink=supply
 +
|loots=loots
 +
|#default=item}}}}
 +
 
 +
<!--价值和重量-->
 +
{{#vardefine:Item:长矛_value|{{#ifeq: <!--定义币制-->{{#vardefine:unit|{{#ifeq:gsc||gsc|{{lc:gsc}}}}}}<!--加载汇率-->{{currency/exchangeRate}}<!--开始输出内容-->{{#ifeq:2800|
 +
|<span class="textSymbol">{{img|symbol_infinity.png}}</span>无价
 +
|<span class="currencyInfo">{{#vardefine:value|{{#ifeq:2800|||2800}}}}<!--决定显示的货币文本-->{{#ifexist:template:currency/ex_{{#var:callCurrencyUnit}}|{{currency/ex_{{#var:callCurrencyUnit}}|{{#expr:{{#var:value}}*{{#var:currencyExchangeRate_{{#var:unit}}~{{#var:callCurrencyUnit}}}}}}}}|{{currency/ex_{{#var:unit}}|2800}}}}{{#ifeq:y|y|
 +
<!--决定浮层的货币文本--><div class="bg-blur">
 +
;货币换算
 +
<table class="currencyTable">
 +
<tr><td>金/银/铜币</td><td>{{currency/ex_gsc|{{#expr:{{#var:value}}*{{#var:currencyExchangeRate_{{#var:unit}}~gsc}}}}}}</td></tr>
 +
<tr><td>星铁</td><td>{{currency/ex_fer|{{#expr:{{#var:value}}*{{#var:currencyExchangeRate_{{#var:unit}}~fer}}}}}}</td></tr>
 +
<tr><td>埃多安银币</td><td>{{currency/ex_aes|{{#expr:{{#var:value}}*{{#var:currencyExchangeRate_{{#var:unit}}~aes}}}}}}</td></tr>
 +
</table>
 +
</div>}}</span>}}||<span class="textSymbol">{{img|symbol_infinity.png}}</span>'''无价'''|<!--定义币制-->{{#vardefine:unit|{{#ifeq:gsc||gsc|{{lc:gsc}}}}}}<!--加载汇率-->{{currency/exchangeRate}}<!--开始输出内容-->{{#ifeq:2800|
 +
|<span class="textSymbol">{{img|symbol_infinity.png}}</span>无价
 +
|<span class="currencyInfo">{{#vardefine:value|{{#ifeq:2800|||2800}}}}<!--决定显示的货币文本-->{{#ifexist:template:currency/ex_{{#var:callCurrencyUnit}}|{{currency/ex_{{#var:callCurrencyUnit}}|{{#expr:{{#var:value}}*{{#var:currencyExchangeRate_{{#var:unit}}~{{#var:callCurrencyUnit}}}}}}}}|{{currency/ex_{{#var:unit}}|2800}}}}{{#ifeq:y|y|
 +
<!--决定浮层的货币文本--><div class="bg-blur">
 +
;货币换算
 +
<table class="currencyTable">
 +
<tr><td>金/银/铜币</td><td>{{currency/ex_gsc|{{#expr:{{#var:value}}*{{#var:currencyExchangeRate_{{#var:unit}}~gsc}}}}}}</td></tr>
 +
<tr><td>星铁</td><td>{{currency/ex_fer|{{#expr:{{#var:value}}*{{#var:currencyExchangeRate_{{#var:unit}}~fer}}}}}}</td></tr>
 +
<tr><td>埃多安银币</td><td>{{currency/ex_aes|{{#expr:{{#var:value}}*{{#var:currencyExchangeRate_{{#var:unit}}~aes}}}}}}</td></tr>
 +
</table>
 +
</div>}}</span>}}}}}}
 +
 
 +
<!--品质子页面-->
 +
{{#vardefine:Item:长矛_subquality|
 +
{{#ifeq:n|n|0|{{#ifeq: n|y|1|{{#expr: {{#ifeq: Item:长矛||1|0}}*{{#ifeq: |y|0|1}}*{{#switch: weapon
 +
|weapon=1
 +
|ammo=1
 +
|shield=1
 +
|helmet=1
 +
|armor=1
 +
|boot=1
 +
|exoticarmour=1
 +
|#default=0}} }}
 +
}} }} }}
 +
 
 +
<!--是否是原始页面-->
 +
{{#vardefine:Item:长矛_originpage|{{#switch: {{FULLPAGENAME}}
 +
|Item:长矛=1
 +
|{{ucfirst: Item:长矛}}=1
 +
|#default=}}}}
 +
 
 +
<!--数据处理结束--></div>
 +
{{#ifeq: {{FULLPAGENAME}}|Item:长矛|<div class="cardWrapper">|}}<!--卡牌外框--><div class="cardFrm {{#ifeq: {{FULLPAGENAME}}|Item:长矛|cardFrmInPage|}}" style="border-color:{{#var:Item:长矛_cardcolor}};{{#var:Item:长矛_cardHeight}}">
 +
<!--卡牌头部--><div class="cardHead bg-blur" style="background-color:{{#var:Item:长矛_cardcolor}};"><span class="iconSymbol">{{img|ico_{{#var:Item:长矛_classicon}}.png}}</span> <span class="cardTitle">{{#ifeq: Item:长矛||[[item:长矛|长矛]]|[[Item:长矛|长矛]]}}</span>{{#ifeq:|||<span class="cardTitleAdd">()</span>}}<span class="cardType">{{#ifeq: {{#var:Item:长矛_measuretype}}|||[[{{#var:Item:长矛_measuretype}}]]}} {{#ifeq: {{#var:Item:长矛_maintype}}|||[[{{#var:Item:长矛_maintype}}]]}} {{#ifeq: {{#var:Item:长矛_classtype}}|||[[{{#var:Item:长矛_classtype}}]]}} {{#replaceset:长柄|/(\S+)/i=[[\1]]|}}
 +
</span></div>
 +
<!--配图--><div class="cardImage" style="{{#var:Item:长矛_cardImgCss}}">{{#ifeq:||{{img|cardimage/defaultcardimg.jpg}}| }}</div>
 +
<!--内容容器--><div class="cardContent bg-blur" style="border-top-color: {{#var:Item:长矛_cardcolor}};{{#var:Item:长矛_cardContentPos}}">
 +
<!--价值--><div class="cardSubjoin bg-blur-brighter" style="background-color:{{#var:Item:长矛_cardcolor}}; {{#var:Item:长矛_cardSubjoinCss}}">{{#var:Item:长矛_value}}<!--/ {{#var:{{{fullpagename|}}}_weight}}--></div>
 +
<!--门类装饰-->{{#ifeq: {{#var:Item:长矛_magicalicon}}{{#var:Item:长矛_uniqueicon}}|||<div class="cardDeco bg-blur-brighter" style="background-color:{{#var:Item:长矛_cardcolor}};{{#var:Item:长矛_cardDecoCss}}">{{#var:Item:长矛_magicalicon}}{{#ifeq: {{#var:Item:长矛_magicaltitlemask}}|||<span style="{{#var:Item:长矛_cardDecoSpanCss}}">{{#var:Item:长矛_magicaltitlemask}}</span>}} {{#var:Item:长矛_uniqueicon}}{{#ifeq: {{#var:Item:长矛_uniquetitle}}|||<span style="{{#var:Item:长矛_cardDecoSpanCss}}">[[{{#var:Item:长矛_uniquetitle}}]]</span>}}</div>}}<!--具体内容--><div class="cardRow">
 +
'''[[装备]]''':<font class="actiondesc">3[[机动|<font style="text-shadow:1px 1px 1px #999999;">⚡️</font>]][[战术]]</font>,[[手臂]]×2
 +
</div>
 +
<div class="cardRow">
 +
'''[[近战攻击]]''':<font class="actiondesc">2[[机动|<font style="text-shadow:1px 1px 1px #999999;">⚡️</font>]][[战术]]</font>
 +
*对3~5[[]]内1个[[生物]]的[[强壮]]造成<!--注册有效的前导运算符-->{{#vardefine: leadOp|{{#switch:{{#sub:[[活力骰]]|0|1}}
 +
|+=+
 +
|-=-
 +
|*=*
 +
|/=/
 +
|×=×
 +
|÷=÷
 +
|+=+
 +
|-=-
 +
|*=*
 +
|/=/
 +
|#default=}}}}<!--渲染掷骰算式--><b><font class="rolldice {{#ifeq:{{#var:leadOp}}||rolldiceDeco|}}">[[活力骰]]{{#ifeq: {{#switch: |sum = 1| true = 1| 1 = 1| y = 1| yes = 1| s = 1| + = 1| #default=0}}|1|[[骰面|<font style="text-shadow:1px 1px 1px #999999;">🎲<sup style="color:#ff0000; font-weight:900;">+</sup></font>]]|[[点数|<font style="text-shadow:1px 1px 1px #999999;">🎲</font>]]}}</font><font class="rollmod"></font></b>[[物理攻击]](可[[格挡]]/[[闪避]]),对此攻击的[[格挡]][[掷骰]]<!--注册有效的前导运算符-->{{#vardefine: leadOp|{{#switch:{{#sub:-3|0|1}}
 +
|+=+
 +
|-=-
 +
|*=*
 +
|/=/
 +
|×=×
 +
|÷=÷
 +
|=
 +
|=
 +
|=
 +
|=
 +
|#default=}}}}<!--渲染掷骰算式--><b><font class="rolldice {{#ifeq:{{#var:leadOp}}||rolldiceDeco|}}">-3{{#ifeq: {{#switch: |sum = 1| true = 1| 1 = 1| y = 1| yes = 1| s = 1| + = 1| #default=0}}|1|[[骰面|<font style="text-shadow:1px 1px 1px #999999;">🎲<sup style="color:#ff0000; font-weight:900;">+</sup></font>]]|[[点数|<font style="text-shadow:1px 1px 1px #999999;">🎲</font>]]}}</font><font class="rollmod"></font></b>
 +
</div><!--额外资料-->{{#ifeq: {{FULLPAGENAME}}|Item:长矛||{{#ifeq: |||<div class="cardRow" style="text-align:right;">{{#ifeq: Item:长矛||[[item:长矛|» 关于 长矛 的更多资料, 请在此处查阅]]|[[Item:长矛|» 关于 长矛 的更多资料, 请在此处查阅]]}}</div>}}}}
 +
<!--附文-->{{#ifeq:“Long Spear”<br>长矛的长柄足有3~4米,这使得攻击者能在很远的距离就阻止对手的冲锋。军队中常常以密集阵型配合这种长矛,达成非常有效的攻防一体战术。|||<div class="cardDesc" style="text-align:left;">
 +
“Long Spear”<br>长矛的长柄足有3~4米,这使得攻击者能在很远的距离就阻止对手的冲锋。军队中常常以密集阵型配合这种长矛,达成非常有效的攻防一体战术。</div>}}
 +
</div>
 +
</div>{{#ifeq: {{FULLPAGENAME}}|Item:长矛|{{#ifeq: {{#var:Item:长矛_measuretype}}|||[[category:{{#var:Item:长矛_measuretype}}]]}}{{#ifeq: {{#var:Item:长矛_maintype}}|||[[category:{{#var:Item:长矛_maintype}}]]}}{{#ifeq: {{#var:Item:长矛_classtype}}|||[[category:{{#var:Item:长矛_classtype}}]]}}{{#replaceset:长柄|/(\S+)/i=[[category:\1]]|}}{{#ifeq:{{#var:Item:长矛_magicaltitle}}|||[[category:{{#var:Item:长矛_magicaltitle}}]]}}{{#ifeq:{{#var:Item:长矛_uniquetitle}}|||[[category:{{#var:Item:长矛_uniquetitle}}]]}}{{#replaceset:v8|/(\S+)/i=[[category:\1]]|}}{{#replaceset:{{#var:Item:长矛_campaignset}}|/(\S+)/i=[[category:世界设定-\1]]|}}
 +
<div class="cardAdminicle">
 +
</div></div>
 +
{{#ifeq: {{#var:Item:长矛_subquality}}|1|<div class="cardSublist">除此以外, 长矛的[[品质]]还包括: [[/朽坏的|朽坏的]], [[/精良的|精良的]]</div>|}}
 +
<div class="contributor">本内容由 {{#ifeq:[[user:Pucs|William Pucs]]@[http://www.necroz.com Necroz Studio]||[[Meshal Design Team]]|[[user:Pucs|William Pucs]]@[http://www.necroz.com Necroz Studio]}} 贡献{{#ifeq:|||{{#ifeq:[[user:Pucs|William Pucs]]@[http://www.necroz.com Necroz Studio]|||<nowiki> / </nowiki>}}插图由  贡献}}</div>
 +
<!--添加子页面入口--><div class="portalDiv">{{#ifeq: {{FULLPAGENAME}}|Item:长矛|{{#ifingroup:sysop|
 +
<span class="editEntrance">» 创建子页面<inputbox>
 +
type=create
 +
width=24
 +
break=no
 +
bgcolor=#ffffff
 +
placeholder=子页面名
 +
prefix={{FULLPAGENAME}}/
 +
buttonlabel=创建子页面
 +
</inputbox></span>
 +
|}}|}}
 +
{{subpages}}{{regsettings}}{{purgepage}}</div>
 +
|}}
 +
{{subst::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: ||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: ;效果
+
;效果
 
• 距你12步内有其他地精时, 你的所有投骰有1优势.
 
• 距你12步内有其他地精时, 你的所有投骰有1优势.
 
<br>• 敞面头盔: 如果1次物质攻击能使你死亡, 敞面头盔将保护你免于死亡. 这会将你的伤势设为强壮, 同时敞面头盔将被摧毁.
 
<br>• 敞面头盔: 如果1次物质攻击能使你死亡, 敞面头盔将保护你免于死亡. 这会将你的伤势设为强壮, 同时敞面头盔将被摧毁.
  
 
;攻击
 
;攻击
• 长矛, 触及+2步, 战术3, <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;">'''2{{#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>||暂时没有任何速记内容|;效果
+
• 长矛, 触及+2步, 战术3, <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;">'''2<span class="plainlinks imagelink">[{{FULLURL:点数}} {{SERVER}}/liteimg/icon_dice.png]</span>'''</font></font><font style="padding-right: 1px;">'''[[物质攻击]]'''</font></font>
• 距你12步内有其他地精时, 你的所有投骰有1优势.
+
<br>• 敞面头盔: 如果1次物质攻击能使你死亡, 敞面头盔将保护你免于死亡. 这会将你的伤势设为强壮, 同时敞面头盔将被摧毁.
+
 
+
;攻击
+
• 长矛, 触及+2步, 战术3, <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;">'''2{{#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>}}
+
 
</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年11月1日 (五) 06:25的最新修订版本

本页面已被固化
本页面已经被固化,它将不再接受持续维护

[当前版本ID:51065][由 Pucs 于 2019-11-01 06:25:02 固化]




































icon_name.png
地精枪手
名称: 地精枪手
代号: Goblin Pikeman

素质属性

icon_muscle.png 2
强壮: 基础3-特征1
icon_elastane.png 4
灵巧: 基础3+特征1
icon_sense.png 3
直觉: 基础3

防护属性

icon_savephysical.png 0
物质防护: 装备0
icon_saveenergetic.png 1
能量防护: 装备1
icon_savespectral.png 0
灵毒防护: 装备0

其他

icon_reach.png 1
触及: 小型1
icon_pace.png 2
步幅: 小型2
icon_perception.png
icon_perceptionvisionsmall.png 100
主要感知: 视觉 100

属性

icon_capacity.png
500 dl
18 kg
最大容量: 小型500 dl
最大载重: 强壮2*9 kg
icon_heightnweight.png
0 m
0 kg
身长: m
体重: kg
icon_featuresmall.png特征

{{subst::creature:地精/f:地精}}







defaultcardimg.jpg
基本信息体型等级2

1:微型
2:小型
3:中型
4:大型
5:巨型
6:超巨型


小型生物要比中型生物小一些,大约只有中型生物的一半身高。







defaultcardimg.jpg
“Humanoid”
人形生物通常具有头部、躯干、双手和双足(偶有多手或多足的人形生物),某些人形生物也具有更多肢体。多数人型生物都习惯于直立活动。
icon_abilitysmall.png能力 (强壮占用: 0 灵巧占用: 0 直觉占用: 0)

没有任何能力

icon_equipsmall.png装备















defaultcardimg.jpg
symbol_infinity.png无价

装备:拳脚是你的天生武器,你无需装备卸下它,也不妨碍你装备其他武器

  • 未装备其它武器时,你无法进行格挡
"Fist / Foot"
这是你的拳头与脚腿,你可以狠狠地挥动它们,造成最直接有效的伤害。















defaultcardimg.jpg











28gsc_s.png
货币换算
金/银/铜币28gsc_s.png
星铁1,792gfer.png
埃多安银币1 aes_g.png 1 aes_s.png
“Long Spear”
长矛的长柄足有3~4米,这使得攻击者能在很远的距离就阻止对手的冲锋。军队中常常以密集阵型配合这种长矛,达成非常有效的攻防一体战术。

{{subst::item:轻皮甲/朽坏的|1}}

icon_mountsmall.png骑乘

没有骑乘任何坐骑

icon_backpacksmall.png携带

没有携带任何物品

传记

关于地精枪手的来历始终是个谜...

速记
效果

• 距你12步内有其他地精时, 你的所有投骰有1优势.
• 敞面头盔: 如果1次物质攻击能使你死亡, 敞面头盔将保护你免于死亡. 这会将你的伤势设为强壮, 同时敞面头盔将被摧毁.

攻击

• 长矛, 触及+2步, 战术3, 2icon_dice.png物质攻击