安装 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(越南语)
Українська(乌克兰语)
报告翻译问题









made a fixed version.
Error: has_trait trigger [ trait was null ]
Script location: file: events/lifestyle_experience.txt line: 97 (lifestyle_experience_xp.001:immediate:value)
set_variable = {
name = lsxp_general_multiplier
value = {
value = 1
if = {
limit = { has_trait = intellect }
if = {
limit = { has_trait = intellect_bad_1 }
add = -0.1
}
else_if = {
limit = { has_trait = intellect_bad_2 }
add = -0.2
}
else_if = {
limit = { has_trait = intellect_bad_3 }
add = -0.3
}
else_if = {
limit = { has_trait = intellect_good_1 }
add = 0.1
}
else_if = {
limit = { has_trait = intellect_good_2 }
add = 0.2
}
else_if = {
limit = { has_trait = intellect_good_3 }
add = 0.3
}
}
}
}
So after a long life, you take over as ruler a middle-aged idiot who can't even come close to keeping up with the deceased.
It's a real shame, it makes the mod somewhat disappointing.
Error: has_trait trigger [ Cannot find intellect in trait database ]
Script location: file: events/lifestyle_experience.txt line: 97
If you want to correct the error, you need to edit "limit = { has_trait = intellect }" at line 97 of the events/lifestyle_experience.txt file.
↓ like this ↓
limit = { OR = {
has_trait = intellect_good
has_trait = intellect_bad }
}