打开/关闭菜单
324
1711
132
1.2万
星露谷物语扩展百科
打开/关闭外观设置菜单
打开/关闭个人菜单
未登录
未登录用户的IP地址会在进行任意编辑后公开展示。

模板:Infobox artisan:修订间差异

来自星露谷物语扩展百科
删除的内容 添加的内容
Sizau留言 | 贡献
无编辑摘要
SummerFleur留言 | 贡献
无编辑摘要
第148行: 第148行:
</td>
</td>
</tr>}}
</tr>}}
}}{{#ifeq:{{lc:{{{eng|}}}}}|rice|
<tr>
<td colspan="2" class="infoboxsection">制成品售出价格</td>
</tr>
<tr>
<td class="infoboxsection" style="width: 30%; text-align: left;">处理设备</td>
<td class="infoboxsection">售价</td>
</tr>
<tr>
<td class="infoboxsection">[[File:Keg.png|16px|link=]] [[小桶]]</td>
<td class="infoboxdetail">{{Qualityprice|Vinegar|100|dsv=false|quality=0}}</td>
</tr>
}}
}}
<tr>
<tr>
第190行: 第202行:
}}
}}
</table>
</table>
</div>{{InfoboxSEO}}</includeonly><noinclude>{{Documentation}}
</div>{{InfoboxSEO}}</includeonly><noinclude>{{Documentation}}</noinclude>
==示例==
{{Infobox artisan
|name = 蜂蜜
|eng = Honey
|source = [[工匠物品]] • [[绿洲]]
|ingredients = 任意[[花]]
|edibility = -300
|sellprice = 100 + 花的基础价格 × 2
|craftingstation = {{Name|Bee House}}
|crafttime = 4 天
|tag = Depends
}}
{{Infobox artisan
|name = 鱼籽酱
|eng = Caviar
|source = [[工匠物品]]
|edibility = 70
|sellprice = 500
|ingredients = {{name|Sturgeon Roe|1}}
|craftingstation = {{name|Preserves Jar|link=罐头瓶}}
|crafttime = 6000 分钟
|quality = false
}}
{{Infobox artisan
|name = 枫糖浆
|eng = Maple Syrup
|source = 采集[[枫树]]
|season = 季节
|sellprice = 200
|edibility = 20
|crafttime = 9 天
|crafttime2 = 4 天
|ingredients = [[枫树]]
|tag = Tree
}}
{{clear}}
{{Infobox artisan
|name = 奶酪
|eng = Cheese
|source = [[工匠物品]] • [[沙漠商人]]
|ingredients = {{Name|Milk|1|class=inline}}或{{Name|Large Milk|1}}
|edibility = 50
|sellprice = 230
|craftingstation = {{Name|Cheese Press|link=压酪机}}
|crafttime = 200 分钟
|quality = true
|tag = Animal
}}
{{Infobox artisan
|name = 油
|eng = Oil
|source = [[工匠物品]] • [[皮埃尔的杂货店]]
|ingredients = {{name|Corn|1|class=inline}}或<br />{{name|Sunflower|1|class=inline}}或{{name|Sunflower Seeds|1}}
|sellprice = 100
|edibility = 5
|quality = false
|crafttime = 因原料不同而时间不同
|craftingstation = {{Name|Oil Maker}}
|tag = Not
}}
</noinclude>

2025年9月4日 (四) 22:56的版本

[ 查看 | 编辑 | 历史 | 刷新 ]文档页面

简介

此模板({{Infobox artisan}})是用于展示游戏中工匠物品(如蜂蜜、奶酪、鱼籽酱等)的信息框,其基本用法为:

{{Infobox artisan
|name            = 中文名称
|eng             = 英文名称
|source          = 获取方式
|buff            = 增益效果(若有,没有则留空)
|buffduration    = 增益时长(若有,没有则留空)
|edibility       = 可食用性
|sellprice       = 基础售价
|ingredients     = 加工原料
|craftingstation = 加工设备
|crafttime       = 加工时间
|quality         = 是否具有品质,若有,值为 true
|tag             = Wiki 内处理不同工匠物品的识别标签,详细用法见下
}}

Tag 的用法

Tag 主要用于区分该工匠物品的类型,与游戏数据无关,主要用于方便模板进行类别辨认,不区分大小写。

根据逻辑,目前的工匠物品分类大致可以分为以下五类:

  1. 售价取决于原料的工匠物品,例如果酒、腌菜、熏鱼等,Tag 值为 depend
  2. 属于动物制品的工匠物品,例如奶酪,Tag 值为 animal
  3. 属于树液产品的工匠物品,例如枫糖浆,Tag 值为 tree
  4. 实际上并不是工匠物品的物品,例如油,Tag 值为 not
  5. 其他不属于上述类型的工匠物品(常规的工匠物品),例如鱼籽酱,Tag 值为空

另见

普通

特殊

[ 查看 | 编辑 | 历史 | 刷新 ]上述文档的内容来自模板:Infobox artisan/doc