TargetCollection

<< Click to Display Table of Contents >>

Navigation:  Support > Reconfigurable Rulebook > Definition Objects >

TargetCollection

Description

Definition

Attribute Name

Type

Description

TargetCollectionName

String

A human readable name for this TARGET COLLECTION. Will be used by the COURSE OF FIRE to reference this TARGET COLLECTION.

 

Required, may not be an empty string.

TargetDefs

List of String formatted as a Set Name.

The list of TARGET definitions that compose this TARGET SET.

 

Required, may not be an empty list. All values must be known TARGET definition set names.

RangeDistance

String.

This TARGET SET is intended for use on a range with this RangeDistance.

 

Exact values are not required, however common values include:

5m

10m

50ft

25yd.

50yd.

50m

 

Not required, default is 10m.

Example

       {
           "TargetCollectionName": "BMC Air Rifle",
           "TargetDefs": [
               "v1.0:cmp:Basic Marksmanship Course"
           ],
           "RangeDistance": "10m"
       }