15 return this.factionName ??
"Unknown";
21 public string RealDate
25 return this.real.GetText(
Date.TextFormat.LogPlusYear);
35 return this.date.GetText(
Date.TextFormat.LogPlusYear);
41 public string FormTitle
45 return string.Concat(
new string[]
63 this.factionName =
EClass.Home.name;
64 this.zoneName = game.player.zone.Name;
65 this.pcName =
EClass.pc.c_altName;
67 this.date = game.world.date.Copy();
68 this.difficulty = game.idDifficulty;
69 this.idPortrait =
EClass.pc.c_idPortrait;
70 this.idRace =
EClass.pc.race.id;
71 this.idJob =
EClass.pc.job.id;
72 this.days =
EClass.player.stats.days;
73 this.deepest =
EClass.player.stats.deepest;
74 PCCData pccData =
EClass.pc.pccData;
75 Color color = (pccData !=
null) ? pccData.GetHairColor(
true) : Color.white;
76 this.color = ColorUtility.ToHtmlStringRGB(color);
80 this.date =
new Date();
84 year = DateTime.Now.Year,
85 month = DateTime.Now.Month,
86 day = DateTime.Now.Day,
87 hour = DateTime.Now.Hour,
88 min = DateTime.Now.Minute
90 this.version =
EClass.core.version;
107 public int difficulty;
116 public global::Version version;
119 public string zoneName;
122 public string factionName;
125 public string pcName;
131 public string idPortrait;
134 public string idRace;