abstract
| - The des_crft_spells.2da file is the .2da file that describes the spells available for crafting with brew potion, craft wand and scribe scroll. It specifies the item property (which in turn defines the caster level) used for the resulting potions and wands — but not scrolls — and marks certain spells as being unavailable for crafting, despite otherwise meeting the criteria of the feats. As with all "des_*" .2da's, this file has no hardcoded usage; it is only used in scripts. (Specifically, this file is referenced by x2_inc_craft, x2_inc_itemprop, x2_inc_spellhook, and x2_pc_umdcheck, with the first of these scripts being its primary use.) This may allow for greater customization possibilities than most other .2da's. Each row in this file corresponds to the spell with the same row number in <a href="/mediawiki/Spells.2da" title="Spells.2da">spells.2da</a>. (There is a bug in the file where spell 627 is skipped, but since this is after all spells that can be used with the crafting feats, this bug has no effect in the game.)
|