-
-
Notifications
You must be signed in to change notification settings - Fork 44
Spell Extensions
Lukas Obermann edited this page Oct 31, 2019
·
3 revisions
SpellX
-
Type:
number
- Description: An increasing integer. The extension sid.
-
Type:
string
- Description: The full name.
-
Type:
string
- Description: The effect.
-
Type:
number
- Description: The numeric id of the spell the extension belongs to.
-
Type:
1 | 2 | 3
-
Description: Insert
1
for a required SR of8
,2
for12
and3
for16
.
-
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 spell, this will be handled automatically!
-
Type:
number
- Description: The AP value you have to pay.
-
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.
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