Beispiel #1
0
 public Spy()
 {
     this.Drama     = 8;
     this.QuestText = new List <string>()
     {
         "Spy as much as you can about "
     };
     this.Vars = new List <string>()
     {
         ObjectNpcLocation.GenerateObjectNpc()
     };
     this.Relationchange.Add(Vars[0], 0.9);
 }