protected void ApplyMoreAdvancedChipData(ref ModdedChip moddedChip)
 {
     moddedChip.SetCost(11, 16);
     moddedChip.isAdvanced = true;
 }