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
Will try with it deactivated.
OR = {
age >= 20 #Fine with not making knights be older as there are historical examples of people being knighted at 16 (though very rare) but less so for the person actually leading the army
AND = { #They're the king!
is_adult = yes
highest_held_title_tier >= tier_kingdom
}
AND = { #They're a leader of warrior people
is_adult = yes
culture = { has_cultural_pillar = ethos_bellicose }
highest_held_title_tier >= tier_duchy
}
AND = { #They can be a leader or our people
is_adult = yes
culture = { has_cultural_pillar = ethos_bellicose }
highest_held_title_tier >= tier_county
OR = {
martial >= high_skill_rating
prowess >= high_skill_rating
}
learning >= decent_skill_rating
}
AND = { #The Child Warrior Leader
age >= 12
culture = { has_cultural_pillar = ethos_bellicose }
highest_held_title_tier >= tier_county
martial >= high_skill_rating
prowess >= high_skill_rating
learning >= decent_skill_rating
}
}