The maximum number of TIMES option may be taken in a unit of modelCount
models: any_number alone → once per model; any_number WITH max_count: L
→ up to L per model (a multi-take mount: "up to 2 seeker missiles", "up to
three of the following, and can take duplicates"); else per_n_models →
floor(n / per), clamped by max_count when set; else max_count ?? 1
(a flat allowance). A null constraint is treated as unrestricted (every
model). Never negative.
The maximum number of TIMES
optionmay be taken in a unit ofmodelCountmodels:any_numberalone → once per model;any_numberWITHmax_count: L→ up to L per model (a multi-take mount: "up to 2 seeker missiles", "up to three of the following, and can take duplicates"); elseper_n_models→ floor(n / per), clamped bymax_countwhen set; elsemax_count ?? 1(a flat allowance). A null constraint is treated as unrestricted (every model). Never negative.