Files
database-schema/docs/reference/_Enhancements.md
T

3.2 KiB

Enhancements

Definitions

Enhancements

A list of enhancements.


Enhancements[]


Enhancement (Enhancement)

  • Type: Object
Key Description Details
id The enhancement's identifier. An unique, increasing integer. See details
skill_rating The skill rating required to learn this enhancement. See details
adventure_points_modifier The value to multiply with the numeric representation of the associated skill's improvement cost to form the final AP cost of this enhancement. See details
prerequisites? See details
src? Only defined if different than the associated skill. See details
translations All translations for the entry, identified by IETF language tag (BCP47). See details

id

The enhancement's identifier. An unique, increasing integer.

  • Type: Integer
  • Minimum: 1

skill_rating

The skill rating required to learn this enhancement.

  • Type: Integer
  • Minimum: 8
  • Maximum: 16

adventure_points_modifier

The value to multiply with the numeric representation of the associated skill's improvement cost to form the final AP cost of this enhancement.

  • Type: Integer
  • Minimum: 1

prerequisites?

src?

Only defined if different than the associated skill.

translations

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


EnhancementTranslation

  • Type: Object
Key Description Details
name The name of the enhancement. See details
effect The effect description. See details
errata? See details

name

The name of the enhancement.

  • Type: String
  • Minimum Length: 1

effect

The effect description.

  • Type: Markdown-formatted text
  • Minimum Length: 1

errata?