Crusader Kings III

Crusader Kings III

70 arvostelua
Lifestyle XP from Skills update
2
2
   
Palkinto
Lisää suosikkeihin
Lisätty suosikkeihin
Poista suosikeista
Tiedostokoko
Julkaistu
Päivitetty
188.732 KB
20.10.2023 klo 20.47
22.10.2023 klo 0.52
6 muutosilmoitusta ( näytä )

Tilaa ladataksesi
Lifestyle XP from Skills update

Kuvaus
This is an updated version of Lemur's Lifestyle XP from Skills mod. It works exactly like the original mod with some minor code changes for optimization, 5 star educations and other lifestyle mod support.

Current Mod Support:
Askil's More Lifestyles
buddykenner's Reperk and other similar mods

More Lifestyles:
Prowess lifestyle of course uses prowess.
The leadership lifestyle will take Diplomacy, Stewardship and Learning then divide it by 3.

Reperk and others:
There is now a setting in the games setting that will allow you to enable or disable the passive exp once you have fully completed each of the 3 lifestyle trees in a single lifestyle. This does include the lifestyle trees from More Lifestyles currently, so you will gain upspendable perk points if the mod doesn't have anything to spend them on for those lifestyles like Reperk. By default this setting is set to Disabled.
Please note that if you have a mod that completely changes the capstone traits from the lifestyle trees, moves them around or you give yourself those in character creation this will affect the mod as it currently is looking for those capstone traits to determine if it should disable the exp or not. I plan on going with a perk count eventually once I find the code for it.

I will be happy to include more mod support over time as I get around to it, becomes requested or as I start using those mods myself.

Should the original mod author wish for me to take this down I will do so. I am only putting this up as they seem to no longer be supporting/updating their mod so this is an updated version for people who want to it.

Please note that the AI has a cooldown period for purchasing perks in the base game that is roughly 1 year.
19 kommenttia
ADRlAN1988 7.11.2024 klo 0.38 
Could you add the new Wanderringg Lifestyle...
太易 1.11.2024 klo 6.23 
who can update this mod,my god
AnotherEve 2.10.2024 klo 8.58 
seems there is something wrong with the code limit = { has_trait = intellect }
AnotherEve 2.10.2024 klo 8.57 
[23:51:48][E][jomini_script_system.cpp:284]: Script system error!
Error: has_trait trigger [ trait was null ]
Script location: file: events/lifestyle_experience.txt line: 97 (lifestyle_experience_xp.001:immediate:value)

set_variable = {
name = lsxp_general_multiplier
value = {
value = 1
if = {
limit = { has_trait = intellect }
if = {
limit = { has_trait = intellect_bad_1 }
add = -0.1
}
else_if = {
limit = { has_trait = intellect_bad_2 }
add = -0.2
}
else_if = {
limit = { has_trait = intellect_bad_3 }
add = -0.3
}
else_if = {
limit = { has_trait = intellect_good_1 }
add = 0.1
}
else_if = {
limit = { has_trait = intellect_good_2 }
add = 0.2
}
else_if = {
limit = { has_trait = intellect_good_3 }
add = 0.3
}
}
}
}
fanyogs 1.10.2024 klo 6.52 
@Argon that is why the original mod tells you to give your heir a county if you can
Argon 24.8.2024 klo 10.09 
Unfortunately, it doesn't work for heirs.
So after a long life, you take over as ruler a middle-aged idiot who can't even come close to keeping up with the deceased.
It's a real shame, it makes the mod somewhat disappointing.
Kavvan Shrike 24.3.2024 klo 18.13 
thanks @Excuse me Sir? I needed to stop my error log spamming this ♥♥♥♥
明月太白故李白 20.2.2024 klo 10.20 
This mod is full of my error, it works, but I need a better update!!!!
Excuse me Sir? 6.2.2024 klo 17.49 
[jomini_script_system.cpp:276]: Script system error!
Error: has_trait trigger [ Cannot find intellect in trait database ]
Script location: file: events/lifestyle_experience.txt line: 97

If you want to correct the error, you need to edit "limit = { has_trait = intellect }" at line 97 of the events/lifestyle_experience.txt file.

↓ like this ↓

limit = { OR = {
has_trait = intellect_good
has_trait = intellect_bad }
}