81 lines
1.5 KiB
Text
81 lines
1.5 KiB
Text
# Level of splendor
|
|
DynastyPrestigeLevel = {
|
|
type = character
|
|
|
|
text = {
|
|
trigger = {
|
|
dynasty = { dynasty_prestige_level >= 10 }
|
|
}
|
|
localization_key = custom_loc_dynasty_prestige_level_10
|
|
}
|
|
|
|
text = {
|
|
trigger = {
|
|
dynasty = { dynasty_prestige_level = 9 }
|
|
}
|
|
localization_key = custom_loc_dynasty_prestige_level_9
|
|
}
|
|
|
|
text = {
|
|
trigger = {
|
|
dynasty = { dynasty_prestige_level = 8 }
|
|
}
|
|
localization_key = custom_loc_dynasty_prestige_level_8
|
|
}
|
|
|
|
text = {
|
|
trigger = {
|
|
dynasty = { dynasty_prestige_level = 7 }
|
|
}
|
|
localization_key = custom_loc_dynasty_prestige_level_7
|
|
}
|
|
|
|
text = {
|
|
trigger = {
|
|
dynasty = { dynasty_prestige_level = 6 }
|
|
}
|
|
localization_key = custom_loc_dynasty_prestige_level_6
|
|
}
|
|
|
|
text = {
|
|
trigger = {
|
|
dynasty = { dynasty_prestige_level = 5 }
|
|
}
|
|
localization_key = custom_loc_dynasty_prestige_level_5
|
|
}
|
|
|
|
text = {
|
|
trigger = {
|
|
dynasty = { dynasty_prestige_level = 4 }
|
|
}
|
|
localization_key = custom_loc_dynasty_prestige_level_4
|
|
}
|
|
|
|
text = {
|
|
trigger = {
|
|
dynasty = { dynasty_prestige_level = 3 }
|
|
}
|
|
localization_key = custom_loc_dynasty_prestige_level_3
|
|
}
|
|
|
|
text = {
|
|
trigger = {
|
|
dynasty = { dynasty_prestige_level = 2 }
|
|
}
|
|
localization_key = custom_loc_dynasty_prestige_level_2
|
|
}
|
|
|
|
text = {
|
|
trigger = {
|
|
dynasty = { dynasty_prestige_level = 1 }
|
|
}
|
|
localization_key = custom_loc_dynasty_prestige_level_1
|
|
}
|
|
|
|
text = {
|
|
trigger = {
|
|
dynasty = { dynasty_prestige_level <= 0 }
|
|
}
|
|
localization_key = custom_loc_dynasty_prestige_level_0
|
|
}
|
|
}
|