Crusader Kings II

Crusader Kings II

Modify the World
Modify your Crusader Kings II experience by checking out the many mods created and shared by the community, including tweaks to almost any aspect of the game.
了解更多
Valsalan 4 2022 年 6 月 30 日 下午 6:14
Changing Wonder requirements
I'm trying to change the requirements for Wonders to allow feudal unreformed pagans to make the Library, Temple, and University.

Editing the 00_wonders.txt in common/wonders folder hasn't worked for me.

I tried changing the permission for building/having a wonder active from:

potential = {
religion_group = pagan_group
is_reformed_religion = yes
}
active = {
ROOT = {
religion_group = pagan_group
is_reformed_religion = yes
}
}

to

potential = {
religion_group = pagan_group
OR = {
is_reformed_religion = yes
is_feudal = yes
is_merchant_republic = yes
}
}

active = {
ROOT = {
religion_group = pagan_group
OR = {
is_reformed_religion = yes
is_feudal = yes
is_merchant_republic = yes
}
}
}

But that didn't have any effect. I also tried adding ROOT before is_feudal = yes and is_merchant_republic = yes, but that didn't work either.

Is there a different file I should be editing? Does anyone have suggestions on how I should work from here? Thank you.
最后由 Valsalan 编辑于; 2022 年 6 月 30 日 下午 6:33
< >
正在显示第 1 - 1 条,共 1 条留言
Varainger 3 2022 年 7 月 1 日 上午 2:10 
I can only suggest to ask the question on the Paradox forum instead :
https://forum.paradoxplaza.com/forum/threads/modding-quick-questions.589686/

Enough folks around there who will likely know the answer.
< >
正在显示第 1 - 1 条,共 1 条留言
每页显示数: 1530 50