Equip Type
Revision as of 01:13, 26 August 2012 by imported>Cipscis (→Notes: Added notes about masterless plugins and custom equip types)
A multifunctional property that a is used by both Spells and Items.
- For Spells: Specifies which hands are required to cast a spell.
- For Items: Determines how the item is equipped, how the hotkey will be displayed, and what major skill is necessary to use this item.
The Equip Types are defined as follows:
- EitherHand - Meaning the player can equip it to either or both hands. This can be chosen for one-handed spells.
- BothHands - This should be selected for two-handed spells.
- Voice - This should be selected for Powers and Shouts.
- LeftHand - Utilized by actors that specifically restricted to LeftHand Equip Types.
- RightHand - Utilized by actors that specifically restricted to RightHand Equip Types.
- Shield - Utilized interchangeably with None by armors.
- None - None.
Notes[edit | edit source]
- If a plugin has no master, the only Equip Type available will be "None".
- Custom equip types can be created, but items or spells using them will not be able to be equipped.