
Law
Estudo Geral
The Estudo Geral is a national University that aims to educate the citizens of our humble state. Its location and proximity to the capital is a crucial matter to us.
Policies 2
Definitionin_game/common/laws/02_country_specific.txt:468
469unique = yes
470law_category = socioeconomic
472potential = {
476OR = {
477owns = location:coimbra
478owns = location:lisbon
}
}
482por_estudo_in_lisbon = {
483country_modifier = {
484monthly_towards_centralization = societal_value_minor_monthly_move
}
487potential = {
488owns = location:lisbon
}
491on_activate = {
492if = {
493limit = {
494NOT = {
495location:lisbon = {
496has_building = building_type:university
}
}
}
500location:coimbra = {
501destroy_building = "building(building_type:university|root)"
}
503location:lisbon = {
504change_building_level_in_location = {
505building = building_type:university
506value = 1
}
}
}
511location:lisbon = {
512add_location_modifier = {
513mode = add_and_extend
514modifier = por_estudo_geral
515years = -1
}
}
}
520on_deactivate = {
521if = {
522limit = {
523location:lisbon = {
524has_location_modifier = por_estudo_geral
}
}
527location:lisbon = {
528remove_location_modifier = por_estudo_geral
}
}
}
533years = 2
}
535por_estudo_in_coimbra = {
536country_modifier = {
537monthly_towards_decentralization = societal_value_minor_monthly_move
}
540potential = {
541owns = location:coimbra
}
544on_activate = {
545if = {
546limit = {
547NOT = {
548location:coimbra = {
549has_building = building_type:university
}
}
}
553location:lisbon = {
554destroy_building = "building(building_type:university|root)"
}
556location:coimbra = {
557change_building_level_in_location = {
558building = building_type:university
559value = 1
}
}
}
564location:coimbra = {
565add_location_modifier = {
566mode = add_and_extend
567modifier = por_estudo_geral
568years = -1
}
}
}
573on_deactivate = {
574if = {
575limit = {
576location:coimbra = {
577has_location_modifier = por_estudo_geral
}
}
580location:coimbra = {
581remove_location_modifier = por_estudo_geral
}
}
}
586years = 2
}