归档/v6/Creature:骷髅/c:长枪手
出自Meshal Lite
第1行: | 第1行: | ||
− | |||
<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)+能力6x3+装备(3000+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|冲锋2+借力防守1|y}}}} | |
− | + | {{#vardefine: elastaneoccupy|{{expr|战略本能2+巧击1|y}}}} | |
− | + | {{#vardefine: senseoccupy|{{expr||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;" | + | <div class="sheetScore" style="border-top: none; width: 472px; vertical-align: middle;">{{img|icon_name.png}} <span> |
{|style="width:416px; height: 100%;" | {|style="width:416px; height: 100%;" | ||
− | |valign=middle align=left style="font-size: 16px; line-height:18px;"|骷髅长枪手 | + | |valign=middle align=left style="font-size: 16px; line-height:18px;"|{{#ifeq: 骷髅长枪手||无名氏|骷髅长枪手}} |
− | |}</span><div style="float: left; line-height: 14px; padding-top: 10px; width:auto;">'''名称''': 骷髅长枪手 <br>'''[[代号]]''': 无</div><div style="float: right; width:auto; text-align:right;">[[ | + | |}</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> |
</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; border: none;"> <span> | + | <div class="sheetScore" style="border-top: none; {{#ifeq: creature|creature|border: none;|{{#ifeq:||border: none;|}}}}">{{#ifeq: creature|creature||{{#ifeq:|||{{img|icon_age.png}}}}}} <span> |
{|style="width:100%;" | {|style="width:100%;" | ||
− | |style="font-size: 16px; line-height:16px; text-align: right;"| | + | |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>}}}} |
|}</span> <div> | |}</span> <div> | ||
{|style="width:100%; height: 100%;" | {|style="width:100%; height: 100%;" | ||
− | |valign=middle align=left| | + | |valign=middle align=left|{{#ifeq: creature|creature||{{#ifeq: ||{{#ifeq: |||'''[[年龄]]''': 岁 ([[成年]])}}|'''生于''': }}}} |
|}</div> | |}</div> | ||
</div> | </div> | ||
第113行: | 第122行: | ||
<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;" | + | <div class="sheetScore" style="border-top: none; width: 296px;">{{img|icon_limbs.png}} <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 | ||
第127行: | 第136行: | ||
<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;" | + | <div class="sheetScore" style="border-top: none;">{{img|icon_muscle.png}} <span>{{#var: muscle}}</span><div> |
{| | {| | ||
|'''[[强壮]]''': 基础5 | |'''[[强壮]]''': 基础5 | ||
|}</div></div> | |}</div></div> | ||
− | <div class="sheetScore" | + | <div class="sheetScore">{{img|icon_elastane.png}} <span>{{#var: elastane}}</span> <div> |
{| | {| | ||
|'''[[灵巧]]''': 基础5 | |'''[[灵巧]]''': 基础5 | ||
|}</div></div> | |}</div></div> | ||
− | <div class="sheetScore" | + | <div class="sheetScore">{{img|icon_sense.png}} <span>{{#var: sense}}</span> <div> |
{| | {| | ||
|'''[[直觉]]''': 基础2 | |'''[[直觉]]''': 基础2 | ||
第143行: | 第152行: | ||
<div class="sheetCol" style="background-color: #f4f0ed;"> | <div class="sheetCol" style="background-color: #f4f0ed;"> | ||
'''[[损耗]]属性''' | '''[[损耗]]属性''' | ||
− | <div class="sheetScore" style="border-top: none;" | + | <div class="sheetScore" style="border-top: none;">{{img|icon_hurts.png}} <span>{{#var: hurts}}</span> <div> |
{| | {| | ||
− | |'''[[最大伤势]]''': [[强壮]] | + | |'''[[最大伤势]]''': [[强壮]]{{#var: muscle}}{{#ifeq: 天生3|||+天生3}} |
|}</div></div> | |}</div></div> | ||
− | <div class="sheetScore" | + | <div class="sheetScore">{{img|icon_acted.png}} <span>{{#var: acted}}</span> <div> |
{| | {| | ||
− | |'''[[最大疲劳]]''': [[灵巧]] | + | |'''[[最大疲劳]]''': [[灵巧]]{{#var: elastane}}{{#ifeq: |||+}} |
|}</div></div> | |}</div></div> | ||
− | <div class="sheetScore" | + | <div class="sheetScore">{{img|icon_leaks.png}} <span>{{#var: leaks}}</span> <div> |
{| | {| | ||
− | |'''[[最大透支]]''': [[直觉]] | + | |'''[[最大透支]]''': [[直觉]]{{#var: sense}}{{#ifeq: |||+}} |
|}</div></div> | |}</div></div> | ||
</div> | </div> | ||
第159行: | 第168行: | ||
<div class="sheetCol" style="background-color: #f9eaed;"> | <div class="sheetCol" style="background-color: #f9eaed;"> | ||
'''[[防御投骰]]''' | '''[[防御投骰]]''' | ||
− | <div class="sheetScore" style="border-top: none;" | + | <div class="sheetScore" style="border-top: none;">{{img|icon_parrysheet.png}} <span>{{#var: parry}}{{img|icon_dicelarge.png}}</span> <div> |
{| | {| | ||
− | |'''[[格挡]][[投骰]]''': [[强壮]] | + | |'''[[格挡]][[投骰]]''': [[强壮]]{{#var: muscle}}{{#ifeq: |||+}} |
|}</div></div> | |}</div></div> | ||
− | <div class="sheetScore" | + | <div class="sheetScore">{{img|icon_dodgesheet.png}} <span>{{#var: dodge}}{{img|icon_dicelarge.png}}</span> <div> |
{| | {| | ||
− | |'''[[闪避]][[投骰]]''': [[灵巧]] | + | |'''[[闪避]][[投骰]]''': [[灵巧]]{{#var: elastane}}{{#ifeq: 天生1|||+天生1}} |
|}</div></div> | |}</div></div> | ||
− | <div class="sheetScore" | + | <div class="sheetScore">{{img|icon_resistsheet.png}} <span>{{#var: resist}}{{img|icon_dicelarge.png}}</span> <div> |
{| | {| | ||
− | |'''[[抵抗]][[投骰]]''': [[直觉]] | + | |'''[[抵抗]][[投骰]]''': [[直觉]]{{#var: sense}}{{#ifeq: |||+}} |
|}</div></div> | |}</div></div> | ||
</div> | </div> | ||
第175行: | 第184行: | ||
<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;" | + | <div class="sheetScore" style="border-top: none;">{{img|icon_savephysical.png}} <span>{{#ifeq: |y|{{img|icon_immune.png}}|{{#var: psave}}}}</span><div> |
{| | {| | ||
− | |'''[[物质防护]]''': 天生2 | + | |'''[[物质防护]]''': {{#ifeq: |y|[[免疫]]|天生2}} |
|}</div></div> | |}</div></div> | ||
− | <div class="sheetScore" | + | <div class="sheetScore">{{img|icon_saveenergetic.png}} <span>{{#ifeq: |y|{{img|icon_immune.png}}|{{#var: esave}}}}</span><div> |
{| | {| | ||
− | |'''[[能量防护]]''': 天生1+装备1 | + | |'''[[能量防护]]''': {{#ifeq: |y|[[免疫]]|天生1+装备1}} |
|}</div></div> | |}</div></div> | ||
− | <div class="sheetScore" | + | <div class="sheetScore">{{img|icon_savespectral.png}} <span>{{#ifeq: |y|{{img|icon_immune.png}}|{{#var: ssave}}}}</span><div> |
{| | {| | ||
− | |'''[[灵毒防护]]''': 天生2 | + | |'''[[灵毒防护]]''': {{#ifeq: |y|[[免疫]]|天生2}} |
|}</div></div> | |}</div></div> | ||
</div> | </div> | ||
第191行: | 第200行: | ||
<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;" | + | <div class="sheetScore" style="border-top: none;">{{img|icon_reach.png}} <span>{{#var: reach}}<font style="font-size: 12px;">[[步]]</font></span><div> |
{| | {| | ||
|'''[[触及]]''': 中型1 [[步]] | |'''[[触及]]''': 中型1 [[步]] | ||
|}</div></div> | |}</div></div> | ||
− | <div class="sheetScore" | + | <div class="sheetScore">{{img|icon_pace.png}} <span>{{#var: pace}}<font style="font-size: 12px;">[[步]]</font></span><div> |
{| | {| | ||
|'''[[步幅]]''': 中型3 [[步]] | |'''[[步幅]]''': 中型3 [[步]] | ||
|}</div></div> | |}</div></div> | ||
− | <div class="sheetScore" | + | <div class="sheetScore">{{img|icon_perception.png}} <span> |
{|style="width: 100%;" | {|style="width: 100%;" | ||
− | |style="font-size: 16px; line-height:16px; text-align: right;"| | + | |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> |
|}</span> <div>'''主要[[感知]]''': [[震感]] 30 [[步]]</div></div> | |}</span> <div>'''主要[[感知]]''': [[震感]] 30 [[步]]</div></div> | ||
</div> | </div> | ||
第207行: | 第216行: | ||
<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 | + | <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> |
{| | {| | ||
− | |'''[[ | + | |{{#ifeq: creature|char|'''现有[[潜能]]''': {{#var: potential}}<br>'''[[潜能等级]]''': {{#var:potentialused}}|'''[[潜能等级]]''': {{#var: potentialused}}}} |
|}</div></div> | |}</div></div> | ||
− | <div class="sheetScore" | + | <div class="sheetScore">{{img|icon_capacity.png}} <span> |
{|style="width:100%;" | {|style="width:100%;" | ||
− | |style="font-size: 16px; line-height:16px; text-align: right;"| | + | |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> |
|}</span> <div> | |}</span> <div> | ||
{|style="width:280px; height: 100%;" | {|style="width:280px; height: 100%;" | ||
− | |valign=middle align=left|'''最大[[容量]]''': 中型600 dl<br>'''最大[[载重]]''': [[强壮]] | + | |valign=middle align=left|'''最大[[容量]]''': 中型600 dl<br>'''最大[[载重]]''': [[强壮]]{{#var: muscle}}*9{{#ifeq: |||+}} kg |
|}</div></div> | |}</div></div> | ||
− | <div class="sheetScore" | + | <div class="sheetScore">{{img|icon_heightnweight.png}}<span> |
{|style="width: 100%" | {|style="width: 100%" | ||
− | |style="font-size: 16px; line-height:16px; text-align: right;"| | + | |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> |
|}</span> <div> | |}</span> <div> | ||
{|style="width:280px; height: 100%;" | {|style="width:280px; height: 100%;" | ||
第229行: | 第238行: | ||
<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%}} |
− | + | ||
− | + | ||
− | | | + | |
| | | | ||
<div style="width:970px; float:left;"> | <div style="width:970px; float:left;"> | ||
− | <div class="cardList" style="width:100%; "> | + | <div class="cardList" style="width:100%; {{#ifeq: {{subst:creature:骷髅/f:骷髅}} |
− | {{subst:creature:骷髅/f:骷髅}} | + | {{cardFeature|fullpagename=Feature:中型 |
− | [[ | + | |name=中型 |
− | [[ | + | |add= |
+ | |img= | ||
+ | |illustrator= | ||
+ | |class=size | ||
+ | |type= | ||
+ | |subtype=v8 | ||
+ | |content= | ||
+ | {{cardRow| | ||
+ | '''基本信息''':{{sizeLevel|中型}} | ||
+ | *'''[[身高]]/[[身长]]''':1.2~2.4m | ||
+ | *'''[[体重]]''':35~150kg | ||
+ | *'''[[占位]]''':直径1[[步]] | ||
+ | *'''[[负载]]''':[[强壮]]×2 | ||
+ | }} | ||
+ | |desc=因为规则作者的原因,这就是中型体型的标准。这个体型介于{{f|大型}}生物和{{f|小型}}生物之间,并不强大, 但适应力很不错。 | ||
+ | |descalign=left | ||
+ | |adminicle={{/生物列表}} | ||
+ | }} | ||
+ | {{cardFeature|fullpagename=Feature:亡灵 | ||
+ | |name=亡灵 | ||
+ | |add=死灵/不死生物 | ||
+ | |img= | ||
+ | |illustrator= | ||
+ | |class=form | ||
+ | |type= | ||
+ | |subtype=v8 | ||
+ | |content= | ||
+ | {{cardRow| | ||
+ | '''基本信息''' | ||
+ | *'''[[防护]]''':[[物理防护]]+1、[[灵异防护]]-1 | ||
+ | *'''[[感知范围|感知]]''':{{f|活物知觉}} | ||
+ | *无需[[进食]]、[[饮水]]或[[睡眠]] | ||
+ | *不会[[溺水]]/[[窒息]] | ||
+ | }} | ||
+ | |desc=“Undead”<br>亡灵又被称作不死生物,多数是凭借超自然力量复活的尸体。比如:骷髅、僵尸和幽魂等,这类生物的[[肢体]]往往由生前的形态决定。 | ||
+ | |descalign=left | ||
+ | |adminicle={{/生物列表}} | ||
+ | }}||height: auto;|}}"> | ||
+ | {{#ifeq: {{subst:creature:骷髅/f:骷髅}} | ||
+ | {{cardFeature|fullpagename=Feature:中型 | ||
+ | |name=中型 | ||
+ | |add= | ||
+ | |img= | ||
+ | |illustrator= | ||
+ | |class=size | ||
+ | |type= | ||
+ | |subtype=v8 | ||
+ | |content= | ||
+ | {{cardRow| | ||
+ | '''基本信息''':{{sizeLevel|中型}} | ||
+ | *'''[[身高]]/[[身长]]''':1.2~2.4m | ||
+ | *'''[[体重]]''':35~150kg | ||
+ | *'''[[占位]]''':直径1[[步]] | ||
+ | *'''[[负载]]''':[[强壮]]×2 | ||
+ | }} | ||
+ | |desc=因为规则作者的原因,这就是中型体型的标准。这个体型介于{{f|大型}}生物和{{f|小型}}生物之间,并不强大, 但适应力很不错。 | ||
+ | |descalign=left | ||
+ | |adminicle={{/生物列表}} | ||
+ | }} | ||
+ | {{cardFeature|fullpagename=Feature:亡灵 | ||
+ | |name=亡灵 | ||
+ | |add=死灵/不死生物 | ||
+ | |img= | ||
+ | |illustrator= | ||
+ | |class=form | ||
+ | |type= | ||
+ | |subtype=v8 | ||
+ | |content= | ||
+ | {{cardRow| | ||
+ | '''基本信息''' | ||
+ | *'''[[防护]]''':[[物理防护]]+1、[[灵异防护]]-1 | ||
+ | *'''[[感知范围|感知]]''':{{f|活物知觉}} | ||
+ | *无需[[进食]]、[[饮水]]或[[睡眠]] | ||
+ | *不会[[溺水]]/[[窒息]] | ||
+ | }} | ||
+ | |desc=“Undead”<br>亡灵又被称作不死生物,多数是凭借超自然力量复活的尸体。比如:骷髅、僵尸和幽魂等,这类生物的[[肢体]]往往由生前的形态决定。 | ||
+ | |descalign=left | ||
+ | |adminicle={{/生物列表}} | ||
+ | }}||不具任何[[特征]]|{{subst:creature:骷髅/f:骷髅}} | ||
+ | {{cardFeature|fullpagename=Feature:中型 | ||
+ | |name=中型 | ||
+ | |add= | ||
+ | |img= | ||
+ | |illustrator= | ||
+ | |class=size | ||
+ | |type= | ||
+ | |subtype=v8 | ||
+ | |content= | ||
+ | {{cardRow| | ||
+ | '''基本信息''':{{sizeLevel|中型}} | ||
+ | *'''[[身高]]/[[身长]]''':1.2~2.4m | ||
+ | *'''[[体重]]''':35~150kg | ||
+ | *'''[[占位]]''':直径1[[步]] | ||
+ | *'''[[负载]]''':[[强壮]]×2 | ||
+ | }} | ||
+ | |desc=因为规则作者的原因,这就是中型体型的标准。这个体型介于{{f|大型}}生物和{{f|小型}}生物之间,并不强大, 但适应力很不错。 | ||
+ | |descalign=left | ||
+ | |adminicle={{/生物列表}} | ||
+ | }} | ||
+ | {{cardFeature|fullpagename=Feature:亡灵 | ||
+ | |name=亡灵 | ||
+ | |add=死灵/不死生物 | ||
+ | |img= | ||
+ | |illustrator= | ||
+ | |class=form | ||
+ | |type= | ||
+ | |subtype=v8 | ||
+ | |content= | ||
+ | {{cardRow| | ||
+ | '''基本信息''' | ||
+ | *'''[[防护]]''':[[物理防护]]+1、[[灵异防护]]-1 | ||
+ | *'''[[感知范围|感知]]''':{{f|活物知觉}} | ||
+ | *无需[[进食]]、[[饮水]]或[[睡眠]] | ||
+ | *不会[[溺水]]/[[窒息]] | ||
+ | }} | ||
+ | |desc=“Undead”<br>亡灵又被称作不死生物,多数是凭借超自然力量复活的尸体。比如:骷髅、僵尸和幽魂等,这类生物的[[肢体]]往往由生前的形态决定。 | ||
+ | |descalign=left | ||
+ | |adminicle={{/生物列表}} | ||
+ | }}}} | ||
</div> | </div> | ||
</div> | </div> | ||
|} | |} | ||
− | {| | + | {{tab_collapse|{{img|icon_abilitysmall.png}}[[能力]] <font style<nowiki>=</nowiki>"color: #999999; font-weight:normal; font-size: smaller;">([[:category:强壮能力|强壮占用]]: {{#var: muscleoccupy}} [[:category:灵巧能力|灵巧占用]]: {{#var:elastaneoccupy}} [[:category:直觉能力|直觉占用]]: {{#var:senseoccupy}})</font>|width=100%}} |
− | + | ||
− | + | ||
− | + | ||
| | | | ||
<div style="width:970px; float:left;"> | <div style="width:970px; float:left;"> | ||
− | <div class="cardList" style="width:100%; "> | + | <div class="cardList" style="width:100%; {{#ifeq: {{cardAbility|fullpagename=Ability:冲锋 |
− | [[ | + | |name=冲锋 |
− | [[ | + | |add= |
+ | |gifted= | ||
+ | |contributor=[[user:Pucs|William Pucs]]@[http://www.necroz.com Necroz Studio] | ||
+ | |illustrator= | ||
+ | |img= | ||
+ | |class=stunt | ||
+ | |passive=y | ||
+ | |attr=m | ||
+ | |rank=2 | ||
+ | |type= | ||
+ | |subtype=v8 | ||
+ | |content= | ||
+ | {{cardRow| | ||
+ | '''[[获得能力|获得]]''':[[占用]]2[[强壮]],花费6[[潜能]] | ||
+ | }} | ||
+ | {{cardRow| | ||
+ | '''[[被动]]''':每[[轮]]1次 | ||
+ | *若你在连续[[移动]]最少3[[步]]后立即做出[[近战攻击]],此次攻击的[[掷骰]]{{r|+2}}。 | ||
+ | }} | ||
+ | |desc=在拉奥骑士的字典中没有“后退”,他们的眼中只有前方! | ||
+ | }}{{cardAbility | ||
+ | |name=借力防守 | ||
+ | |add={{addon|}} | ||
+ | |img=defaultcardimg.jpg | ||
+ | |illustrator= | ||
+ | |class=trait | ||
+ | |action=ra | ||
+ | |attr=m | ||
+ | |rank=1 | ||
+ | |type= | ||
+ | |subtype=v6 | ||
+ | |content= | ||
+ | {{cardRow| | ||
+ | '''[[获得能力|获得]]''': [[占用]]1[[强壮]], 花费3[[潜能]] | ||
+ | }} | ||
+ | {{cardRow| | ||
+ | '''[[施展]]''': {{action|ra|1}}, [[装备]][[长柄]]武器时施展 | ||
+ | |||
+ | • 在本[[轮]]中, 你在[[强壮]][[对抗]], [[格挡]]和[[闪避]]时有3[[优势]]. | ||
+ | }} | ||
+ | |desc=立杆于此, 一夫当关! | ||
+ | }} | ||
+ | {{cardAbility|fullpagename=Ability:战略本能 | ||
+ | |name=战略本能 | ||
+ | |add= | ||
+ | |gifted= | ||
+ | |set= | ||
+ | |contributor=[[user:Pucs|William Pucs]]@[http://www.necroz.com Necroz Studio] | ||
+ | |illustrator= | ||
+ | |img= | ||
+ | |class=power | ||
+ | |passive=y | ||
+ | |attr=a | ||
+ | |rank=3 | ||
+ | |type= | ||
+ | |subtype=v8 | ||
+ | |content= | ||
+ | {{cardRow| | ||
+ | '''[[获得能力|获得]]''':[[占用]]3[[活力]],花费9[[潜能]] | ||
+ | }} | ||
+ | {{cardRow| | ||
+ | '''[[被动]]''': | ||
+ | *在你开始[[瞬息]]过程的第1[[轮]]中,你的[[机动]]+1 | ||
+ | }} | ||
+ | |desc=优秀的战士总是能最先调整好自己,随时投入到战斗中。 | ||
+ | }}{{cardAbility|fullpagename=Ability:巧击 | ||
+ | |name=巧击 | ||
+ | |add= | ||
+ | |gifted= | ||
+ | |contributor=[[user:Pucs|William Pucs]]@[http://www.necroz.com Necroz Studio] | ||
+ | |illustrator= | ||
+ | |img= | ||
+ | |class=stunt | ||
+ | |action= | ||
+ | |attr=a | ||
+ | |rank=1 | ||
+ | |type= | ||
+ | |subtype=v8 | ||
+ | |content= | ||
+ | {{cardRow| | ||
+ | '''[[获得能力|获得]]''':[[占用]]1[[活力]],花费6[[潜能]] | ||
+ | }} | ||
+ | {{cardRow| | ||
+ | '''[[施展]]''':进行[[近战攻击]]时用{{action|1|[[附加]]}} | ||
+ | *若你位于受击者[[侧面]]时,此次攻击[[穿透]]1[[防护]] | ||
+ | }} | ||
+ | |desc=“我总能找到护甲的缝隙。” | ||
+ | }}||height: auto;|}}"> | ||
+ | {{#ifeq: {{cardAbility|fullpagename=Ability:冲锋 | ||
+ | |name=冲锋 | ||
+ | |add= | ||
+ | |gifted= | ||
+ | |contributor=[[user:Pucs|William Pucs]]@[http://www.necroz.com Necroz Studio] | ||
+ | |illustrator= | ||
+ | |img= | ||
+ | |class=stunt | ||
+ | |passive=y | ||
+ | |attr=m | ||
+ | |rank=2 | ||
+ | |type= | ||
+ | |subtype=v8 | ||
+ | |content= | ||
+ | {{cardRow| | ||
+ | '''[[获得能力|获得]]''':[[占用]]2[[强壮]],花费6[[潜能]] | ||
+ | }} | ||
+ | {{cardRow| | ||
+ | '''[[被动]]''':每[[轮]]1次 | ||
+ | *若你在连续[[移动]]最少3[[步]]后立即做出[[近战攻击]],此次攻击的[[掷骰]]{{r|+2}}。 | ||
+ | }} | ||
+ | |desc=在拉奥骑士的字典中没有“后退”,他们的眼中只有前方! | ||
+ | }}{{cardAbility | ||
+ | |name=借力防守 | ||
+ | |add={{addon|}} | ||
+ | |img=defaultcardimg.jpg | ||
+ | |illustrator= | ||
+ | |class=trait | ||
+ | |action=ra | ||
+ | |attr=m | ||
+ | |rank=1 | ||
+ | |type= | ||
+ | |subtype=v6 | ||
+ | |content= | ||
+ | {{cardRow| | ||
+ | '''[[获得能力|获得]]''': [[占用]]1[[强壮]], 花费3[[潜能]] | ||
+ | }} | ||
+ | {{cardRow| | ||
+ | '''[[施展]]''': {{action|ra|1}}, [[装备]][[长柄]]武器时施展 | ||
+ | |||
+ | • 在本[[轮]]中, 你在[[强壮]][[对抗]], [[格挡]]和[[闪避]]时有3[[优势]]. | ||
+ | }} | ||
+ | |desc=立杆于此, 一夫当关! | ||
+ | }} | ||
+ | {{cardAbility|fullpagename=Ability:战略本能 | ||
+ | |name=战略本能 | ||
+ | |add= | ||
+ | |gifted= | ||
+ | |set= | ||
+ | |contributor=[[user:Pucs|William Pucs]]@[http://www.necroz.com Necroz Studio] | ||
+ | |illustrator= | ||
+ | |img= | ||
+ | |class=power | ||
+ | |passive=y | ||
+ | |attr=a | ||
+ | |rank=3 | ||
+ | |type= | ||
+ | |subtype=v8 | ||
+ | |content= | ||
+ | {{cardRow| | ||
+ | '''[[获得能力|获得]]''':[[占用]]3[[活力]],花费9[[潜能]] | ||
+ | }} | ||
+ | {{cardRow| | ||
+ | '''[[被动]]''': | ||
+ | *在你开始[[瞬息]]过程的第1[[轮]]中,你的[[机动]]+1 | ||
+ | }} | ||
+ | |desc=优秀的战士总是能最先调整好自己,随时投入到战斗中。 | ||
+ | }}{{cardAbility|fullpagename=Ability:巧击 | ||
+ | |name=巧击 | ||
+ | |add= | ||
+ | |gifted= | ||
+ | |contributor=[[user:Pucs|William Pucs]]@[http://www.necroz.com Necroz Studio] | ||
+ | |illustrator= | ||
+ | |img= | ||
+ | |class=stunt | ||
+ | |action= | ||
+ | |attr=a | ||
+ | |rank=1 | ||
+ | |type= | ||
+ | |subtype=v8 | ||
+ | |content= | ||
+ | {{cardRow| | ||
+ | '''[[获得能力|获得]]''':[[占用]]1[[活力]],花费6[[潜能]] | ||
+ | }} | ||
+ | {{cardRow| | ||
+ | '''[[施展]]''':进行[[近战攻击]]时用{{action|1|[[附加]]}} | ||
+ | *若你位于受击者[[侧面]]时,此次攻击[[穿透]]1[[防护]] | ||
+ | }} | ||
+ | |desc=“我总能找到护甲的缝隙。” | ||
+ | }}||没有任何[[能力]]|{{cardAbility|fullpagename=Ability:冲锋 | ||
+ | |name=冲锋 | ||
+ | |add= | ||
+ | |gifted= | ||
+ | |contributor=[[user:Pucs|William Pucs]]@[http://www.necroz.com Necroz Studio] | ||
+ | |illustrator= | ||
+ | |img= | ||
+ | |class=stunt | ||
+ | |passive=y | ||
+ | |attr=m | ||
+ | |rank=2 | ||
+ | |type= | ||
+ | |subtype=v8 | ||
+ | |content= | ||
+ | {{cardRow| | ||
+ | '''[[获得能力|获得]]''':[[占用]]2[[强壮]],花费6[[潜能]] | ||
+ | }} | ||
+ | {{cardRow| | ||
+ | '''[[被动]]''':每[[轮]]1次 | ||
+ | *若你在连续[[移动]]最少3[[步]]后立即做出[[近战攻击]],此次攻击的[[掷骰]]{{r|+2}}。 | ||
+ | }} | ||
+ | |desc=在拉奥骑士的字典中没有“后退”,他们的眼中只有前方! | ||
+ | }}{{cardAbility | ||
+ | |name=借力防守 | ||
+ | |add={{addon|}} | ||
+ | |img=defaultcardimg.jpg | ||
+ | |illustrator= | ||
+ | |class=trait | ||
+ | |action=ra | ||
+ | |attr=m | ||
+ | |rank=1 | ||
+ | |type= | ||
+ | |subtype=v6 | ||
+ | |content= | ||
+ | {{cardRow| | ||
+ | '''[[获得能力|获得]]''': [[占用]]1[[强壮]], 花费3[[潜能]] | ||
+ | }} | ||
+ | {{cardRow| | ||
+ | '''[[施展]]''': {{action|ra|1}}, [[装备]][[长柄]]武器时施展 | ||
+ | |||
+ | • 在本[[轮]]中, 你在[[强壮]][[对抗]], [[格挡]]和[[闪避]]时有3[[优势]]. | ||
+ | }} | ||
+ | |desc=立杆于此, 一夫当关! | ||
+ | }} | ||
+ | {{cardAbility|fullpagename=Ability:战略本能 | ||
+ | |name=战略本能 | ||
+ | |add= | ||
+ | |gifted= | ||
+ | |set= | ||
+ | |contributor=[[user:Pucs|William Pucs]]@[http://www.necroz.com Necroz Studio] | ||
+ | |illustrator= | ||
+ | |img= | ||
+ | |class=power | ||
+ | |passive=y | ||
+ | |attr=a | ||
+ | |rank=3 | ||
+ | |type= | ||
+ | |subtype=v8 | ||
+ | |content= | ||
+ | {{cardRow| | ||
+ | '''[[获得能力|获得]]''':[[占用]]3[[活力]],花费9[[潜能]] | ||
+ | }} | ||
+ | {{cardRow| | ||
+ | '''[[被动]]''': | ||
+ | *在你开始[[瞬息]]过程的第1[[轮]]中,你的[[机动]]+1 | ||
+ | }} | ||
+ | |desc=优秀的战士总是能最先调整好自己,随时投入到战斗中。 | ||
+ | }}{{cardAbility|fullpagename=Ability:巧击 | ||
+ | |name=巧击 | ||
+ | |add= | ||
+ | |gifted= | ||
+ | |contributor=[[user:Pucs|William Pucs]]@[http://www.necroz.com Necroz Studio] | ||
+ | |illustrator= | ||
+ | |img= | ||
+ | |class=stunt | ||
+ | |action= | ||
+ | |attr=a | ||
+ | |rank=1 | ||
+ | |type= | ||
+ | |subtype=v8 | ||
+ | |content= | ||
+ | {{cardRow| | ||
+ | '''[[获得能力|获得]]''':[[占用]]1[[活力]],花费6[[潜能]] | ||
+ | }} | ||
+ | {{cardRow| | ||
+ | '''[[施展]]''':进行[[近战攻击]]时用{{action|1|[[附加]]}} | ||
+ | *若你位于受击者[[侧面]]时,此次攻击[[穿透]]1[[防护]] | ||
+ | }} | ||
+ | |desc=“我总能找到护甲的缝隙。” | ||
+ | }}}} | ||
</div> | </div> | ||
</div> | </div> | ||
|} | |} | ||
− | {| | + | {{tab_collapse|{{img|icon_equipsmall.png}}[[装备]]|width=100%}} |
− | + | ||
− | + | ||
− | | | + | |
| | | | ||
<div style="width:970px; float:left;"> | <div style="width:970px; float:left;"> | ||
− | <div class="cardList" style="width:100%; | + | <div class="cardList" style="width:100%; {{#ifeq: {{cardItem|fullpagename=Item:拳脚 |
− | [[ | + | |name=拳脚 |
− | [[item:轻质皮甲/朽坏的|1]][[item:皮靴/朽坏的|1 | + | |add={{itemAmount|2}}{{addon|}} |
+ | |contributor=[[user:Pucs|William Pucs]]@[http://www.necroz.com Necroz Studio] | ||
+ | |illustrator= | ||
+ | |img= | ||
+ | |class=naturalweapon | ||
+ | |magical= | ||
+ | |unique= | ||
+ | |type= 缠斗 | ||
+ | |subtype=v8 | ||
+ | |value= | ||
+ | |content= | ||
+ | {{cardRow| | ||
+ | ''' [[装备]]''':拳脚是你的天生武器,你无需[[装备]]或[[卸下]]它,也不妨碍你装备其他武器 | ||
+ | *未装备其它武器时,你无法进行[[格挡]] | ||
+ | }} | ||
+ | {{cardRow| | ||
+ | '''[[近战攻击]]''':{{action|1|[[战术]]}} | ||
+ | *对1个[[相邻]][[生物]]的[[强壮]]/[[活力]]造成2[[段]]{{r|[[强壮骰]]/[[活力骰]][[孰低]]÷2}}[[物理攻击]](可[[格挡]]/[[闪避]]) | ||
+ | }} | ||
+ | |desc="Fist / Foot"<br>这是你的拳头与脚腿,你可以狠狠地挥动它们,造成最直接有效的伤害。 | ||
+ | |descalign=left | ||
+ | }}{{subst::item:长矛/朽坏的|1}} | ||
+ | {{subst::item:轻质皮甲/朽坏的|1}}{{subst::item:皮靴/朽坏的|1}}||height: auto;|}}"> | ||
+ | {{#ifeq: {{cardItem|fullpagename=Item:拳脚 | ||
+ | |name=拳脚 | ||
+ | |add={{itemAmount|2}}{{addon|}} | ||
+ | |contributor=[[user:Pucs|William Pucs]]@[http://www.necroz.com Necroz Studio] | ||
+ | |illustrator= | ||
+ | |img= | ||
+ | |class=naturalweapon | ||
+ | |magical= | ||
+ | |unique= | ||
+ | |type= 缠斗 | ||
+ | |subtype=v8 | ||
+ | |value= | ||
+ | |content= | ||
+ | {{cardRow| | ||
+ | ''' [[装备]]''':拳脚是你的天生武器,你无需[[装备]]或[[卸下]]它,也不妨碍你装备其他武器 | ||
+ | *未装备其它武器时,你无法进行[[格挡]] | ||
+ | }} | ||
+ | {{cardRow| | ||
+ | '''[[近战攻击]]''':{{action|1|[[战术]]}} | ||
+ | *对1个[[相邻]][[生物]]的[[强壮]]/[[活力]]造成2[[段]]{{r|[[强壮骰]]/[[活力骰]][[孰低]]÷2}}[[物理攻击]](可[[格挡]]/[[闪避]]) | ||
+ | }} | ||
+ | |desc="Fist / Foot"<br>这是你的拳头与脚腿,你可以狠狠地挥动它们,造成最直接有效的伤害。 | ||
+ | |descalign=left | ||
+ | }}{{subst::item:长矛/朽坏的|1}} | ||
+ | {{subst::item:轻质皮甲/朽坏的|1}}{{subst::item:皮靴/朽坏的|1}}||没有[[装备]]任何[[物品]]|{{cardItem|fullpagename=Item:拳脚 | ||
+ | |name=拳脚 | ||
+ | |add={{itemAmount|2}}{{addon|}} | ||
+ | |contributor=[[user:Pucs|William Pucs]]@[http://www.necroz.com Necroz Studio] | ||
+ | |illustrator= | ||
+ | |img= | ||
+ | |class=naturalweapon | ||
+ | |magical= | ||
+ | |unique= | ||
+ | |type= 缠斗 | ||
+ | |subtype=v8 | ||
+ | |value= | ||
+ | |content= | ||
+ | {{cardRow| | ||
+ | ''' [[装备]]''':拳脚是你的天生武器,你无需[[装备]]或[[卸下]]它,也不妨碍你装备其他武器 | ||
+ | *未装备其它武器时,你无法进行[[格挡]] | ||
+ | }} | ||
+ | {{cardRow| | ||
+ | '''[[近战攻击]]''':{{action|1|[[战术]]}} | ||
+ | *对1个[[相邻]][[生物]]的[[强壮]]/[[活力]]造成2[[段]]{{r|[[强壮骰]]/[[活力骰]][[孰低]]÷2}}[[物理攻击]](可[[格挡]]/[[闪避]]) | ||
+ | }} | ||
+ | |desc="Fist / Foot"<br>这是你的拳头与脚腿,你可以狠狠地挥动它们,造成最直接有效的伤害。 | ||
+ | |descalign=left | ||
+ | }}{{subst::item:长矛/朽坏的|1}} | ||
+ | {{subst::item:轻质皮甲/朽坏的|1}}{{subst::item:皮靴/朽坏的|1}}}} | ||
</div> | </div> | ||
</div> | </div> | ||
|} | |} | ||
− | {| | + | {{tab_collapse|{{img|icon_mountsmall.png}}[[骑乘]]|width=100%|customstyle={{#ifeq:|y|display:none;|}}}} |
− | | | + | |
− | + | ||
− | + | ||
| | | | ||
<div style="width:970px; float:left;"> | <div style="width:970px; float:left;"> | ||
− | <div class="cardList" style="width:100%; height: auto;"> | + | <div class="cardList" style="width:100%; {{#ifeq: ||height: auto;|}}"> |
− | 没有[[骑乘]]任何[[坐骑]] | + | {{#ifeq: ||没有[[骑乘]]任何[[坐骑]]|}} |
</div> | </div> | ||
</div> | </div> | ||
|} | |} | ||
− | {| | + | {{tab_collapse|{{img|icon_backpacksmall.png}}[[携带]]|width=100%}} |
− | + | ||
− | + | ||
− | | | + | |
| | | | ||
<div style="width:970px; float:left;"> | <div style="width:970px; float:left;"> | ||
− | <div class="cardList" style="width:100%; height: auto;"> | + | <div class="cardList" style="width:100%; {{#ifeq: ||height: auto;|}}"> |
− | 没有[[携带]]任何[[物品]] | + | {{#ifeq: ||没有[[携带]]任何[[物品]]|}} |
</div> | </div> | ||
</div> | </div> | ||
|} | |} | ||
− | <div style="float: left; height: 12px; width: 100%;"></div> | + | {{#ifeq: ||<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>]]3</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;">'''2 | + | • 用[[Item:长矛/朽坏的|长矛/朽坏的]][[主攻]]: <font class="actiondesc">ta[[机动|<font style="text-shadow:1px 1px 1px #999999;">⚡️</font>]]3</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;">'''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步 |
;效果 | ;效果 | ||
• 震感: 所有方位对你而言都是正面.<br> | • 震感: 所有方位对你而言都是正面.<br> | ||
• 亡灵: 若非特别注明, 心智和疫病效果对你不起作用. <br> | • 亡灵: 若非特别注明, 心智和疫病效果对你不起作用. <br> | ||
− | • 亡灵: 所有由神圣能力对你造成的恢复效果都会变成伤害效果. 且此类效果减少伤势的作用会替换成增加等量的伤势. | + | • 亡灵: 所有由神圣能力对你造成的恢复效果都会变成伤害效果. 且此类效果减少伤势的作用会替换成增加等量的伤势.||暂时没有任何速记内容|;常用攻击 |
+ | • 用[[Item:长矛/朽坏的|长矛/朽坏的]][[主攻]]: <font class="actiondesc">ta[[机动|<font style="text-shadow:1px 1px 1px #999999;">⚡️</font>]]3</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;">'''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步 | ||
+ | |||
+ | ;效果 | ||
+ | • 震感: 所有方位对你而言都是正面.<br> | ||
+ | • 亡灵: 若非特别注明, 心智和疫病效果对你不起作用. <br> | ||
+ | • 亡灵: 所有由神圣能力对你造成的恢复效果都会变成伤害效果. 且此类效果减少伤势的作用会替换成增加等量的伤势.}} | ||
</div></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}}|}} |