115 lines
2 KiB
Text
115 lines
2 KiB
Text
|
|
GetEducationLifestylePercentageBoost = {
|
|
type = character
|
|
|
|
text = {
|
|
localization_key = education_rank_1_percentage
|
|
trigger = {
|
|
has_education_rank_trigger = { RANK = 1 OPERATOR = equals }
|
|
}
|
|
}
|
|
|
|
text = {
|
|
localization_key = education_rank_2_percentage
|
|
trigger = {
|
|
has_education_rank_trigger = { RANK = 2 OPERATOR = equals }
|
|
}
|
|
}
|
|
|
|
text = {
|
|
localization_key = education_rank_3_percentage
|
|
trigger = {
|
|
has_education_rank_trigger = { RANK = 3 OPERATOR = equals }
|
|
}
|
|
}
|
|
|
|
text = {
|
|
localization_key = education_rank_4_percentage
|
|
trigger = {
|
|
has_education_rank_trigger = { RANK = 4 OPERATOR = equals }
|
|
}
|
|
}
|
|
|
|
text = {
|
|
localization_key = education_rank_5_percentage
|
|
trigger = {
|
|
has_education_rank_trigger = { RANK = 5 OPERATOR = equals }
|
|
}
|
|
}
|
|
}
|
|
|
|
GetWandererLifestyleXPHighlight = {
|
|
type = character
|
|
|
|
text = {
|
|
trigger = { has_trait = lifestyle_traveler }
|
|
localization_key = wanderer_lifestyle_highlight
|
|
}
|
|
|
|
text = {
|
|
trigger = { is_landless_adventurer = yes }
|
|
localization_key = wanderer_lifestyle_adventurer_no_highlight
|
|
}
|
|
|
|
text = {
|
|
fallback = yes
|
|
localization_key = wanderer_lifestyle_no_highlight
|
|
}
|
|
}
|
|
|
|
GetLifestyleBoostWanderer = {
|
|
type = character
|
|
|
|
text = {
|
|
localization_key = education_rank_1_percentage
|
|
trigger = {
|
|
wanderer_current_lifestyle_monthly_bonus = 10
|
|
}
|
|
}
|
|
|
|
text = {
|
|
localization_key = education_rank_2_percentage
|
|
trigger = {
|
|
wanderer_current_lifestyle_monthly_bonus = 20
|
|
}
|
|
}
|
|
|
|
text = {
|
|
localization_key = education_rank_3_percentage
|
|
trigger = {
|
|
wanderer_current_lifestyle_monthly_bonus = 30
|
|
}
|
|
}
|
|
|
|
text = {
|
|
localization_key = education_rank_4_percentage
|
|
trigger = {
|
|
wanderer_current_lifestyle_monthly_bonus = 40
|
|
}
|
|
}
|
|
|
|
text = {
|
|
localization_key = education_rank_5_percentage
|
|
trigger = {
|
|
wanderer_current_lifestyle_monthly_bonus = 50
|
|
}
|
|
}
|
|
}
|
|
|
|
GetBastardTraitDesc = {
|
|
type = character
|
|
|
|
text = {
|
|
localization_key = CV_TT_BASTARD_HIGHBORN
|
|
trigger = {
|
|
is_lowborn = no
|
|
}
|
|
}
|
|
|
|
text = {
|
|
localization_key = CV_TT_BASTARD_LOWBORN
|
|
trigger = {
|
|
is_lowborn = yes
|
|
}
|
|
}
|
|
}
|