Show / Hide Table of Contents

Class CharacterDocument

A document filled in by character creation or import definining character starting state.

Inheritance
Object
CharacterDocument
Namespace: DaggerfallWorkshop.Game.Player
Assembly: Assembly-CSharp.dll
Syntax
public class CharacterDocument

Constructors

| Improve this Doc View Source

CharacterDocument()

Declaration
public CharacterDocument()

Fields

| Improve this Doc View Source

armorValues

Declaration
public sbyte[] armorValues
Field Value
Type Description
SByte[]
| Improve this Doc View Source

backStory

Declaration
public List<string> backStory
Field Value
Type Description
List<String>
| Improve this Doc View Source

biographyEffects

Declaration
public List<string> biographyEffects
Field Value
Type Description
List<String>
| Improve this Doc View Source

biographyIndex

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

biographyReactionMod

Declaration
public sbyte biographyReactionMod
Field Value
Type Description
SByte
| Improve this Doc View Source

career

Declaration
public DFCareer career
Field Value
Type Description
DFCareer
| Improve this Doc View Source

classicTransformedRace

Declaration
public Races classicTransformedRace
Field Value
Type Description
Races
| Improve this Doc View Source

classIndex

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

currentFatigue

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

currentHealth

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

currentSpellPoints

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

darkBrotherhoodRequirementTally

Declaration
public byte darkBrotherhoodRequirementTally
Field Value
Type Description
Byte
| Improve this Doc View Source

faceIndex

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

gender

Declaration
public Genders gender
Field Value
Type Description
Genders
| Improve this Doc View Source

hasStartedInitialVampireQuest

Declaration
public byte hasStartedInitialVampireQuest
Field Value
Type Description
Byte
| Improve this Doc View Source

isCustom

Declaration
public bool isCustom
Field Value
Type Description
Boolean
| Improve this Doc View Source

lastTimePlayerAteOrDrankAtTavern

Declaration
public uint lastTimePlayerAteOrDrankAtTavern
Field Value
Type Description
UInt32
| Improve this Doc View Source

lastTimePlayerBoughtTraining

Declaration
public uint lastTimePlayerBoughtTraining
Field Value
Type Description
UInt32
| Improve this Doc View Source

lastTimeVampireNeedToKillSatiated

Declaration
public uint lastTimeVampireNeedToKillSatiated
Field Value
Type Description
UInt32
| Improve this Doc View Source

maxHealth

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

minMetalToHit

Declaration
public byte minMetalToHit
Field Value
Type Description
Byte
| Improve this Doc View Source

name

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

raceTemplate

Declaration
public RaceTemplate raceTemplate
Field Value
Type Description
RaceTemplate
| Improve this Doc View Source

reflexes

Declaration
public PlayerReflexes reflexes
Field Value
Type Description
PlayerReflexes
| Improve this Doc View Source

reputationCommoners

Declaration
public short reputationCommoners
Field Value
Type Description
Int16
| Improve this Doc View Source

reputationMerchants

Declaration
public short reputationMerchants
Field Value
Type Description
Int16
| Improve this Doc View Source

reputationNobility

Declaration
public short reputationNobility
Field Value
Type Description
Int16
| Improve this Doc View Source

reputationScholars

Declaration
public short reputationScholars
Field Value
Type Description
Int16
| Improve this Doc View Source

reputationUnderworld

Declaration
public short reputationUnderworld
Field Value
Type Description
Int16
| Improve this Doc View Source

skillsRaisedThisLevel1

Declaration
public uint skillsRaisedThisLevel1
Field Value
Type Description
UInt32
| Improve this Doc View Source

skillsRaisedThisLevel2

Declaration
public uint skillsRaisedThisLevel2
Field Value
Type Description
UInt32
| Improve this Doc View Source

skillUses

Declaration
public short[] skillUses
Field Value
Type Description
Int16[]
| Improve this Doc View Source

startingLevelUpSkillSum

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

startingSkills

Declaration
public DaggerfallSkills startingSkills
Field Value
Type Description
DaggerfallSkills
| Improve this Doc View Source

startingStats

Declaration
public DaggerfallStats startingStats
Field Value
Type Description
DaggerfallStats
| Improve this Doc View Source

thievesGuildRequirementTally

Declaration
public byte thievesGuildRequirementTally
Field Value
Type Description
Byte
| Improve this Doc View Source

timeForDarkBrotherhoodLetter

Declaration
public uint timeForDarkBrotherhoodLetter
Field Value
Type Description
UInt32
| Improve this Doc View Source

timeForThievesGuildLetter

Declaration
public uint timeForThievesGuildLetter
Field Value
Type Description
UInt32
| Improve this Doc View Source

timeToBecomeVampireOrWerebeast

Declaration
public uint timeToBecomeVampireOrWerebeast
Field Value
Type Description
UInt32
| Improve this Doc View Source

vampireClan

Declaration
public byte vampireClan
Field Value
Type Description
Byte
| Improve this Doc View Source

workingSkills

Declaration
public DaggerfallSkills workingSkills
Field Value
Type Description
DaggerfallSkills
| Improve this Doc View Source

workingStats

Declaration
public DaggerfallStats workingStats
Field Value
Type Description
DaggerfallStats

Methods

| Improve this Doc View Source

GetClassBaseStats(DFCareer)

Declaration
public static DaggerfallStats GetClassBaseStats(DFCareer dfClass)
Parameters
Type Name Description
DFCareer dfClass
Returns
Type Description
DaggerfallStats
| Improve this Doc View Source

GetRaceTemplate(Races)

Declaration
public static RaceTemplate GetRaceTemplate(Races race)
Parameters
Type Name Description
Races race
Returns
Type Description
RaceTemplate
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • CharacterDocument()
  • Fields
    • armorValues
    • backStory
    • biographyEffects
    • biographyIndex
    • biographyReactionMod
    • career
    • classicTransformedRace
    • classIndex
    • currentFatigue
    • currentHealth
    • currentSpellPoints
    • darkBrotherhoodRequirementTally
    • faceIndex
    • gender
    • hasStartedInitialVampireQuest
    • isCustom
    • lastTimePlayerAteOrDrankAtTavern
    • lastTimePlayerBoughtTraining
    • lastTimeVampireNeedToKillSatiated
    • maxHealth
    • minMetalToHit
    • name
    • raceTemplate
    • reflexes
    • reputationCommoners
    • reputationMerchants
    • reputationNobility
    • reputationScholars
    • reputationUnderworld
    • skillsRaisedThisLevel1
    • skillsRaisedThisLevel2
    • skillUses
    • startingLevelUpSkillSum
    • startingSkills
    • startingStats
    • thievesGuildRequirementTally
    • timeForDarkBrotherhoodLetter
    • timeForThievesGuildLetter
    • timeToBecomeVampireOrWerebeast
    • vampireClan
    • workingSkills
    • workingStats
  • Methods
    • GetClassBaseStats(DFCareer)
    • GetRaceTemplate(Races)
Back to top Generated by DocFX