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




































that's not what the mod does, on the contrary
it make it so the max you can get at 30 Diplo is what Vanilla would have given you
some a peasant will be w/e a peasant's worth in vanilla at 30 Diplo, half the value at 15 Diplo, etc
The issue being - if you are trying to ransom a third party (say, your child), then UI cost in the option itself is different to the actual cost, because those are shown before scope:payer is set and are listed from POV of secondary_recipient, thus, counting THEIR diplomacy, not YOURS, so the cost is different.
multiply = {
value = 1
add = {
value = imprisoner.diplomacy
add = 2 #offsets the values a bit so 1 vs 2 diplo isnt an x2 difference
divide = { value = diplomacy add = 2 }
max = 1.5 #range 0 to 1.5
add = -1 #range -1 to 0.5
multiply = 2 #range -2 to 1
multiply = 0.2 #range -0.4 to 0.2
#final range 0.6 to 1.2
}
}