Skip to content

Latest commit

 

History

History
92 lines (51 loc) · 2.45 KB

_ActivatableSkillCheckResultBased.md

File metadata and controls

92 lines (51 loc) · 2.45 KB

[TITLE MISSING]

Definitions

CheckResultValue

Defines the derived (unitless) value.


CheckResultValue'0

  • Constant: "QualityLevels"

CheckResultValue'1

  • Constant: "SkillPoints"

CheckResultArithmetic

Defines how the the value is set off against the check result.


CheckResultArithmetic'0

  • Constant: "Multiply"

CheckResultArithmetic'1

  • Constant: "Divide"

CheckResultBasedModifier

  • Type: Object
Key Description Details
arithmetic The arithmetic how to apply the value to the base. See details
value The value that is applied to the base using the defined arithmetic. See details

arithmetic

The arithmetic how to apply the value to the base.

value

The value that is applied to the base using the defined arithmetic.

  • Type: Integer
  • Minimum: 2

CheckResultBased

Defines a parameter being based on a check result.

  • Type: Object
Key Description Details
base The base value that is derived from the check result. See details
modifier? If defined, it modifies the base value. See details

base

The base value that is derived from the check result.

modifier?

If defined, it modifies the base value.