The "Int. Item Greater Power - Detect Chaos" and its Evil, Good, and Law forms are not adding because of a mistake in the data code.
In \data\d20ogl\srd35\basics\rsrd_equipmods_enhancing.lst, the parts that read
"PREMULT:2,[PRETYPE:1,Type6,Type7,Type8],[PRETYPE:1,AlignLE|AlignLG|AlignLN]" (etc.)
should read
"PREMULT:2,[PRETYPE:1,Type6,Type7,Type8],[PRETYPE:1,AlignLE,AlignLG,AlignLN]" (etc.)
(i.e. with commas replacing the pipes).
Permission to fix.
Completed: At revision: 19900