Show / Hide Table of Contents

Struct CareerStartingSpells

List of starting spells for a specific career. Custom careers use the same starting spells as Spellsword (CareerIndex=1) if any primary or major skills are a magic skill)

Namespace: DaggerfallWorkshop
Assembly: Assembly-CSharp.dll
Syntax
[Serializable]
public struct CareerStartingSpells

Fields

| Improve this Doc View Source

CareerIndex

Declaration
public int CareerIndex
Field Value
Type Description
Int32
| Improve this Doc View Source

CareerName

Declaration
public string CareerName
Field Value
Type Description
String
| Improve this Doc View Source

SpellsList

Declaration
public StartingSpell[] SpellsList
Field Value
Type Description
StartingSpell[]
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX