Installer Steam
log på
|
sprog
简体中文 (forenklet kinesisk)
繁體中文 (traditionelt kinesisk)
日本語 (japansk)
한국어 (koreansk)
ไทย (thai)
Български (bulgarsk)
Čeština (tjekkisk)
Deutsch (tysk)
English (engelsk)
Español – España (spansk – Spanien)
Español – Latinoamérica (spansk – Latinamerika)
Ελληνικά (græsk)
Français (fransk)
Italiano (italiensk)
Bahasa indonesia (indonesisk)
Magyar (ungarsk)
Nederlands (hollandsk)
Norsk
Polski (polsk)
Português (portugisisk – Portugal)
Português – Brasil (portugisisk – Brasilien)
Română (rumænsk)
Русский (russisk)
Suomi (finsk)
Svenska (svensk)
Türkçe (tyrkisk)
Tiếng Việt (Vietnamesisk)
Українська (ukrainsk)
Rapporter et oversættelsesproblem
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.