-
-
Notifications
You must be signed in to change notification settings - Fork 44
Cantrips
Lukas Obermann edited this page Oct 31, 2019
·
2 revisions
CANTRIPS
-
Type:
number
-
Description: An increasing integer. The respective string ID will have the
CANTRIP_
prefix.
-
Type:
string
- Description: The full name.
-
Type:
Array<number, &>
- Description: The tradition(s) the cantrip is available for. The numbers represent the numeric tradition IDs; see below.
-
Type:
number
- Description: The cantrip's property ID; see below.
-
Type:
markdown
- Description: The effect description.
-
Type:
string
- Description: The range.
-
Type:
string
- Description: The duration.
-
Type:
string
- Description: The target category.
-
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.
-
Type:
Array<change: [date: Date, value: string]<?>, &>?
- Description: A list of errata for the entry in the specific language.
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 |
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 |
Main Tables
- Advantages, Disadvantages, Special Abilties
- Attributes
- Blessings
- Books
- Cantrips
- Combat Techniques
- Cultures
- Equipment
- Experience Levels
- Liturgical Chants
- Profession Variants
- Professions
- Race Variants
- Races
- Skills
- Spells
- UI
Subtables
Additional Tables
Programming
Data Structures