Quote Originally Posted by khelvan
Just a FYI, we have found that you can string quite a few of these together in the same line with no problems at all, and achieve expected results. So you can get pretty damn complex in defining areas to recruit units, for instance.
Alas, I confirmed the hard way today that no nested evaluation of these complex conditionals is possible.

Capability1 requires A and (B or C)

must be expressed as

Capability1 requires A and B
Capability1 requires A and C

where the or is implicit between the two lines.