9 public override string RefDrama3
13 return this.numRequired.ToString() ??
"";
18 public override bool IsComplete()
22 return this.num <= this.numRequired;
24 return this.num >= this.numRequired;
28 public override void OnInit()
32 this.numRequired = -100;
36 this.numRequired = 10 +
EClass.rnd(10);
41 public override void OnModKarma(
int a)
43 if (this.vec == 1 && a > 0)
47 if (this.vec == -1 && a < 0)
54 public override string GetTextProgress()
56 return "progressKarma".lang(this.num.ToString() ??
"",
this.numRequired.ToString() ??
"",
null,
null,
null);
65 public int numRequired;
72 public QuestTaskKarma.Setup setup;