个人工具
登录
查看源代码 - Meshal Lite
页面
讨论
查看源代码
历史
Search
导航
首页
游戏手册
资料库
角色卡
站点动态
当前事件
最近更改
随机页面
帮助
帮助索引
语法库
模板库
样本库
工具箱
链入页面
链出更改
特殊页面
查看源代码
出自Meshal Lite
对
归档/v5/Creature:毒尸鬼OLD
的源代码
跳转到:
导航
,
搜索
<div style="display:none;"><!--数据处理: 这个部分会被包含在1个隐藏容器内, 不影响排版--> <!--文本转化处理--> {{#vardefine: absolutepagename|Creature:毒尸鬼}} {{#vardefine: agephase|{{#switch: 成年|成年=prime|少儿=juvenile|迟暮=twilight|#default=prime}}}} {{#vardefine: perception|{{#switch: 震感|视觉=vision|听觉=hearing|嗅觉=olfaction|震感=vibration|超感=telepath|#default=vision}}}} <!--世界设定--> {{#vardefine: charcampaignset|{{#ifeq: ||核心| }} }} <!--潜能求和--> {{#vardefine: potential|{{expr|0|y}}}} {{#vardefine: potentialused|{{expr|属性21+特征(伤势6x3+防护5*3-防御5*3)+能力6+9|y}}}} <!--素质属性求和--> {{#vardefine: muscle|{{#ifeq: ||{{expr|基础6|y}}| }} }} {{#vardefine: elastane|{{#ifeq: ||{{expr|基础2|y}}| }} }} {{#vardefine: sense|{{#ifeq: ||{{expr|基础2|y}}| }} }} <!--素质占用求和--> {{#vardefine: muscleoccupy|{{expr||y}}}} {{#vardefine: elastaneoccupy|{{expr||y}}}} {{#vardefine: senseoccupy|{{expr||y}}}} <!--损耗属性求和--> {{#vardefine: hurts|{{#ifeq: ||{{#expr: {{#var: muscle}}+{{expr|天生6|y}}}}| }} }} {{#vardefine: acted|{{#ifeq: ||{{#expr: {{#var: elastane}}+{{expr||y}}}}| }} }} {{#vardefine: leaks|{{#ifeq: ||{{#expr: {{#var: sense}}+{{expr||y}}}}| }} }} <!--防御投骰求和--> {{#vardefine: parry|{{#ifeq: ||{{#expr: {{#var: muscle}}+{{expr|-天生2|y}}}}| }} }} {{#vardefine: dodge|{{#ifeq: ||{{#expr: {{#var: elastane}}+{{expr|-天生3|y}}}}| }} }} {{#vardefine: resist|{{#ifeq: ||{{#expr: {{#var: sense}}+{{expr||y}}}}| }} }} <!--防护求和--> {{#vardefine: psave|{{#ifeq: ||{{expr|天生1|y}}| }} }} {{#vardefine: esave|{{#ifeq: ||{{expr|天生1|y}}| }} }} {{#vardefine: ssave|{{#ifeq: ||{{expr|天生3|y}}| }} }} <!--距离求和--> {{#vardefine: reach|{{#ifeq: ||{{expr|中型1|y}}| }} }} {{#vardefine: pace|{{#ifeq: ||{{expr|天生2|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> <!--添加子页面入口-->{{#ifeq: {{FULLPAGENAME}}|Creature:毒尸鬼|{{#ifingroup:sysop| <span class="editEntrance" style="float:right;">{{img|icon_addsubpage.png}}<inputbox> type=create width=24 break=no bgcolor=#ffffff placeholder=子页面名 prefix={{FULLPAGENAME}}/ buttonlabel=创建子页面 </inputbox></span> |}}|}} <!--角色卡框架--><div style="position:relative; float: left; width: 978px; margin:8px; padding: none; "> <div 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> {|style="width:416px; height: 100%;" |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;">{{#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 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> {|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>}}}} |}</span> <div> {|style="width:100%; height: 100%;" |valign=middle align=left|{{#ifeq: creature|creature||{{#ifeq: ||{{#ifeq: |||'''[[年龄]]''': 岁 ([[成年]])}}|'''生于''': }}}} |}</div> </div> </div> <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> {|style="width:240px; height: 100%;" |valign=middle align=left style="font-size: 9.5pt; line-height:18px;"|[[头部]]x1 [[躯干]]x1 [[手臂]]x2 [[腿脚]]x2 |}</span> <div> {|style="width:280px; height: 100%;" |valign=middle align=left width=32px|'''[[肢体]]''': |valign=middle align=left|[[头部]]x1 [[躯干]]x1 [[手臂]]x2 [[腿脚]]x2 |}</div></div> </div> <div style="float: left; height: 12px; width: 100%;"></div> <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> {| |'''[[强壮]]''': 基础6 |}</div></div> <div class="sheetScore">{{img|icon_elastane.png}} <span>{{#var: elastane}}</span> <div> {| |'''[[灵巧]]''': 基础2 |}</div></div> <div class="sheetScore">{{img|icon_sense.png}} <span>{{#var: sense}}</span> <div> {| |'''[[直觉]]''': 基础2 |}</div></div> </div> <div class="sheetCol" style="background-color: #f4f0ed;"> '''[[损耗]]属性''' <div class="sheetScore" style="border-top: none;">{{img|icon_hurts.png}} <span>{{#var: hurts}}</span> <div> {| |'''[[最大伤势]]''': [[强壮]]{{#var: muscle}}{{#ifeq: 天生6|||+天生6}} |}</div></div> <div class="sheetScore">{{img|icon_acted.png}} <span>{{#var: acted}}</span> <div> {| |'''[[最大疲劳]]''': [[灵巧]]{{#var: elastane}}{{#ifeq: |||+}} |}</div></div> <div class="sheetScore">{{img|icon_leaks.png}} <span>{{#var: leaks}}</span> <div> {| |'''[[最大透支]]''': [[直觉]]{{#var: sense}}{{#ifeq: |||+}} |}</div></div> </div> <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> {| |'''[[格挡]][[投骰]]''': [[强壮]]{{#var: muscle}}{{#ifeq: -天生2|||+-天生2}} |}</div></div> <div class="sheetScore">{{img|icon_dodgesheet.png}} <span>{{#var: dodge}}{{img|icon_dicelarge.png}}</span> <div> {| |'''[[闪避]][[投骰]]''': [[灵巧]]{{#var: elastane}}{{#ifeq: -天生3|||+-天生3}} |}</div></div> <div class="sheetScore">{{img|icon_resistsheet.png}} <span>{{#var: resist}}{{img|icon_dicelarge.png}}</span> <div> {| |'''[[抵抗]][[投骰]]''': [[直觉]]{{#var: sense}}{{#ifeq: |||+}} |}</div></div> </div> <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> {| |'''[[物质防护]]''': {{#ifeq: |y|[[免疫]]|天生1}} |}</div></div> <div class="sheetScore">{{img|icon_saveenergetic.png}} <span>{{#ifeq: |y|{{img|icon_immune.png}}|{{#var: esave}}}}</span><div> {| |'''[[能量防护]]''': {{#ifeq: |y|[[免疫]]|天生1}} |}</div></div> <div class="sheetScore">{{img|icon_savespectral.png}} <span>{{#ifeq: |y|{{img|icon_immune.png}}|{{#var: ssave}}}}</span><div> {| |'''[[灵毒防护]]''': {{#ifeq: |y|[[免疫]]|天生3}} |}</div></div> </div> <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> <div class="sheetScore" style="border-top: none;">{{img|icon_reach.png}} <span>{{#var: reach}}<font style="font-size: 12px;">[[步]]</font></span><div> {| |'''[[触及]]''': 中型1 [[步]] |}</div></div> <div class="sheetScore">{{img|icon_pace.png}} <span>{{#var: pace}}<font style="font-size: 12px;">[[步]]</font></span><div> {| |'''[[步幅]]''': 天生2 [[步]] |}</div></div> <div class="sheetScore">{{img|icon_perception.png}} <span> {|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> |}</span> <div>'''主要[[感知]]''': [[震感]] 30 [[步]]</div></div> </div> <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> <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 class="sheetScore">{{img|icon_capacity.png}} <span> {|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> |}</span> <div> {|style="width:280px; height: 100%;" |valign=middle align=left|'''最大[[容量]]''': 中型600 dl<br>'''最大[[载重]]''': [[强壮]]{{#var: muscle}}*9{{#ifeq: |||+}} kg |}</div></div> <div class="sheetScore">{{img|icon_heightnweight.png}}<span> {|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> |}</span> <div> {|style="width:280px; height: 100%;" |valign=middle align=left|'''[[身长]]''': 取决于生前 m<br>'''[[体重]]''': 取决于生前 kg |}</div></div> </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 class="cardList" style="width:100%; {{#ifeq: {{subst:/f:毒尸鬼}} {{cardFeature |name=中型 |add={{addon|}} |img=defaultcardimg.jpg |illustrator= |class=size |type= |subtype=v6 |content= {{cardRow| '''基本''': {{expandInfo|[[身高]]| 1.2~2.4 m }} {{expandInfo|[[体重]]| 35~120 kg }} {{sizeLevel|中型}} • '''[[步幅]]''': 3[[步]]<br> • '''[[触及]]''': 1[[步]]<br> • '''[[容量]]''': 600 dl }} |desc=因为规则作者的原因, 这就是中型体型的标准.这个体型介于{{f|大型}}生物和{{f|小型}}生物之间, 并不强大, 但适应力很不错. |descalign=left }} {{cardFeature |name=亡灵 |add={{addon|}} |img=defaultcardimg.jpg |illustrator= |class=form |type= |subtype=v6 |content= {{cardRow| '''[[效果]]''' • 若非特别注明, [[心智]]效果对你不起作用. <br>• 若非特别注明, [[年龄]]对你没有意义. <br>• 所有由[[神圣]]能力对你造成减少[[伤势]]作用会变成增加等量的[[伤势]], 你可以[[抵抗]]此类效果. }} |desc=亡灵又称作不死生物. 多数亡灵都是在生物正常死亡后, 借助超自然力量重新复活形成的. 常见的亡灵包括骷髅, 僵尸, 幽魂等. |descalign=left }}||height: auto;|}}"> {{#ifeq: {{subst:/f:毒尸鬼}} {{cardFeature |name=中型 |add={{addon|}} |img=defaultcardimg.jpg |illustrator= |class=size |type= |subtype=v6 |content= {{cardRow| '''基本''': {{expandInfo|[[身高]]| 1.2~2.4 m }} {{expandInfo|[[体重]]| 35~120 kg }} {{sizeLevel|中型}} • '''[[步幅]]''': 3[[步]]<br> • '''[[触及]]''': 1[[步]]<br> • '''[[容量]]''': 600 dl }} |desc=因为规则作者的原因, 这就是中型体型的标准.这个体型介于{{f|大型}}生物和{{f|小型}}生物之间, 并不强大, 但适应力很不错. |descalign=left }} {{cardFeature |name=亡灵 |add={{addon|}} |img=defaultcardimg.jpg |illustrator= |class=form |type= |subtype=v6 |content= {{cardRow| '''[[效果]]''' • 若非特别注明, [[心智]]效果对你不起作用. <br>• 若非特别注明, [[年龄]]对你没有意义. <br>• 所有由[[神圣]]能力对你造成减少[[伤势]]作用会变成增加等量的[[伤势]], 你可以[[抵抗]]此类效果. }} |desc=亡灵又称作不死生物. 多数亡灵都是在生物正常死亡后, 借助超自然力量重新复活形成的. 常见的亡灵包括骷髅, 僵尸, 幽魂等. |descalign=left }}||不具任何[[特征]]|{{subst:/f:毒尸鬼}} {{cardFeature |name=中型 |add={{addon|}} |img=defaultcardimg.jpg |illustrator= |class=size |type= |subtype=v6 |content= {{cardRow| '''基本''': {{expandInfo|[[身高]]| 1.2~2.4 m }} {{expandInfo|[[体重]]| 35~120 kg }} {{sizeLevel|中型}} • '''[[步幅]]''': 3[[步]]<br> • '''[[触及]]''': 1[[步]]<br> • '''[[容量]]''': 600 dl }} |desc=因为规则作者的原因, 这就是中型体型的标准.这个体型介于{{f|大型}}生物和{{f|小型}}生物之间, 并不强大, 但适应力很不错. |descalign=left }} {{cardFeature |name=亡灵 |add={{addon|}} |img=defaultcardimg.jpg |illustrator= |class=form |type= |subtype=v6 |content= {{cardRow| '''[[效果]]''' • 若非特别注明, [[心智]]效果对你不起作用. <br>• 若非特别注明, [[年龄]]对你没有意义. <br>• 所有由[[神圣]]能力对你造成减少[[伤势]]作用会变成增加等量的[[伤势]], 你可以[[抵抗]]此类效果. }} |desc=亡灵又称作不死生物. 多数亡灵都是在生物正常死亡后, 借助超自然力量重新复活形成的. 常见的亡灵包括骷髅, 僵尸, 幽魂等. |descalign=left }}}} </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 class="cardList" style="width:100%; {{#ifeq: {{subst:/a:尸毒}}{{subst:/a:恶臭气息}}||height: auto;|}}"> {{#ifeq: {{subst:/a:尸毒}}{{subst:/a:恶臭气息}}||没有任何[[能力]]|{{subst:/a:尸毒}}{{subst:/a:恶臭气息}}}} </div> </div> |} {{tab_collapse|{{img|icon_equipsmall.png}}[[装备]]|width=100%}} | <div style="width:970px; float:left;"> <div class="cardList" style="width:100%; {{#ifeq: {{cardItem |name=拳脚 |add={{itemAmount|2}}{{addon|}} |img=defaultcardimg.jpg |illustrator= |class=naturalweapon |magical= |unique= |type= 缠斗 |subtype=v7 |value= |content= {{cardRow| ''' [[装备]]''': 拳脚是你的天生武器, 你无需[[装备]]或[[卸下]]它, 也不妨碍你装备其他武器. *未装备其它武器时, 你无法进行[[格挡]]. }} {{cardRow| '''[[近战攻击]]''' '''[[主攻]]''': {{sec|0|1}} *{{vs|{{r|[[强壮]]÷2}}[[物质攻击]]|[[格挡]]/[[闪避]]}} '''[[助攻]]''': [[近战攻击]]+{{sec||1}} *对此次攻击的[[防御]]有2[[劣势]] }} |desc=这是你的拳头与脚腿, 你可以狠狠地挥动自己的肢体, 造成最直接有效的伤害. |descalign=left }}||height: auto;|}}"> {{#ifeq: {{cardItem |name=拳脚 |add={{itemAmount|2}}{{addon|}} |img=defaultcardimg.jpg |illustrator= |class=naturalweapon |magical= |unique= |type= 缠斗 |subtype=v7 |value= |content= {{cardRow| ''' [[装备]]''': 拳脚是你的天生武器, 你无需[[装备]]或[[卸下]]它, 也不妨碍你装备其他武器. *未装备其它武器时, 你无法进行[[格挡]]. }} {{cardRow| '''[[近战攻击]]''' '''[[主攻]]''': {{sec|0|1}} *{{vs|{{r|[[强壮]]÷2}}[[物质攻击]]|[[格挡]]/[[闪避]]}} '''[[助攻]]''': [[近战攻击]]+{{sec||1}} *对此次攻击的[[防御]]有2[[劣势]] }} |desc=这是你的拳头与脚腿, 你可以狠狠地挥动自己的肢体, 造成最直接有效的伤害. |descalign=left }}||没有[[装备]]任何[[物品]]|{{cardItem |name=拳脚 |add={{itemAmount|2}}{{addon|}} |img=defaultcardimg.jpg |illustrator= |class=naturalweapon |magical= |unique= |type= 缠斗 |subtype=v7 |value= |content= {{cardRow| ''' [[装备]]''': 拳脚是你的天生武器, 你无需[[装备]]或[[卸下]]它, 也不妨碍你装备其他武器. *未装备其它武器时, 你无法进行[[格挡]]. }} {{cardRow| '''[[近战攻击]]''' '''[[主攻]]''': {{sec|0|1}} *{{vs|{{r|[[强壮]]÷2}}[[物质攻击]]|[[格挡]]/[[闪避]]}} '''[[助攻]]''': [[近战攻击]]+{{sec||1}} *对此次攻击的[[防御]]有2[[劣势]] }} |desc=这是你的拳头与脚腿, 你可以狠狠地挥动自己的肢体, 造成最直接有效的伤害. |descalign=left }}}} </div> </div> |} {{tab_collapse|{{img|icon_mountsmall.png}}[[骑乘]]|width=100%|customstyle={{#ifeq:|y|display:none;|}}}} | <div style="width:970px; float:left;"> <div class="cardList" style="width:100%; {{#ifeq: ||height: auto;|}}"> {{#ifeq: ||没有[[骑乘]]任何[[坐骑]]|}} </div> </div> |} {{tab_collapse|{{img|icon_backpacksmall.png}}[[携带]]|width=100%}} | <div style="width:970px; float:left;"> <div class="cardList" style="width:100%; {{#ifeq: ||height: auto;|}}"> {{#ifeq: ||没有[[携带]]任何[[物品]]|}} </div> </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="sheetNote"> {{#ifeq: ||关于{{#ifeq: 毒尸鬼||无名氏|毒尸鬼}}的来历始终是个谜...|}} </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="sheetNote"> {{#ifeq: ;常用攻击 •用<span class="callCard">[[Feature:拳脚|{{#ifeq: ||拳脚|}}]]{{#ifeq: |y|{{#ifexist: Feature:拳脚|<div>{{:Feature:拳脚}}</div>|}}|}}</span>[[主攻]]: <!--定义行动类型表现方法-->{{#vardefine: output|{{#switch: ta |战术行动 = 1 |应变行动 = 2 |瞬间行动 = 3 |准备行动 = 4 |战术 = 1 |应变 = 2 |瞬间 = 3 |准备 = 4 |ta = 1 |ea = 2 |ia = 3 |ra = 4 |1 = 1 |2 = 2 |3 = 3 |4 = 4 |#default = 0}} }}<!--定义行动类型-->{{#vardefine: type|{{#switch: ta |准备行动 = [[准备行动|准备]] |战术行动 = [[战术行动|战术]] |应变行动 = [[应变行动|应变]] |瞬间行动 = [[瞬间行动|瞬间]] |准备 = [[准备行动|准备]] |战术 = [[战术行动|战术]] |应变 = [[应变行动|应变]] |瞬间 = [[瞬间行动|瞬间]] |ra = [[准备行动|准备]] |ta = [[战术行动|战术]] |ea = [[应变行动|应变]] |ia = [[瞬间行动|瞬间]] |1 = [[战术行动|战术]] |2 = [[应变行动|应变]] |4 = [[准备行动|准备]] |3 = [[瞬间行动|瞬间]] |#default = ta }} }}<!--定义消耗-->{{#vardefine: cost|{{#switch: 1 |custom = 特殊 |#default = 1{{imglink|icon_a.png|增加疲劳}}}} }}<!--正式输出内容-->{{#ifeq: {{#var:output}}|0 |<font style="border:1px solid rgba(204,204,204,.5); padding:1px 1px 1px 2px; background:#eeeeee; border-radius:8px;-moz-border-radius:8px;">'''{{#var:type}}'''<font style="margin:0px 0px 0px 2px; border:1px solid rgba(255,255,255,.5); padding:1px; background:#dddddd; border-radius:8px;-moz-border-radius:8px;">'''{{#var:cost}}'''</font> </font> |<font style="border:1px solid rgba(204,204,204,.5); padding:1px; 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;">'''{{#var:cost}}'''</font>'''{{#var:type}}''' </font> }} <font style="padding:1px; border:1px solid rgba(204,204,204,.5); background:#eeeeee; border-radius:8px;-moz-border-radius:8px;"><font style="margin:0px 1px 0px 1px; border:1px solid rgba(255,255,255,.5); padding:1px; background:#dddddd; border-radius:8px;-moz-border-radius:8px; font-weight:bold;"><font style="padding:2px 12px 2px 4px; border:1px solid rgba(255,255,255,.5); padding:1px; background:#d0d0d0; border-radius:12px;-moz-border-radius:12px;">'''3{{#ifeq: {{#switch: |sum = 1| true = 1| 1 = 1| y = 1| yes = 1| #default=0}}|1|{{imglink|icon_dicesum.png|骰面}}|{{imglink|icon_dice.png|点数}}}}'''</font></font>{{#ifeq: [[物质攻击]]|||<font style="padding-right: 1px;">'''[[物质攻击]]'''</font>}}</font> <br>- 用<span class="callCard">[[Feature:拳脚|{{#ifeq: ||拳脚|}}]]{{#ifeq: |y|{{#ifexist: Feature:拳脚|<div>{{:Feature:拳脚}}</div>|}}|}}</span>[[助攻]]: <!--定义行动类型表现方法-->{{#vardefine: output|{{#switch: ta |战术行动 = 1 |应变行动 = 2 |瞬间行动 = 3 |准备行动 = 4 |战术 = 1 |应变 = 2 |瞬间 = 3 |准备 = 4 |ta = 1 |ea = 2 |ia = 3 |ra = 4 |1 = 1 |2 = 2 |3 = 3 |4 = 4 |#default = 0}} }}<!--定义行动类型-->{{#vardefine: type|{{#switch: ta |准备行动 = [[准备行动|准备]] |战术行动 = [[战术行动|战术]] |应变行动 = [[应变行动|应变]] |瞬间行动 = [[瞬间行动|瞬间]] |准备 = [[准备行动|准备]] |战术 = [[战术行动|战术]] |应变 = [[应变行动|应变]] |瞬间 = [[瞬间行动|瞬间]] |ra = [[准备行动|准备]] |ta = [[战术行动|战术]] |ea = [[应变行动|应变]] |ia = [[瞬间行动|瞬间]] |1 = [[战术行动|战术]] |2 = [[应变行动|应变]] |4 = [[准备行动|准备]] |3 = [[瞬间行动|瞬间]] |#default = ta }} }}<!--定义消耗-->{{#vardefine: cost|{{#switch: 2 |custom = 特殊 |#default = 2{{imglink|icon_a.png|增加疲劳}}}} }}<!--正式输出内容-->{{#ifeq: {{#var:output}}|0 |<font style="border:1px solid rgba(204,204,204,.5); padding:1px 1px 1px 2px; background:#eeeeee; border-radius:8px;-moz-border-radius:8px;">'''{{#var:type}}'''<font style="margin:0px 0px 0px 2px; border:1px solid rgba(255,255,255,.5); padding:1px; background:#dddddd; border-radius:8px;-moz-border-radius:8px;">'''{{#var:cost}}'''</font> </font> |<font style="border:1px solid rgba(204,204,204,.5); padding:1px; 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;">'''{{#var:cost}}'''</font>'''{{#var:type}}''' </font> }} <font style="padding:1px; border:1px solid rgba(204,204,204,.5); background:#eeeeee; border-radius:8px;-moz-border-radius:8px;"><font style="margin:0px 1px 0px 1px; border:1px solid rgba(255,255,255,.5); padding:1px; background:#dddddd; border-radius:8px;-moz-border-radius:8px; font-weight:bold;"><font style="padding:2px 12px 2px 4px; border:1px solid rgba(255,255,255,.5); padding:1px; background:#d0d0d0; border-radius:12px;-moz-border-radius:12px;">'''3{{#ifeq: {{#switch: |sum = 1| true = 1| 1 = 1| y = 1| yes = 1| #default=0}}|1|{{imglink|icon_dicesum.png|骰面}}|{{imglink|icon_dice.png|点数}}}}'''</font></font>{{#ifeq: [[物质攻击]]|||<font style="padding-right: 1px;">'''[[物质攻击]]'''</font>}}</font>, 对此攻击的防御有2劣势 <br>- 用<span class="callCard">[[Feature:拳脚|{{#ifeq: ||拳脚|}}]]{{#ifeq: |y|{{#ifexist: Feature:拳脚|<div>{{:Feature:拳脚}}</div>|}}|}}</span>发起的攻击若命中, 会触发[[/A:尸毒|尸毒]]能力 ;其他 • [[/A:恶臭气息|恶臭气息]]: 距你3步内的生物投骰时有1劣势, 这个能力即使在你死后仍会作用. ;效果 • 震感: 所有方位对你而言都是正面.<br> • 亡灵: 若非特别注明, 心智和疫病效果对你不起作用. <br> • 亡灵: 所有由神圣能力对你造成的恢复效果都会变成伤害效果. 且此类效果减少伤势的作用会替换成增加等量的伤势.||暂时没有任何速记内容|;常用攻击 •用<span class="callCard">[[Feature:拳脚|{{#ifeq: ||拳脚|}}]]{{#ifeq: |y|{{#ifexist: Feature:拳脚|<div>{{:Feature:拳脚}}</div>|}}|}}</span>[[主攻]]: <!--定义行动类型表现方法-->{{#vardefine: output|{{#switch: ta |战术行动 = 1 |应变行动 = 2 |瞬间行动 = 3 |准备行动 = 4 |战术 = 1 |应变 = 2 |瞬间 = 3 |准备 = 4 |ta = 1 |ea = 2 |ia = 3 |ra = 4 |1 = 1 |2 = 2 |3 = 3 |4 = 4 |#default = 0}} }}<!--定义行动类型-->{{#vardefine: type|{{#switch: ta |准备行动 = [[准备行动|准备]] |战术行动 = [[战术行动|战术]] |应变行动 = [[应变行动|应变]] |瞬间行动 = [[瞬间行动|瞬间]] |准备 = [[准备行动|准备]] |战术 = [[战术行动|战术]] |应变 = [[应变行动|应变]] |瞬间 = [[瞬间行动|瞬间]] |ra = [[准备行动|准备]] |ta = [[战术行动|战术]] |ea = [[应变行动|应变]] |ia = [[瞬间行动|瞬间]] |1 = [[战术行动|战术]] |2 = [[应变行动|应变]] |4 = [[准备行动|准备]] |3 = [[瞬间行动|瞬间]] |#default = ta }} }}<!--定义消耗-->{{#vardefine: cost|{{#switch: 1 |custom = 特殊 |#default = 1{{imglink|icon_a.png|增加疲劳}}}} }}<!--正式输出内容-->{{#ifeq: {{#var:output}}|0 |<font style="border:1px solid rgba(204,204,204,.5); padding:1px 1px 1px 2px; background:#eeeeee; border-radius:8px;-moz-border-radius:8px;">'''{{#var:type}}'''<font style="margin:0px 0px 0px 2px; border:1px solid rgba(255,255,255,.5); padding:1px; background:#dddddd; border-radius:8px;-moz-border-radius:8px;">'''{{#var:cost}}'''</font> </font> |<font style="border:1px solid rgba(204,204,204,.5); padding:1px; 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;">'''{{#var:cost}}'''</font>'''{{#var:type}}''' </font> }} <font style="padding:1px; border:1px solid rgba(204,204,204,.5); background:#eeeeee; border-radius:8px;-moz-border-radius:8px;"><font style="margin:0px 1px 0px 1px; border:1px solid rgba(255,255,255,.5); padding:1px; background:#dddddd; border-radius:8px;-moz-border-radius:8px; font-weight:bold;"><font style="padding:2px 12px 2px 4px; border:1px solid rgba(255,255,255,.5); padding:1px; background:#d0d0d0; border-radius:12px;-moz-border-radius:12px;">'''3{{#ifeq: {{#switch: |sum = 1| true = 1| 1 = 1| y = 1| yes = 1| #default=0}}|1|{{imglink|icon_dicesum.png|骰面}}|{{imglink|icon_dice.png|点数}}}}'''</font></font>{{#ifeq: [[物质攻击]]|||<font style="padding-right: 1px;">'''[[物质攻击]]'''</font>}}</font> <br>- 用<span class="callCard">[[Feature:拳脚|{{#ifeq: ||拳脚|}}]]{{#ifeq: |y|{{#ifexist: Feature:拳脚|<div>{{:Feature:拳脚}}</div>|}}|}}</span>[[助攻]]: <!--定义行动类型表现方法-->{{#vardefine: output|{{#switch: ta |战术行动 = 1 |应变行动 = 2 |瞬间行动 = 3 |准备行动 = 4 |战术 = 1 |应变 = 2 |瞬间 = 3 |准备 = 4 |ta = 1 |ea = 2 |ia = 3 |ra = 4 |1 = 1 |2 = 2 |3 = 3 |4 = 4 |#default = 0}} }}<!--定义行动类型-->{{#vardefine: type|{{#switch: ta |准备行动 = [[准备行动|准备]] |战术行动 = [[战术行动|战术]] |应变行动 = [[应变行动|应变]] |瞬间行动 = [[瞬间行动|瞬间]] |准备 = [[准备行动|准备]] |战术 = [[战术行动|战术]] |应变 = [[应变行动|应变]] |瞬间 = [[瞬间行动|瞬间]] |ra = [[准备行动|准备]] |ta = [[战术行动|战术]] |ea = [[应变行动|应变]] |ia = [[瞬间行动|瞬间]] |1 = [[战术行动|战术]] |2 = [[应变行动|应变]] |4 = [[准备行动|准备]] |3 = [[瞬间行动|瞬间]] |#default = ta }} }}<!--定义消耗-->{{#vardefine: cost|{{#switch: 2 |custom = 特殊 |#default = 2{{imglink|icon_a.png|增加疲劳}}}} }}<!--正式输出内容-->{{#ifeq: {{#var:output}}|0 |<font style="border:1px solid rgba(204,204,204,.5); padding:1px 1px 1px 2px; background:#eeeeee; border-radius:8px;-moz-border-radius:8px;">'''{{#var:type}}'''<font style="margin:0px 0px 0px 2px; border:1px solid rgba(255,255,255,.5); padding:1px; background:#dddddd; border-radius:8px;-moz-border-radius:8px;">'''{{#var:cost}}'''</font> </font> |<font style="border:1px solid rgba(204,204,204,.5); padding:1px; 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;">'''{{#var:cost}}'''</font>'''{{#var:type}}''' </font> }} <font style="padding:1px; border:1px solid rgba(204,204,204,.5); background:#eeeeee; border-radius:8px;-moz-border-radius:8px;"><font style="margin:0px 1px 0px 1px; border:1px solid rgba(255,255,255,.5); padding:1px; background:#dddddd; border-radius:8px;-moz-border-radius:8px; font-weight:bold;"><font style="padding:2px 12px 2px 4px; border:1px solid rgba(255,255,255,.5); padding:1px; background:#d0d0d0; border-radius:12px;-moz-border-radius:12px;">'''3{{#ifeq: {{#switch: |sum = 1| true = 1| 1 = 1| y = 1| yes = 1| #default=0}}|1|{{imglink|icon_dicesum.png|骰面}}|{{imglink|icon_dice.png|点数}}}}'''</font></font>{{#ifeq: [[物质攻击]]|||<font style="padding-right: 1px;">'''[[物质攻击]]'''</font>}}</font>, 对此攻击的防御有2劣势 <br>- 用<span class="callCard">[[Feature:拳脚|{{#ifeq: ||拳脚|}}]]{{#ifeq: |y|{{#ifexist: Feature:拳脚|<div>{{:Feature:拳脚}}</div>|}}|}}</span>发起的攻击若命中, 会触发[[/A:尸毒|尸毒]]能力 ;其他 • [[/A:恶臭气息|恶臭气息]]: 距你3步内的生物投骰时有1劣势, 这个能力即使在你死后仍会作用. ;效果 • 震感: 所有方位对你而言都是正面.<br> • 亡灵: 若非特别注明, 心智和疫病效果对你不起作用. <br> • 亡灵: 所有由神圣能力对你造成的恢复效果都会变成伤害效果. 且此类效果减少伤势的作用会替换成增加等量的伤势.}} </div></div> </div>{{#ifeq: {{FULLPAGENAME}}|Creature:毒尸鬼|{{#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}}|}}
模板:Old
(
查看源码
)
返回到
归档/v5/Creature:毒尸鬼OLD
。