聂宏川🌀 满满的都是笑点
关注数: 5 粉丝数: 47 发帖数: 2,253 关注贴吧数: 36
强制AI使用仅男性继承法 思路是复制逊尼派默认仅男性的模板 浏览 游戏源文件打开【game】》【common】》【laws】》【00_succession_laws】 查找【male】出现以下代码 male_only_law = { can_title_have = { can_title_have_law_general_trigger = yes } should_show_for_title = { # Never show this in the UI, just apply it through script always = no } can_keep = { custom_tooltip = { text = culture_not_female_only_tt OR = { faith = { has_doctrine = doctrine_gender_male_dominated } NOT = { culture = { has_cultural_parameter = female_only_inheritance } } } } } can_pass = { can_change_succession_law_trigger = yes } should_start_with = { faith = { has_doctrine = doctrine_gender_male_dominated religion_tag = islam_religion 【male_only_law】仅男性继承法 找到【religion_tag = islam_religion】 复制这个代码把【islam】换成你想要默认仅男性继承法的宗教比如【hinduism】印度教 添加完成后下拉来到【male_preference_law】这是男性优先继承法 male_preference_law = { can_title_have = { can_title_have_law_general_trigger = yes } should_show_for_title = { # Never show this in the UI, just apply it through script always = no } can_keep = { custom_description = { text = change_law_male_preference_faith_requirement faith = { NOT = { has_doctrine = doctrine_gender_female_dominated } } } custom_tooltip = { text = culture_not_female_only_tt OR = { faith = { has_doctrine = doctrine_gender_male_dominated } NOT = { culture = { has_cultural_parameter = female_only_inheritance } } } } } can_pass = { can_change_succession_law_trigger = yes } should_start_with = { NOT = { culture = { has_cultural_parameter = female_preference_inheritance } } OR = { faith = { NOT = { religion_tag = islam_religion 同样找到【religion_tag = islam_religion】在这个代码的下方重复第一步的操作就完成了 第一步的逻辑是初始默认男性主导为仅男性继承法 第二步的逻辑是默认男性优先除了____宗教词条之外
首页 1 2 下一页