Beispiel #1
0
 public Experiment()
 {
     this.Drama     = 5;
     this.QuestText = new List <string>()
     {
         "Experiment with ", "Perhaps you will find what it is good for."
     };
     this.Vars = new List <string>()
     {
         ObjectNpcLocation.GenerateObjectLocation()
     };
 }
Beispiel #2
0
 public Repair()
 {
     this.Drama     = 2;
     this.QuestText = new List <string>()
     {
         "Repair the ", "It is badly damaged and it could be useful in the future."
     };
     this.Vars = new List <string>()
     {
         ObjectNpcLocation.GenerateObjectLocation()
     };
 }