Parameter Name | Value | Description |
---|---|---|
foulsPersonal |
integer |
The number of personal fouls allowed. |
foulsTechnical |
integer |
The number of technical fouls allowed. |
breakPeriod |
integer |
The length of the break between periods, in minutes. |
breakHalfTime |
integer |
The length of the break between halves, in minutes. |
sinBinTime |
integer |
The length of time in minutes a person must stay in the Sin Bin. |
warmupTime |
integer |
The length of time in minutes alloted before the game to warmup. |
foulsBeforeBonus |
integer |
The number of fouls allowed before a bonus is given. |
shotClock |
integer |
The maxium value of the shot clock, in seconds. |
timeoutsStyle |
string |
The way of counting timeouts, by period or by half.
|
timeoutsHalf1 |
integer |
The number of timeouts allowed in the first half of the game. |
timeoutsHalf2 |
integer |
The number of timeouts allowed in the second half of the game. |
timeoutsPeriod1 |
integer |
The number of timeouts allowed in the first period of the game. |
timeoutsPeriod2 |
integer |
The number of timeouts allowed in the second period of the game. |
timeoutsPeriod3 |
integer |
The number of timeouts allowed in the third period of the game. |
timeoutsPeriod4 |
integer |
The number of timeouts allowed in the fourth period of the game. |
timeoutsExtraTime |
integer |
The number of timeouts allowed in extra time. |
customEfficiencyFormula |
string |
A string giving the formula to calculate a custom efficiency value. The formula can use simple mathematical constructs * + - / () and contain a number of variables. Each variable must be the name of a valid Team Match Statistic. e.g.(sPoints + sAssists + sBlocks + sSteals + sFoulsOn + sReboundsTotal) - (sTurnovers + sBlocksReceived + sFoulsPersonal + sFoulsTechnical + (sTwoPointersAttempted - sTwoPointersMade) + (sThreePointersAttempted - sThreePointersMade)) . For a complete list of allowed statistic names and further formula examples click here. |