public void Merge(InfusionAllowance other)
 {
     all       |= other.all;
     amplifier |= other.amplifier;
     melee     |= other.melee;
     ranged    |= other.ranged;
     apparel   |= other.apparel;
     furniture |= other.furniture;
 }