What do mass fabs do for adjacency?

As the title says, if I add a t3 mass fab to a t3 air fac for example what benefit does it have?

actual buff data:

Energy has 4 buffs, mass and storage only 1

                            -- SIZE4     SIZE8   SIZE12    SIZE16   SIZE20
    T1PowerGenerator={
        EnergyActive=       {-0.0625, -0.03125, -0.0208, -0.01563, -0.0025},
        EnergyMaintenance=  {-0.0625, -0.03125, -0.0208, -0.01563, -0.0125},
        EnergyWeapon=       {-0.0250, -0.01250, -0.0083, -0.00625, -0.0050},
        RateOfFire=         {-0.0400, -0.01250, -0.0083, -0.00625, -0.0050},
    },
    T2PowerGenerator={
        EnergyActive=       {-0.125,  -0.125,   -0.125,  -0.125,   -0.125},
        EnergyMaintenance=  {-0.125,  -0.125,   -0.125,  -0.125,   -0.125},
        EnergyWeapon=       {-0.05,   -0.05,    -0.05,   -0.05,    -0.05},
        RateOfFire=         {-0.0625, -0.0625,  -0.0625, -0.0625,  -0.0625},
    },
    T3PowerGenerator={
        EnergyActive=       {-0.1875, -0.1875,  -0.1875, -0.1875,  -0.05},
        EnergyMaintenance=  {-0.1875, -0.1875,  -0.1875, -0.1875,  -0.1875},
        EnergyWeapon=       {-0.075,  -0.075,   -0.075,  -0.075,   -0.075},
        RateOfFire=         {-0.1,    -0.1,     -0.1,    -0.1,     -0.1},
    },
    T1MassExtractor={
        MassActive=         {-0.1, -0.05, -0.0333, -0.075, -0.075},
    },
    T2MassExtractor={
        MassActive=         {-0.15, -0.075, -0.05, -0.1, -0.1},
    },
    T3MassExtractor={
        MassActive=         {-0.2, -0.1, -0.0667, -0.125, -0.125},
    },
    T1MassFabricator={
        MassActive=         {-0.025, -0.0125, -0.008333, -0.0125, -0.0075},
    },
    T3MassFabricator={
        MassActive=         {-0.2, -0.2, -0.125, -0.2, -0.0375},
    },
    T1EnergyStorage={
        EnergyProduction=   {0.125, 0.0625, 0.041667, 0.03125, 0.025},
    },
    T1MassStorage={
        MassProduction=     {0.125, 0.0625, 0.03, 0.03125, 0.025},
    },

Hang on, so a mass storage adds 0.03 x 16 = 0.48 mass to a T3 Fab?

I feel very triggered, could we make it 0.03125 x 16 = 0.5 mass for a sane value.

@black_wriggler isn't that what the "table" already says?
0.03125 for size 16.
0.03 is for 12 so 0.03 * 12 = 0,36

The third entry on the table is for size 3 structures, so T3 Fab. 16 is the mass output for it.

@uveso I now want to surround T2 arty with T3 power...

@black_wriggler Oh so you meant for one storage.
didn't even know how much a mass fab produces, just assumed you were talking about the 16 in the table😅

Curious now if storages increase the output cap on a Paragon, would be extra 4k...

Paragon gives and takes no adjacency.

Mavor + Paragon adjacency bonus pls

I love the Easter egg of t1 massfab

@veteranashe

The Tech2 Mass Fabricator is using the buff from the old Tech1 one with this line:

Adjacency = 'T1MassFabricatorAdjacencyBuffs',

It was not renamed when FAF changed it.