mucho changes
This commit is contained in:
parent
0918b6c1ed
commit
3b437364c2
146 changed files with 141607 additions and 11 deletions
|
|
@ -0,0 +1,89 @@
|
|||
|
||||
Governance_1041_GuildType = {
|
||||
type = landed_title
|
||||
|
||||
text = {
|
||||
trigger = {
|
||||
has_county_modifier = governance_1041_blacksmiths_guild_modifier
|
||||
}
|
||||
localization_key = governance_ongoing.1040.blacksmithsguild
|
||||
}
|
||||
text = {
|
||||
trigger = {
|
||||
has_county_modifier = governance_1041_merchants_guild_modifier
|
||||
}
|
||||
fallback = yes
|
||||
localization_key = governance_ongoing.1040.merchantsguild
|
||||
}
|
||||
}
|
||||
|
||||
Governance_1055_OutOfWedlock = {
|
||||
type = character
|
||||
|
||||
text = {
|
||||
trigger = {
|
||||
is_married = no
|
||||
is_concubine = no
|
||||
}
|
||||
localization_key = governance_ongoing.1055.outofwedlock
|
||||
}
|
||||
text = {
|
||||
trigger = {
|
||||
OR = {
|
||||
is_married = yes
|
||||
is_concubine = yes
|
||||
}
|
||||
}
|
||||
fallback = yes
|
||||
localization_key = governance_ongoing.1055.null
|
||||
}
|
||||
}
|
||||
|
||||
Governance_1062_Client = {
|
||||
type = character
|
||||
|
||||
text = {
|
||||
trigger = {
|
||||
has_character_flag = governance_1062_gardener_flag
|
||||
}
|
||||
localization_key = governance_ongoing.1062.gardener
|
||||
}
|
||||
text = {
|
||||
trigger = {
|
||||
has_character_flag = governance_1062_poet_flag
|
||||
}
|
||||
fallback = yes
|
||||
localization_key = governance_ongoing.1062.poet
|
||||
}
|
||||
text = {
|
||||
trigger = {
|
||||
has_character_flag = governance_1062_philosopher_flag
|
||||
}
|
||||
localization_key = governance_ongoing.1062.philosopher
|
||||
}
|
||||
}
|
||||
|
||||
# We have a special All Capitalized version of this custom key for feed messages, since |U can only capitalize the fist word in a string (and nautral philosopher is 2 words).
|
||||
Governance_1062_Client_U = {
|
||||
type = character
|
||||
|
||||
text = {
|
||||
trigger = {
|
||||
has_character_flag = governance_1062_gardener_flag
|
||||
}
|
||||
localization_key = governance_ongoing.1062.gardener_U
|
||||
}
|
||||
text = {
|
||||
trigger = {
|
||||
has_character_flag = governance_1062_poet_flag
|
||||
}
|
||||
fallback = yes
|
||||
localization_key = governance_ongoing.1062.poet_U
|
||||
}
|
||||
text = {
|
||||
trigger = {
|
||||
has_character_flag = governance_1062_philosopher_flag
|
||||
}
|
||||
localization_key = governance_ongoing.1062.philosopher_U
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue