eoanb_category_economic = {
    vic_north_prospecting = {
        icon = generic_economy
        fire_only_once = no

        allowed = { TAG = VIC }

        days_remove = 30

        available = {
           # has_completed_focus = AST_focus_to_the_north
        }

        visible = {
          # has_completed_focus = AST_focus_to_the_north
          # has_country_flag = no_north_deposit
        }

        cost = 50

        complete_effect = {
            country_event = { id = victoria_deposit.1 days = 30 }
        }
    }

    vic_east_prospecting = {
        icon = generic_operation
        fire_only_once = no

        allowed = { TAG = VIC }

        days_remove = 30

        available = {
            # has_completed_focus = AST_focus_to_the_east
        }

        visible = {
            # has_completed_focus = AST_focus_to_the_east
            # has_country_flag = no_east_deposit
        }

        cost = 50

        complete_effect = {
            country_event = { id = victoria_deposit.2 days = 30 }
        }
    }

    vic_south_prospecting = {
        icon = generic_operation

        allowed = { TAG = VIC }

        days_remove = 30

        available = {
            # has_completed_focus = AST_focus_to_the_south

        }

        visible = {
           # has_completed_focus = AST_focus_to_the_south
           # has_country_flag = no_south_deposit
        }

        cost = 50

        complete_effect = {
            country_event = { id = victoria_deposit.3 days = 30 }
        }
    }

    vic_west_prospecting = {
        icon = generic_operation

        allowed = { TAG = VIC }

        days_remove = 30

        available = {
            # has_completed_focus = AST_focus_to_the_west
        }

        visible = {
            # has_completed_focus = AST_focus_to_the_west
            # has_country_flag = no_west_deposit
        }

        cost = 50

        complete_effect = {
            country_event = { id = victoria_deposit.4 days = 30 }
        }
    }
}