无编辑摘要 |
无编辑摘要 |
||
第1行: | 第1行: | ||
<includeonly>发展度增长:{{icon|development}}{{green|+{{#switch:{{{1}}} | <includeonly>发展度增长:{{icon|development}}{{green|+{{#switch:{{{1}}} | ||
| normal = {{#expr: 0 + 0.02 * {{{2|0}}} }} | | normal = {{#expr: 0 + 0.02 * {{{2|0}}} }} | ||
| good = {{#expr: 0 + 0.02 * {{{2|0}}} }} | | good = {{#expr: 0.02 + 0.02 * {{{2|0}}} }} | ||
| #default = {{{1|0}}} | | #default = {{{1|0}}} | ||
}}}}/月</includeonly><noinclude>{{template doc}}[[Category:建筑模板]]</noinclude> | }}}}/月</includeonly><noinclude>{{template doc}}[[Category:建筑模板]]</noinclude> |
2024年10月29日 (二) 21:04的最新版本
此模板用于在CK3维基中规范化生成建筑每月发展度增益,从而更容易在游戏更新时编辑它们的格式和数值[1]。
参数[编辑源代码]
- 1
- 第一个参数是数值的等级或者具体数值。没有默认值,总是必须输入。数值的等级目前支持以下数值:
- normal
- good
- 2
- 如果第一个参数为数值的等级,则第二个参数是建筑的等级。目前,仅支持1至8的数值。
- 如果第一个参数为具体数值,无此参数。
用法[编辑源代码]
- 语法:
{{building development growth|normal|5}}
或者{{building development growth|3.3}}
替换上面的语法中的相应修正参数。
- 默认等级数值举例:
{{building development growth|normal|5}}
将生成
发展度增长: +0.1/月
- 自定义数值举例:
{{building development growth|3.3}}
将生成
发展度增长: +3.3/月
建筑每月发展度增益列表[编辑源代码]
等级 | normal | good |
---|---|---|
1 | 发展度增长: +0.02/月 | 发展度增长: +0.04/月 |
2 | 发展度增长: +0.04/月 | 发展度增长: +0.06/月 |
3 | 发展度增长: +0.06/月 | 发展度增长: +0.08/月 |
4 | 发展度增长: +0.08/月 | 发展度增长: +0.1/月 |
5 | 发展度增长: +0.1/月 | 发展度增长: +0.12/月 |
6 | 发展度增长: +0.12/月 | 发展度增长: +0.14/月 |
7 | 发展度增长: +0.14/月 | 发展度增长: +0.16/月 |
8 | 发展度增长: +0.16/月 | 发展度增长: +0.18/月 |
其他建筑模板[编辑源代码]
参考资料[编辑源代码]
- ↑ 基础数值与每级的增长数值见
Crusader Kings III\game\common\script_values\00_building_values.txt
中的Development Growth Flat部分