安装 Steam
登录
|
语言
繁體中文(繁体中文)
日本語(日语)
한국어(韩语)
ไทย(泰语)
български(保加利亚语)
Čeština(捷克语)
Dansk(丹麦语)
Deutsch(德语)
English(英语)
Español-España(西班牙语 - 西班牙)
Español - Latinoamérica(西班牙语 - 拉丁美洲)
Ελληνικά(希腊语)
Français(法语)
Italiano(意大利语)
Bahasa Indonesia(印度尼西亚语)
Magyar(匈牙利语)
Nederlands(荷兰语)
Norsk(挪威语)
Polski(波兰语)
Português(葡萄牙语 - 葡萄牙)
Português-Brasil(葡萄牙语 - 巴西)
Română(罗马尼亚语)
Русский(俄语)
Suomi(芬兰语)
Svenska(瑞典语)
Türkçe(土耳其语)
Tiếng Việt(越南语)
Українська(乌克兰语)
报告翻译问题






@Hendrixx Currently marrying female characters to local nobles doesn't work. However, I'm not aware of matrilineal marriages being a thing in EU5, so the children will be of the random character's dynasty. I could theoretically make another interaction for marrying a noble from a cadet branch which makes the random character of the recipient's dynasty, but for now the interaction simply doesn't work for females so I'll consider that once that's overcome.
effect = {
scope:actor = {
custom_tooltip = "LOCAL_NOBLE_SOUGHT"
hidden_effect = {
if = {
limit = {
scope:recipient = {
is_female = no
}
}
create_character = {
religion = scope:recipient.religion
age = { 16 16 }
female = yes
estate = estate_type:nobles_estate
adm = { 100 100 }
dip = { 100 100 }
mil = { 100 100 }
marry_character = scope:recipient
}
}
if = {
limit = {
scope:recipient = {
is_female = yes
}
}
create_character = {
religion = scope:recipient.religion
age = { 16 16 }
female = no
estate = estate_type:nobles_estate
adm = { 100 100 }
dip = { 100 100 }
mil = { 100 100 }
marry_character = scope:recipient
}
}
}
add_gold = {
value = country_tax_base
multiply = -0.4
}
}
}
If anyone has any ideas, I'm open.
effect = {
scope:actor = {
custom_tooltip = "LOCAL_NOBLE_SOUGHT"
hidden_effect = {
create_caracter = {
religion = scope:recipient.religion
age = { 16 21 }
female = no
estate = estate_type:nobles_estate
adm = { 25 68 }
dip = { 25 68 }
mil = { 25 68 }
marry_character = scope:recipient
}
}
add_gold = {
value = country_tax_base
multiply = -0.4
}
}
}
I haven't been able to properly test it yet (100% of Catholics voted against it in my 1337 Council of Trent), but from looking at the requirements in game it appears to be working as intended. I'll write a test event later to force the change when I'm bothered.
@Lex I completely forgot you can play bishops haha. My original 'allow' was using the lowborn interaction's allow script which restricted it to monarchies. I just deleted it to enable it for republics, but I'll fix it so that theocracies can't use it. When I have more time, I'll figure making a restriction so that it's only Catholic theocracies that are restricted.
Ottomans should work. I tested the mod using the Ottomans.
只有君主制或者意大利那些世袭的执政团“共和国”才能用这个角色互动(我看源代码了)
各位可以再检查一下
It seems this doesn't apply to republican countries. I can't use this feature when playing Aachen Republic.
Would u make a line in description?
https://psteamcommunity.yuanyoumao.com/sharedfiles/filedetails/?id=3599706198