AtMost Requirement - jrossignol/ContractConfigurator GitHub Wiki
If at most the given number of child requirements are met, then the requirement is met.
REQUIREMENT { name = AtMost type = AtMost // Maximum number of requirements that can 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 } }