9.3 KiB
[TITLE MISSING]
Definitions
Range
- Type: Object
| Key | Description | Details |
|---|---|---|
value |
See details | |
translations? |
All translations for the entry, identified by IETF language tag (BCP47). | See details |
value
- Type: RangeValue
translations?
All translations for the entry, identified by IETF language tag (BCP47).
- Type: LocaleMap<RangeTranslation>
RangeValue
- Type: Union
- Cases: RangeValue'Modifiable | RangeValue'Sight | RangeValue'Self | RangeValue'Global | RangeValue'Touch | RangeValue'Fixed | RangeValue'CheckResultBased
RangeValue'Modifiable
- Type: Object
| Key | Description | Details |
|---|---|---|
tag |
See details | |
modifiable |
See details |
tag
- Constant:
"Modifiable"
modifiable
- Type: ModifiableRange
RangeValue'Sight
- Type: Object
| Key | Description | Details |
|---|---|---|
tag |
See details | |
sight |
See details |
tag
- Constant:
"Sight"
sight
- Type: Object
RangeValue'Sight/sight
- Type: Empty Object
RangeValue'Self
- Type: Object
| Key | Description | Details |
|---|---|---|
tag |
See details | |
self |
See details |
tag
- Constant:
"Self"
self
- Type: Object
RangeValue'Self/self
- Type: Empty Object
RangeValue'Global
- Type: Object
| Key | Description | Details |
|---|---|---|
tag |
See details | |
global |
See details |
tag
- Constant:
"Global"
global
- Type: Object
RangeValue'Global/global
- Type: Empty Object
RangeValue'Touch
- Type: Object
| Key | Description | Details |
|---|---|---|
tag |
See details | |
touch |
See details |
tag
- Constant:
"Touch"
touch
- Type: Object
RangeValue'Touch/touch
- Type: Empty Object
RangeValue'Fixed
- Type: Object
| Key | Description | Details |
|---|---|---|
tag |
See details | |
fixed |
See details |
tag
- Constant:
"Fixed"
fixed
- Type: FixedRange
RangeValue'CheckResultBased
- Type: Object
| Key | Description | Details |
|---|---|---|
tag |
See details | |
check_result_based |
See details |
tag
- Constant:
"CheckResultBased"
check_result_based
- Type: CheckResultBasedRange
ModifiableRange
- Type: Object
| Key | Description | Details |
|---|---|---|
is_maximum? |
If true, the range is a maximum range. |
See details |
initial_modification_level |
The initial skill modification identifier/level. | See details |
is_radius? |
If true, the range is a radius. |
See details |
is_maximum?
If true, the range is a maximum range.
- Constant:
true
initial_modification_level
The initial skill modification identifier/level.
- Type: Integer
- Minimum:
1 - Maximum:
6
is_radius?
If true, the range is a radius.
- Constant:
true
FixedRange
- Type: Object
| Key | Description | Details |
|---|---|---|
is_maximum? |
If true, the range is a maximum range. |
See details |
value |
The (unitless) range value. | See details |
unit |
The unit of the value. |
See details |
is_radius? |
If true, the range is a radius. |
See details |
is_maximum?
If true, the range is a maximum range.
- Constant:
true
value
The (unitless) range value.
- Type: Integer
- Minimum:
1
unit
The unit of the value.
- Type: RangeUnit
is_radius?
If true, the range is a radius.
- Constant:
true
CheckResultBasedRange
Defines the range being based on a check result.
- Type: Object
| Key | Description | Details |
|---|---|---|
is_maximum? |
If the range is the maximum range. | See details |
base |
The base value that is derived from the check result. | See details |
modifier? |
If defined, it modifies the base value. | See details |
unit |
The duration unit. | See details |
is_radius? |
If true, the range is a radius. |
See details |
is_maximum?
If the range is the maximum range.
- Constant:
true
base
The base value that is derived from the check result.
- Type: CheckResultValue
modifier?
If defined, it modifies the base value.
- Type: CheckResultBasedModifier
unit
The duration unit.
- Type: RangeUnit
is_radius?
If true, the range is a radius.
- Constant:
true
RangeTranslation
- Type: Object
- Minimum Properties:
1
| Key | Description | Details |
|---|---|---|
note? |
A note, appended to the generated string in parenthesis. If the generated is modified using replacement, the note is appended to the modifier string. |
See details |
replacement? |
A replacement string. If note is provided, it is appended to the replaced string. |
See details |
note?
A note, appended to the generated string in parenthesis. If the generated is modified using replacement, the note is appended to the modifier string.
- Type: ResponsiveTextOptional
replacement?
A replacement string. If note is provided, it is appended to the replaced string.
- Type: ResponsiveTextReplace
RangeUnit
- Type: Union
- Cases: RangeUnit'0 | RangeUnit'1
RangeUnit'0
- Constant:
"Steps"
RangeUnit'1
- Constant:
"Miles"