Spell

From the CreationKit Wiki
Revision as of 19:38, 1 April 2012 by imported>Fg109 (→‎Base Data)
Jump to navigation Jump to search

Spells are the most common means of using or applying Magic Effects. Spells include actual Spells, Powers, Shout effects, Perk effects, Diseases, and Poisons.


Spell Dialog

Base Data

  • ID: The form's Editor ID.
  • Name: The spell's display name.
  • Type: A spell's Type determines which subcategory it appears in under Spell in the Object Window. It also determines some of the spell's secondary effects or use restrictions:
    • Abilities are always-on, constant-effect spells, such as the Wood Elf's racial resistance to poison and disease.
    • Addiction is not used.
    • Diseases represent diseases the player can acquire. Disease Resistance offers protection from these spells.
    • Lesser Powers are classified as Powers in the Magic Menu, and can be used multiple times a day, such as the Khajiit's Nighteye Power.
    • Poison represents poisons the player can use or acquire. Poison Resistance offers protection from these spells.
    • Spell represents standard spells. These will be sorted by school in the Magic Menu.
    • Voice Power represents the spell effect of a Shout.
  • Casting Type: Specifies how the caster triggers the effect.
    • Concentration Effects are cast while the button is pressed, and continually drain Magicka while the spell remains in effect.
    • Fire and Forget Effects must charge, then fire when the button is released.
    • Constant Effects are always active.
    • All of the effects on a Spell must have the same casting type.
  • Delivery: Specifies how the effect is delivered to the target.
    • Self: Effect is applied to the caster.
    • Contact: Effect is applied to the target by contact (a hit event). This only works for Weapons.
    • Aimed: Effect is attached to a Projectile which is then fired at the crosshairs. If it makes contact with a valid target, the effect is applied.
    • Target Actor: Effect is immediately applied to an Actor in the crosshairs. No projectile is fired.
    • Target Location: Effects is applied to the object/landscape under the crosshairs. No projectile is fired.
    • All of the effects on a Spell must have the same casting type.
  • Menu Display Object: The appearance of the Spell in the Magic Menu.
    • If NONE, the appearance of this spell will be the Menu Display Object of the first Effect in the Effect List with a Menu Display Object. If none of the Effects has a Menu Display Object, the spell will have no visual effect.
  • Equip Type: The spell's Equip Type.
    • For one-handed spells, this should be EitherHand, meaning the player can equip it to either or both hands.
    • For two-handed spells, this should be BothHands.
    • For Powers and Shouts, this should be Voice.
    • Enemy spells sometimes restrict which hand a spell can be equipped to. For example, Draugr can only use spells with an equip type of LeftHand-- they will never consider equipping a spell with any other equip type, even EitherHand spells.
  • Casting Perk: The Perk (if any) that reduces the cost of this spell.
  • Range: The maximum range of this spell, in feet.
  • Disallow Spell Absorb/Reflect: Not used.
  • Ignore Resistance: Whether this spell should ignore any applicable Resistances the target might have.
  • Area Effect Ignores LOS: By default, spells only affect targets the caster has line of sight to. If checked, the line of sight requirement will be ignored. Targets behind walls and other obstacles remain unaffected.
  • PC Start Spell: Not used. Player starting spells are set on the Preset Actors.
  • No Dual Cast Modifications: If checked, dualcasting this spell does not add to its cost, magnitude, or duration.
  • Description: Optionally, an override description for this spell's effect. If no Description is provided here, the description for the spell will be a concatenation of the descriptions on each of the spell's Magic Effects, in the order in which they appear in the Effects List. To see what this will look like, press the Test Concatenated Effect Descriptions button.

Effects

  • Effect List: The list of effects that occur when the spell is cast.
  • Auto Calculate:
    • If checked, the spell's charge time and cost will be automatically calculated based on the effect(s).
      • Calculated charge time is the greatest number between all effects in the list.
    • If unchecked, these values can be set manually.