So im pretty sure this is possible by using KJS, in theory anyway. The dev of Apotheosis stated it is possible to disable individual affixes by replacing their jsons with condition-false json's. He granted an example of what the json file would then contain after editing:
{
"conditions": [{
"type": "forge:false"
}]
}
the only thing inside the file would be the code block above, so any all code there was would be replaced by those 2 lines.
The crux of this is i have 0 idea of where to even start approaching this. Anyone got any ideas?