#generic goals AI_faction_goal_economic_integration = { allowed = { ai_for_units_is_not_disabled = yes } enable = { has_faction_goal = faction_goal_economic_integration num_of_available_civilian_factories < 15 } abort_when_not_enabled = yes ai_strategy = { type = building_target id = industrial_complex value = 15 } } AI_faction_goal_technology_sharing = { allowed = { ai_for_units_is_not_disabled = yes } enable = { has_faction_goal = faction_goal_technology_sharing num_of_available_civilian_factories > 0 any_owned_state = { free_building_slots = { building = internet_station size > 0 } } } abort_when_not_enabled = yes ai_strategy = { type = build_building id = internet_station value = 25 } }