Skip to content

Latest commit

 

History

History
111 lines (66 loc) · 3.48 KB

File metadata and controls

111 lines (66 loc) · 3.48 KB

Script

Definitions

Script (Script)

  • Type: Object
Key Description Details
id The script's identifier. An unique, increasing integer. See details
ap_value The script's adventure point value. See details
associated_languages A list of languages that use this script. See details
continent The continents this script is present on. See details
src See details
translations All translations for the entry, identified by IETF language tag (BCP47). See details

id

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

  • Type: Integer
  • Minimum: 1

ap_value

The script's adventure point value.

  • Type: Integer
  • Minimum: 2
  • Multiple of: 2

associated_languages

A list of languages that use this script.

continent

The continents this script is present on.

src

translations

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


Script/associated_languages[]


Script/continent[]


ScriptTranslation

  • Type: Object
Key Description Details
name The name of the language. See details
alternative_names? A list of alternative names. See details
alphabet? The description of the alphabet. See details
errata? See details

name

The name of the language.

alternative_names?

A list of alternative names.

alphabet?

The description of the alphabet.

errata?


ScriptTranslation/alternative_names[]