Installera Steam
logga in
|
språk
简体中文 (förenklad kinesiska)
繁體中文 (traditionell kinesiska)
日本語 (japanska)
한국어 (koreanska)
ไทย (thailändska)
Български (bulgariska)
Čeština (tjeckiska)
Dansk (danska)
Deutsch (tyska)
English (engelska)
Español – España (spanska – Spanien)
Español – Latinoamérica (spanska – Latinamerika)
Ελληνικά (grekiska)
Français (franska)
Italiano (italienska)
Bahasa Indonesia (indonesiska)
Magyar (ungerska)
Nederlands (nederländska)
Norsk (norska)
Polski (polska)
Português (portugisiska – Portugal)
Português – Brasil (portugisiska – Brasilien)
Română (rumänska)
Русский (ryska)
Suomi (finska)
Türkçe (turkiska)
Tiếng Việt (vietnamesiska)
Українська (ukrainska)
Rapportera problem med översättningen
use mods. they are absolutely needed for this game
--polit_trait_common_difficulty_level
--#####################################################
polit_trait_common_difficulty_level = {
is_common = true,
evaluate = function(faction, party_id)
local loyalty_mod_per_difficulty = {
10, -- easy (1)
0, -- normal (0)
-10, -- hard (-1)
-25, -- very hard (-2)
-25, -- legendary (-3)
}
return loyalty_mod_per_difficulty[2 - faction:difficulty_level()] or 0
end,
},
Changing their values did work in campaign. Instead of just totally removing civil war like most mods in the workshop, or altering party loyalty to stupid high numbers, messing around with these values will probably be way less intrusive on the game, if you still want the civil war mechanic, which I do.