王国风云2
ParaWikis
最新百科
都市天际线2百科
英雄无敌3百科
维多利亚3百科
奇妙探险队2百科
罪恶帝国百科
英白拉多:罗马百科
热门百科
群星百科
欧陆风云4百科
十字军之王2百科
十字军之王3百科
钢铁雄心4百科
维多利亚2百科
ParaWikis
申请建站
ParaWikis
ParaCommons
最近更改
随机页面
加入QQ群
工具
链入页面
相关更改
特殊页面
页面信息
页面值
帮助
译名手册
字词转换
编辑指南
编辑规范
练手沙盒
资助我们
ParaTranz
资助我们
×
欢迎访问王国风云2百科!
注册一个账号
,一起参与编写吧!这里是
当前的工程
。
全站已采用新UI,任何使用上的问题请点击
这里
。欢迎所有对百科感兴趣的同学加入QQ群:
497888338
。
阅读
查看源代码
查看历史
讨论
查看“科技模组制作”的源代码
←
科技模组制作
因为以下原因,您没有权限编辑本页:
您请求的操作仅限属于该用户组的用户执行:
用户
您可以查看和复制此页面的源代码。
{{version|2.8}} ==Definitions== Technologies are defined inside ''/common/technology.txt''. Leaving out the modifier or any of the tiers is logged as an error, so those should always be included even if blank. <pre> TECH_GROUP_NAME = { TECH_NAME = { modifier = { #List of modifiers } 1 = { #Effects of level 1 } ... 8 = { #Effects of level 8 } } } </pre> ==Start date technology== [[File:Technology advancement.jpg|513px|thumb|right|The Technology advancement screen (v. 2.8)]] The game will process technology starting at year ''NDefines.NTechnology.DONT_EXECUTE_TECH_BEFORE''. It should be set to the earliest starting year of the mod (769 in vanilla), otherwise technology history will not be processed, and some default starting technology will be used. The technology level can be set per start date and per duchies inside ''/history/technology/'' folder. The structure is: <pre> technology = { titles = { #List of applicable duchy titles } 769 = { military = xx #All military technologies economy = xx #All economic technologies culture = xx #All culture technologies TECH_xx = xx #Specific technology } 867 = { #Same } 1337 = { #Same } } </pre> '''Important''': make sure there is always a date entry defined for the year configured in ''NDefines.NTechnology.DONT_EXECUTE_TECH_BEFORE'', otherwise the game will crash. For instance, if <code>NDefines.NTechnology.DONT_EXECUTE_TECH_BEFORE = 400</code>, then you need a 400 = { } block in ALL technology history files. ==Ahead penalty== The game uses the concept of "ideal year" to balance technological advancement, defined in defines.lua: *''IDEAL_YEAR_LEVEL_0'': Chance to get a progress to this level will increase after this date and decrease before it *''IDEAL_YEAR_LEVEL_8'' *''IDEAL_YEAR_AHEAD_PENALTY_INVEST'' : Percent increase in cost pre level ahead of ideal date {{stub}} {{ModdingNavbox}} [[Category:模组制作]] [[en:Technology modding]]
本页使用的模板:
Template:Ambox
(
查看源代码
)
Template:Ambox/core
(
查看源代码
)
Template:Clear
(
查看源代码
)
Template:ModdingNavbox
(
查看源代码
)
Template:Navbox
(
查看源代码
)
Template:Navboxgroup
(
查看源代码
)
Template:Stub
(
查看源代码
)
Template:Version
(
查看源代码
)
返回
科技模组制作
。
×
登录
密码
记住登录
加入王国风云2百科
忘记密码?
其他方式登录