Skip to content

Latest commit

 

History

History
95 lines (55 loc) · 3.29 KB

ExperienceLevel.md

File metadata and controls

95 lines (55 loc) · 3.29 KB

Experience Level

Adventure Points and maximum values at hero creation.

Definitions

Experience Level (ExperienceLevel)

Adventure Points and maximum values at hero creation.

  • Type: Object
Key Description Details
id An unique, increasing integer. See details
adventure_points The AP value you get. See details
max_attribute_value The highest possible attribute value. See details
max_skill_rating The highest possible skill rating. See details
max_combat_technique_rating The highest possible combat technique rating. See details
max_attribute_total The limit for the sum of all attribute values. See details
max_number_of_spells_liturgical_chants The maximum of spells/chants you can activate. See details
max_number_of_unfamiliar_spells The maximum of spells of an unfamiliar tradition you can activate. See details
translations All translations for the entry, identified by IETF language tag (BCP47). See details

id

An unique, increasing integer.

  • Type: Integer
  • Minimum: 1

adventure_points

The AP value you get.

  • Type: Integer

max_attribute_value

The highest possible attribute value.

  • Type: Integer

max_skill_rating

The highest possible skill rating.

  • Type: Integer

max_combat_technique_rating

The highest possible combat technique rating.

  • Type: Integer

max_attribute_total

The limit for the sum of all attribute values.

  • Type: Integer

max_number_of_spells_liturgical_chants

The maximum of spells/chants you can activate.

  • Type: Integer

max_number_of_unfamiliar_spells

The maximum of spells of an unfamiliar tradition you can activate.

  • Type: Integer

translations

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


ExperienceLevelTranslation

  • Type: Object
Key Description Details
name The name of the experience level. See details

name

The name of the experience level.

  • Type: String
  • Minimum Length: 1