-
Notifications
You must be signed in to change notification settings - Fork 11
Patch creation for Magic Mods
The following sections will describe how to add PerMa support to mods that add new spells.
Part 1: Conjuration
Part 2: Destruction
Part 3: Restoration
Part 4: Alteration
Part 5: Illusion
####Form Lists
This section will describe FormLists (FLST) used by PerMa and what each does.
xMAFormListAllSpells
is the meta FLST for all spells.
xMAFormListConcentrationSpells
should be left empty.
xMAFormListPlayerShoutSpells
is for the spells attached to Shouts the player can use.
xMAFormListShoutsDragon
is for the spells attached to Shouts Dragons use.
xMAFormListSpellsAlteration
xMAFormListSpellsConjuration
xMAFormListSpellsDestruction
xMAFormListSpellsIllusion
and xMAFormListSpellsRestoration
should be left empty, they are filled by PatchusMaxamus.
The remaining spell FLSTs, xMAFormListSpell<Skill><Rank>
(xMAFormListSpellConjurationAdept
etc.) are used by the Studies perks when taken to give the player a new spell. Spells should only be added to these lists if they are intended for use by the player, and are not quest rewards.