AtLeast Requirement - jrossignol/ContractConfigurator GitHub Wiki
If at least the given number of child requirements are met, then the requirement is met.
REQUIREMENT { name = AtLeast type = AtLeast // Minimum number of requirements that need to match. // // Type: int // Required: Yes // count = 2 REQUIREMENT { name = ReachSpace type = ReachSpace } REQUIREMENT { name = TechResearched type = TechResearched tech = basicRocketry } REQUIREMENT { name = Science type = Science minScience = 50 } }