(建立内容为“<includeonly>{{template doc page transcluded}}</includeonly><noinclude>{{template doc page viewed directly}}</noinclude>[[en:{{FULLPAGENAME}}]] <!-- EDIT TEMPLATE…”的新页面) |
无编辑摘要 |
||
| (未显示同一用户的1个中间版本) | |||
| 第4行: | 第4行: | ||
== 参数 == | == 参数 == | ||
;1 | ;1 | ||
:第一个参数是 | :第一个参数是 数值 的等级或者具体数值。没有默认值,总是必须输入。 数值的 等级目前支持以下数值: | ||
:* cheap | :* cheap | ||
:* normal | :* normal | ||
| 第12行: | 第12行: | ||
;2 | ;2 | ||
:如果第一个参数为 | :如果第一个参数为 数值 的等级,则第二个参数是建筑的等级。目前,仅支持1至8的数值。 | ||
:如果第一个参数为具体数值,无此参数。 | :如果第一个参数为具体数值,无此参数。 | ||
| 第46行: | 第46行: | ||
|- | |- | ||
| 1 | | 1 | ||
| {{Building cost | | {{Building cost gold|cheap|1}} | ||
| {{Building cost | | {{Building cost gold|normal|1}} | ||
| {{Building cost | | {{Building cost gold|expensive|1}} | ||
| {{Building cost | | {{Building cost gold|main|1}} | ||
| {{Building cost | | {{Building cost gold|tribal|1}} | ||
|- | |- | ||
| 2 | | 2 | ||
| {{Building cost | | {{Building cost gold|cheap|2}} | ||
| {{Building cost | | {{Building cost gold|normal|2}} | ||
| {{Building cost | | {{Building cost gold|expensive|2}} | ||
| {{Building cost | | {{Building cost gold|main|2}} | ||
| {{Building cost | | {{Building cost gold|tribal|2}} | ||
|- | |- | ||
| 3 | | 3 | ||
| {{Building cost | | {{Building cost gold|cheap|3}} | ||
| {{Building cost | | {{Building cost gold|normal|3}} | ||
| {{Building cost | | {{Building cost gold|expensive|3}} | ||
| {{Building cost | | {{Building cost gold|main|3}} | ||
| - | | - | ||
|- | |- | ||
| 4 | | 4 | ||
| {{Building cost | | {{Building cost gold|cheap|4}} | ||
| {{Building cost | | {{Building cost gold|normal|4}} | ||
| {{Building cost | | {{Building cost gold|expensive|4}} | ||
| {{Building cost | | {{Building cost gold|main|4}} | ||
| - | | - | ||
|- | |- | ||
| 5 | | 5 | ||
| {{Building cost | | {{Building cost gold|cheap|5}} | ||
| {{Building cost | | {{Building cost gold|normal|5}} | ||
| {{Building cost | | {{Building cost gold|expensive|5}} | ||
| {{Building cost | | {{Building cost gold|main|5}} | ||
| - | | - | ||
|- | |- | ||
| 6 | | 6 | ||
| {{Building cost | | {{Building cost gold|cheap|6}} | ||
| {{Building cost | | {{Building cost gold|normal|6}} | ||
| {{Building cost | | {{Building cost gold|expensive|6}} | ||
| - | | - | ||
| - | | - | ||
|- | |- | ||
| 7 | | 7 | ||
| {{Building cost | | {{Building cost gold|cheap|7}} | ||
| {{Building cost | | {{Building cost gold|normal|7}} | ||
| {{Building cost | | {{Building cost gold|expensive|7}} | ||
| - | | - | ||
| - | | - | ||
|- | |- | ||
| 8 | | 8 | ||
| {{Building cost | | {{Building cost gold|cheap|8}} | ||
| {{Building cost | | {{Building cost gold|normal|8}} | ||
| {{Building cost | | {{Building cost gold|expensive|8}} | ||
| - | | - | ||
| - | | - | ||
2023年5月31日 (三) 19:08的最新版本
[模板https://www.parawikis.com/wiki/Template:Template_doc_page_viewed_directly?action=raw读取失败:HTTP 502] 此模板用于在CK3维基中规范化生成建筑的金钱花费,从而更容易在游戏更新时编辑它们的格式和数值[1]。
参数[编辑源代码]
- 1
- 第一个参数是数值的等级或者具体数值。没有默认值,总是必须输入。数值的等级目前支持以下数值:
- cheap
- normal
- expensive
- main
- tribal
- 2
- 如果第一个参数为数值的等级,则第二个参数是建筑的等级。目前,仅支持1至8的数值。
- 如果第一个参数为具体数值,无此参数。
用法[编辑源代码]
- 语法:
{{building cost gold|cheap|4}}或者{{building cost gold|400}}
替换上面的语法中的相应修正参数。
- 举例:
{{building cost gold|cheap|4}}
将生成
275金钱
- 举例:
{{building cost gold|400}}
将生成
400金钱
建筑花费列表[编辑源代码]
| 等级 | cheap | normal | expensive | main | tribal |
|---|---|---|---|---|---|
| 1 | |||||
| 2 | |||||
| 3 | - | ||||
| 4 | - | ||||
| 5 | - | ||||
| 6 | - | - | |||
| 7 | - | - | |||
| 8 | - | - |
其他建筑模板[编辑源代码]
参考资料[编辑源代码]
- ↑ 基础数值与每级的增长数值见
Crusader Kings III\game\common\script_values\00_building_values.txt中的Building Cost部分