Class BiogFile
Assembly: Assembly-CSharp.dll
Syntax
public class BiogFile : IMacroContextProvider
Constructors
|
Improve this Doc
View Source
BiogFile(CharacterDocument)
Declaration
public BiogFile(CharacterDocument characterDocument)
Parameters
Properties
|
Improve this Doc
View Source
AnswerEffects
Declaration
public List<string> AnswerEffects { get; }
Property Value
|
Improve this Doc
View Source
BIOGSourceFolder
Declaration
public static string BIOGSourceFolder { get; }
Property Value
|
Improve this Doc
View Source
Q10Tokens
Declaration
public List<int> Q10Tokens { get; set; }
Property Value
|
Improve this Doc
View Source
Q11Tokens
Declaration
public List<int> Q11Tokens { get; set; }
Property Value
|
Improve this Doc
View Source
Q12Tokens
Declaration
public List<int> Q12Tokens { get; set; }
Property Value
|
Improve this Doc
View Source
Q1Tokens
Declaration
public List<int> Q1Tokens { get; set; }
Property Value
|
Improve this Doc
View Source
Q2Tokens
Declaration
public List<int> Q2Tokens { get; set; }
Property Value
|
Improve this Doc
View Source
Q3Tokens
Declaration
public List<int> Q3Tokens { get; set; }
Property Value
|
Improve this Doc
View Source
Q4Tokens
Declaration
public List<int> Q4Tokens { get; set; }
Property Value
|
Improve this Doc
View Source
Q5Tokens
Declaration
public List<int> Q5Tokens { get; set; }
Property Value
|
Improve this Doc
View Source
Q6Tokens
Declaration
public List<int> Q6Tokens { get; set; }
Property Value
|
Improve this Doc
View Source
Q7Tokens
Declaration
public List<int> Q7Tokens { get; set; }
Property Value
|
Improve this Doc
View Source
Q8Tokens
Declaration
public List<int> Q8Tokens { get; set; }
Property Value
|
Improve this Doc
View Source
Q9Tokens
Declaration
public List<int> Q9Tokens { get; set; }
Property Value
|
Improve this Doc
View Source
Questions
Declaration
public BiogFile.Question[] Questions { get; }
Property Value
Methods
|
Improve this Doc
View Source
AddEffect(String, Int32)
Declaration
public void AddEffect(string effect, int index)
Parameters
|
Improve this Doc
View Source
ApplyEffects(IEnumerable<String>, PlayerEntity)
Declaration
public static void ApplyEffects(IEnumerable<string> effects, PlayerEntity playerEntity)
Parameters
|
Improve this Doc
View Source
DigestRepChanges()
Declaration
public void DigestRepChanges()
|
Improve this Doc
View Source
GenerateBackstory()
Declaration
public List<string> GenerateBackstory()
Returns
|
Improve this Doc
View Source
GetClassAffinityIndex(DFCareer, List<DFCareer>)
Declaration
public static int GetClassAffinityIndex(DFCareer custom, List<DFCareer> classes)
Parameters
Returns
|
Improve this Doc
View Source
GetMacroDataSource()
Declaration
public MacroDataSource GetMacroDataSource()
Returns
|
Improve this Doc
View Source
GetSkillEffects(IEnumerable<String>)
Declaration
public static int[] GetSkillEffects(IEnumerable<string> effects)
Parameters
Returns
Implements