Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
https://ck3.paradoxwikis.com/Effects
effect = { add_trait_xp = { trait = lifestyle_mystic value = { integer_range = { min = medium_lifestyle_random_xp_low max = medium_lifestyle_random_xp_high } } } }
I've tried adding a character ID to it in various places but it doesn't work.
Try:
For scripting you would have to add a scope, eg.:
1:Press tilde to enter debug mode
2:Type "explorer" to get the explorer window up
3:Select "Living Characters" in the dropdown
4:Enter part of the name to find the character ID who you want to change
5:Click the character's name/tag under the "Key" column
6:A new window called "Object Inspector" should appear
Expand "Script Runner" and then "Effect", for example:
effect character = { add_trait_xp = {trait = lifestyle_blademaster value=50}}
You should see hover me for tooltip and the xp added to the trait.