Skip to content

Cantrips

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

Worksheet Name

CANTRIPS

Properties

id

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

name l10n

  • Type: string
  • Description: The full name.

traditions univ

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

property univ

  • Type: number
  • Description: The cantrip's property ID; see below.

effect l10n

  • Type: markdown
  • Description: The effect description.

range l10n

  • Type: string
  • Description: The range.

duration l10n

  • Type: string
  • Description: The duration.

target l10n

  • Type: string
  • Description: The target category.

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

Traditions

id en-US de-DE
1 General Allgemein
2 Guild Mages Gildenmagier
3 Witches Hexen
4 Elves Elfen
5 Druids Druiden
6 Scharlatane
7 Zauberbarden
8 Zaubertänzer
9 Intuitive Zauberer
10 Meistertalentierte
11 Qabalyamagier
12 Kristallomanten
13 Geoden
14 Alchimisten
15 Schelme

Cantrip Properties

id en-US de-DE
1 Anti-Magic Antimagie
2 Demonic Dämonisch
3 Influence Einfluss
4 Elemental Elementar
5 Healing Heilung
6 Clairvoyance Hellsicht
7 Illusion Illusion
8 Spheres Sphären
9 Objekt Objekt
10 Telekinesis Telekinese
11 Transformation Verwandlung
Clone this wiki locally