Skip to content

Latest commit

 

History

History
345 lines (197 loc) · 9.34 KB

_ActivatableSkillRange.md

File metadata and controls

345 lines (197 loc) · 9.34 KB

[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

translations?

All translations for the entry, identified by IETF language tag (BCP47).


RangeValue


RangeValue'Modifiable

  • Type: Object
Key Description Details
tag See details
modifiable See details

tag

  • Constant: "Modifiable"

modifiable


RangeValue'Sight

  • Type: Object
Key Description Details
tag See details
sight See details

tag

  • Constant: "Sight"

sight


RangeValue'Sight/sight

  • Type: Empty Object

RangeValue'Self

  • Type: Object
Key Description Details
tag See details
self See details

tag

  • Constant: "Self"

self


RangeValue'Self/self

  • Type: Empty Object

RangeValue'Global

  • Type: Object
Key Description Details
tag See details
global See details

tag

  • Constant: "Global"

global


RangeValue'Global/global

  • Type: Empty Object

RangeValue'Touch

  • Type: Object
Key Description Details
tag See details
touch See details

tag

  • Constant: "Touch"

touch


RangeValue'Touch/touch

  • Type: Empty Object

RangeValue'Fixed

  • Type: Object
Key Description Details
tag See details
fixed See details

tag

  • Constant: "Fixed"

fixed


RangeValue'CheckResultBased

  • Type: Object
Key Description Details
tag See details
check_result_based See details

tag

  • Constant: "CheckResultBased"

check_result_based


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.

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.

modifier?

If defined, it modifies the base value.

unit

The duration unit.

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.

replacement?

A replacement string. If note is provided, it is appended to the replaced string.


RangeUnit


RangeUnit'0

  • Constant: "Steps"

RangeUnit'1

  • Constant: "Miles"