void export(ModExporter out) throws IOException {
super.export(out);
//Flags and Operator
int operatorInt = operator.ordinal();
operatorInt *= 32;
LFlags tmp = new LFlags(Ln.toByteArray(operatorInt, 1));
for (int i = 0; i < 5; i++) {
tmp.set(i, flags.get(i));
}
out.write(tmp.export(), 1);
out.write(fluff, 3);
//Value
if (get(Condition.CondFlag.UseGlobal)) {
// This FormID is flipped, so it's an odd export.