(创建页面,内容为“<includeonly>{{template doc page transcluded}}</includeonly><noinclude>{{template doc page viewed directly}}</noinclude> <!-- EDIT TEMPLATE DOCUMENTATION BELOW T…”) |
无编辑摘要 |
||
第1行: | 第1行: | ||
<includeonly>{{template doc page transcluded}}</includeonly><noinclude>{{template doc page viewed directly}}</noinclude> | <includeonly>{{template doc page transcluded}}</includeonly><noinclude>{{template doc page viewed directly}}</noinclude> | ||
<!-- EDIT TEMPLATE DOCUMENTATION BELOW THIS LINE --> | |||
此模板用于在CK3维基中规范化生成建筑的金钱花费,从而更容易在游戏更新时编辑它们的格式和数值<ref>基础数值与每级的增长数值见{{Cite file|Crusader Kings III\game\common\script_values\00_building_values.txt}}中的Building Cost部分</ref>。 | |||
== | == 参数 == | ||
;1 | ;1 | ||
: | : 第一个参数是建筑花费的分类。没有默认值,总是必须输入。目前支持以下数值: | ||
:* cheap | :* cheap | ||
:* normal | :* normal | ||
第10行: | 第10行: | ||
;2 | ;2 | ||
: | : 第二个参数是建筑的等级。没有默认值,总是必须输入。目前,仅支持1至8的数值。 | ||
== | == 用法 == | ||
; | ; 语法: | ||
:<code><nowiki>{{building cost|cheap|4}}</nowiki></code> | :<code><nowiki>{{building cost|cheap|4}}</nowiki></code> | ||
替换上面的语法中的相应修正参数。 | |||
; | ; 举例: | ||
:<code><nowiki>{{building cost|cheap|4}}</nowiki></code> | :<code><nowiki>{{building cost|cheap|4}}</nowiki></code> | ||
== | 将生成 | ||
{{Building cost|cheap|4}}. | |||
== 建筑花费列表 == | |||
{|class="wikitable" | {|class="wikitable" | ||
! | ! 等级 | ||
! | ! cheap | ||
! | ! normal | ||
! | ! expensive | ||
|- | |- | ||
| 1 | | 1 | ||
第70行: | 第74行: | ||
|} | |} | ||
== | == 另见 == | ||
* [[Template:Building advantage]] | * [[Template:Building advantage]] | ||
* [[Template:Building levies]] | * [[Template:Building levies]] | ||
第76行: | 第80行: | ||
* [[Template:Building tax]] | * [[Template:Building tax]] | ||
* [[Template:Construction time]] | * [[Template:Construction time]] | ||
== 参考资料 == | |||
<references/> |
2020年12月17日 (四) 16:53的版本
此模板用于在CK3维基中规范化生成建筑的金钱花费,从而更容易在游戏更新时编辑它们的格式和数值[1]。
参数
- 1
- 第一个参数是建筑花费的分类。没有默认值,总是必须输入。目前支持以下数值:
- cheap
- normal
- expensive
- 2
- 第二个参数是建筑的等级。没有默认值,总是必须输入。目前,仅支持1至8的数值。
用法
- 语法:
{{building cost|cheap|4}}
替换上面的语法中的相应修正参数。
- 举例:
{{building cost|cheap|4}}
将生成
4金钱.
建筑花费列表
等级 | cheap | normal | expensive |
---|---|---|---|
1 | 1金钱 | 1金钱 | 1金钱 |
2 | 2金钱 | 2金钱 | 2金钱 |
3 | 3金钱 | 3金钱 | 3金钱 |
4 | 4金钱 | 4金钱 | 4金钱 |
5 | 5金钱 | 5金钱 | 5金钱 |
6 | 6金钱 | 6金钱 | 6金钱 |
7 | 7金钱 | 7金钱 | 7金钱 |
8 | 8金钱 | 8金钱 | 8金钱 |
另见
- Template:Building advantage
- Template:Building levies
- Template:Building speed
- Template:Building tax
- Template:Construction time
参考资料
- ↑ 基础数值与每级的增长数值见
Crusader Kings III\game\common\script_values\00_building_values.txt
中的Building Cost部分