Files
database-schema/docs/reference/prerequisites/single/EnhancementPrerequisite.md
T

2.3 KiB

[TITLE MISSING]

Definitions

External Enhancement Prerequisite (ExternalEnhancementPrerequisite)

Requires a specific enhancement from a skill. This should not be used for enhancements themselves; they can only require enhancements from the same skill they enhance.

  • Type: Object
Key Description Details
skill The required skill. See details
enhancement The required enhancement. See details
display_option? See details

skill

The required skill.

enhancement

The required enhancement.

display_option?


SkillWithEnhancementsReference

  • Type: Object
Key Description Details
id The skill's identifier. See details

id

The skill's identifier.


EnhancementsReference

  • Type: Object
Key Description Details
id The enhancement's identifier. See details

id

The enhancement's identifier.

  • Type: Integer
  • Minimum: 1

Internal Enhancement Prerequisite (InternalEnhancementPrerequisite)

Requires a specific enhancement from a skill. This can only be used by an enhancement to require another enhancement from the same skill.