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
equilibrium reduces "empire size effect" by 10% and "empire size from planets " by 10%
avicennian motion reduces "empire size effect" by 5%, "tradition cost from empire size effect" by 5% and give plus 5% "monthly unity production"
I tested that in two of my saves
ap_plentiful_traditions_ghazalian_revelations
country_government_civic_points_add = 1
You can try Plentiful Perks, there it is fixed.
Thanks, linked it.
There is a section in "00_ascension_paths.txt" that states that there can be no more than 7 "tradition trees".
Stellaris\common\ascension_perks 00_ascension_paths.txt
custom_tooltip = {
fail_text = "requires_free_tradition_tree"
num_tradition_categories < 7
If the number 7 that is there is replaced with a number that is larger than the number of existing tradition_trees then you can use the ascension perks again. For example 30
num_tradition_categories < 30
Of course you have to do this for all places in the txt file where "num_tradition_categories < 7" is written.