mucho changes
This commit is contained in:
parent
0918b6c1ed
commit
3b437364c2
146 changed files with 141607 additions and 11 deletions
115
common/customizable_localization/00_interface_custom_loc.txt
Normal file
115
common/customizable_localization/00_interface_custom_loc.txt
Normal file
|
|
@ -0,0 +1,115 @@
|
|||
|
||||
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
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue