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
Looks like it was intended because the mission file for all the missions that add development on completion of the mission say something like, using the unite Tigray mission as an example...
effect = {
tigray_area = {
limit = { owned_by = ROOT }
add_base_production = 1
add_province_modifier = {
name = "accomodate_tribal_leaders"
duration = 9125 #25 years
}
}
The key line being limit = {owned_by = ROOT}
Which means for it to just apply it to your direct owned lands
If you want the dev boost to apply to your vassals lands in those areas when you complete the mission you'd have to go into the mission file itself and either remove that line completely or comment it out with a # at that beginning of that line and apply to all instances.