Skip to content

Liturgical Chant Extensions

Lukas Obermann edited this page Oct 31, 2019 · 3 revisions

Worksheet Name

ChantX

Properties

id

  • Type: number
  • Description: An increasing integer. The extension sid.

name l10n

  • Type: string
  • Description: The full name.

effect l10n

  • Type: string
  • Description: The effect.

target univ

  • Type: number
  • Description: The numeric id of the liturgical chant the extension belongs to.

level univ

  • Type: 1 | 2 | 3
  • Description: Insert 1 for a required SR of 8, 2 for 12 and 3 for 16.

prerequisites univ

  • Type: Array<"RCP" | RequiresActivatableObject | RequiresIncreasableObject | RequiresPrimaryAttribute | SexRequirement | RaceRequirement | CultureRequirement, &>
  • Description: The list of prerequisites. See Advantages, Disadvantages and Special Abilities for details (the prerequisites column in that table is working exactly the same). Do not include the target liturgical chant, this will be handled automatically!

cost univ

  • Type: number
  • Description: The AP value you have to pay.

src l10n

  • Type: Array<occurrence: [bookId: string, firstPage: number, lastPage?: number]<,>, &>
  • Description: The source books where you can find the entry. The list items contain the book IDs (from the Books table) and the page (firstPage). If an entry spans multiple pages, provide the last page as well.

errata l10n

  • Type: Array<change: [date: Date, value: string]<?>, &>?
  • Description: A list of errata for the entry in the specific language.
Clone this wiki locally