Skip to content

Liturgical Chants

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

Worksheet Name

CHANTS

Properties

id

  • Type: number
  • Description: An increasing integer. The respective string ID will have the LITURGY_ prefix.

name l10n

  • Type: string
  • Description: The full name.

nameShort l10n

  • Type: string?
  • Description: A shorter variant of the full name. Used on character sheet if the full name does not fit into the table cell.

check univ

  • Type: [number, number, number]<&>
  • Description: The chant's check attributes. The integers represent the numeric attribute IDs.

checkMod univ

  • Type: ("SPI" | "TOU")?
  • Description: If the check will be modified by Spirit or Toughness, insert SPI or TOU respectively.

ic univ

  • Type: number
  • Description: Improvement cost. See table below.

traditions univ

  • Type: Array<number, &>
  • Description: The tradition(s) the chant is available for. The integers represent the tradition IDs; see below.

aspects univ

  • Type: Array<number, &>
  • Description: The aspect(s) of the tradition(s) the chant is part of. The integers represent the aspect IDs; see below.

effect l10n

  • Type: markdown
  • Description: The effect description.

castingTime l10n

  • Type: markdown
  • Description: The liturgical/ceremony time.

castingTimeShort l10n

  • Type: string
  • Description: The liturgical/ceremony time on character sheet.

kpCost l10n

  • Type: string
  • Description: The KP cost.

kpCostShort l10n

  • Type: string
  • Description: The KP cost on character sheet.

range l10n

  • Type: string
  • Description: The range.

rangeShort l10n

  • Type: string
  • Description: The range on character sheet.

duration l10n

  • Type: string
  • Description: The duration.

durationShort l10n

  • Type: string
  • Description: The duration on character sheet.

target l10n

  • Type: string
  • Description: The target category.

gr univ

  • Type: number
  • Description: The group id.

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.

Special ID Tables

Improvement Costs

id name
1 A
2 B
3 C
4 D

Groups

id en-US de-DE
1 Liturgical Chant Liturgie
2 Ceremony Zeremonie

Traditions Array

id en-US de-DE
1 General Allgemein
2 Church of Praios Praioskirche
3 Church of Rondra Rondrakirche
4 Church of Boron Boronkirche
5 Church of Hesinde Hesindekirche
6 Church of Phex Phexkirche
7 Church of Peraine Perainekirche
8 Efferdkirche
9 Traviakirche
10 Firunkirche
11 Tsakirche
12 Ingerimmkirche
13 Rahjakirche
14 Namenloser Kult
15 Aveskirche
16 Ifirnkirche
17 Korkirche
18 Nanduskirche
19 Swafnirkirche
20 Numinorukult
21 Levthankult

Aspects

id tradition en-US de-DE
1 1 General Allgemein
2 2 Anti-Magic Antimagie
3 2 Order Ordnung
4 3 Shield Schild
5 3 Storm Sturm
6 4 Death Tod
7 4 Dream Traum
8 5 Magic Magie
9 5 Knowledge Wissen
10 6 Commerce Handel
11 6 Shadow Schatten
12 7 Healing Heilung
13 7 Agriculture Landwirtschaft
14 8 Wind
15 8 Wogen
16 9 Freundschaft
17 9 Heim
18 10 Jagd
19 10 Kälte
20 11 Freiheit
21 11 Wandel
22 12 Feuer
23 12 Handwerk
24 13 Ekstase
25 13 Harmonie
26 15 Reise
27 15 Schicksal
28 16 Hilfsbereitschaft
29 16 Natur
30 17 Guter Kampf
31 17 Gutes Gold
32 18 Bildung
33 18 Erkenntnis
34 19 Kraft
35 19 Tapferkeit
36 20 Reißender Strudel
37 20 Unendliche Tiefe
38 21 Begierde
39 21 Rausch
40 14 Namenloser
Clone this wiki locally