王国风云2
ParaWikis
最新百科
都市天际线2百科
英雄无敌3百科
维多利亚3百科
奇妙探险队2百科
罪恶帝国百科
英白拉多:罗马百科
热门百科
群星百科
欧陆风云4百科
十字军之王2百科
十字军之王3百科
钢铁雄心4百科
维多利亚2百科
ParaWikis
申请建站
ParaWikis
ParaCommons
最近更改
随机页面
加入QQ群
工具
链入页面
相关更改
特殊页面
页面信息
页面值
帮助
译名手册
字词转换
编辑指南
编辑规范
练手沙盒
资助我们
ParaTranz
资助我们
×
欢迎访问王国风云2百科!
注册一个账号
,一起参与编写吧!这里是
当前的工程
。
全站已采用新UI,任何使用上的问题请点击
这里
。欢迎所有对百科感兴趣的同学加入QQ群:
497888338
。
阅读
查看源代码
查看历史
讨论
查看“目标模组制作”的源代码
←
目标模组制作
因为以下原因,您没有权限编辑本页:
您请求的操作仅限属于该用户组的用户执行:
用户
您可以查看和复制此页面的源代码。
{{version|2.7}} [[Objectives]] are goals a character can select. There are four categories of objectives, which are determined by their prefix: *[[Ambitions]] (obj_ prefix) *[[Factions]] (faction_ prefix) *[[Plots]] (plot_ prefix) *[[Focus]]es (focus_ prefix) ==Configuration== {| class="wikitable sortable" |- !Name !Type !Description !Example |- |type |string |Each objective has a target. The type defines the initial pool of targets for the target. This pool can be narrowed down further in the allow section. The types for ambitions and plots are: *character (the plotter) *spouse (the plotter's spouse) *rivals (the plotter's rivals) *friends (the plotter's friends) *liege_titles (the plotter's liege's titles) *liege_titles_w_claimant (the plotter's liege's titles for a claimant) *vassal_titles (the plotter's vassals' titles) *realm_titles (titles in the plotter's realm) *realm_characters (characters in the plotter's realm) *realm_characters_plus (characters in the plotter's realm, plus rivals and relatives of the plotter, parents, children and spouse) *independent_rulers *rep_trade_posts Some of these types target characters, others target titles. All ambitions in vanilla use the character scope but it is possible to have ambitions targeting other characters. |type = character |- |intrigue_plot <br/> military_plot <br/> vassal_rank_plot <br/> vassal_intrigue_plot <br/> murder_plot |bool |Each plot must specify who is eligible to join the plot as fellow plotters. Each pool of potential plotters is enabled by setting it with "yes". More than one pool can be enabled. For example, if you have the line "murder_plot = yes" then the courtiers in the same court as the target will be able to join the plot. These pools are defined by relationships to the target of the plot. If the relationship and the target type of the plot do not match there will not be any plotters in that pool. For example if you have a plot that targets a realm_character the vassal_rank_plot pool will not contain any plotters. This is because the vassal_rank_pool makes plotters eligible based on their relationship to a target title, not to a target character. |intrigue_plot = yes |- |is_job_ambition |bool |The objective is about a councillor job. Helps the AI to prioritize. |<code>is_job_ambition = yes</code> |- |potential |[[conditions]] |Only used for plots. It checks the plotter scope, where [[conditions]] can be set to let certain characters to use a specific plot. |<pre>potential = { independent = no }</pre> |- |target_potential |[[conditions]] |Conditions on the target of a plot. |<pre>target_potential = { NOT = { any_spouse = { character = FROM } } }</pre> |- |allow |[[conditions]] | *For plots, allow checks the target scope. Conditions in this section will determine which characters are valid targets for the plot. The FROM scope in this context can be used to check the plotter scope. *For ambitions, allow checks the plotter scope, just as potential does for plots. | |- |player_allow |[[conditions]] |If false, shows the faction entry for players, but disabled. For plots and factions | |- |allow_join |[[conditions]] |Restricts whether characters can join factions. Faction member scope (ROOT = joiner, FROM = target). | |- |chance | |AI characters pick ambitions and plots based on the chance value. The greater the chance value, the greater the odds that the AI will pick that particular ambition. Just like ai_chance for [[event]] options, modifiers can be used to alter a particular character's chance of picking the objective. Base chance is set by adding "factor = x" in the chance section, where x is the base weight. AI characters will also not pick objectives below a certain factor at all. This value can be changed in defines.lua, by changing the "OBJECTIVE_DISCARD_WEIGHT_THRESHOLD" variable. |<pre>chance = { factor = 100 modifier = { factor = 1.25 trait = patient } }</pre> |- |creation_effect |[[commands]] | *For plots, commands occur when the plot is activated. *For ambitions, the commands are fired upon ambition selection. | |- |success |[[conditions]] |The success section is used to set conditions to determine if the character has completed the objective. When all conditions are true in this section, the objective is considered completed. |<pre> success = { has_job_title = job_chancellor }</pre> |- |abort |[[conditions]] |When all conditions in the abort section are true, the character is forced to abort the current objective. |<pre>abort = { OR = { trait = charitable trait = incapable } }</pre> |- |abort_effect |[[commands]] |When an objective is aborted, either by choice or by forced abort, all of the commands in the abort_effect section are fired. | |- |effect |[[commands]] |When an objective is successfully completed, all of the commands in the effect section are fired. |<pre>effect = { change_intrigue = 1 }</pre> |- |exclusive |bool |Can only lead or be in one faction of this type |exclusive = yes |- |expectation_of_liege |bool | |expectation_of_liege = yes |- |rel_head_loyalist |bool |Members consider the "real" pope to be the rightful religious head | |- |cancel_on_leader_death |bool |The faction will not automatically continue under a new leader |cancel_on_leader_death = yes |- |warning_level |double |At this level of faction power we give player an alert. Set to 0 for no alerts. |warning_level = 0.7 |- |ai_capital_kingdom_focus |bool |AI characters with this ambition will actually focus on taking the kingdom |ai_capital_kingdom_focus = yes |- |membership |clause |AI membership weight: ROOT is the prospective member. FROM is the faction leader. FROMFROM is the target title or character. | |- |can_cancel |bool |Ambition cannot be cancelled. |can_cancel = no |- |''<modifier_name>'' |[[modifiers]] |Modifiers while the objective is active. | |- |potential_traits |List<[[traits]]> |Traits that can be gained via this focus |<pre> potential_traits = { haughty brooding } </pre> |- |good_traits |List<[[traits]]> |Traits that positively influence the focus | <pre> good_traits = { affectionate curious } </pre> |- |bad_traits |List<[[traits]]> |Traits that negatively influence the focus | <pre> bad_traits = { willful fussy } </pre> |- |} [[Category:模组制作]] {{ModdingNavbox}} [[en:Objective modding]]
本页使用的模板:
Template:Clear
(
查看源代码
)
Template:ModdingNavbox
(
查看源代码
)
Template:Navbox
(
查看源代码
)
Template:Navboxgroup
(
查看源代码
)
Template:Version
(
查看源代码
)
返回
目标模组制作
。
×
登录
密码
记住登录
加入王国风云2百科
忘记密码?
其他方式登录