Instal Steam
login
|
bahasa
简体中文 (Tionghoa Sederhana)
繁體中文 (Tionghoa Tradisional)
日本語 (Bahasa Jepang)
한국어 (Bahasa Korea)
ไทย (Bahasa Thai)
Български (Bahasa Bulgaria)
Čeština (Bahasa Ceko)
Dansk (Bahasa Denmark)
Deutsch (Bahasa Jerman)
English (Bahasa Inggris)
Español - España (Bahasa Spanyol - Spanyol)
Español - Latinoamérica (Bahasa Spanyol - Amerika Latin)
Ελληνικά (Bahasa Yunani)
Français (Bahasa Prancis)
Italiano (Bahasa Italia)
Magyar (Bahasa Hungaria)
Nederlands (Bahasa Belanda)
Norsk (Bahasa Norwegia)
Polski (Bahasa Polandia)
Português (Portugis - Portugal)
Português-Brasil (Bahasa Portugis-Brasil)
Română (Bahasa Rumania)
Русский (Bahasa Rusia)
Suomi (Bahasa Finlandia)
Svenska (Bahasa Swedia)
Türkçe (Bahasa Turki)
Tiếng Việt (Bahasa Vietnam)
Українська (Bahasa Ukraina)
Laporkan kesalahan penerjemahan
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.